simpleType AssignedIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasTrajectoryOptionType/assignedIndicator
facets
Kind Value Annotation
enumeration ASSIGNED
documentation
Assigned
enumeration NOT_ASSIGNED
documentation
Not Assigned
annotation
documentation
An indication whether the trajectory option has been assigned by the Air Navigation Service Provider (ANSP).
source <xs:simpleType name="AssignedIndicatorType">
 
<xs:annotation>
   
<xs:documentation>An indication whether the trajectory option has been assigned by the Air Navigation Service Provider (ANSP).</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="ASSIGNED">
     
<xs:annotation>
       
<xs:documentation>Assigned</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NOT_ASSIGNED">
     
<xs:annotation>
       
<xs:documentation>Not Assigned</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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