Definition Type: Element
Name: PriceInfo
Namespace: http://www.opentravel.org/OTA/2003/05
Type: BookingPriceInfoType
Containing Schema: OTA_AirBookRQ.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Pricing information for the air itinerary to be booked e.g. this data could come from the OTA_AirPriceRS data.
Collapse XSD Schema Diagram:
Drilldown into PricingPref in schema ota_airbookrq_xsd Drilldown into PriceRequestInformation in schema ota_aircommontypes_xsd Drilldown into FareInfos in schema ota_aircommontypes_xsd Drilldown into PTC_FareBreakdowns in schema ota_aircommontypes_xsd Drilldown into ItinTotalFare in schema ota_aircommontypes_xsd Drilldown into QuoteID in schema ota_aircommontypes_xsd Drilldown into ValidatingAirlineCode in schema ota_aircommontypes_xsd Drilldown into PricingSource in schema ota_aircommontypes_xsd Drilldown into AirItineraryPricingInfoType in schema ota_aircommontypes_xsd Drilldown into RepriceRequired in schema ota_aircommontypes_xsd Drilldown into BookingPriceInfoType in schema ota_aircommontypes_xsd Drilldown into ExpandedPricingInd in schema ota_airbookrq_xsd Drilldown into ParticipationLevel in schema ota_airbookrq_xsdXSD Diagram of PriceInfo in schema ota_airbookrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="PriceInfo" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Pricing information for the air itinerary to be booked e.g. this data could come from the OTA_AirPriceRS data.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="BookingPriceInfoType">
                <xs:sequence>
                    <xs:element name="PricingPref" minOccurs="0" maxOccurs="10">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Identifies a pricing preference for this booking.</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="ParticipationLevel" type="OTA_CodeType" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">To specify the level of participation by a vendor in another system. Refer to OTA Code List 'Participation Level Code' (PLC)</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="ExpandedPricingInd" type="xs:boolean" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">When true, should return expanded pricing  that may include up to 99 taxes and/or service fees.  </xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ItinTotalFare ItinTotalFare 0 2
PTC_FareBreakdowns PTC_FareBreakdowns 0 (1)
FareInfos FareInfos 0 (1)
PriceRequestInformation PriceRequestInformation 0 (1)
PricingPref nsA:PricingPref 0 10
Collapse Child Attributes:
Name Type Default Value Use
PricingSource PricingSource Optional
ValidatingAirlineCode ValidatingAirlineCode Optional
QuoteID QuoteID Optional
RepriceRequired RepriceRequired false (Optional)
ParticipationLevel nsA:ParticipationLevel Optional
ExpandedPricingInd nsA:ExpandedPricingInd Optional
Collapse Derivation Tree: