<xsd:simpleType name="RoomLocation_Enum_Base">
<xsd:annotation>
<xsd:documentation source="Description">Specifies a hotel room location.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationOpen" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">RoomLocation_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Annex room" />
<xsd:enumeration value="Away from the elevator" />
<xsd:enumeration value="Back of building" />
<xsd:enumeration value="Concierge floor" />
<xsd:enumeration value="Corner" />
<xsd:enumeration value="East" />
<xsd:enumeration value="Executive floor" />
<xsd:enumeration value="Frequent guest floor" />
<xsd:enumeration value="Front of building" />
<xsd:enumeration value="Ground floor" />
<xsd:enumeration value="Ground floor inside access" />
<xsd:enumeration value="Ground floor outside access" />
<xsd:enumeration value="High floor" />
<xsd:enumeration value="Lobby level" />
<xsd:enumeration value="Low floor" />
<xsd:enumeration value="Main building" />
<xsd:enumeration value="Near stairs" />
<xsd:enumeration value="Near the elevator" />
<xsd:enumeration value="North" />
<xsd:enumeration value="Poolside" />
<xsd:enumeration value="Quiet room" />
<xsd:enumeration value="South" />
<xsd:enumeration value="Top floor" />
<xsd:enumeration value="Tower room" />
<xsd:enumeration value="West" />
<xsd:enumeration value="Wing room" />
<xsd:enumeration value="Other_" />
</xsd:restriction>
</xsd:simpleType>
|