<xsd:complexType name="Ancillary">
<xsd:annotation>
<xsd:documentation source="Description">Identifies and describes and ancillary. An ancillary is offered in conjunction with a product or service and may incur a separate charge unless the included indicator is present and true. These are typically items that can be easily added to or removed from a room.</xsd:documentation>
<xsd:documentation source="Description">Identifies and describes and ancillary. An ancillary is offered in conjunction with a product or service and may incur a separate charge unless the included indicator is present and true. These are typically items that can be easily added to or removed from a room.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Ancillary</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="PricingType" type="ota2-0300:ChargeUnit_Enum">
<xsd:annotation>
<xsd:documentation source="Description">Defines how the ancillary is priced, such as per person or per ancillary.</xsd:documentation>
<xsd:documentation source="Implementer">LocalAnonymousType: GolfAmenityType_PricingType</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Code" type="ota2-0400:Code">
<xsd:annotation>
<xsd:documentation source="Description">A code for the ancillary or 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 ancillary. (Ex. Golfcart)</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 ancillary description.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="includedInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">If TRUE, this is included with the purchase.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="orderableInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">If TRUE, this ancillary may be ordered.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|