simpleType AirborneHoldIndicatorType
namespace http://www.faa.aero/nas/4.2
type restriction of string
properties
base xs:string
used by
attribute NasFlightStatusType/@airborneHold
facets
Kind Value Annotation
enumeration AIRBORNE_HOLD
enumeration NOT_AIRBORNE_HOLD
annotation
documentation

            Specifies whether or not the aircraft is in an airborne hold.
        
source <simpleType name="AirborneHoldIndicatorType">
 
<annotation>
   
<documentation>
            Specifies whether or not the aircraft is in an airborne hold.
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="AIRBORNE_HOLD"/>
   
<enumeration value="NOT_AIRBORNE_HOLD"/>
 
</restriction>
</simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy