Definition Type: ComplexType
Name: BookingPriceInfoType
Type: [Unresolved]: AirItineraryPricingInfoType:
Containing Schema: OTA_AirCommonTypes.xsd
Abstract
Documentation:
Container for all the fare information. Pricing information for an itinerary.
Collapse XSD Schema Diagram:
Drilldown into PriceRequestInformation in schema ota_aircommontypes_xsd1 Drilldown into FareInfos in schema ota_aircommontypes_xsd1 Drilldown into PTC_FareBreakdowns in schema ota_aircommontypes_xsd1 Drilldown into ItinTotalFare in schema ota_aircommontypes_xsd1 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_xsd1 Drilldown into RepriceRequired in schema ota_aircommontypes_xsdXSD Diagram of BookingPriceInfoType in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="BookingPriceInfoType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Container for all the fare information.</xs:documentation>
        <xs:documentation xml:lang="en"> Pricing information for an itinerary.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="AirItineraryPricingInfoType">
            <xs:attribute name="RepriceRequired" type="xs:boolean" default="false">
                <xs:annotation>
                    <xs:documentation xml:lang="en">
                        <DeprecationWarning>The default value on the RepriceRequired attribute is a candidate for deprecation. OpenTravel plans to remove all default values from the specification. Deprecation Warning added in 2008B.</DeprecationWarning>
                    </xs:documentation>
                    <xs:documentation xml:lang="en"> If true re-pricing of the itinerary is required. </xs:documentation>
                </xs:annotation>
            </xs:attribute>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
RepriceRequired RepriceRequired false (Optional)