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