Navigation bar
  Print document Start Previous page
 47 of 177 
Next page End  

SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
47 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
         <xs:element name="verticalAcceleration" type="VerticalAcceleration" />
         <xs:element name="verticalAccelerationThreshold"
         <xs:element name="wiperRate" type="WiperRate" />
         <xs:element name="wiperStatus" type="WiperStatus" />
         <xs:element name="yawRate" type="YawRate" />
         <xs:element name="yawRateConfidence" type="YawRateConfidence" />
         <!-- pick any single item/group from the above -->
      </xs:choice>
</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):
MSG
<ASN> <XML>, and
MSG
In addition, this item may be used by data structures in other ITS standards.
Remarks: This item is no longer used in edition two of the standard. Use the VehicleStatusDeviceTypeTag
instead.
6.22 Data Frame: DF_VehicleSize
Use: The VehicleSize is a data frame representing the vehicle length and vehicle width in a three byte value. 
ASN.1 Representation:
VehicleSize ::= SEQUENCE {
   width     VehicleWidth,
   length    VehicleLength
   }  -- 3 bytes in length
XML Representation:
<xs:complexType name="VehicleSize" >
      <xs:annotation>
         <xs:documentation>       
            3 bytes in length
         </xs:documentation>
      </xs:annotation>
      <xs:sequence>
         <xs:element name="width" type="VehicleWidth" />
         <xs:element name="length" type="VehicleLength" />
      </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 
<ASN> <XML>, and
MSG
In addition, this item may be used by data structures in other ITS standards.
6.23 Data Frame: DF_VehicleStatusDeviceType
Use: A data frame that is used to relate specific items of the vehicles status.  This structure relates all the different
types of information that can be related about the vehicle inside a probe message.  Typically these are used in
data event snapshots which are gathered and periodically reported to an RSU.  
Observe that this data structure makes use of other defined data elements and data frames, enclosing them in a
choice structure so that one (and only one) such item can be sent within the VehicleStatusDeviceType instance
but that this data follows the definition of each defined elsewhere.