<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>
|