Definition Type: Element
Name: TravelerInfoSummary
Namespace: http://www.opentravel.org/OTA/2003/05
Type: TravelerInfoSummaryType
Containing Schema: OTA_AirPriceRQ.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Specify passenger numbers and types
Collapse XSD Schema Diagram:
Drilldown into PricingPref in schema ota_airpricerq_xsd Drilldown into PaymentDetail in schema ota_airpricerq_xsd Drilldown into PriceRequestInformation in schema ota_aircommontypes_xsd Drilldown into AirTravelerAvail in schema ota_aircommontypes_xsd Drilldown into SeatsRequested in schema ota_aircommontypes_xsd Drilldown into TravelerInfoSummaryType in schema ota_aircommontypes_xsdXSD Diagram of TravelerInfoSummary in schema ota_airpricerq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="TravelerInfoSummary">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specify passenger numbers and types</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="TravelerInfoSummaryType">
                <xs:sequence>
                    <xs:element name="PaymentDetail" type="PaymentDetailType" minOccurs="0">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Used to specify the planned method of payment.</xs:documentation>
                        </xs:annotation>
                    </xs:element>
                    <xs:element name="PricingPref" minOccurs="0" maxOccurs="20">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Used to specify a passenger or processing pricing preference.</xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:attributeGroup ref="PricingInfoGroup">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Use to specify a type of pricing information and whether it should be applied or not applied to the pricing.</xs:documentation>
                                </xs:annotation>
                            </xs:attributeGroup>
                        </xs:complexType>
                    </xs:element>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SeatsRequested SeatsRequested 0 99
AirTravelerAvail AirTravelerAvail 0 99
PriceRequestInformation PriceRequestInformation 0 (1)
PaymentDetail nsA:PaymentDetail 0 (1)
PricingPref nsA:PricingPref 0 20
Collapse Derivation Tree: