Documentation for ATIS-Draft-03-00-79

Complex Type: SpaceVector

[Table of contents]

Super-types: None
Sub-types: None
Name SpaceVector
Used by (from the same schema document) Complex Type RoadSideAlert
Abstract no
Documentation this element fits in exactly 15 bytes
XML Instance Representation
<...>
<lat> lrms:Latitude </lat> [1]
<long> lrms:Longitude </long> [1]
<heading> Heading </heading> [1]
<speed> Speed </speed> [1]
<vertical> Elevation </vertical> [1]
<techType> Location-tech </techType> [1]
<quality> Location-quality </quality> [1]
</...>
Diagram
h-288803855 h1464038090 h1525182941 h-1109709086 h1322293112 h-388189879 h-423825044
Schema Component Representation
<xs:complexType name="SpaceVector">
<xs:sequence>
<xs:element name="lat" type=" lrms:Latitude "/>
<-- a 4 byte value -->
<xs:element name="long" type=" lrms:Longitude "/>
<-- a 4 byte value -->
<xs:element name="heading" type=" Heading "/>
<-- a 1 byte value from geoids north -->
<xs:element name="speed" type=" Speed "/>
<-- a 2 byte field in units of 0.01 meters per second -->
<xs:element name="vertical" type=" Elevation "/>
<-- 3 byte field -->
<xs:element name="techType" type=" Location-tech "/>
<-- how the position was obtained, acts as a relative measure of merit from [SAE-J2313::Location-tech] -->
<xs:element name="quality" type=" Location-quality "/>
<-- estimate of accuracy for this location from [SAE-J2313::Location-quality] above two items form one 8 bit field -->
</xs:sequence>
</xs:complexType>