<xsd:complexType name="Facility_Query_Hotel">
<xsd:annotation>
<xsd:documentation source="Description">Describes a facility (e.g. Hotel Facility,Conference Facility, Golf Facility). A facility must have a single address and a single geolocation.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Facility</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="HotelName" type="ota2-0400:StringShort">
<xsd:annotation>
<xsd:documentation source="Description">A name or partial name of hotel used in searching for a hotel facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="BrandCode" type="ota2-0400:StringShort">
<xsd:annotation>
<xsd:documentation source="Description">A code that identifies the brand or flag of a hotel, often used for independently-owned or franchised properties who are known by a specific brand.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="BrandName" type="ota2-0400:StringShort">
<xsd:annotation>
<xsd:documentation source="Description">The name of a brand of hotels (e.g., Courtyard, Hampton Inn).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ChainCode" type="ota2-0400:StringShort">
<xsd:annotation>
<xsd:documentation source="Description">The code that identifies a hotel chain or management group. The hotel chain code is decided between vendors. This attribute is optional if the hotel is an independent property that can be identified by the HotelCode attribute.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ChainName" type="ota2-0400:StringShort">
<xsd:annotation>
<xsd:documentation source="Description">The name of the hotel chain (e.g., Hilton, Marriott, Hyatt, Starwood).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Radius" type="ota2-0400:Radius">
<xsd:annotation>
<xsd:documentation source="Description">The radius of the search.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2-0400:ReferencePoint">
<xsd:annotation>
<xsd:documentation source="Description">Specifies a reference point from which the search should be preformed.</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 minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
</xsd:complexType>
|