Definition Type: ComplexType
Name: Ancillary
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
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. 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.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into Code in schema common_4_0_0_xsd Drilldown into PricingType in schema common_4_0_0_xsd Drilldown into orderableInd in schema common_4_0_0_xsd Drilldown into includedInd in schema common_4_0_0_xsd Drilldown into description in schema common_4_0_0_xsd Drilldown into name in schema common_4_0_0_xsdXSD Diagram of Ancillary in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PricingType ota2-0400:PricingType 0 (1)
Code ota2-0400:Code 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
name ota2-0400:name Optional
description ota2-0400:description Optional
includedInd ota2-0400:includedInd Optional
orderableInd ota2-0400:orderableInd Optional
Collapse Derivation Tree:
Collapse References:
ota2-0400:Ancillary