![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
119 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<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.38 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
XML Representation:
<xs:simpleType name="DDay" >
<xs:annotation>
<xs:documentation>
units of days
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="31"/>
</xs:restriction>
</xs:simpleType>
Used By: This entry is directly used by the following 4 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF
|