simpleType NasRevisionSourceType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasRevisionInformationType/source
facets
Kind Value Annotation
enumeration DEPT_COMPLEX
documentation
Departure Complex
enumeration MANUAL
documentation
Manual
annotation
documentation
Source of the revision (e.g., a manual entry or captured from a departure complex flight strip).
source <xs:simpleType name="NasRevisionSourceType">
 
<xs:annotation>
   
<xs:documentation>Source of the revision (e.g., a manual entry or captured from a departure complex flight strip).</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="DEPT_COMPLEX">
     
<xs:annotation>
       
<xs:documentation>Departure Complex</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MANUAL">
     
<xs:annotation>
       
<xs:documentation>Manual</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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