Definition Type: Element
Name: SpecificFlightInfo
Namespace: http://www.opentravel.org/OTA/2003/05
Type: SpecificFlightInfoType
Containing Schema: OTA_AirFareDisplayRQ.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specify actual airline, flight number, or booking class.
Collapse XSD Schema Diagram:
Drilldown into BookingClassPref in schema ota_aircommontypes_xsd Drilldown into Airline in schema ota_aircommontypes_xsd Drilldown into FlightNumber in schema ota_aircommontypes_xsd Drilldown into SpecificFlightInfoType in schema ota_aircommontypes_xsd Drilldown into BookingReferenceID in schema ota_airfaredisplayrq_xsdXSD Diagram of SpecificFlightInfo in schema ota_airfaredisplayrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="SpecificFlightInfo" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specify actual airline, flight number, or booking class.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="SpecificFlightInfoType">
                <xs:attribute name="BookingReferenceID" type="xs:string" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">This is the identifier returned by the booking system, also referred to as a PNR locator, confirmation number or reservation number from where the flight information is taken from.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FlightNumber FlightNumber 0 (1)
Airline Airline 0 (1)
BookingClassPref BookingClassPref 0 5
Collapse Child Attributes:
Name Type Default Value Use
BookingReferenceID nsA:BookingReferenceID Optional
Collapse Derivation Tree: