| namespace | http://www.fixm.aero/ext/nas/4.4 | ||||||||||||||||||||||||||||||
| type | restriction of xs:string | ||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||
| source | <xs:simpleType name="LeaderLineDirectionType"> <xs:annotation> <xs:documentation>Orientation of the track's full data block relative to the track location at the track owner's display.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="E"/> <xs:enumeration value="N"/> <xs:enumeration value="NE"/> <xs:enumeration value="NW"/> <xs:enumeration value="S"/> <xs:enumeration value="SE"/> <xs:enumeration value="SW"/> <xs:enumeration value="UNDEFINED"/> <xs:enumeration value="W"/> </xs:restriction> </xs:simpleType> |