Navigation bar
  Print document Start Previous page
 136 of 210 
Next page End  

SAE J2735-Draft-Rev18 [issued: 06-26-07] 
-
136 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
               <xs:enumeration value="axleCnt2"/>
               <xs:enumeration value="axleCnt3"/>
               <xs:enumeration value="axleCnt4"/>
               <xs:enumeration value="axleCnt4Trailer"/>
               <xs:enumeration value="axleCnt5Trailer"/>
               <xs:enumeration value="axleCnt6Trailer"/>
               <xs:enumeration value="axleCnt5MultiTrailer"/>
               <xs:enumeration value="axleCnt6MultiTrailer"/>
               <xs:enumeration value="axleCnt7MultiTrailer"/>
            </xs:restriction>
         </xs:simpleType >
         <xs:simpleType>
            <xs:restriction base="local:VehicleType" /> 
         </xs:simpleType>
      </xs:union>
</xs:simpleType>
Used by: This entry is directly used by the following 4 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF 
<XML>, and
DF 
<XML>, and
MSG
<XML>, and
MSG
In addition, this item may be used by data structures in other ITS standards.
7.98 Data Element: DE_VehicleWidth
Use: The width of the vehicle expressed in centimeters, unsigned.  Note that this is a 10 bit value and it is
combined with a 14 bit value to form a 3 byte data frame. When sent alone it shall occupy 2 bytes with the
upper six bits being set to zero. The width shall  be the widest point of the vehicle with all factory installed
equipment. 
ASN.1 Representation:
VehicleWidth ::= INTEGER (0..1023) -- LSB units are 1 cm
XML Representation:
<xs:simpleType name="VehicleWidth" >
      <xs:annotation>
         <xs:documentation>       
            LSB units are 1 cm
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:unsignedShort">
         <xs:maxInclusive value="1023"/>
      </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 
<XML>, and
DF 
In addition, this item may be used by data structures in other ITS standards.
Remarks: Observe that this data element is often combined with DE_VehicleHeight when used.