![]() ![]() ![]() ![]() SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
53 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
</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.3 Data Element: DE_AirBagCount
Use: The number of air bags in a given context or condition (in the vehicle, activated, deployed etc.).
ASN.1 Representation:
AirBagCount ::= INTEGER (0..100) -- edit to proper ranges
XML Representation:
<xs:simpleType name="AirBagCount" >
<xs:annotation>
<xs:documentation>
edit to proper ranges
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="100"/>
</xs:restriction>
</xs:simpleType>
Used by: This entry is used directly by one other data structure in this standard, a DF called DF_ValueList <ASN>
<XML>. In addition, this item may be used by data structures in other ITS standards.
7.4 Data Element: DE_AmbientAirTemperature
Use: This data element is used to relate the measured Ambient Air Temperature from a vehicle or other device. Its
measurement range and precession follows that defined by the relevant ODB-II standards. This provides for a
precision of one degree centigrade and a range of -40 to +150 degrees encoded in a one byte value. The value of -
40 deg C is encoded as zero and every degree above that increments the transmitted value by one resulting in a
transmission range of 0 to 191. Hence, a measurement value representing 25 degrees centigrade is transmitted
as 40+25=65 or Hex 0x41.
ASN.1 Representation:
AmbientAirTemperature ::= INTEGER (0..191) -- in deg C with a -40 offset
XML Representation:
<xs:simpleType name="AmbientAirTemperature" >
<xs:annotation>
<xs:documentation>
in deg C with a -40 offset
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="191"/>
</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):
DF
DF
|