|     SAE J2735-Draft-Rev28 [issued: 11-10-08]   -  196 -  This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.  7.133 Data Element: DE_ThrottleConfidence  Use:  This DE is used to provide to listeners the confidence interval of the 95% confidence level for the  currently reported value of  DE_Throttle, taking into account the current calibration and precision of the  sensor(s) used to measure and/or calculate the value.  This data element is only to provide the listener with  information on the limitations of the sensing system; not to support any type of automatic error correction  or to imply a guaranteed maximum error.  This data element should not be used for fault detection or  diagnosis, but if a vehicle is able to detect a fault, the confidence interval should be increased accordingly.  ASN.1 Representation:    ThrottleConfidence ::= ENUMERATED {     notEquipped     (0), -- B'00  Not Equipped      prec10percent   (1), -- B'01  10  percent     prec1percent    (2), -- B'10  1   percent     prec0-5percent  (3)  -- B'11  0.5 percent     }      -- Encoded as a 2 bit value  XML Representation:    <xs:simpleType name="ThrottleConfidence" >        <xs:annotation>           <xs:appinfo>              notEquipped (0) -- B'00  Not Equipped              prec10percent (1) -- B'01  10  percent              prec1percent (2) -- B'10  1   percent              prec0 5percent (3) -- B'11  0.5 percent           </xs:appinfo>           <xs:documentation>                     Encoded as a 2 bit value           </xs:documentation>        </xs:annotation>        <xs:union>           <xs:simpleType>              <xs:restriction base="xs:unsignedInt">                 <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="prec10percent"/>                 <xs:enumeration value="prec1percent"/>                 <xs:enumeration value="prec0 5percent"/>              </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.134 Data Element: DE_ThrottlePosition  Use:  The position of the throttle in the vehicle, expressed in units of 0.5 percent of range of travel,  unsigned.  ASN.1 Representation:    ThrottlePosition ::= INTEGER (0..200) -- LSB units are 0.5 percent  |