Definition Type: Element
Name: CustomDiscountPricing
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirDemandTicketRQ.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The information needed when a passenger presents a discount/promotional coupon for a dollar/percentage of the fare or when a passenger qualifies for a percentage discount such as a senior discount.
Collapse XSD Schema Diagram:
Drilldown into Text in schema ota_aircommontypes_xsd Drilldown into TicketDesignatorCode in schema ota_aircommontypes_xsd Drilldown into Discount in schema ota_aircommontypes_xsd Drilldown into Usage in schema ota_aircommontypes_xsd Drilldown into Type in schema ota_aircommontypes_xsd Drilldown into Purpose in schema ota_aircommontypes_xsd Drilldown into DiscountPricingGroup in schema ota_aircommontypes_xsd Drilldown into DecimalPlaces in schema ota_commontypes_xsd1 Drilldown into CurrencyCode in schema ota_commontypes_xsd1 Drilldown into CurrencyCodeGroup in schema ota_commontypes_xsd1XSD Diagram of CustomDiscountPricing in schema ota_airdemandticketrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="CustomDiscountPricing" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">The information needed when a passenger presents a discount/promotional coupon for a dollar/percentage of the fare or when a passenger qualifies for a percentage discount such as a senior discount.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="CurrencyCodeGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">May specify the currency code when the discount is a monetary value.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
        <xs:attributeGroup ref="DiscountPricingGroup" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
CurrencyCode CurrencyCode Optional
DecimalPlaces DecimalPlaces Optional
Purpose Purpose Optional
Type Type Optional
Usage Usage Optional
Discount Discount Optional
TicketDesignatorCode TicketDesignatorCode Optional
Text Text Optional