| namespace | http://www.fixm.aero/ext/nas/4.4 | |||||||||||||
| type | restriction of xs:string | |||||||||||||
| properties |
|
|||||||||||||
| used by |
|
|||||||||||||
| facets |
|
|||||||||||||
| annotation |
|
|||||||||||||
| source | <xs:simpleType name="TrackStatusType"> <xs:annotation> <xs:documentation>Indicates if a track is new or confirmed.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="CONFIRMED"> <xs:annotation> <xs:documentation>Confirmed track</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NEW"> <xs:annotation> <xs:documentation>New track</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |