Definition Type: ComplexType
Name: TravelerInformationType
Containing Schema: OTA_AirCommonTypes.xsd
Abstract
Documentation:
Specify passenger numbers and types
Collapse XSD Schema Diagram:
Drilldown into AirTraveler in schema ota_aircommontypes_xsd1 Drilldown into PassengerTypeQuantity in schema ota_aircommontypes_xsd1XSD Diagram of TravelerInformationType in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="TravelerInformationType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specify passenger numbers and types</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="PassengerTypeQuantity" type="PassengerTypeQuantityType" maxOccurs="10">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specify number of passengers using Passenger Type Codes</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="AirTraveler" type="AirTravelerType" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">Information profiling the person traveling
				Gender - the gender of the customer, if needed
				BirthDate - Date of Birth
				Currency - the preferred currency in which monetary amounts should be returned.
		</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PassengerTypeQuantity PassengerTypeQuantity (1) 10
AirTraveler AirTraveler 0 (1)