simpleType NasRouteAcknowledgementType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasRouteApprovalStatusType/routeAcknowledgement
facets
Kind Value Annotation
enumeration ACKNOWLEDGED
documentation
Acknowledged
enumeration NOT_ACKNOWLEDGED
documentation
Not Acknowledged
annotation
documentation
Indicates whether or not a user has acknowledged the current routing revision.
source <xs:simpleType name="NasRouteAcknowledgementType">
 
<xs:annotation>
   
<xs:documentation>Indicates whether or not a user has acknowledged the current routing revision.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="ACKNOWLEDGED">
     
<xs:annotation>
       
<xs:documentation>Acknowledged</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NOT_ACKNOWLEDGED">
     
<xs:annotation>
       
<xs:documentation>Not Acknowledged</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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