Definition Type: Attribute
Name: ArriveByFlight
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_CommonTypes.xsd
Default false
Use Optional
Documentation:
The attribute's default value is a candidate for removal and should not be relied upon. OpenTravel plans to remove all default values from the specification. Deprecation Warning added in 2008B. Indicates if this rate is only available to those customers who are flying to the vehicle rental location.
Collapse XSD Schema Diagram:
XSD Diagram of ArriveByFlight in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="ArriveByFlight" type="xs:boolean" use="optional" default="false">
    <xs:annotation>
        <xs:documentation xml:lang="en">
            <DeprecationWarning>The attribute's default value is a candidate for removal and should not be relied upon. OpenTravel plans to remove all default values from the specification. Deprecation Warning added in 2008B.</DeprecationWarning>
        </xs:documentation>
        <xs:documentation xml:lang="en">Indicates if this rate is only available to those customers who are flying to the vehicle rental location.</xs:documentation>
    </xs:annotation>
</xs:attribute>