Definition Type: Element
Name: FlightReference
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs 16
Abstract
Documentation:
Specifies a flight to which the discount pricing applies.
Collapse XSD Schema Diagram:
Drilldown into FlightRefNumber in schema ota_aircommontypes_xsdXSD Diagram of FlightReference in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FlightReference" minOccurs="0" maxOccurs="16">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies a flight to which the discount pricing applies.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="FlightRefNumber" type="StringLength1to64" use="required">
            <xs:annotation>
                <xs:documentation xml:lang="en">The flight segment to which the discount pricing should be applied.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
FlightRefNumber FlightRefNumber Required