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

SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
67 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
07 and its successors. Note the definitions provided in Figure 1 (Tire Axis System) and Figure 2 (Directional
Control Axis Systems).  
ASN.1 Representation:
HeadingConfidence ::= ENUMERATED {
   notEquipped (0), -- B'000  Not Equipped
   prec45deg   (1), -- B'001  45   degrees 
   prec10deg   (2), -- B'010  10   degrees
   prec05deg   (3), -- B'011  5    degrees
   prec01deg   (4), -- B'100  1    degrees
   prec0-1deg  (5), -- B'101  0.1  degrees
   prec0-05deg (6), -- B'110  0.05 degrees
   prec0-01deg (7)  -- B'111  0.01 degrees
   } 
XML Representation:
<xs:simpleType name="HeadingConfidence" >
      <xs:annotation>
         <xs:appinfo>
            notEquipped (0) -- B&apos;000  Not Equipped
            prec45deg (1) -- B&apos;001  45   degrees
            prec10deg (2) -- B&apos;010  10   degrees
            prec05deg (3) -- B&apos;011  5    degrees
            prec01deg (4) -- B&apos;100  1    degrees
            prec0 1deg (5) -- B&apos;101  0.1  degrees
            prec0 05deg (6) -- B&apos;110  0.05 degrees
            prec0 01deg (7) -- B&apos;111  0.01 degrees
         </xs:appinfo>
         <xs:documentation>       
            Encoded as a 3 bit value
         </xs:documentation>
      </xs:annotation>
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="0"/>
               <xs:maxInclusive value="7"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="notEquipped"/>
               <xs:enumeration value="prec45deg"/>
               <xs:enumeration value="prec10deg"/>
               <xs:enumeration value="prec05deg"/>
               <xs:enumeration value="prec01deg"/>
               <xs:enumeration value="prec0 1deg"/>
               <xs:enumeration value="prec0 05deg"/>
               <xs:enumeration value="prec0 01deg"/>
            </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
DF 
In addition, this item may be used by data structures in other ITS standards.