simpleType FlightExitIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasConstrainedAirspaceType/flightExitIndicator
facets
Kind Value Annotation
enumeration FLIGHT_EXIT
documentation
Indicates that the flight exited the constrained airspace.
annotation
documentation
Indicates that a flight is an exit flight, and it is no longer intersecting the constrained airspace.
source <xs:simpleType name="FlightExitIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Indicates that a flight is an exit flight, and it is no longer intersecting the constrained airspace.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="FLIGHT_EXIT">
     
<xs:annotation>
       
<xs:documentation>Indicates that the flight exited the constrained airspace.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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