Definition Type: Element
Name: PricingOverview
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Information applicable to the pricing of the reservation.
Collapse XSD Schema Diagram:
Drilldown into Comment in schema ota_aircommontypes_xsd1 Drilldown into Account in schema ota_aircommontypes_xsd1 Drilldown into PricingIndicator in schema ota_aircommontypes_xsd1 Drilldown into ExchangeRate in schema ota_aircommontypes_xsd Drilldown into NUC_Rate in schema ota_aircommontypes_xsd Drilldown into PriceType in schema ota_aircommontypes_xsd Drilldown into DepartureDate in schema ota_aircommontypes_xsd Drilldown into ValidatingAirlineCode in schema ota_aircommontypes_xsd Drilldown into StatisticalCode in schema ota_aircommontypes_xsdXSD Diagram of PricingOverview in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="PricingOverview" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Information applicable to the pricing of the reservation.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PricingIndicator" minOccurs="0" maxOccurs="5">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Specific information about the price.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attributeGroup ref="PricingInfoGroup">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Specific information about the price.</xs:documentation>
                        </xs:annotation>
                    </xs:attributeGroup>
                </xs:complexType>
            </xs:element>
            <xs:element name="Account" minOccurs="0" maxOccurs="5">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Specifies an account code applicable to the pricing and reservation.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attribute name="Code" type="StringLength1to32" use="required">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The account code applicable to the fare.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                </xs:complexType>
            </xs:element>
            <xs:element name="Comment" type="FreeTextType" minOccurs="0" maxOccurs="10">
                <xs:annotation>
                    <xs:documentation xml:lang="en">A comment applicable to all the pricing information.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="StatisticalCode" type="AlphaNumericStringLength1to8" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Used for domestic or international sales differentiation.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="ValidatingAirlineCode" type="AlphaNumericStringLength1to8" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The validating airline code for the ticketing.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="DepartureDate" type="DateOrDateTimeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The departure date of the first leg of the booked itinerary.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="PriceType" type="AlphaNumericStringLength1to8" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Used to specify the type of price.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="NUC_Rate" type="xs:decimal" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The neutral unit currency rate.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="ExchangeRate" type="xs:decimal" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The currency exchange rate.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PricingIndicator PricingIndicator 0 5
Account Account 0 5
Comment Comment 0 10
Collapse Child Attributes:
Name Type Default Value Use
StatisticalCode StatisticalCode Optional
ValidatingAirlineCode ValidatingAirlineCode Optional
DepartureDate DepartureDate Optional
PriceType PriceType Optional
NUC_Rate NUC_Rate Optional
ExchangeRate ExchangeRate Optional