element <currencyCode> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within currencyType complexType in myWallet.xsd; see XML source
XML Representation Summary
<currencyCode>
   
Content: 
{ xsd:string }
</currencyCode>
Included in content model of elements (1):
currency (type currencyType)
Annotation
The three letter ISO 4217 currency code (for example, USD for the U.S .dollar or GBP for the United Kingdom pound).
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="currencyCode" type="hs:string">
<xsd:annotation>
<xsd:documentation>
The three letter ISO 4217 currency code (for example, USD for the U.S .dollar or GBP for the United Kingdom pound).
</xsd:documentation>
</xsd:annotation>
</xsd:element>