<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>
|