| namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||||||||||||
| type | restriction of xs:string | ||||||||||||||||||
| properties | 
  | 
				||||||||||||||||||
| used by | 
  | 
				||||||||||||||||||
| facets | 
  | 
				||||||||||||||||||
| annotation | 
  | 
				||||||||||||||||||
| source | <xs:simpleType name="TfmProgramUpdateTypeType"> <xs:annotation> <xs:documentation>Defines if the flight is a New/Popup, Dropout, or Update relative to this Traffic Flow Management Initiative</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="NEW"> <xs:annotation> <xs:documentation>New</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="UPDATE"> <xs:annotation> <xs:documentation>Update</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DROPOUT"> <xs:annotation> <xs:documentation>Dropout</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType>  |