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