![]() ![]() ![]() ![]() SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
96 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<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
DF
DF
In addition, this item may be used by data structures in other ITS standards.
7.55 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'00 Not Equipped
off (1) -- B'01 Off
on (2) -- B'10 On
engaged (3) -- B'11 Engaged
|