Definition Type: Element
Name: DiscountPricing
Containing Schema: OTA_AirCommonTypes.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_xsd1XSD Diagram of DiscountPricing in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="DiscountPricing" 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:sequence>
            <xs:element name="FlightReference" minOccurs="0" maxOccurs="16">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Specifies a flight to which the discount pricing applies.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attribute name="FlightRefNumber" type="StringLength1to64" use="required">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The flight segment to which the discount pricing should be applied.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="DiscountPricingGroup" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FlightReference FlightReference 0 16
Collapse Child Attributes:
Name Type Default Value Use
Purpose Purpose Optional
Type Type Optional
Usage Usage Optional
Discount Discount Optional
TicketDesignatorCode TicketDesignatorCode Optional
Text Text Optional