Definition Type: Element
Name: TravelerInfoSummary
Namespace: http://www.opentravel.org/OTA/2003/05
Type: TravelerInfoSummaryType
Containing Schema: OTA_AirLowFareSearchRQ.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Specify the number of passengers and types for Air Low Fare Search
Collapse XSD Schema Diagram:
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_xsd Drilldown into SpecificPTC_Indicator in schema ota_airlowfaresearchrq_xsd Drilldown into TicketingCountryCode in schema ota_airlowfaresearchrq_xsdXSD Diagram of TravelerInfoSummary in schema ota_airlowfaresearchrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="TravelerInfoSummary">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specify the number of passengers and types for Air Low Fare Search</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="TravelerInfoSummaryType">
                <xs:attribute name="TicketingCountryCode" type="ISO3166" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">To specify the country code where ticketing of the reservation will take place.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="SpecificPTC_Indicator" type="xs:boolean" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">If true, this request is for a specific PTC and only fares applicable to that PTC will be checked and returned.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </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)
Collapse Child Attributes:
Name Type Default Value Use
TicketingCountryCode nsA:TicketingCountryCode Optional
SpecificPTC_Indicator nsA:SpecificPTC_Indicator Optional
Collapse Derivation Tree: