Navigation bar
  Print document Start Previous page
 99 of 210 
Next page End  

SAE J2735-Draft-Rev18 [issued: 06-26-07] 
-
99 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
         <xs:documentation>       
            upper 16 bits of a 32 bit lat-long
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:unsignedShort"/>
</xs:simpleType>
Used by: This entry is used directly by one other data structure in this standard, a DF called DF_ValueList
<ASN> <XML>.   In addition, this item may be used by data structures in other ITS standards.
7.52 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.53 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 7 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF 
<XML>, and
DF 
<XML>, and
DF 
<XML>, and