simpleType FilingStatusValueType
namespace http://www.fixm.aero/app/ffice/1.0
type restriction of xs:string
properties
base xs:string
used by
element FilingStatusType/value
facets
Kind Value Annotation
enumeration ACCEPTABLE
documentation
The flight plan and in particular the Filed Trajectory/route is acceptable. [FF-ICE]
enumeration NOT_ACCEPTABLE
documentation
The flight plan, typically the route/trajectory, does not comply with operational requirements. [FF-ICE]
annotation
documentation
Possible values of an operational filing status (ACCEPTABLE, NOT_ACCEPTABLE). [FF-ICE]
source <xs:simpleType name="FilingStatusValueType">
 
<xs:annotation>
   
<xs:documentation>Possible values of an operational filing status (ACCEPTABLE, NOT_ACCEPTABLE). [FF-ICE]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="ACCEPTABLE">
     
<xs:annotation>
       
<xs:documentation>The flight plan and in particular the Filed Trajectory/route is acceptable. [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NOT_ACCEPTABLE">
     
<xs:annotation>
       
<xs:documentation>The flight plan, typically the route/trajectory, does not comply with operational requirements. [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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