diagram | ![]() |
||
namespace | http://www.DSRC-Draft-02-00-15 | ||
children | lastMin lastSec long lat heading speed elevation localUpdateVector | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="UpdateVector"> <xs:annotation> <xs:documentation> a size of 16 bytes </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="lastMin" type="DMinute"/> <!-- 1 byte --> <xs:element name="lastSec" type="DSecond"/> <!-- 2 bytes --> <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="heading" type="Heading"/> <!-- 1 byte, 1.4 deg --> <xs:element name="speed" type="Speed"/> <!-- 1 byte --> <xs:element name="elevation" type="Elevation"/> <!-- 3 byte --> <xs:element name="localUpdateVector" type="local:UpdateVector" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
type | dsrc:DMinute | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="lastMin" type="DMinute"/> |
diagram | ![]() |
||||
type | dsrc:DSecond | ||||
properties |
|
||||
source | <xs:element name="lastSec" type="DSecond"/> |
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: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:Elevation | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="elevation" type="Elevation"/> |
diagram | ![]() |
||||||||
type | UpdateVector | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localUpdateVector" type="local:UpdateVector" minOccurs="0"/> |