Navigation bar
  Print document Start Previous page
 61 of 321 
Next page End  

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
61 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
         <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):
DF 
<XML>, and
DF 
<XML>, and
DF 
<XML>, and
MSG
In addition, this item may be used by data structures in other ITS standards.
Remarks: In edition one of the standard the first 2 bytes were a DSecond followed by DFulTime in 6
bytes.  This produced a complete time value in 8 bytes.  In this edition, these have been re-ordered into a
single value, that of DDateTime.  This changes the ordering (but not the size) encoded over the wire, and
the ordering and the tags when expressed in XML. 
6.20 Data Frame: DF_Intersection
Use: A complete description of  an intersection's roadway geometry and its allowed navigational paths
(independent of any additional regulatory  restrictions that may apply over time or from user classification).
ASN.1 Representation:
Intersection ::= SEQUENCE {
   name      DescriptiveName OPTIONAL,
   id        IntersectionID,      -- a gloablly unique value, 
                                  -- the upper bytes of which may not 
                                  -- be sent if the context is known
   refPoint  ReferencePoint OPTIONAL,      
                                  -- the reference from which subsequent 
                                  -- data points are offset untill a new
                                  -- point is used. 
   laneWidth LaneWidth  OPTIONAL, 
                                  -- reference width used by subsequent 
                                  -- lanes until a new width is given
   type      IntersectionStatusObject OPTIONAL, 
                                  -- data about the intersection
   approachs SEQUENCE (SIZE(1..32)) OF 
             ApproachObject,      -- data about one or more approaches 
   premeptZones SEQUENCE (SIZE(1..32)) OF 
             SignalControlZone OPTIONAL, 
                                  -- data about one or more
                                  -- premept zones 
   priorityZones SEQUENCE (SIZE(1..32)) OF 
             SignalControlZone OPTIONAL,