simpleType ManualOverrideIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasTrajectoryOptionType/manualOverride
facets
Kind Value Annotation
enumeration MANUAL_OVERRIDE
documentation
Manual Override
annotation
documentation
An indication whether a trajectory was either selected manually by a traffic manager from the available trajectory options or was entered manually by a traffic manager.
source <xs:simpleType name="ManualOverrideIndicatorType">
 
<xs:annotation>
   
<xs:documentation>An indication whether a trajectory was either selected manually by a traffic manager from the available trajectory options or was entered manually by a traffic manager.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="MANUAL_OVERRIDE">
     
<xs:annotation>
       
<xs:documentation>Manual Override</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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