<xsd:simpleType name="AgencyNumber_IATA">
<xsd:annotation>
<xsd:documentation source="Description">IATA agency number - An 8-digit numerical code that uniquely identifies travel agencies and other entities engaged in the sale of travel</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">AgencyNumber_IATA</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="([0-9]{8})?" />
</xsd:restriction>
</xsd:simpleType>
|