simpleType ControlExemptIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
elements FlowProgramInformationType/controlExemptIndicator CollaborativeTrajectoryOptionsProgramType/controlExemptIndicator
facets
Kind Value Annotation
enumeration EXEMPT
documentation
Exempt
enumeration NOT_EXEMPT
documentation
Not exempt
annotation
documentation
Indicates whether the flight was processed as exempt from the Traffic Flow Management Initiative
source <xs:simpleType name="ControlExemptIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the flight was processed as exempt from the Traffic Flow Management Initiative</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="EXEMPT">
     
<xs:annotation>
       
<xs:documentation>Exempt</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NOT_EXEMPT">
     
<xs:annotation>
       
<xs:documentation>Not exempt</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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