<xsd:simpleType name="Code_PseudoCity">
<xsd:annotation>
<xsd:documentation source="Description">A three to five character code (alpha, numeric or combination) that specifies a GDS code used to identify a travel agency location.</xsd:documentation>
<xsd:documentation source="Reference">http://sharepoint.opentraveldevelopersnetwork.com/Lists/The OpenTravel Glossary/AllItems.aspx</xsd:documentation>
<xsd:documentation source="Implementer">This code is typically required when using negotiated rates that are tied to an agency through this code.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="OTM2" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">DFW</otm:Example>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="[a-zA-Z0-9]{3,5}" />
</xsd:restriction>
</xsd:simpleType>
|