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