Definition Type: Element
Name: ReductionPref
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRQ.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specify a desired reduction amount or percentage for this passenger type
Collapse XSD Schema Diagram:
Drilldown into PreferLevel in schema ota_airfaredisplayrq_xsd Drilldown into Percent in schema ota_airfaredisplayrq_xsd Drilldown into Currency in schema ota_airfaredisplayrq_xsd Drilldown into Amount in schema ota_airfaredisplayrq_xsdXSD Diagram of ReductionPref in schema ota_airfaredisplayrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="ReductionPref" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specify a desired reduction amount or percentage for this passenger type</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="Amount" type="Money" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The desired reduction amount</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="Currency" type="AlphaLength3" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The desired reduction currency</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="Percent" type="Percentage" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The desired reduction percentage</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="PreferLevel" type="PreferLevelType" use="optional" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Amount nsA:Amount Optional
Currency nsA:Currency Optional
Percent nsA:Percent Optional
PreferLevel nsA:PreferLevel Optional