![]() ![]() ![]() ![]() SAE J2735-Draft-Rev28 [issued: 11-10-08]
-
116 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
ASN.1 Representation:
CrosswalkLaneAttributes ::= ENUMERATED {
noData (0), -- ('0000000000000000'B)
twoWayPath (1), -- ('0000000000000001'B)
pedestrianCrosswalk (2), -- ('0000000000000010'B)
bikeLane (4), -- ('0000000000000100'B)
railRoadTrackPresent (8), -- ('0000000000001000'B)
missing1 (16), -- ('0000000000010000'B)
pedestrianCrosswalkTypeA (32), -- ('0000000000100000'B)
pedestrianCrosswalkTypeB (64), -- ('0000000001000000'B)
pedestrianCrosswalkTypeC (128) -- ('0000000010000000'B)
} -- 1 byte
-- MUTCD provides no real "types" to use here
XML Representation:
<xs:simpleType name="CrosswalkLaneAttributes" >
<xs:annotation>
<xs:appinfo>
noData (0) -- ('0000000000000000'B)
twoWayPath (1) -- ('0000000000000001'B)
pedestrianCrosswalk (2) -- ('0000000000000010'B)
bikeLane (4) -- ('0000000000000100'B)
railRoadTrackPresent (8) -- ('0000000000001000'B)
missing1 (16) -- ('0000000000010000'B)
pedestrianCrosswalkTypeA (32) -- ('0000000000100000'B)
pedestrianCrosswalkTypeB (64) -- ('0000000001000000'B)
pedestrianCrosswalkTypeC (128) -- ('0000000010000000'B)
</xs:appinfo>
<xs:documentation>
1 byte
MUTCD provides no real &quot;types&quot; to use here
</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="128"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="noData"/>
<xs:enumeration value="twoWayPath"/>
<xs:enumeration value="pedestrianCrosswalk"/>
<xs:enumeration value="bikeLane"/>
<xs:enumeration value="railRoadTrackPresent"/>
<xs:enumeration value="missing1"/>
<xs:enumeration value="pedestrianCrosswalkTypeA"/>
<xs:enumeration value="pedestrianCrosswalkTypeB"/>
<xs:enumeration value="pedestrianCrosswalkTypeC"/>
</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_CrosswalkLane <ASN> <XML>. In addition, this item may be used by data structures in other
ITS standards.
7.29 Data Element: DE_DDay
Use: The DSRC style day is a simple value consisting of integer values from zero to 31. The value of zero
SHALL represent an unknown value.
ASN.1 Representation:
DDay ::= INTEGER (0..31) -- units of days
|