<xsd:complexType name="RetrieveHospitalityAvailability_RQ">
<xsd:annotation>
<xsd:documentation source="Description">Used to retreive availability for specific hotels identified in the request. This is not an offer request, but simply a high level availability request.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Operation" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">HospitalityFacility_RetrieveHospitalityAvailability</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ota2msg:OTA2_Request_Payload">
<xsd:sequence>
<xsd:element minOccurs="0" name="PayloadStdAttributes" type="ota2-0400:PayloadStdAttributes">
<xsd:annotation>
<xsd:documentation source="Description">The standard attributes that appear on the root element for all OpenTravel messages.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2-0400:POS">
<xsd:annotation>
<xsd:documentation source="Description">Point of Sale (POS) identifies the party or connection channel making the request.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ProcessingInfo" type="ota2-0400:ProcessingInfo">
<xsd:annotation>
<xsd:documentation source="Description">Transaction processing directives, including display currency overrides. If no display currency information is provided, the display and pricing currency will default to the value in POS/Source/@ISOCurrency.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="orghs-0300:FacilityQueryHotelAvailRetrieve">
<xsd:annotation>
<xsd:documentation source="Description">Criteria used to retrieve availability for specified hotels.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|