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

SAE J2735-Draft-Rev18 [issued: 06-26-07] 
-
83 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="0"/>
               <xs:maxInclusive value="15"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="notEquipped"/>
               <xs:enumeration value="elev 500 00"/>
               <xs:enumeration value="elev 200 00"/>
               <xs:enumeration value="elev 100 00"/>
               <xs:enumeration value="elev 050 00"/>
               <xs:enumeration value="elev 020 00"/>
               <xs:enumeration value="elev 010 00"/>
               <xs:enumeration value="elev 005 00"/>
               <xs:enumeration value="elev 002 00"/>
               <xs:enumeration value="elev 001 00"/>
               <xs:enumeration value="elev 000 50"/>
               <xs:enumeration value="elev 000 20"/>
               <xs:enumeration value="elev 000 10"/>
               <xs:enumeration value="elev 000 05"/>
               <xs:enumeration value="elev 000 02"/>
               <xs:enumeration value="elev 000 01"/>
            </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
DF 
In addition, this item may be used by data structures in other ITS standards.
7.21 Data Element: DE_Elevation
Use: Elevation, a value of 3 bytes expressed in meters above the reference ellipsoid.(unsigned), offset by 1
km (value of 0 = 1km below the reference ellipsoid), and with an LSBit of 0.1 meter.  Note that the offset is
not part of the value range transmitted.  Note that this element is 3 bytes in length.
ASN.1 Representation:
Elevation ::= INTEGER (0..16777215) -- 10 cm LSB with a 1Km neg offset
XML Representation:
<xs:simpleType name="Elevation" >
      <xs:annotation>
         <xs:documentation>       
            10 cm LSB with a 1Km neg offset
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:unsignedInt">
         <xs:maxInclusive value="16777215"/>
      </xs:restriction>
</xs:simpleType>
Used by: This entry is directly used by the following 8 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