Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Included schema NasFlightIntent.xsd
Namespace http://www.faa.aero/nas/4.2
Annotations
Copyright (c) 2016 US Federal Aviation Administration (FAA) 
=========================================== 
All rights reserved. 
 
Redistribution and use in source and binary forms, with or without modification, 
are permitted provided that the following conditions are met: 
* Redistributions of source code must retain the above copyright notice, this list 
of conditions and the disclaimer. 
* Redistributions in binary form must reproduce the above copyright notice, this 
list of conditions and the disclaimer in the documentation and/or other materials 
provided with the distribution. 
* The name of US FAA or the names of its contributors may not be used to endorse 
or promote products derived from this specification without specific prior written 
permission. 
 
DISCLAIMER 
 
THIS SPECIFICATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
DAMAGE. 
 
========================================== 
Editorial note: this license is an instance of the BSD license template as provided 
by the Open Source Initiative: 
http://www.opensource.org/licenses/bsd-license.php 
 
The authoritative reference for FIXM is www.FIXM.aero. 
 
Details on the US FAA: http://www.faa.gov/
Contains the NAS Specific Flight Intent definitions.
Properties
attribute form default: unqualified
element form default: qualified
version: 4.2.0
Element nas:MovementAreaHoldInformation
Namespace http://www.faa.aero/nas/4.2
Diagram
Diagram NasFlightIntent_xsd.tmp#MovementAreaHoldInformationType_estimatedEntryTime NasFlightIntent_xsd.tmp#MovementAreaHoldInformationType_estimatedExitTime NasFlightIntent_xsd.tmp#MovementAreaHoldInformationType_holdIntent NasFlightIntent_xsd.tmp#MovementAreaHoldInformationType
Type nas:MovementAreaHoldInformationType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
estimatedEntryTime fb:TimeType optional
Indicates the time when the flight will enter a hold in the airport movement area.
estimatedExitTime fb:TimeType optional
Indicates the time when the flight will exit a hold in the airport movement area.
holdIntent nas:HoldIntentType optional
Indicates the intent for a flight to hold in the airport movement area due to unavailability 
of a parking stand or ramp access.
Source
<element name="MovementAreaHoldInformation" type="nas:MovementAreaHoldInformationType"/>
Complex Type nas:MovementAreaHoldInformationType
Namespace http://www.faa.aero/nas/4.2
Annotations
Indicates the intent for a flight to hold in the airport movement area due to unavailability 
of a parking stand or ramp access, and the time when the flight is estimated to exit 
the airport movement area.
Diagram
Diagram NasFlightIntent_xsd.tmp#MovementAreaHoldInformationType_estimatedEntryTime NasFlightIntent_xsd.tmp#MovementAreaHoldInformationType_estimatedExitTime NasFlightIntent_xsd.tmp#MovementAreaHoldInformationType_holdIntent
Used by
Attributes
QName Type Fixed Default Use Annotation
estimatedEntryTime fb:TimeType optional
Indicates the time when the flight will enter a hold in the airport movement area.
estimatedExitTime fb:TimeType optional
Indicates the time when the flight will exit a hold in the airport movement area.
holdIntent nas:HoldIntentType optional
Indicates the intent for a flight to hold in the airport movement area due to unavailability 
of a parking stand or ramp access.
Source
<complexType name="MovementAreaHoldInformationType">
  <annotation>
    <documentation>Indicates the intent for a flight to hold in the airport movement area due to unavailability of a parking stand or ramp access, and the time when the flight is estimated to exit the airport movement area.</documentation>
  </annotation>
  <attribute name="estimatedEntryTime" type="fb:TimeType" use="optional">
    <annotation>
      <documentation>Indicates the time when the flight will enter a hold in the airport movement area.</documentation>
    </annotation>
  </attribute>
  <attribute name="estimatedExitTime" type="fb:TimeType" use="optional">
    <annotation>
      <documentation>Indicates the time when the flight will exit a hold in the airport movement area.</documentation>
    </annotation>
  </attribute>
  <attribute name="holdIntent" type="nas:HoldIntentType" use="optional">
    <annotation>
      <documentation>Indicates the intent for a flight to hold in the airport movement area due to unavailability of a parking stand or ramp access.</documentation>
    </annotation>
  </attribute>
</complexType>
Simple Type nas:HoldIntentType
Namespace http://www.faa.aero/nas/4.2
Annotations
Indicates the intent for an flight to hold in the airport movement or non-movement 
area due to unavailability of a parking stand or ramp access.
Diagram
Diagram
Type restriction of string
Facets
enumeration HOLD
Indicates the intent is to hold 
.Airport Movement Area Holding Intent - Arrival: Indicates the intent for an arriving 
flight to hold in the airport movement area due to unavailability of a parking stand 
or ramp access. 
.Airport Movement Area Holding Intent - Departure : Indicates the intent for a departing 
flight to hold in the airport movement area when surface departure metering or other 
Traffic Management Initiatives are in effect.
enumeration NO_HOLD
Indicates the intent is not to hold 
.Airport Movement Area Holding Intent - Arrival: Indicates the intent for an arriving 
flight to hold in the airport movement area due to unavailability of a parking stand 
or ramp access. 
.Airport Movement Area Holding Intent - Departure : Indicates the intent for a departing 
flight to hold in the airport movement area when surface departure metering or other 
Traffic Management Initiatives are in effect.
Used by
Source
<simpleType name="HoldIntentType">
  <annotation>
    <documentation>Indicates the intent for an flight to hold in the airport movement or non-movement area due to unavailability of a parking stand or ramp access.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="HOLD">
      <annotation>
        <documentation>Indicates the intent is to hold .Airport Movement Area Holding Intent - Arrival: Indicates the intent for an arriving flight to hold in the airport movement area due to unavailability of a parking stand or ramp access. .Airport Movement Area Holding Intent - Departure : Indicates the intent for a departing flight to hold in the airport movement area when surface departure metering or other Traffic Management Initiatives are in effect.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="NO_HOLD">
      <annotation>
        <documentation>Indicates the intent is not to hold .Airport Movement Area Holding Intent - Arrival: Indicates the intent for an arriving flight to hold in the airport movement area due to unavailability of a parking stand or ramp access. .Airport Movement Area Holding Intent - Departure : Indicates the intent for a departing flight to hold in the airport movement area when surface departure metering or other Traffic Management Initiatives are in effect.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Attribute nas:MovementAreaHoldInformationType / @estimatedEntryTime
Namespace No namespace
Annotations
Indicates the time when the flight will enter a hold in the airport movement area.
Type fb:TimeType
Properties
use: optional
Facets
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
Used by
Source
<attribute name="estimatedEntryTime" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>Indicates the time when the flight will enter a hold in the airport movement area.</documentation>
  </annotation>
</attribute>
Attribute nas:MovementAreaHoldInformationType / @estimatedExitTime
Namespace No namespace
Annotations
Indicates the time when the flight will exit a hold in the airport movement area.
Type fb:TimeType
Properties
use: optional
Facets
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
Used by
Source
<attribute name="estimatedExitTime" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>Indicates the time when the flight will exit a hold in the airport movement area.</documentation>
  </annotation>
</attribute>
Attribute nas:MovementAreaHoldInformationType / @holdIntent
Namespace No namespace
Annotations
Indicates the intent for a flight to hold in the airport movement area due to unavailability 
of a parking stand or ramp access.
Type nas:HoldIntentType
Properties
use: optional
Facets
enumeration HOLD
Indicates the intent is to hold 
.Airport Movement Area Holding Intent - Arrival: Indicates the intent for an arriving 
flight to hold in the airport movement area due to unavailability of a parking stand 
or ramp access. 
.Airport Movement Area Holding Intent - Departure : Indicates the intent for a departing 
flight to hold in the airport movement area when surface departure metering or other 
Traffic Management Initiatives are in effect.
enumeration NO_HOLD
Indicates the intent is not to hold 
.Airport Movement Area Holding Intent - Arrival: Indicates the intent for an arriving 
flight to hold in the airport movement area due to unavailability of a parking stand 
or ramp access. 
.Airport Movement Area Holding Intent - Departure : Indicates the intent for a departing 
flight to hold in the airport movement area when surface departure metering or other 
Traffic Management Initiatives are in effect.
Used by
Source
<attribute name="holdIntent" type="nas:HoldIntentType" use="optional">
  <annotation>
    <documentation>Indicates the intent for a flight to hold in the airport movement area due to unavailability of a parking stand or ramp access.</documentation>
  </annotation>
</attribute>