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

SAE J2735-Draft-Rev18 [issued: 06-26-07] 
-
98 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
               <xs:minInclusive value="0"/>
               <xs:maxInclusive value="3"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="notEquipped"/>
               <xs:enumeration value="notInUse"/>
               <xs:enumeration value="inUse"/>
               <xs:enumeration value="reserved"/>
            </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 
<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.50 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.51 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>