Definition Type: ComplexType
Name: Reservation_Query_ByTraveler
Namespace: http://www.opentravel.org/OTM/reservation/v2
Containing Schema: Reservation_2_0_0.xsd
Abstract
Documentation:
A container associating travelers and orders pertaining to a particular trip or event.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into TimeSpan in schema reservation_2_0_0_xsd Drilldown into Verification in schema reservation_2_0_0_xsd Drilldown into TravelerCriteria in schema reservation_2_0_0_xsdXSD Diagram of Reservation_Query_ByTraveler in schema reservation_2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Reservation_Query_ByTraveler">
    <xsd:annotation>
        <xsd:documentation source="Description">A container associating travelers and orders pertaining to a particular trip or event.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Reservation</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="res-0200:TravelerCriteria">
            <xsd:annotation>
                <xsd:documentation source="Description">Traveler information on which the query is being preformed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="res-0200:Verification">
            <xsd:annotation>
                <xsd:documentation source="Description">Verification Information for the travler.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TimeSpan" type="ota2-0400:TimeSpan">
            <xsd:annotation>
                <xsd:documentation source="Description">The time span for which the query is to be performed.</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
TravelerCriteria res-0200:TravelerCriteria 0 (1)
Verification res-0200:Verification 0 (1)
TimeSpan res-0200:TimeSpan 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Derivation Tree:
Collapse References:
res-0200:ReservationQueryByTraveler