![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
103 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_Approach <ASN> <XML>. In addition, this item may be used by data structures in other ITS
standards.
7.16 Data Element: DE_ATIS-AdvisoryNumber
Use: AAA An empty definition field.
ASN.1 Representation:
ATISAdvisoryNumber ::= INTEGER (0..65535)
XML Representation:
<xs:simpleType name="ATISAdvisoryNumber" >
<xs:restriction base="xs:unsignedShort"/>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
MSG_TravelerInformation <ASN> <XML>. In addition, this item may be used by data structures in
other ITS standards.
7.17 Data Element: DE_BarrierAttributes
Use: The BarrierAttributes data element relates the type of barrier being described. A barrier in this
context is any described lane style of object which normal vehicle traffic can or can-not transverse.
ASN.1 Representation:
BarrierAttributes ::= ENUMERATED {
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)
} -- up to 2 bytes
XML Representation:
<xs:simpleType name="BarrierAttributes" >
<xs:annotation>
<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>
|