simpleType ControlIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasTmiType/controlIndicator
facets
Kind Value Annotation
enumeration CONTROL_ACTIVE
documentation
Control Active
enumeration CONTROL_CANCELED
documentation
Control Canceled.
annotation
documentation
Indicator used to describe when flight control is active or canceled.
source <xs:simpleType name="ControlIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Indicator used to describe when flight control is active or canceled.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="CONTROL_ACTIVE">
     
<xs:annotation>
       
<xs:documentation>Control Active</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="CONTROL_CANCELED">
     
<xs:annotation>
       
<xs:documentation>Control Canceled.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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