<xsd:complexType name="BaseHospitalityFacilityQuery">
<xsd:annotation>
<xsd:documentation source="Description">This object is intended to be extended for use in facility queries.</xsd:documentation>
<xsd:documentation source="Description">This object is intended to be extended for use in facility queries.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">BaseHospitalityFacilityQuery</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="1" name="DateTimeSpan" type="ota2-0400:TimeSpan">
<xsd:annotation>
<xsd:documentation source="Description">Arrival and departure information for the availability query.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="99" minOccurs="0" name="GuestCount" type="prod-0400:GuestCount">
<xsd:annotation>
<xsd:documentation source="Description">The number of guests for this availability search. May optionally include their ages or age categories.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="RateRange" type="ota2-0400:RateRange">
<xsd:annotation>
<xsd:documentation source="Description">The rate range for which responses should be returned.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="orghs-0300:DetailedHotelSearchCriteria">
<xsd:annotation>
<xsd:documentation source="Description">Detailed search criteria for hotel facilities.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="100" minOccurs="0" name="RoomTypeCode" type="ota2-0400:Code">
<xsd:annotation>
<xsd:documentation source="Description">Room type codes for which the search is to be performed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="100" minOccurs="0" name="RatePlanCode" type="ph:RatePlanCode">
<xsd:annotation>
<xsd:documentation source="Description">Rate plan codes for which the search is to be performed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
<xsd:attribute name="numberOfRooms" type="xsd:integer" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">1The number of rooms being queried for.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="orghs" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">1</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|