Definition Type: Element
Name: PricingInstruction
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirDemandTicketRQ.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
An instruction for pricing the itinerary at the time of issuing a ticket.
Collapse XSD Schema Diagram:
Drilldown into Number in schema ota_airdemandticketrq_xsd Drilldown into UseStoredFareInd in schema ota_airdemandticketrq_xsdXSD Diagram of PricingInstruction in schema ota_airdemandticketrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
UseStoredFareInd nsA:UseStoredFareInd Optional
Number nsA:Number Optional