<xsd:simpleType name="Code_IATA_Airport">
<xsd:annotation>
<xsd:documentation source="Description">A three character code for an airport.</xsd:documentation>
<xsd:documentation source="Reference">http://www.iata.org/ps/publications/pages/code-search.aspx</xsd:documentation>
<xsd:appinfo>
<otm:Example context="OTM2" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">JFK</otm:Example>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="[a-zA-Z]{3}" />
</xsd:restriction>
</xsd:simpleType>
|