Definition Type: Element
Name: PricingInfo
Namespace: http://www.opentravel.org/OTA/2003/05
Type: FareType
Containing Schema: OTA_AirFareDisplayRS.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into SeasonalInfo in schema ota_airfaredisplayrs_xsd Drilldown into TPA_Extensions in schema ota_commontypes_xsd1 Drilldown into Discounts in schema ota_aircommontypes_xsd Drilldown into ExchangeInfo in schema ota_aircommontypes_xsd Drilldown into OriginalIssueInfo in schema ota_aircommontypes_xsd Drilldown into Remark in schema ota_aircommontypes_xsd Drilldown into TourCode in schema ota_aircommontypes_xsd Drilldown into FareBaggageAllowance in schema ota_aircommontypes_xsd Drilldown into UnstructuredFareCalc in schema ota_aircommontypes_xsd Drilldown into FareConstruction in schema ota_aircommontypes_xsd Drilldown into TotalFare in schema ota_aircommontypes_xsd Drilldown into Fees in schema ota_aircommontypes_xsd Drilldown into Taxes in schema ota_aircommontypes_xsd Drilldown into EquivFare in schema ota_aircommontypes_xsd Drilldown into BaseFare in schema ota_aircommontypes_xsd Drilldown into TotalNbrPTC in schema ota_aircommontypes_xsd Drilldown into TotalNbrTrips in schema ota_aircommontypes_xsd Drilldown into TicketDesignatorCode in schema ota_aircommontypes_xsd Drilldown into NegotiatedFareCode in schema ota_aircommontypes_xsd Drilldown into NegotiatedFare in schema ota_aircommontypes_xsd Drilldown into NegotiatedFareAttributes in schema ota_aircommontypes_xsd Drilldown into FareType in schema ota_aircommontypes_xsd Drilldown into CurrencyOverrideInd in schema ota_airfaredisplayrs_xsd Drilldown into AccountCode in schema ota_airfaredisplayrs_xsd Drilldown into CodeOnlyFaresInd in schema ota_airfaredisplayrs_xsd Drilldown into ConvertedToEuroInd in schema ota_airfaredisplayrs_xsd Drilldown into CodeContext in schema ota_airfaredisplayrs_xsd Drilldown into PassengerTypeCode in schema ota_airfaredisplayrs_xsdXSD Diagram of PricingInfo in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="PricingInfo">
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="FareType">
                <xs:sequence>
                    <xs:element name="SeasonalInfo" minOccurs="0">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Seasonal information for this fare.</xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:sequence>
                                <xs:element name="SeasonalRange" minOccurs="0" maxOccurs="2">
                                    <xs:annotation>
                                        <xs:documentation xml:lang="en">The date range for the season.</xs:documentation>
                                    </xs:annotation>
                                    <xs:complexType>
                                        <xs:attribute name="Direction" type="AirTripType" use="optional">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">The direction associated with the seasonal fare.
</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                        <xs:attributeGroup ref="DateTimeSpanGroup">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">The start and end date of the season.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attributeGroup>
                                    </xs:complexType>
                                </xs:element>
                            </xs:sequence>
                            <xs:attribute name="Comment" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Seasonal comment information associated with the fare.
</xs:documentation>
                                </xs:annotation>
                                <xs:simpleType>
                                    <xs:restriction base="xs:NMTOKEN">
                                        <xs:enumeration value="NoComment">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">There is no comment information for the season.</xs:documentation>
                                            </xs:annotation>
                                        </xs:enumeration>
                                        <xs:enumeration value="AllYear">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">The information applies to all year.</xs:documentation>
                                            </xs:annotation>
                                        </xs:enumeration>
                                        <xs:enumeration value="MoreSeasonsInRule">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">There is more seasonal information in the rules</xs:documentation>
                                            </xs:annotation>
                                        </xs:enumeration>
                                        <xs:enumeration value="PastDate">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">The season has already passed.</xs:documentation>
                                            </xs:annotation>
                                        </xs:enumeration>
                                        <xs:enumeration value="UnableToDisplaySeason">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">Specifies that the season information cannot be displayed.</xs:documentation>
                                            </xs:annotation>
                                        </xs:enumeration>
                                        <xs:enumeration value="NewFare">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">This is a new fare for the season.</xs:documentation>
                                            </xs:annotation>
                                        </xs:enumeration>
                                    </xs:restriction>
                                </xs:simpleType>
                            </xs:attribute>
                            <xs:attribute name="VariationByDatesExistInd" type="xs:boolean" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">If true, there is a variation in the fare by the seasonal dates.
</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:complexType>
                    </xs:element>
                </xs:sequence>
                <xs:attribute name="PassengerTypeCode" type="StringLength3" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Code used to indicate the type of traveler that will be traveling (e.g., ADT, CHD, INF).</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="CodeContext" type="StringLength1to32" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Identifies the context of the location code, such as IATA, ARC, or internal code, etc.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="ConvertedToEuroInd" type="xs:boolean" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">If true, the country where fare was filed has converted to the Euro.
</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="CodeOnlyFaresInd" type="xs:boolean" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">If true, only the fares for the account code requested are being returned.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="AccountCode" type="StringLength1to32" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The account code for which fares were requested.
</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="CurrencyOverrideInd" type="xs:boolean" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">When true, the fares were converted to the override currency code.  When false, the fares were not converted.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BaseFare BaseFare 0 (1)
EquivFare EquivFare 0 (1)
Taxes Taxes 0 (1)
Fees Fees 0 (1)
TotalFare TotalFare 0 (1)
FareConstruction FareConstruction 0 (1)
UnstructuredFareCalc UnstructuredFareCalc 0 (1)
FareBaggageAllowance FareBaggageAllowance 0 99
TourCode TourCode 0 (1)
Remark Remark 0 10
OriginalIssueInfo OriginalIssueInfo 0 (1)
ExchangeInfo ExchangeInfo 0 (1)
Discounts Discounts 0 (1)
TPA_Extensions TPA_Extensions 0 (1)
SeasonalInfo nsA:SeasonalInfo 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
NegotiatedFare NegotiatedFare false Optional
NegotiatedFareCode NegotiatedFareCode Optional
TicketDesignatorCode TicketDesignatorCode Optional
TotalNbrTrips TotalNbrTrips Optional
TotalNbrPTC TotalNbrPTC Optional
PassengerTypeCode nsA:PassengerTypeCode Optional
CodeContext nsA:CodeContext Optional
ConvertedToEuroInd nsA:ConvertedToEuroInd Optional
CodeOnlyFaresInd nsA:CodeOnlyFaresInd Optional
AccountCode nsA:AccountCode Optional
CurrencyOverrideInd nsA:CurrencyOverrideInd Optional
Collapse Derivation Tree: