Definition Type: Attribute
Name: DirectFlightsOnly
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
Default false
Use Optional
Documentation:
Indicates the same flight number on the same airline regardless of number of stops in most cases.
Collapse XSD Schema Diagram:
XSD Diagram of DirectFlightsOnly in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="DirectFlightsOnly" type="xs:boolean" use="optional" default="false">
    <xs:annotation>
        <xs:documentation xml:lang="en">Indicates the same flight number on the same airline regardless of number of stops in most cases.</xs:documentation>
    </xs:annotation>
</xs:attribute>