Documentation for ATIS-Draft-03-00-79

Simple Type: Heading

[Table of contents]

Super-types: xs:unsignedByte < Heading (by restriction)
Sub-types: None
Name Heading
Used by (from the same schema document) Complex Type ShapePoint , Complex Type SpaceVector
Content
  • Base XSD Type: unsignedByte
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
Diagram
Schema Component Representation
<xs:simpleType name="Heading">
<xs:restriction base=" xs:unsignedByte "/>
</xs:simpleType>