simpleType CtopControlledIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
elements CollaborativeTrajectoryOptionsProgramType/flightControlledIndicator CollaborativeTrajectoryOptionsProgramType/routeControlledIndicator
facets
Kind Value Annotation
enumeration CONTROLLED
documentation
Controlled by the CTOP.
enumeration NOT_CONTROLLED
documentation
Not controlled by the CTOP.
annotation
documentation
Indicates Collaborative Trajectory Options Program control.
source <xs:simpleType name="CtopControlledIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Indicates Collaborative Trajectory Options Program control.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="CONTROLLED">
     
<xs:annotation>
       
<xs:documentation>Controlled by the CTOP.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NOT_CONTROLLED">
     
<xs:annotation>
       
<xs:documentation>Not controlled by the CTOP.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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