| diagram |
 |
| namespace |
http://www.DSRC-Draft-02-00-15 |
| children |
lastMin lastSec long lat heading speed elevation localUpdateVector |
| used by |
|
| annotation |
| documentation |
a size of 16 bytes
|
|
| 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> |