<xsd:simpleType name="Code_IATA_AirlineID">
<xsd:annotation>
<xsd:documentation source="Description">A two character IATA assigned airline code.</xsd:documentation>
<xsd:documentation source="Reference">https://en.wikipedia.org/wiki/IATA_aircraft_type_designator</xsd:documentation>
<xsd:appinfo>
<otm:Example context="OTM2" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">UA</otm:Example>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="[a-zA-Z]{2}" />
</xsd:restriction>
</xsd:simpleType>
|