Definition Type: ComplexType
Name: TravelerInfoType
Containing Schema: OTA_AirCommonTypes.xsd
Abstract
Documentation:
Identifies passenger(s) who will travel on the reservation.
Collapse XSD Schema Diagram:
Drilldown into SpecialReqDetails in schema ota_aircommontypes_xsd1 Drilldown into AirTraveler in schema ota_aircommontypes_xsd1XSD Diagram of TravelerInfoType in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="TravelerInfoType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Identifies passenger(s) who will travel on the reservation.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="AirTraveler" minOccurs="0" maxOccurs="99">
            <xs:annotation>
                <xs:documentation xml:lang="en"> Information about the person traveling.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:complexContent>
                    <xs:extension base="AirTravelerType">
                        <xs:sequence>
                            <xs:element name="Comment" minOccurs="0" maxOccurs="5">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">A comment about the air traveler.</xs:documentation>
                                </xs:annotation>
                                <xs:complexType>
                                    <xs:simpleContent>
                                        <xs:extension base="FormattedTextTextType">
                                            <xs:attribute name="Name" type="StringLength1to16" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation xml:lang="en">Used to specify the type of comment.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                        </xs:extension>
                                    </xs:simpleContent>
                                </xs:complexType>
                            </xs:element>
                        </xs:sequence>
                    </xs:extension>
                </xs:complexContent>
            </xs:complexType>
        </xs:element>
        <xs:element name="SpecialReqDetails" type="SpecialReqDetailsType" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation xml:lang="en">Provides detailed information regarding any special needs, requests, or remarks associated with the traveler</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AirTraveler AirTraveler 0 99
SpecialReqDetails SpecialReqDetails 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:TravelerInfo, TravelerInfo