element <currency> (unified local)
Namespace:
Type:
Content:
complex, 1 element
Defined:
locally at 2 locations in myWallet.xsd
XML Representation Summary
<currency>
   
Content: 
</currency>
Content model elements (1):
currencyCode (in currency)
Included in content model of elements (2):
account (in myWallet), card (in myWallet)
Definition Locations
Annotations (2) (by all definition locations)
Location:
within accountType complexType [def]
Annotation:
This optional element contains the currency of this account.

Location:
within cardType complexType [def]
Annotation:
This optional element contains the billing currency of this card.
Content Element Detail (all declarations; 1/1)
currencyCode
Type:
hs:string, simple content
Defined:
locally within currencyType complexType
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>