![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
193 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
0, 251, 252, 253, 254, and 255.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedByte"/>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_MovementState <ASN> <XML>. In addition, this item may be used by data structures in other
ITS standards.
7.139 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
}
-- Encoded as a 2 bit value
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
</xs:appinfo>
<xs:documentation>
Encoded as a 2 bit value
</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="notEquipped"/>
<xs:enumeration value="off"/>
<xs:enumeration value="on"/>
<xs:enumeration value="engaged"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
7.140 Data Element: DE_TransistStatus
Use: The TransitStatus data element is used to relate basic information about the transit run in progress.
This is typically used in a priority request to a signalized system and becomes part of the input processing
|