Navigation bar
  Print document Start Previous page
 46 of 210 
Next page End  

SAE J2735-Draft-Rev18 [issued: 06-26-07] 
-
46 -
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.15 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,      -- the reference from which subsequent 
                                  -- data points are offset untill a new
                                  -- point is used. 
   config    NodeConfig OPTIONAL, -- data about the treamentof values which
                                  -- follow
   links     SEQUENCE (SIZE(0..32)) OF 
             LinkObject,          -- data about one or more approaches 
                                  -- rename this ???
   ... 
   }
XML Representation:
<xs:complexType name="Intersection" >
      <xs:sequence>
         <xs:element name="name" type="DescriptiveName"  minOccurs="0"/>
         <xs:element name="id" type="IntersectionID" />
         <!-- a gloablly unique value,