Navigation bar
  Print document Start Previous page
 38 of 177 
Next page End  

SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
38 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
         <xs:element name="month" type="DMonth" />
         <!-- 1 byte -->
      </xs:sequence>
</xs:complexType>
Used by: This entry is used directly by one other data structure in this standard, a DF called DF_ValueList <ASN>
<XML>.   In addition, this item may be used by data structures in other ITS standards.
6.12 Data Frame: DF_FullPositionVector
Use: A complete report of the vehicle's position, speed, and heading.  Used in the probe vehicle message as the
initial position information (followed by shorter frames).
ASN.1 Representation:
FullPositionVector ::= SEQUENCE {
   utcTime             DDateTime,                 -- 8 bytes, time with mSec precision
   long                Longitude,                 -- 4 bytes, 1/8th microdegree
   lat                 Latitude,                  -- 4 bytes, 1/8th microdegree
   elevation           Elevation,                 -- 3 bytes
   heading             Heading,                   -- 2 bytes 
   speed               Speed,                     -- 2 bytes
   timeConfidence      TimeConfidence,            -- 1 byte
   posConfidence       PositionConfidenceSet,     -- 1 byte    
   speedConfidence     SpeedandHeadingConfidence, -- 1 byte    
   ... -- # LOCAL_CONTENT 
   } -- total size 26 bytes
XML Representation:
<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>
Used by: This entry is directly used by the following 4 other data structures in this standard (record type, descriptive name,
ASN.1, and XML name (if present) of each):