simpleType ActivationType
namespace http://www.fixm.aero/flight/4.2
type restriction of xs:string
properties
base xs:string
used by
elements LevelConstraintType/activation SpeedConstraintType/activation CruisingLevelChangeType/activation CruisingSpeedChangeType/activation
facets
Kind Value Annotation
enumeration PLAN_TO_ATTAIN
enumeration PLAN_TO_COMMENCE
annotation
documentation
Provides an indication of whether the profile constraint is met or initiated at the Location
source <xs:simpleType name="ActivationType">
 
<xs:annotation>
   
<xs:documentation>Provides an indication of whether the profile constraint is met or initiated at the Location</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="PLAN_TO_ATTAIN"/>
   
<xs:enumeration value="PLAN_TO_COMMENCE"/>
 
</xs:restriction>
</xs:simpleType>


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