![]() ![]() ![]() ![]() SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
98 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
</xs:simpleType>
Used by: This entry is directly used by the following 3 other data structures in this standard (record type, descriptive name,
ASN.1, and XML name (if present) of each):
MSG
MSG
MSG
In addition, this item may be used by data structures in other ITS standards.
Remarks: Note that when the first byte of a tag is zero that the lower bytes may simply be parsed as if it is a
StdTagList element and the definition used for the bytes which follow it. In cases where the data content which
follows this tag may be of indeterminate length (such as a string) a termination character must be agreed upon by
all users of the message to enable the correct parsing of the element.
7.57 Data Element: DE_VehicleHeight
Use: The height of the vehicle, measured from the ground to the highest surface, excluding any antenna(s), and
expressed in units of 5 cm. In cases of vehicles with adjustable ride heights, camper shells, and other devices
which may cause the overall height to vary, the largest possible height will be used.
ASN.1 Representation:
VehicleHeight ::= INTEGER (0..255)
-- the height of the vehicle
-- LSB units of 5 cm, range to 12.75 meters
XML Representation:
<xs:simpleType name="VehicleHeight" >
<xs:annotation>
<xs:documentation>
the height of the vehicle
LSB units of 5 cm, range to 12.75 meters
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedByte"/>
</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: Observe that this data element is often combined with DE_VehicleWidth when used.
7.58 Data Element: DE_VehicleLatitude REMOVE
Use: The latitude position of the center of the vehicle, expressed in 1/8th micro degrees and based on the WGS-84
coordinate system, represented in a 4 byte value.
ASN.1 Representation:
VehicleLatitude ::= INTEGER (-720000000..720000000)
-- 1 LSB is 1/8th micro degree
-- expressed as a 32 bit value
XML Representation:
<xs:simpleType name="VehicleLatitude" >
<xs:annotation>
<xs:documentation>
|