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

SAE J2735-Draft-Rev18 [issued: 06-26-07] 
-
53 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
         <!-- in 1/8th micro degrees -->
         <xs:element name="long" type="Longitude" />
         <!-- in 1/8th micro degrees -->
      </xs:sequence>
</xs:complexType>
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.
6.23 Data Frame: DF_Position3D
Use: A collection of the two 4 byte lat-long information elements and the one 3 byte elevation used to build
a complete 3D position set in 11 bytes.
ASN.1 Representation:
Position3D ::= SEQUENCE {
   lat         Latitude,   -- in 1/8th micro degrees
   long        Longitude,  -- in 1/8th micro degrees
   elevation   Elevation    
   }
XML Representation:
<xs:complexType name="Position3D" >
      <xs:sequence>
         <xs:element name="lat" type="Latitude" />
         <!-- in 1/8th micro degrees -->
         <xs:element name="long" type="Longitude" />
         <!-- in 1/8th micro degrees -->
         <xs:element name="elevation" type="Elevation" />
      </xs:sequence>
</xs:complexType>
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.
6.24 Data Frame: DF_PositionConfidenceSet
Use: A single byte long data frame combining multiple related bit fields into one byte.
ASN.1 Representation:
PositionConfidenceSet ::= SEQUENCE {
   pos        PositionConfidence
              -- 4 bits, for both hoz directions
   elevation  ElevationConfidence 
              -- 4 bits
   }
XML Representation:
<xs:complexType name="PositionConfidenceSet" >
      <xs:sequence>
         <xs:element name="pos" type="PositionConfidence" />
         <!-- 4 bits,  for both hoz directions -->
         <xs:element name="elevation" type="ElevationConfidence" />
         <!-- 4 bits -->