| namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||||||||||||
| type | restriction of xs:string | ||||||||||||||||||
| properties | 
  | 
				||||||||||||||||||
| used by | 
  | 
				||||||||||||||||||
| facets | 
  | 
				||||||||||||||||||
| annotation | 
  | 
				||||||||||||||||||
| source | <xs:simpleType name="AmendmentGeneratedTypeType"> <xs:annotation> <xs:documentation>Provides an Amendment generated type enumerated list.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="MANUAL"> <xs:annotation> <xs:documentation>Manual</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AUTO"> <xs:annotation> <xs:documentation>Auto</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AUTO_CHNG_RTE"> <xs:annotation> <xs:documentation>Auto Change Route</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType>  |