diagram | ![]() |
||
namespace | http://www.DSRC-Draft-02-00-15 | ||
children | lastMsg utcTime long lat elevation heading speed timeConfidence posConfidence speedConfidence localFullPositionVector | ||
used by | |||
annotation |
|
||
source | <xs:complexType name="FullPositionVector"> <xs:annotation> <xs:documentation> total size 26 bytes </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="lastMsg" type="DSecond"/> <!-- 2 bytes, milli sec from last minute --> <xs:element name="utcTime" type="DFullTime"/> <!-- 6 bytes, time with minute precision --> <xs:element name="long" type="Longitude"/> <!-- 4 bytes, 1/8th microdegree --> <xs:element name="lat" type="Latitude"/> <!-- 4 bytes, 1/8th microdegree --> <xs:element name="elevation" type="Elevation"/> <!-- 3 bytes --> <xs:element name="heading" type="Heading"/> <!-- 2 bytes --> <xs:element name="speed" type="Speed"/> <!-- 2 bytes --> <xs:element name="timeConfidence" type="TimeConfidence"/> <!-- 1 byte --> <xs:element name="posConfidence" type="PositionConfidenceSet"/> <!-- 1 byte --> <xs:element name="speedConfidence" type="SpeedandHeadingConfidence"/> <!-- 1 byte --> <xs:element name="localFullPositionVector" type="local:FullPositionVector" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
type | dsrc:DSecond | ||||
properties |
|
||||
source | <xs:element name="lastMsg" type="DSecond"/> |
diagram | ![]() |
||||
type | dsrc:DFullTime | ||||
properties |
|
||||
children | year month day hour minute | ||||
source | <xs:element name="utcTime" type="DFullTime"/> |
diagram | ![]() |
||||
type | dsrc:Longitude | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="long" type="Longitude"/> |
diagram | ![]() |
||||
type | dsrc:Latitude | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="lat" type="Latitude"/> |
diagram | ![]() |
||||
type | dsrc:Elevation | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="elevation" type="Elevation"/> |
diagram | ![]() |
||||
type | dsrc:Heading | ||||
properties |
|
||||
source | <xs:element name="heading" type="Heading"/> |
diagram | ![]() |
||||
type | dsrc:Speed | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="speed" type="Speed"/> |
diagram | ![]() |
||||
type | dsrc:TimeConfidence | ||||
properties |
|
||||
source | <xs:element name="timeConfidence" type="TimeConfidence"/> |
diagram | ![]() |
||||
type | dsrc:PositionConfidenceSet | ||||
properties |
|
||||
children | pos elevation | ||||
source | <xs:element name="posConfidence" type="PositionConfidenceSet"/> |
diagram | ![]() |
||||
type | dsrc:SpeedandHeadingConfidence | ||||
properties |
|
||||
children | heading speed throttle | ||||
source | <xs:element name="speedConfidence" type="SpeedandHeadingConfidence"/> |
diagram | ![]() |
||||||||
type | FullPositionVector | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localFullPositionVector" type="local:FullPositionVector" minOccurs="0"/> |