Navigation bar
  Print document Start Previous page
 212 of 321 
Next page End  

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
212 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
   } 
   -- values to 127 reserved for std use
   -- values 128 to 255 reserved for local use
XML Representation:
<xs:simpleType name="VehicleType" >
      <xs:annotation>
         <xs:appinfo>
            none (0) -- Not Equipped ,
            unknown (1) -- Does not fit any other category
            special (2) -- Special use
            moto (3) -- Motorcycle
            car (4) -- Passenger car
            carOther (5) -- Four tire single units
            bus (6) -- Buses
            axleCnt2 (7) -- Two axle ,
            axleCnt3 (8) -- Three axle ,
            axleCnt4 (9) -- Four or more axle ,
            axleCnt4Trailer (10) -- Four or less axle ,
            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 
<XML>, and
DF 
<XML>, and