![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
207 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
axleCnt5Trailer (11) -- Five or less axle ,
axleCnt6Trailer (12) -- Six or more axle ,
axleCnt5MultiTrailer (13) -- Five or less axle ,
axleCnt6MultiTrailer (14) -- Six axle ,
axleCnt7MultiTrailer (15) -- Seven or more axle ,
</xs:appinfo>
<xs:documentation>
values to 127 reserved for std use
values 128 to 255 reserved for local use
</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="15"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="none"/>
<xs:enumeration value="unknown"/>
<xs:enumeration value="special"/>
<xs:enumeration value="moto"/>
<xs:enumeration value="car"/>
<xs:enumeration value="carOther"/>
<xs:enumeration value="bus"/>
<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
DF
MSG
MSG
In addition, this item may be used by data structures in other ITS standards.
7.155 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
|