simpleType AmendmentStatusType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasRouteAmendmentType/status
facets
Kind Value Annotation
enumeration SENT
documentation
Amendment successfully sent to ERAM.
enumeration HELD
documentation
Amendment held
enumeration TOUT
documentation
Amendment timed out
enumeration PEND
documentation
Amendment pending
enumeration APLD
documentation
Amendment applied
enumeration AMOD
documentation
Amendment applied with modifiers
enumeration DROP
documentation
Amendment dropped
enumeration RJCT
documentation
Amendment rejected
annotation
documentation
Provides an enumerated list for route amendment status.
source <xs:simpleType name="AmendmentStatusType">
 
<xs:annotation>
   
<xs:documentation>Provides an enumerated list for route amendment status.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="SENT">
     
<xs:annotation>
       
<xs:documentation>Amendment successfully sent to ERAM.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="HELD">
     
<xs:annotation>
       
<xs:documentation>Amendment held</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="TOUT">
     
<xs:annotation>
       
<xs:documentation>Amendment timed out</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="PEND">
     
<xs:annotation>
       
<xs:documentation>Amendment pending</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="APLD">
     
<xs:annotation>
       
<xs:documentation>Amendment applied</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="AMOD">
     
<xs:annotation>
       
<xs:documentation>Amendment applied with modifiers</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="DROP">
     
<xs:annotation>
       
<xs:documentation>Amendment dropped</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="RJCT">
     
<xs:annotation>
       
<xs:documentation>Amendment rejected</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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