![]() ![]() ![]() ![]() SAE J2735-Draft-Rev29 [issued: 12-11-08]
-
138 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:enumeration value="leftTurn"/>
<xs:enumeration value="rightTurn"/>
<xs:enumeration value="straightAhead"/>
<xs:enumeration value="softLeftTurn"/>
<xs:enumeration value="softRightTurn"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
Remarks: Note: We reserve the upper bits for any other defined indications to be defined in the future,
such as enter a freeway or entering a private drive Treated as an octet byte when used in the packed octets
of the "Connects To" data frame (no BER tagging is present in this small blob).
7.72 Data Element: DE_LaneNumber
Use: The LaneNumber data element conveys a unique index value for a lane used to refer to that lane by
other objects in the intersection map data structure. Lanes may be ingress (inbound traffic) or egress
(outbound traffic) in nature, as well as barriers and other types of specialty lanes. All lanes are numbered.
The LaneNumber, in conjunction with the intersection ID, forms a regionally unique way to address a
specific lane in that intersection.
ASN.1 Representation:
LaneNumber ::= OCTET STRING (SIZE(1))
XML Representation:
<xs:complexType name="LaneNumber" >
<xs:simpleContent>
<xs:extension base="LaneNumber-string" >
<xs:attribute name="EncodingType" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="base64Binary"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="LaneNumber-string">
<xs:restriction base="xs:base64Binary">
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType >
Used By: This entry is directly used by the following 8 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF
<XML>, and
DF
DF
<XML>, and
DF
<XML>, and
DF
<XML>, and
DF
<XML>, and
DF
<XML>, and
DF
|