Definition Type: Element
Name: TravelerRefNumber
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs 99
Abstract
Documentation:
Contains the RPH reference to the traveler.
Collapse XSD Schema Diagram:
Drilldown into SurnameRefNumber in schema ota_aircommontypes_xsd Drilldown into RPH in schema ota_aircommontypes_xsd Drilldown into TravelerRefNumberGroup in schema ota_aircommontypes_xsd1XSD Diagram of TravelerRefNumber in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="TravelerRefNumber" minOccurs="0" maxOccurs="99">
    <xs:annotation>
        <xs:documentation xml:lang="en">Contains the RPH reference to the traveler.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="TravelerRefNumberGroup" />
    </xs:complexType>
</xs:element>