Definition Type: ComplexType
Name: TravelerRPHs
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
A container to relate individual travelers to an inventory or chargeable item.
Collapse XSD Schema Diagram:
Drilldown into TravelerRPH in schema ota_commontypes_xsdXSD Diagram of TravelerRPHs in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="TravelerRPHs">
    <xs:annotation>
        <xs:documentation xml:lang="en">A container to relate individual travelers to an inventory or chargeable item.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="TravelerRPH" maxOccurs="99">
            <xs:annotation>
                <xs:documentation xml:lang="en">Provides a pointer to a traveler defined elsewhere in this message.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:attribute name="RPH" type="RPH_Type" use="required">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">A pointer to identify a traveler defined elsewhere in this message.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:complexType>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TravelerRPH TravelerRPH (1) 99