![]() ![]() ![]() ![]() SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
71 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
7.26 Data Element: DE_LongElevation RETIRE
Use: LongElevation is a shortened value of Elevation, representing the most significant 16 bits of DE_Elevation.
Taken together with the ShortElevation data element a complete value of elevation can be obtained.
ASN.1 Representation:
LongElevation ::= INTEGER (0..65535) -- LSB = 10* 255 cm, 25.5M
XML Representation:
<xs:simpleType name="LongElevation" >
<xs:annotation>
<xs:documentation>
LSB = 10* 255 cm, 25.5M
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedShort"/>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
Remarks: See also ShortElevation.
7.27 Data Element: DE_Longitude
Use: The geographic longitude of a node, expressed in 1/8th integer microdegrees, as a 32 bit value and with
reference to the horizontal datum specified by horizontalDatum.
ASN.1 Representation:
Longitude ::= INTEGER (-1440000000..1440000000)
-- in LSB = 1/8 micro degree
XML Representation:
<xs:simpleType name="Longitude" >
<xs:annotation>
<xs:documentation>
in LSB = 1/8 micro degree
Providing a range of plus-minus 180 degrees
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:int">
<xs:minInclusive value="-1440000000"/>
<xs:maxInclusive value="1440000000"/>
</xs:restriction>
</xs:simpleType>
Used by: This entry is directly used by the following 6 other data structures in this standard (record type, descriptive name,
ASN.1, and XML name (if present) of each):
DF
DF
DF
DF
MSG
DF
In addition, this item may be used by data structures in other ITS standards.
7.28 Data Element: DE_MultiVehicleReponse
Use: A data element which is set if the vehicle transmitting believes that more than one vehicle (regardless of the
|