![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
85 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
completeDataSet SEQUENCE (SIZE(13..416)) OF
-- a set of all data elements including:
-- lat, long, vert, time, accuracy, heading, and speed
-- sent as a packed blob of 13 bytes per crumb
dataSet-3 SEQUENCE (SIZE(11..352)) OF
-- a set of the following data elements:
-- lat, long, vert, time, and accuracy
-- sent as a packed blob of 11 bytes per crumb
dataSet-4 SEQUENCE (SIZE(7..224)) OF
-- a set of the following data elements:
-- lat, long, vert, and time
-- sent as a packed blob of 7 bytes per crumb
dataSet-5 SEQUENCE (SIZE(13..416)) OF
-- a set of the following data elements:
-- lat, long, vert, and accuracy
-- sent as a packed blob of 13 bytes per crumb
dataSet-6 SEQUENCE (SIZE(5..160)) OF
-- a set of the following data elements:
-- lat, long, and vert
-- sent as a packed blob of 5 bytes per crumb
dataSet-7 SEQUENCE (SIZE(10..320)) OF
-- a set of the following data elements:
-- lat, long, time, and accuracy
-- sent as a packed blob of 10 bytes per crumb
dataSet-8 SEQUENCE (SIZE(6..192)) OF
-- a set of the following data elements:
-- lat, long, and time
-- sent as a packed blob of 6 bytes per crumb
dataSet-9 SEQUENCE (SIZE(8..256)) OF
-- a set of the following data elements:
-- lat, long, and accuracy
-- sent as a packed blob of 8 bytes per crumb
dataSet-10 SEQUENCE (SIZE(4..324)) OF
-- a set of the following data elements:
-- lat and long
-- sent as a packed blob of 4 bytes per crumb
},
... -- # LOCAL_CONTENT
}
XML Representation:
<xs:complexType name="VehicleMotionTrail" >
<xs:sequence>
<xs:element name="initialPosition" type="FullPositionVector" minOccurs="0"/>
<xs:element name="currGPSstatus" type="GPSstatus" minOccurs="0"/>
<xs:element name="posAccuracy" type="PositionalAccuracy" minOccurs="0"/>
<!-- below CHOICE could be removed (save 2 byes) -->
<xs:element name="crumbData" >
<xs:complexType>
<xs:choice>
<!-- select one of the possible data sets to be used -->
|