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

SAE J2735-Draft-Rev18 [issued: 06-26-07] 
-
128 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
         </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="notEquipped"/>
               <xs:enumeration value="time 100 000"/>
               <xs:enumeration value="time 050 000"/>
               <xs:enumeration value="time 020 000"/>
               <xs:enumeration value="time 010 000"/>
               <xs:enumeration value="time 002 000"/>
               <xs:enumeration value="time 001 000"/>
               <xs:enumeration value="time 000 500"/>
               <xs:enumeration value="time 000 200"/>
               <xs:enumeration value="time 000 100"/>
               <xs:enumeration value="time 000 050"/>
               <xs:enumeration value="time 000 020"/>
               <xs:enumeration value="time 000 010"/>
               <xs:enumeration value="time 000 005"/>
               <xs:enumeration value="time 000 002"/>
               <xs:enumeration value="time 000 001"/>
            </xs:restriction>
         </xs:simpleType >
      </xs:union>
</xs:simpleType>
Used by: This entry is directly used by the following 3 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
DF 
In addition, this item may be used by data structures in other ITS standards.
7.88 Data Element: DE_TractionControlState
Use: The status of the vehicle traction system.  The "Traction Control Status" Probe Data Element is
intended to inform Probe Data Users whether one or more of the vehicle's drive wheels was slipping during
an acceleration at the time the Probe Data snapshot was taken.  The element informs the user if the vehicle
is NOT equipped with a traction control system.  If the vehicle is equipped with a traction control system,
the element reports whether the system is in an Off, On or Engaged state.
ASN.1 Representation:
TractionControlState ::= ENUMERATED {
   notEquipped (0), -- B'00  Not Equipped 
   off         (1), -- B'01  Off
   on          (2), -- B'10  On
   engaged     (3)  -- B'11  Engaged
   } 
XML Representation:
<xs:simpleType name="TractionControlState" >
      <xs:annotation>
         <xs:appinfo>
            notEquipped (0) -- B&apos;00  Not Equipped
            off (1) -- B&apos;01  Off
            on (2) -- B&apos;10  On