Definition Type: Element
Name: PricingOverview
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirPriceRS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Pricing information which applies to all the priced itineraries.
Collapse XSD Schema Diagram:
Drilldown into PricingIndicator in schema ota_airpricers_xsd Drilldown into PTC_FareBreakdowns in schema ota_airpricers_xsd Drilldown into Account in schema ota_airpricers_xsd Drilldown into Notes in schema ota_airpricers_xsd Drilldown into FareInfo in schema ota_airpricers_xsd Drilldown into DepartureDate in schema ota_airpricers_xsd Drilldown into FirstTicketDate in schema ota_airpricers_xsd Drilldown into PriceQuoteDate in schema ota_airpricers_xsd Drilldown into ValidatingAirlineCode in schema ota_airpricers_xsd Drilldown into StatisticalCode in schema ota_airpricers_xsd Drilldown into Type in schema ota_airpricers_xsdXSD Diagram of PricingOverview in schema ota_airpricers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="PricingOverview" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Pricing information which applies to all the priced itineraries.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="FareInfo" type="FareType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Fare information that applies to all of the priced itineraries.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="Notes" type="FreeTextType" minOccurs="0" maxOccurs="99">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Free text information that applies to all the priced itineraries.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="Account" minOccurs="0" maxOccurs="5">
                <xs:annotation>
                    <xs:documentation xml:lang="en">An account code that applies to all the priced itineraries.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attribute name="Code" type="StringLength1to32" use="required">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The account code.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                </xs:complexType>
            </xs:element>
            <xs:element name="PTC_FareBreakdowns" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">A collection of fares by PTC code.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="PTC_FareBreakdown" type="PTCFareBreakdownType" maxOccurs="20">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">The fare information for a specific PTC code for all of the priced itineraries.</xs:documentation>
                            </xs:annotation>
                        </xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="PricingIndicator" minOccurs="0" maxOccurs="20">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Pricing information for all the priced itineraries.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attributeGroup ref="PricingInfoGroup">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Use to specify a type of pricing information and whether it should be applied or not applied to the pricing.</xs:documentation>
                        </xs:annotation>
                    </xs:attributeGroup>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="Type" type="AlphaNumericStringLength1to14" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specifies how the pricing was done.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <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 code of the validating airline carrier.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="PriceQuoteDate" type="DateOrDateTimeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The date that pricing was done.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="FirstTicketDate" type="DateOrDateTimeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The first date this itinerary can be ticketed at this price.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="DepartureDate" type="DateOrDateTimeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The first date of departure for this itinerary.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FareInfo nsA:FareInfo 0 (1)
Notes nsA:Notes 0 99
Account nsA:Account 0 5
PTC_FareBreakdowns nsA:PTC_FareBreakdowns 0 (1)
PricingIndicator nsA:PricingIndicator 0 20
Collapse Child Attributes:
Name Type Default Value Use
Type nsA:Type Optional
StatisticalCode nsA:StatisticalCode Optional
ValidatingAirlineCode nsA:ValidatingAirlineCode Optional
PriceQuoteDate nsA:PriceQuoteDate Optional
FirstTicketDate nsA:FirstTicketDate Optional
DepartureDate nsA:DepartureDate Optional