Definition Type: Element
Name: FlightReference
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirDemandTicketRQ.xsd
MinOccurs 0
MaxOccurs 16
Abstract
Documentation:
A reference to a flight segment in a passenger name record.
Collapse XSD Schema Diagram:
Drilldown into RangePosition in schema ota_airdemandticketrq_xsd Drilldown into FlightRefNumber in schema ota_airdemandticketrq_xsdXSD Diagram of FlightReference in schema ota_airdemandticketrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FlightReference" minOccurs="0" maxOccurs="16">
    <xs:annotation>
        <xs:documentation xml:lang="en">A reference to a flight segment in a passenger name record.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="FlightRefNumber" type="Numeric1to99" use="required">
            <xs:annotation>
                <xs:documentation xml:lang="en">The reference number for a flight segment in a passenger name record.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="RangePosition" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specifies whether the first or last flight segment reference number in a range.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="First">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Indicates that the flight reference number represents the first flight in a range of flights to be ticketed. </xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="Last">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Indicates that the flight reference number represents the last flight in a range of flights to be ticketed. </xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
FlightRefNumber nsA:FlightRefNumber Required
RangePosition nsA:RangePosition Optional