![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
32 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
-- was: CollisionEventFlag,
-- used to convey vehicle Panic Events,
-- Set to 1 to indicate
-- "Intersection Violation" (other values still needed)
... -- # LOCAL_CONTENT
}
XML Representation:
<xs:complexType name="IntersectionCollision" >
<xs:sequence>
<xs:element name="vmt" type="VehicleMotionTrail" />
<!-- a set of recent Bread Crumbs
might want to pick which patern to use in above -->
<xs:element name="intersetionID" type="IntersectionID" />
<!-- the applicable Intersection, from the MAP-GID
the best applicable movement, from the MAP-GID -->
<xs:element name="laneNumber" type="LaneNumber" />
<!-- the best applicable Lane, from the MAP-SPAT-GID -->
<xs:element name="eventFlag" type="EventFlags" />
<!-- was: CollisionEventFlag,
used to convey vehicle Panic Events,
Set to 1 to indicate
"Intersection Violation" (other values still needed) -->
<xs:element name="localIntersectionCollision" type="local:IntersectionCollision"
minOccurs="0"/>
</xs:sequence>
</xs:complexType>
In addition, this item may be used by data structures in other ITS standards.
Remarks: Note: May want to add bread crumbs to end of this message (optional).
5.7 Message: MSG_MapData (GID Layer)
Use: The MapData message is used as wrapper object to relates all the types of maps defined in the
standard. This includes such items as complex intersection descriptions (used with the SPAT message),
high speed curve outlines (used in curve safety alerts), and segment of roadway (used in platoon
applications). The contents of this message are at time informally referred to as the GID layer.
ASN.1 Representation:
MapData ::= SEQUENCE {
msgID DSRCmsgID,
msgCnt MsgCount,
-- updated when message content changes
name DescriptiveName OPTIONAL,
layerType LayerType OPTIONAL,
layerID LayerID OPTIONAL,
intersections SEQUENCE (SIZE(1..32)) OF
Intersection OPTIONAL,
-- other objects may be added at this layer, tbd,
-- this might become a nested CHOICE statement
-- roadSegments SEQUENCE (SIZE(1..32)) OF
-- RoadSegments OPTIONAL,
-- curveSegments SEQUENCE (SIZE(1..32)) OF
-- curveSegments OPTIONAL,
-- wanted: some type of data frame describing how
-- the data was determined/processed to go here
dataParameters DataParameters OPTIONAL,
... -- # LOCAL_CONTENT
}
XML Representation:
<xs:element name="mapData" type="MapData"/>
<xs:complexType name="MapData" >
<xs:sequence>
|