![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
104 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
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.18 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
bkLvl-7 (7), -- B'0111
bkLvl-8 (8), -- B'1000
bkLvl-9 (9), -- B'1001
bkLvl-10 (10), -- B'1010
bkLvl-11 (11), -- B'1011
bkLvl-12 (12), -- B'1100
bkLvl-13 (13), -- B'1101
bkLvl-14 (14), -- B'1110
maxPressure (15) -- B'1111 Maximum Braking Pressure
}
-- Encoded as a 4 bit value
XML Representation:
<xs:simpleType name="BrakeAppliedPressure" >
<xs:annotation>
<xs:appinfo>
notEquipped (0) -- B'0000 Not Equipped
|