simpleType CanMoveIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasCenterConformanceType/canMove
facets
Kind Value Annotation
enumeration CAN_MOVE
documentation
Flight can be moved.
enumeration CANNOT_MOVE
documentation
Flight cannot be moved.
annotation
documentation
Indicates if the center can amend the flight to improve its overall reroute conformance status.
source <xs:simpleType name="CanMoveIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Indicates if the center can amend the flight to improve its overall reroute conformance status.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="CAN_MOVE">
     
<xs:annotation>
       
<xs:documentation>Flight can be moved.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="CANNOT_MOVE">
     
<xs:annotation>
       
<xs:documentation>Flight cannot be moved.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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