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

SAE J2735-Draft-Rev29 [issued: 12-11-08] 
-
203 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
         <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 
<XML>, and
DF 
<XML>, and
MSG
<XML>, and
MSG
In addition, this item may be used by data structures in other ITS standards.
7.149 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>