<xsd:complexType name="RoomStay_Query_Candidate">
<xsd:annotation>
<xsd:documentation source="Description">Details on the Room Stay including Guest Counts, Time Span of this Room Stay, pointers to Res Guests, guest Memberships, Comments and Special Requests pertaining to this particular Room Stay and finally finacial information related to the Room Stay, including Guarantee, Deposit and Payment and Cancellation Penalties.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">RoomStay</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="ArrivalDepartureDates" type="ota2-0400:DateEffectiveExpire">
<xsd:annotation>
<xsd:documentation source="Description">Identifies the start and/or end dates.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ph:BasicPropertyInfoSubGrp">
<xsd:annotation>
<xsd:documentation source="Description">Identifies a specific hotel or city for which the availability search applies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ph:RoomTypeSubGrp">
<xsd:annotation>
<xsd:documentation source="Description">Identifies a type of room.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="GuestCount" type="prod-0400:GuestCount">
<xsd:annotation>
<xsd:documentation source="Description">The rate range for the query.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ph:RoomRateQueryRange">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the details of a room rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
</xsd:complexType>
|