-- version of the DENM indicating updates from the same originator ITS station; value of 255 is used for the cancellation message sent from the originator ITS station
-- STF405: changed inline definition to explicit
-- dataVersion INTEGER(0..255),
dataVersion DataVersion, -- 1 byte
-- time when the DENM is deleted from the DEN management and the information related to the event is set as invalid.. If it is not provided, it indicates that the expiry time is unkown by the originator ITS station
-- whether the detected event is in mobility (moving vehicle) or static
-- mobility BOOLEAN,
-- whether the detected event is an ITS station, or is a geographical region
-- causeType BOOLEAN,
-- whether the detected event is physically relevant to the received ITS stations (accident) or describing difficult driving conditions (fog on the road)
-- relevant BOOLEAN,
-- whether a detected event is time critical (e.g., electronic braking light) or not (e.g. fog on the road)
-- timeCriticality BOOLEAN,
-- ...
--}
--STF405: The CAM definition is used instead, removed OPTIONAL, as it is syntactically incorrect
-- TaggedList ::= SEQUENCE
-- {
-- ...
-- }
--STF405: replaced by imported type from CAM
--RefPosition ::= SEQUENCE {
-- situationLat Latitude,
-- situationLong Longitude,
-- situationAlt Altitude,
-- accuracy PositionAccuracy,
-- speed Speed OPTIONAL,
-- direction Direction OPTIONAL
--}
Altitude ::= INTEGER (-10000..16767215) -- multiples of 0.1 m
PositionAccuracy ::= OCTET STRING (SIZE(4))
--STF405: removed Direction, as it is imported from CAM