![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
59 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<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
DF
DF
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.22 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.
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,
-- data about one or more
-- priority zones
...
}
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,
the upper bytes of which may not
be sent if the context is known -->
<xs:element name="refPoint" type="ReferencePoint" />
<!-- the reference from which subsequent
data points are offset untill a new
|