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

SAE J2735-Draft-Rev29 [issued: 12-11-08] 
-
217 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
               <xs:enumeration value="cars with recreational trailers" id="_9224"/>
               <xs:enumeration value="vehicles with trailers" id="_9225"/>
               <xs:enumeration value="heavy vehicles" id="_9226"/>
               <xs:enumeration value="trucks" id="_9227"/>
               <xs:enumeration value="buses" id="_9228"/>
               <xs:enumeration value="articulated buses" id="_9229"/>
               <xs:enumeration value="school buses" id="_9230"/>
               <xs:enumeration value="vehicles with semi trailers" id="_9231"/>
               <xs:enumeration value="vehicles with double trailers" id="_9232"/>
               <xs:enumeration value="high profile vehicles" id="_9233"/>
               <xs:enumeration value="wide vehicles" id="_9234"/>
               <xs:enumeration value="long vehicles" id="_9235"/>
               <xs:enumeration value="hazardous loads" id="_9236"/>
               <xs:enumeration value="exceptional loads" id="_9237"/>
               <xs:enumeration value="abnormal loads" id="_9238"/>
               <xs:enumeration value="convoys" id="_9239"/>
               <xs:enumeration value="maintenance vehicles" id="_9240"/>
               <xs:enumeration value="delivery vehicles" id="_9241"/>
               <xs:enumeration value="vehicles with even numbered license plates"
id="_9242"/>
               <xs:enumeration value="vehicles with odd numbered license plates"
id="_9243"/>
               <xs:enumeration value="vehicles with parking permits" id="_9244"/>
               <xs:enumeration value="vehicles with catalytic converters" id="_9245"/>
               <xs:enumeration value="vehicles without catalytic converters" id="_9246"/>
               <xs:enumeration value="gas powered vehicles" id="_9247"/>
               <xs:enumeration value="diesel powered vehicles" id="_9248"/>
               <xs:enumeration value="lPG vehicles" id="_9249"/>
               <xs:enumeration value="military convoys" id="_9250"/>
               <xs:enumeration value="military vehicles" id="_9251"/>
            </xs:restriction>
         </xs:simpleType >
         <xs:simpleType> 
            <xs:restriction base="xs:string">
               <xs:pattern value="\[.+\].*"/>
            </xs:restriction>
         </xs:simpleType>         
         <xs:simpleType>
            <xs:restriction base="local:VehicleGroupAffected" /> 
         </xs:simpleType>
      </xs:union>
</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
MSG
In addition, this item may be used by data structures in other ITS standards.
8.5 Data Frame: DF_ITIS-Codes_And_Text [ITIS]
Use: The use of ITIS codes interspersed with free text.  The complete set of ITIS codes can be found in
Volume Two of the J2540 Standard.  This is a set of nealry 1,500 items which are used to encode common
events and list items in ITS.
ASN.1 Representation:
ITIScodesAndText ::= SEQUENCE (SIZE(1..100)) OF SEQUENCE {
  item CHOICE    {
       itis ITIScodes,
       text ITIStext
       } -- # UNTAGGED
  }