<xsd:simpleType name="Code_ISO_Currency">
<xsd:annotation>
<xsd:documentation source="Description">A three character currency code as defined in ISO 4217.</xsd:documentation>
<xsd:documentation source="Reference">http://bit.ly/OTA2_ISO4217</xsd:documentation>
<xsd:appinfo>
<otm:Example context="OTM2" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">USD</otm:Example>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="[a-zA-Z]{3}" />
</xsd:restriction>
</xsd:simpleType>
|