Definition Type: Element
Name: FlightSegmentRPHs
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Reference pointers to flight segments
Collapse XSD Schema Diagram:
Drilldown into FlightSegmentRPH in schema ota_aircommontypes_xsd1XSD Diagram of FlightSegmentRPHs in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FlightSegmentRPHs" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Reference pointers to flight segments</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="FlightSegmentRPH" type="RPH_Type" maxOccurs="99">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Reference to the flight segments for this traveler</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FlightSegmentRPH FlightSegmentRPH (1) 99