<xsd:complexType abstract="true" name="Features">
<xsd:annotation>
<xsd:appinfo>
<otm:OTA2Entity type="ChoiceObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Features</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2-0400:Description">
<xsd:annotation>
<xsd:documentation source="Description">A description of the feature.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Shared" />
</xsd:sequence>
<xsd:attribute name="quantity" type="ota2-0400:NonNegativeInteger" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Provides the quantity of the amenity in the room. When zero, the amenity is either unavailable or not allowed.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|