simpleType "CurrencyType"
Namespace:
Defined:
globally in sales.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:string
Simple Content Restrictions:
Enumeration:
"USD", "EUR", "GBP", "AUD", "CAD", "CHF", "JPY", "OTH"

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Complete List of all Currencies
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  CurrencyType
Derivation:
restriction of xsd:string
Facets:
enumeration:
"USD", "EUR", "GBP", "AUD", "CAD", "CHF", "JPY", "OTH"
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="CurrencyType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="USD"/>
<xsd:enumeration value="EUR"/>
<xsd:enumeration value="GBP"/>
<xsd:enumeration value="AUD"/>
<xsd:enumeration value="CAD"/>
<xsd:enumeration value="CHF"/>
<xsd:enumeration value="JPY"/>
<xsd:enumeration value="OTH"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.