Navigation bar
  Print document Start Previous page
 70 of 177 
Next page End  

SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
70 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
            </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 
<ASN> <XML>, and
MSG
In addition, this item may be used by data structures in other ITS standards.
Remarks: See also the entry for ExteriorLights.
7.24 Data Element: DE_Long Latitude
Use: A shortened value of latitude representing the upper 16 bits of a 32 bit value.   Taken together with the Short
Latitude data element a complete value of latitude can be obtained which is identical in value domain to the std ITS
latitude with an LSB of one 1/8th micro degree.  The latitude is the 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:
LongLatitude ::= INTEGER (0..65535) -- upper 16 bits of a 32 bit lat-long
XML Representation:
<xs:simpleType name="LongLatitude" >
      <xs:annotation>
         <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.25 Data Element: DE_Long Longitude
Use: A shortened value of longitude representing the upper 16 bits of a 32 bit value.   Taken together with the Short
Longitude data element a complete value of longitude can be obtained which is identical in value domain to the std
ITS longitude with an LSB of one 1/8th micro degree.  The longitude is the 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:
LongLongitude ::= INTEGER (0..65535) -- upper 16 bits of a 32 bit lat-long
XML Representation:
<xs:simpleType name="LongLongitude" >
      <xs:annotation>
         <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.