Definition Type: Element
Name: Discount
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs (1)
MaxOccurs 99
Abstract
Documentation:
Provides discount information associated with the fare.
Collapse XSD Schema Diagram:
Drilldown into Description in schema ota_commontypes_xsd1 Drilldown into ID in schema ota_commontypes_xsd1 Drilldown into Percent in schema ota_commontypes_xsd1 Drilldown into DecimalPlaces in schema ota_commontypes_xsd1 Drilldown into CurrencyCode in schema ota_commontypes_xsd1 Drilldown into CurrencyCodeGroup in schema ota_commontypes_xsd Drilldown into Amount in schema ota_commontypes_xsd1 Drilldown into CurrencyAmountGroup in schema ota_commontypes_xsd Drilldown into DiscountInfoGroup in schema ota_commontypes_xsdXSD Diagram of Discount in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Discount" maxOccurs="99">
    <xs:annotation>
        <xs:documentation>Provides discount information associated with the fare.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="DiscountInfoGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">Details regarding the discount.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
    </xs:complexType>
</xs:element>