![]() ![]() ![]() ![]() SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
94 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
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 3 other data structures in this standard (record type, descriptive name,
ASN.1, and XML name (if present) of each):
DF
DF
DF
In addition, this item may be used by data structures in other ITS standards.
7.53 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
XML Representation:
<xs:simpleType name="ThrottlePosition" >
<xs:annotation>
<xs:documentation>
LSB units are 0.5 percent
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="200"/>
</xs:restriction>
</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):
|