![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
86 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:element name="verboseDataSet" >
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="32">
<xs:element name="verboseDataSet-item"
type="BreadCrumbVersion-1" />
<!-- a set of all data elements, it is non-uniform in size,
each item tagged in BER -->
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="completeDataSet" >
<xs:complexType>
<xs:sequence minOccurs="13" maxOccurs="416">
<xs:element name="completeDataSet-item"
type="BreadCrumbVersion-2" />
<!-- 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 -->
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dataSet-3" >
<xs:complexType>
<xs:sequence minOccurs="11" maxOccurs="352">
<xs:element name="dataSet-3-item" type="BreadCrumbVersion-3"
/>
<!-- a set of the following data elements: lat, long, vert,
time, and accuracy sent as a packed blob of 11 bytes per crumb -->
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dataSet-4" >
<xs:complexType>
<xs:sequence minOccurs="7" maxOccurs="224">
<xs:element name="dataSet-4-item" type="BreadCrumbVersion-4"
/>
<!-- a set of the following data elements: lat, long, vert,
and time sent as a packed blob of 7 bytes per crumb -->
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dataSet-5" >
<xs:complexType>
<xs:sequence minOccurs="13" maxOccurs="416">
<xs:element name="dataSet-5-item" type="BreadCrumbVersion-5"
/>
<!-- a set of the following data elements: lat, long, vert,
and accuracy sent as a packed blob of 13 bytes per crumb -->
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dataSet-6" >
<xs:complexType>
<xs:sequence minOccurs="5" maxOccurs="160">
<xs:element name="dataSet-6-item" type="BreadCrumbVersion-6"
/>
<!-- a set of the following data elements: lat, long, and
vert sent as a packed blob of 5 bytes per crumb -->
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dataSet-7" >
<xs:complexType>
<xs:sequence minOccurs="10" maxOccurs="320">
<xs:element name="dataSet-7-item" type="BreadCrumbVersion-7"
/>
<!-- a set of the following data elements: lat, long, time,
and accuracy sent as a packed blob of 10 bytes per crumb -->
</xs:sequence>
</xs:complexType>
|