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

SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
60 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
XML Representation:
<xs:simpleType name="DMonth" >
      <xs:annotation>
         <xs:documentation>       
            units of months
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:unsignedByte">
         <xs:maxInclusive value="15"/>
      </xs:restriction>
</xs:simpleType>
Used by: This entry is directly used by the following 6 other data structures in this standard (record type, descriptive name,
ASN.1, and XML name (if present) of each):
DF 
<ASN> <XML>, and
DF 
<ASN> <XML>, and
DF 
<ASN> <XML>, and
DF 
<ASN> <XML>, and
DF 
<ASN> <XML>, and
DF 
In addition, this item may be used by data structures in other ITS standards.
7.13 Data Element: DE_DrivingWheelAngle
Use: The angle of the front (steering) wheel, expressed in a signed (to the right being positive) value with units of
0.3333 degrees and a range of plus or minus 42.33 degrees.  The value of zero shall be when both wheels are
pointed such as to drive the vehicle in a straight ahead direction (the tow-in angle of each side being equal and
canceling each other out).  A value of zero shall be sent when unknown.
ASN.1 Representation:
DrivingWheelAngle ::= INTEGER (-127..127) 
   -- LSB units of 0.3333 degrees. 
XML Representation:
<xs:simpleType name="DrivingWheelAngle" >
      <xs:annotation>
         <xs:documentation>       
            LSB units of 0.3333 degrees.
            a range of 42.33 degrees each way
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:byte">
         <xs:minInclusive value="-127"/>
      </xs:restriction>
</xs:simpleType>
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
DF 
In addition, this item may be used by data structures in other ITS standards.