<xsd:simpleType name="Code_IATA_ERSP">
<xsd:annotation>
<xsd:documentation source="Description">A unique IATA (in cooperation with ATA and ARC) code used as a means of identification when performing online bookings with airlines.</xsd:documentation>
<xsd:documentation source="Reference">http://www.iata.org/ps/accreditation-travel/ersp/pages/index.aspx</xsd:documentation>
<xsd:appinfo>
<otm:Example context="OTM2" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">123456789</otm:Example>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="[0-9]{1,16}" />
</xsd:restriction>
</xsd:simpleType>
|