simpleType AirportMonitoringStatusType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
elements NasArrivalType/airportMonitoringStatus NasDepartureType/airportMonitoringStatus
facets
Kind Value Annotation
enumeration MONITORED
documentation
Monitored by Traffic Flow Management
enumeration NOT_MONITORED
documentation
Not Monitored by Traffic Flow Management
annotation
documentation
Indicates whether the airport for the flight is monitored by traffic flow management.
source <xs:simpleType name="AirportMonitoringStatusType">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the airport for the flight is monitored by traffic flow management.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="MONITORED">
     
<xs:annotation>
       
<xs:documentation>Monitored by Traffic Flow Management</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NOT_MONITORED">
     
<xs:annotation>
       
<xs:documentation>Not Monitored by Traffic Flow Management</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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