![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
167 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:maxInclusive value="7"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="none"/>
<xs:enumeration value="lightMist"/>
<xs:enumeration value="heavyMist"/>
<xs:enumeration value="lightRainOrDrizzle"/>
<xs:enumeration value="rain"/>
<xs:enumeration value="moderateRain"/>
<xs:enumeration value="heavyRain"/>
<xs:enumeration value="heavyDownpour"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_VehicleStatus <ASN> <XML>. In addition, this item may be used by data structures in other ITS
standards.
Remarks: It is recommended that Automotive Manufacturers divide the range of their Rain Sensors into 8
resistance ranges corresponding to the above scale. For Example: a sensor that has a resistance range from
12K Ohms (Max Rain Fall) to 250 Ohms (No Rain Fall) will have the following resistance value ranges:
# 0=250 to 1749 Ohms
# 1=1750 to 3249 Ohms
# 2=3250 to 4749 Ohms
# 3=4750 to 6249 Ohms
# 4=6250 to 7749 Ohms
# 5=7750 to 9249 Ohms
# 6=9250 to 10749 Ohms
# 7= 10501 to 12000 Ohms
7.111 Data Element: DE_ResponseType
Use: The response type which this vehicle is engaged in at the time an alerting message is being sent. A
this time only emergency and non-emergency are defined; however other types of operational modes are
expected to be added.
The type of response which a public safety, or other type of vehicle, is engaged in when transmitting
emergency alerts. Intended to be used as part of the DSRC safety message for public safety vehicles
operating in the area.
ASN.1 Representation:
ResponseType ::= ENUMERATED {
notInUseOrNotEquipped (0),
emergency (1),
nonEmergency (2),
pursuit (3)
-- all others Future Use
}
-- values to 127 reserved for std use
-- values 128 to 255 reserved for local use
XML Representation:
<xs:simpleType name="ResponseType" >
<xs:annotation>
|