Definition Type: Element
Name: PricingQualifier
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirBaggageRS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Additional information that influenced the pricing, including restrictions, promotions, tax exemptions, private and negotiated fares.
Collapse XSD Schema Diagram:
Drilldown into PrivateFare in schema ota_airbaggagers_xsd Drilldown into Other in schema ota_airbaggagers_xsd Drilldown into OriginalIssueInfo in schema ota_airbaggagers_xsd Drilldown into NegotiatedFare in schema ota_airbaggagers_xsdXSD Diagram of PricingQualifier in schema ota_airbaggagers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="PricingQualifier" minOccurs="0">
    <xs:annotation>
        <xs:documentation source="Description" xml:lang="en">Additional information that influenced the pricing, including restrictions, promotions, tax exemptions, private and negotiated fares.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="NegotiatedFare" minOccurs="0">
                <xs:annotation>
                    <xs:documentation source="Description" xml:lang="en">Negotiated fares and services.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:complexContent>
                        <xs:extension base="FareInfoType">
                            <xs:sequence>
                                <xs:element name="Supplier" type="CompanyNameType" minOccurs="0">
                                    <xs:annotation>
                                        <xs:documentation source="Description" xml:lang="en">Supplier/ carrier airline information.</xs:documentation>
                                    </xs:annotation>
                                </xs:element>
                            </xs:sequence>
                        </xs:extension>
                    </xs:complexContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="OriginalIssueInfo" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Original ticket/document issue information.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attribute name="TicketDocumentNbr" type="StringLength1to16" use="optional">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The original ticket/document number.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="IssuingAgentID" type="NumericStringLength1to8" use="optional">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">ID of the original issuer of the ticket/document.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="DateOfIssue" type="xs:date" use="optional">
                        <xs:annotation>
                            <xs:documentation>Date the ticket/document was originally issued.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="LocationCode" type="StringLength1to8" use="optional">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Location of original issue.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="IssuingAirlineCode" type="StringLength1to16" use="optional">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The code of the original issuing airline.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                </xs:complexType>
            </xs:element>
            <xs:element name="Other" type="AirPricingQualifierType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation source="Description" xml:lang="en">Other pricing qualifiers, including promotions, restrictions and tax exemptions.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="PrivateFare" type="PrivateFareType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation source="Description" xml:lang="en">Private fares and services.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NegotiatedFare nsA:NegotiatedFare 0 (1)
OriginalIssueInfo nsA:OriginalIssueInfo 0 (1)
Other nsA:Other 0 (1)
PrivateFare nsA:PrivateFare 0 (1)