Definition Type: ComplexType
Name: Fee
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into FeeDetail in schema common_4_0_0_xsd Drilldown into Description in schema common_4_0_0_xsd Drilldown into FeeType in schema common_4_0_0_xsd Drilldown into PriceSubGrp in schema common_4_0_0_xsd Drilldown into taxExcludedInd in schema common_4_0_0_xsdXSD Diagram of Fee in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Fee">
    <xsd:annotation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Fee</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="ota2-0400:PriceSubGrp">
            <xsd:annotation>
                <xsd:documentation source="Description">The breakdown of the price associated with the fee.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="FeeType" type="ota2-0300:FeeType_Enum">
            <xsd:annotation>
                <xsd:documentation source="Description">Identifies the fee (e.g.,agency fee, municipality fee).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2-0400:Description">
            <xsd:annotation>
                <xsd:documentation source="Description">Description of the fee.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2-0400:FeeDetail">
            <xsd:annotation>
                <xsd:documentation source="Description">Detailed information regarding the fee.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
    </xsd:sequence>
    <xsd:attribute name="taxExcludedInd" type="xsd:boolean" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">When true, tax is excluded from the price.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PriceSubGrp ota2-0400:PriceSubGrp 0 (1)
FeeType ota2-0400:FeeType 0 (1)
Description ota2-0400:Description 0 (1)
FeeDetail ota2-0400:FeeDetail 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
taxExcludedInd ota2-0400:taxExcludedInd Optional
Collapse Derivation Tree:
Collapse References:
ota2-0400:Fee