Definition Type: Element
Name: Commission
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirDemandTicketRQ.xsd
MinOccurs 0
MaxOccurs 2
Abstract
Documentation:
Information specifying the commission to be paid.
Collapse XSD Schema Diagram:
Drilldown into AdditionalInd in schema ota_airdemandticketrq_xsd Drilldown into CapAmount in schema ota_airdemandticketrq_xsd Drilldown into Percent in schema ota_airdemandticketrq_xsd Drilldown into DecimalPlaces in schema ota_commontypes_xsd1 Drilldown into CurrencyCode in schema ota_commontypes_xsd1 Drilldown into CurrencyCodeGroup in schema ota_commontypes_xsd1 Drilldown into Amount in schema ota_commontypes_xsd1 Drilldown into CurrencyAmountGroup in schema ota_commontypes_xsd1XSD Diagram of Commission in schema ota_airdemandticketrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Commission" minOccurs="0" maxOccurs="2">
    <xs:annotation>
        <xs:documentation xml:lang="en">Information specifying the commission to be paid.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="CurrencyAmountGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">The actual monetary value of the commission and the currency code for the amount.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
        <xs:attribute name="Percent" type="Percentage" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The percentage value of the commission.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="CapAmount" type="Money" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The highest monetary value that may be paid when the commission is a percent.  For example, the commision may be 2% of the fare, but the monetary value may not exceed $20.00.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="AdditionalInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, this is an additional commission.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Amount Amount Optional
CurrencyCode CurrencyCode Optional
DecimalPlaces DecimalPlaces Optional
Percent nsA:Percent Optional
CapAmount nsA:CapAmount Optional
AdditionalInd nsA:AdditionalInd Optional