![]() ![]() ![]() ![]() SAE J2735-Draft-Rev28 [issued: 11-10-08]
-
130 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:simpleType name="EventFlags">
<xs:list itemType="EventFlags-item"/>
</xs:simpleType>
Used By: This entry is directly used by the following 4 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF
<XML>, and
MSG
<XML>, and
MSG
<XML>, and
DF
In addition, this item may be used by data structures in other ITS standards.
Remarks: This data element appears as the first optional element it the Pat II section of the BSM, and is
expected to be present when various potential dangerous events (such as hard breaking) have been declared
by the sender. Additional data elements in the message may provide more detail on the cause of this event.
7.47 Data Element: DE_Extent
Use: The spatial distance over which this message applies and should be presented to the driver. Under
certain conditions some messages may never be shown to the driver of a vehicle if they are short in
duration and other conflicting needs supercede the display until such time as the subject message is no
longer relevant.
ASN.1 Representation:
Extent ::= ENUMERATED {
useInstantlyOnly (0),
useFor3meters (1),
useFor10meters (2),
useFor50meters (3),
useFor100meters (4),
useFor500meters (5),
useFor1000meters (6),
useFor5000meters (7),
useFor10000meters (8),
useFor50000meters (9),
forever (127) -- very wide area
}
-- encode as a single byte
XML Representation:
<xs:simpleType name="Extent" >
<xs:annotation>
<xs:appinfo>
useInstantlyOnly (0)
useFor3meters (1)
useFor10meters (2)
useFor50meters (3)
useFor100meters (4)
useFor500meters (5)
useFor1000meters (6)
useFor5000meters (7)
useFor10000meters (8)
useFor50000meters (9)
forever (127) -- very wide area
</xs:appinfo>
<xs:documentation>
encode as a single byte
</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
|