namespace | http://www.ATIS-Draft-03-00-79 | ||
type | xs:unsignedByte | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="Heading"> <xs:annotation> <xs:documentation> Vaild Encoding rules , an unsigned 8 bit value 0 = due north, larger going clockwise (east of north) (0..253) 360/254 degrees per bit 254 = no heading at all (stationary) determined by examining the velocity DE 255 = heading not known </xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedByte"/> </xs:simpleType> |