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

SAE J2735-Draft-Rev18 [issued: 06-26-07] 
-
95 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
DF 
<XML>, and
DF 
<XML>, and
DF 
In addition, this item may be used by data structures in other ITS standards.
Remarks: If a globally unique lane number is needed, this can be obtained by combining the complete
intersection ID with the lane number.   Does this work with egres too? 
7.45 Data Element: DE_LaneWidth
Use: The LaneWidth data concept coveys the width of a lane in LSB units of 2.5 cm.
ASN.1 Representation:
LaneWidth ::= INTEGER (0..255) -- units of 2.5 cm
XML Representation:
<xs:simpleType name="LaneWidth" >
      <xs:annotation>
         <xs:documentation>       
            units of 2.5 cm
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:unsignedByte"/>
</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
DF 
In addition, this item may be used by data structures in other ITS standards.
7.46 Data Element: DE_Latitude
Use: The geographic latitude 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:
Latitude ::= INTEGER (-7200000000..720000000)  
   -- in LSB = 1/8 micro degree
XML Representation:
<xs:simpleType name="Latitude" >
      <xs:annotation>
         <xs:documentation>       
            in LSB = 1/8 micro degree
            Providing a range of plus-minus 90 degrees
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:int">
         <xs:minInclusive value="-7200000000"/>
         <xs:maxInclusive value="720000000"/>
      </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