<xsd:simpleType name="OTA_Code">
<xsd:annotation>
<xsd:documentation source="Description">Used for codes in the OpenTravel Code tables. Possible values of this pattern are 1, 101, 1001, 101.EQP, 1001.EQP or 1001.EQP.X.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}string</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">OTA_Code</otm:OTA2Entity>
<otm:Equivalent context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">OTA_CodeType</otm:Equivalent>
<otm:Example context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">2</otm:Example>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="[0-9A-Z]{1,4}(\.[A-Z]{3}(\.X){0,1}){0,1}" />
</xsd:restriction>
</xsd:simpleType>
|