Definition Type: ComplexType
Name: TravelerCriteria
Namespace: http://www.opentravel.org/OTM/reservation/v2
Containing Schema: Reservation_2_0_0.xsd
Abstract
Documentation:
Criteria used to retreive a reservation for a specific traveler. Criteria used to retreive a reservation for a specific traveler.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into Telephone_Simple in schema reservation_2_0_0_xsd Drilldown into Email_Simple in schema reservation_2_0_0_xsd Drilldown into PersonNameSummary in schema common_4_0_0_xsd Drilldown into PersonIdentifier in schema common_4_0_0_xsdXSD Diagram of TravelerCriteria in schema reservation_2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="TravelerCriteria">
    <xsd:annotation>
        <xsd:documentation source="Description">Criteria used to retreive a reservation for a specific traveler.</xsd:documentation>
        <xsd:documentation source="Description">Criteria used to retreive a reservation for a specific traveler.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">TravelerCriteria</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="ota2-0400:PersonIdentifier">
            <xsd:annotation>
                <xsd:documentation source="Description">The person identifier with which the search should be performed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2-0400:PersonNameSummary">
            <xsd:annotation>
                <xsd:documentation source="Description">Person name information.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="Email_Simple" type="ota2-0400:Email_Simple">
            <xsd:annotation>
                <xsd:documentation source="Description">Email associated with the reservation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="Telephone_Simple" type="ota2-0400:Telephone_Simple">
            <xsd:annotation>
                <xsd:documentation source="Description">The telephone number associated with the reservation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonIdentifier ota2-0400:PersonIdentifier 0 (1)
PersonNameSummary ota2-0400:PersonNameSummary 0 (1)
Email_Simple res-0200:Email_Simple 0 (1)
Telephone_Simple res-0200:Telephone_Simple 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Derivation Tree:
Collapse References:
res-0200:TravelerCriteria