Definition Type: AttributeGroup
Name: TravelerRefNumberGroup
Containing Schema: OTA_AirCommonTypes.xsd
Documentation:
A reference place holder used as a pointer to link back to the traveler.
Collapse XSD Schema Diagram:
Drilldown into SurnameRefNumber in schema ota_aircommontypes_xsd Drilldown into RPH in schema ota_aircommontypes_xsdXSD Diagram of TravelerRefNumberGroup in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="TravelerRefNumberGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">A reference place holder used as a pointer to link back to the traveler.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="RPH" type="RPH_Type" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">A unique reference for the traveler.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SurnameRefNumber" type="StringLength1to8" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Used to identify and associate travelers with the same surname. </xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
RPH RPH Optional
SurnameRefNumber SurnameRefNumber Optional