complexType "currencyType"
Namespace:
Content:
complex, 1 element
Defined:
globally in myWallet.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (1):
currencyCode (in currency)
All Direct / Indirect Based Elements (1):
currency (type currencyType)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="currencyType">
<xsd:sequence>
<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>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 1/1)
currencyCode
Type:
hs:string, simple content
Defined:
locally within (this) 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>