<xsd:simpleType name="PassengerCode">
<xsd:annotation>
<xsd:documentation source="Description">Passenger type code containing 3 alpha characters as defined by ATPCO.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">PassengerCode</otm:OTA2Entity>
<otm:Example context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ADT</otm:Example>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="([a-zA-Z]+)?" />
</xsd:restriction>
</xsd:simpleType>
|