![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
201 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:documentation>
2 bytes
</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="32768"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="noData"/>
<xs:enumeration value="egressPath"/>
<xs:enumeration value="maneuverStraightAllowed"/>
<xs:enumeration value="maneuverLeftAllowed"/>
<xs:enumeration value="maneuverRightAllowed"/>
<xs:enumeration value="yield"/>
<xs:enumeration value="maneuverNoUTurn"/>
<xs:enumeration value="maneuverNoTurnOnRed"/>
<xs:enumeration value="maneuverNoStop"/>
<xs:enumeration value="noStop"/>
<xs:enumeration value="noTurnOnRed"/>
<xs:enumeration value="hovLane"/>
<xs:enumeration value="busOnly"/>
<xs:enumeration value="busAndTaxiOnly"/>
<xs:enumeration value="maneuverHOVLane"/>
<xs:enumeration value="maneuverSharedLane"/>
<xs:enumeration value="maneuverBikeLane"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
Used By: This entry is directly used by the following 2 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF
DF
In addition, this item may be used by data structures in other ITS standards.
Remarks: If the VehicleLaneAttributes bit for egressPath is set, then the described path represents the out-
bound flow of traffic from the approach. In rare cases and for very small intersections, this bit may also
indicate bi-directional flow of traffic along the lane, although this is more often seen in other types of lanes
(such as when describing a pedestrian lane).
7.149 Data Element: DE_VehicleLength
Use: The length of the vehicle expressed in centimeters, unsigned. Note that this is a 1.5 byte value and it
is combined with a 1.5 byte value to form a 3 byte data frame. When sent alone it shall occupy 2 bytes with
the upper bits being set to zero.
ASN.1 Representation:
VehicleLength ::= INTEGER (0..4095) -- LSB units are 1 cm
XML Representation:
<xs:simpleType name="VehicleLength" >
<xs:annotation>
<xs:documentation>
LSB units are 1 cm
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedShort">
|