Definition Type: ComplexType
Name: Fees
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
One or more fees. One or more fees.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into Total in schema common_4_0_0_xsd Drilldown into Fee in schema common_4_0_0_xsdXSD Diagram of Fees in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Fees">
    <xsd:annotation>
        <xsd:documentation source="Description">One or more fees.</xsd:documentation>
        <xsd:documentation source="Description">One or more fees.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Fees</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="ota2-0400:Fee">
            <xsd:annotation>
                <xsd:documentation source="Description">A fee.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="Total" type="ota2-0400:CurrencyAmount">
            <xsd:annotation>
                <xsd:documentation source="Description">Used to provide a total of all the fees.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Fee ota2-0400:Fee 0 (1)
Total ota2-0400:Total 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Derivation Tree:
Collapse References:
ota2-0400:Fees