Navigation bar
  Print document Start Previous page
 79 of 303 
Next page End  

SAE J2735-Draft-Rev29 [issued: 12-11-08] 
-
79 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
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="itemCnt"  minOccurs="0">
            <xs:simpleType>
               <xs:restriction base="xs:unsignedByte">
                  <xs:minInclusive value="1"/>
                  <xs:maxInclusive value="32"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="crumbData" >
            <xs:complexType>
               <xs:choice>
                  <!-- select one of the possible data sets to be used -->
                  <xs:element name="verboseDataSet" >
                     <xs:complexType>
                        <xs:sequence minOccurs="1" maxOccurs="32">
                           <xs:element name="verboseDataSet-item"
                           <!-- 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"
                           <!-- 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>