![]() ![]() ![]() ![]() SAE J2735-Draft-Rev28 [issued: 11-10-08]
-
101 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:appinfo>
noData (0) -- ('0000-0000-0000-0000'B)
median (1) -- ('0000-0000-0000-0001'B)
whiteLine (2) -- ('0000-0000-0000-0010'B)
strippedLines (4) -- ('0000-0000-0000-0100'B)
doubleStrippedLines (8) -- ('0000-0000-0000-1000'B)
trafficCones (16) -- ('0000-0000-0001-0000'B)
constructionBarrier (32) -- ('0000-0000-0010-0000'B)
trafficChannels (63) -- ('0000-0000-0100-0000'B)
lowCurbs (128) -- ('0000-0000-1000-0000'B)
highCurbs (256) -- ('0000-0001-0000-0000'B)
hovDoNotCross (1024) -- ('0000-0010-0000-0000'B)
hovEntryAllowed (2048) -- ('0000-0100-0000-0000'B)
hovExitAllowed (4096) -- ('0000-1000-0000-0000'B)
notUsed2 (8192) -- ('0001-0000-0000-0000'B)
</xs:appinfo>
<xs:documentation>
up to 2 bytes
</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="8192"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="noData"/>
<xs:enumeration value="median"/>
<xs:enumeration value="whiteLine"/>
<xs:enumeration value="strippedLines"/>
<xs:enumeration value="doubleStrippedLines"/>
<xs:enumeration value="trafficCones"/>
<xs:enumeration value="constructionBarrier"/>
<xs:enumeration value="trafficChannels"/>
<xs:enumeration value="lowCurbs"/>
<xs:enumeration value="highCurbs"/>
<xs:enumeration value="hovDoNotCross"/>
<xs:enumeration value="hovEntryAllowed"/>
<xs:enumeration value="hovExitAllowed"/>
<xs:enumeration value="notUsed2"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_BarrierLane <ASN> <XML>. In addition, this item may be used by data structures in other ITS
standards.
Remarks: Should this be encoded as a bit string?
7.9 Data Element: DE_BrakeAppliedPressure
Use: The applied pressure of the vehicle brake system.
ASN.1 Representation:
BrakeAppliedPressure ::= ENUMERATED {
notEquipped (0), -- B'0000 Not Equipped
minPressure (1), -- B'0001 Minimum Braking Pressure
bkLvl-2 (2), -- B'0010
bkLvl-3 (3), -- B'0011
bkLvl-4 (4), -- B'0100
bkLvl-5 (5), -- B'0101
bkLvl-6 (6), -- B'0110
|