![]() ![]() ![]() ![]() SAE J2735-Draft-Rev18 [issued: 06-26-07]
-
131 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<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
<XML>, and
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.92 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>
1 LSB is 1/8th micro degree
expressed as a 32 bit value
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:int">
<xs:minInclusive value="-720000000"/>
<xs:maxInclusive value="720000000"/>
</xs:restriction>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
7.93 Data Element: DE_VehicleLength
Use: The length of the vehicle expressed in centimeters, unsigned. Note that this is a 14 bit value and it is
combined with a 10 bit value to form a 3 byte data frame. When sent alone it shall occupy 2 bytes with the
upper two bits being set to zero.
ASN.1 Representation:
VehicleLength ::= INTEGER (0..16383) -- 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">
<xs:maxInclusive value="16383"/>
</xs:restriction>
</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
<XML>, and
|