<xsd:complexType name="Amenity">
<xsd:annotation>
<xsd:documentation source="Description">Identifies and describes an amenity. An amenity is defined as product or service offered at no charge. These are items that could be easily added or removed from the room such as a hairdryer, feather pillows or shampoo.</xsd:documentation>
<xsd:documentation source="Description">Identifies and describes an amenity. An amenity is defined as product or service offered at no charge. These are items that could be easily added or removed from the room such as a hairdryer, feather pillows or shampoo.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Amenity</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="Code" type="ota2-0400:Code">
<xsd:annotation>
<xsd:documentation source="Description">A code for the amenity.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}string</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
<xsd:attribute name="name" type="ota2-0400:String" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The name of the amenity. (Ex. Feather Pillow)</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}string</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="description" type="ota2-0400:StringShort" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The amenity description.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|