<xsd:simpleType name="BedType_Enum_Base">
<xsd:annotation>
<xsd:documentation source="Description">The type(s) of sleeping option(s) in a guest accommodation.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationOpen" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">BedType_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Dorm bed" />
<xsd:enumeration value="Double/full" />
<xsd:enumeration value="Futon" />
<xsd:enumeration value="King" />
<xsd:enumeration value="Murphy bed" />
<xsd:enumeration value="Queen" />
<xsd:enumeration value="Run of the house" />
<xsd:enumeration value="Sofa bed" />
<xsd:enumeration value="Tatami mats" />
<xsd:enumeration value="Twin/single" />
<xsd:enumeration value="Water bed" />
<xsd:enumeration value="Other_" />
</xsd:restriction>
</xsd:simpleType>
|