Definition Type: SimpleType
Name: Code_ISO_Currency
Namespace: http://opentravel.org/common/message/v02
Containing Schema: OTA2_Message_v2.0.0.xsd
Documentation:
A three character currency code as defined in ISO 4217. http://bit.ly/OTA2_ISO4217
Collapse XSD Schema Diagram:
XSD Diagram of Code_ISO_Currency in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Pattern [a-zA-Z]{3}
Collapse Derivation Tree:
Collapse References:
ota2msg:ISOCurrency