<xs:element name="PricingInstruction" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">An instruction for pricing the itinerary at the time of issuing a ticket.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="UseStoredFareInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the fare stored in the booking record should be used instead of any stored pricing instructions.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Number" type="Numeric1to99" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides a pricing instruction number to be used for pricing the itinerary at the time of issuing the ticket.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|