Definition Type: ComplexType
Name: RoomStay_Query_Candidate
Namespace: http://www.opentravel.org/OTM/product/hospitality/v1
Containing Schema: Hospitality_1_0_0.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into RoomRateQueryRange in schema hospitality_1_0_0_xsd Drilldown into GuestCount in schema hospitality_1_0_0_xsd Drilldown into RoomTypeSubGrp in schema hospitality_1_0_0_xsd Drilldown into BasicPropertyInfoSubGrp in schema hospitality_1_0_0_xsd Drilldown into ArrivalDepartureDates in schema hospitality_1_0_0_xsdXSD Diagram of RoomStay_Query_Candidate in schema hospitality_1_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ArrivalDepartureDates ph:ArrivalDepartureDates 0 (1)
BasicPropertyInfoSubGrp ph:BasicPropertyInfoSubGrp 0 (1)
RoomTypeSubGrp ph:RoomTypeSubGrp 0 (1)
GuestCount ph:GuestCount 0 (1)
RoomRateQueryRange ph:RoomRateQueryRange 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Derivation Tree:
Collapse References:
ph:RoomStayQueryCandidate