Definition Type: Element
Name: FlightNumberRange
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRS.xsd
MinOccurs 0
MaxOccurs 5
Abstract
Documentation:
Include or exclude a flight number range
Collapse XSD Schema Diagram:
Drilldown into IncludeIndicator in schema ota_airfaredisplayrs_xsd Drilldown into RangeEnd in schema ota_airfaredisplayrs_xsd Drilldown into RangeStart in schema ota_airfaredisplayrs_xsd Drilldown into AirlineCode in schema ota_airfaredisplayrs_xsdXSD Diagram of FlightNumberRange in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FlightNumberRange" minOccurs="0" maxOccurs="5">
    <xs:annotation>
        <xs:documentation xml:lang="en">Include or exclude a flight number range</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="AirlineCode" type="StringLength3" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The airline code of this range of flight numbers.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="RangeStart" type="FlightNumberType" use="required">
            <xs:annotation>
                <xs:documentation xml:lang="en">The start number (inclusive) of the flight number range.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="RangeEnd" type="FlightNumberType" use="required">
            <xs:annotation>
                <xs:documentation xml:lang="en">The end number (inclusive) of the flight number range.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="IncludeIndicator" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, the flight number range should be included (i.e. travel is allowed on these flights). When false, the flight number range (inclusive) should be excluded (i.e. travel not allowed on these flights).</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
AirlineCode nsA:AirlineCode Optional
RangeStart nsA:RangeStart Required
RangeEnd nsA:RangeEnd Required
IncludeIndicator nsA:IncludeIndicator Optional