Definition Type: Element
Name: FlightReference
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirPriceRQ.xsd
MinOccurs 0
MaxOccurs 16
Abstract
Documentation:
Used to reference flight segments that have already been booked for which pricing is requested.
Collapse XSD Schema Diagram:
Drilldown into OpenJawInd in schema ota_airpricerq_xsd Drilldown into End in schema ota_commontypes_xsd1 Drilldown into Duration in schema ota_commontypes_xsd1 Drilldown into Start in schema ota_commontypes_xsd1 Drilldown into DateTimeSpanGroup in schema ota_commontypes_xsd1 Drilldown into FareBasisCode in schema ota_airpricerq_xsd Drilldown into FlightRefNumber in schema ota_airpricerq_xsdXSD Diagram of FlightReference in schema ota_airpricerq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FlightReference" minOccurs="0" maxOccurs="16">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to reference flight segments that have already been booked for which pricing is requested.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="FlightRefNumber" type="StringLength1to64" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The flight number(s) for which pricing is requested.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="FareBasisCode" type="StringLength1to16" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Used to specify the fare basis code to be used in pricing for these flight segments.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attributeGroup ref="DateTimeSpanGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">Used to specify the not valid before and after dates.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
        <xs:attribute name="OpenJawInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, the flight segment is to be priced as open jaw.  When false, do not price as open jaw.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
FlightRefNumber nsA:FlightRefNumber Optional
FareBasisCode nsA:FareBasisCode Optional
Start Start Optional
Duration Duration Optional
End End Optional
OpenJawInd nsA:OpenJawInd Optional