simpleType AmendmentRequestTypeType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasEramRouteAmendmentType/requestType
facets
Kind Value Annotation
enumeration CANCEL
documentation
Cancel
enumeration UPDATE
documentation
Update
annotation
documentation
The type of amendment request.
source <xs:simpleType name="AmendmentRequestTypeType">
 
<xs:annotation>
   
<xs:documentation>The type of amendment request.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="CANCEL">
     
<xs:annotation>
       
<xs:documentation>Cancel</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="UPDATE">
     
<xs:annotation>
       
<xs:documentation>Update</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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