<xsd:complexType name="Facility_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:complexContent>
<xsd:extension base="org-0300:Facility">
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2-0400:Features">
<xsd:annotation>
<xsd:documentation source="Description">Identifies features of a property.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="SegmentCategory" type="ota2-0300:SegmentCategory_Enum">
<xsd:annotation>
<xsd:documentation source="Description">Identifies the segment (e.g., luxury, upscale, extended stay) of the property. Refer to OpenTravel Codelist Segment Category Code (SEG).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="orghs-0300:HotelDetails">
<xsd:annotation>
<xsd:documentation source="Description">Detailed hotel facility information.</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 rooms at this facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Custom" />
</xsd:sequence>
<xsd:attribute name="brandName" type="ota2-0400:StringShort" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The name of a brand of hotels (e.g., Courtyard, Hampton Inn).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="chainName" type="ota2-0400:StringShort" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The name of the hotel chain (e.g., Hilton, Marriott, Hyatt, Starwood).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|