* @field measurementDeltaTime: difference between the time of estimation of the perception region and the reference time. Positive values indicates that the provided information refers to a point in time after the reference time.
*
* @field minimumDetectableObject: to be defined
*
* @field perceivedObjectFalseNegativesRate: estimated rate of false negative object detections in the perception region, i.e. the proportion of objects that are not suvvesfully detected.
*
* @field perceptionRegionShape: specification of the shape of the perception region.
PerceivedObjectIds::= SEQUENCE SIZE(0..255, ...) OF Identifier2B
/**
* This DF indicates the type of objects that are reported by the perception region
* This DF indicates the type of objects that are reported by the perception region along with their characteristics.
*
*
* The following options are available:
*
* @field reportingAllObjects - in case all objects are reported
*
* @field reportingAllNonPermanentObjects - in case all objects that are not permanently static, i.e. generally dynamic, are reported
* @field reportingAllObjects - in case all objects of the indicated minimum size are reported
*
* @field reportingOnlyAllVehicles - in case only all vehicles are reported
* @field reportingAllNonPermanentObjects - in case all objects that are not permanently static (i.e. generally dynamic) of the indicated minimum size are reported
*
* @field reportingAllNonPermanentObjects - in case vehicles of specific indicates type(s) are reported
*/
ReportingType::= CHOICE{
reportingAllObjects NULL,
reportingAllNonPermanentObjects NULL,
reportingOnlyAllVehicles NULL,
reportingOnlySpecificVehicles SEQUENCE SIZE(0..8,...) OF TrafficParticipantType,