simpleType atis:Heading
namespace http://www.ATIS-Draft-03-00-79
type xs:unsignedByte
used by
elements atis:ShapePoint/heading atis:SpaceVector/heading
annotation
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
        
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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy