![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
87 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
</xs:element>
<xs:element name="dataSet-8" >
<xs:complexType>
<xs:sequence minOccurs="6" maxOccurs="192">
<xs:element name="dataSet-8-item" type="BreadCrumbVersion-8"
/>
<!-- a set of the following data elements: lat, long, and
time sent as a packed blob of 6 bytes per crumb -->
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dataSet-9" >
<xs:complexType>
<xs:sequence minOccurs="8" maxOccurs="256">
<xs:element name="dataSet-9-item" type="BreadCrumbVersion-9"
/>
<!-- a set of the following data elements: lat, long, and
accuracy sent as a packed blob of 8 bytes per crumb -->
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dataSet-10" >
<xs:complexType>
<xs:sequence minOccurs="4" maxOccurs="324">
<xs:element name="dataSet-10-item" type="BreadCrumbVersion-
10" />
<!-- a set of the following data elements: lat and long sent
as a packed blob of 4 bytes per crumb -->
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="localVehicleMotionTrail" type="local:VehicleMotionTrail"
minOccurs="0"/>
</xs:sequence>
</xs:complexType>
Used By: This entry is directly used by the following 2 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF
DF
In addition, this item may be used by data structures in other ITS standards.
6.53 Data Frame: DF_VehicleReferenceLane
Use: A VehicleReferenceLane data structure provides lane number, lane width and lane attributes within
an approach structure for a drivable lane for motor vehicles. There is typically at least one ReferenceLane
present for each approach and may be zero or more VehicleComputedLane objects, barrier objects, and
crosswalk objects as well in the enclosing approach structure. The nodeList provide a detailed set of offset
values to map the path and width of the lane.
ASN.1 Representation:
VehicleReferenceLane ::= SEQUENCE {
laneNumber LaneNumber,
laneWidth LaneWidth OPTIONAL,
laneAttributes VehicleLaneAttributes,
nodeList NodeList,
-- path details of the lane and width
keepOutList NodeList OPTIONAL,
-- no stop points along the path
...
|