Add list of ownership events

This commit is contained in:
2026-05-08 16:57:12 +02:00
parent 49ebf6fd63
commit 51ae4c4737
+3
View File
@@ -84,6 +84,9 @@ final class MDEventsSet extends MDValueSet {
// Array enthält Ereignistypen, die auf Korrespondenzen hinweisen // Array enthält Ereignistypen, die auf Korrespondenzen hinweisen
public const EVENTS_CORRESPONDENCE = [11, 13]; public const EVENTS_CORRESPONDENCE = [11, 13];
// List of array types that contain ownership information.
public const EVENTS_OWNERSHIP_RELATED = [40, 41, 42, 43, 49, 50, 56, 57, 58];
/* /*
* Constants for event types without places, times, actors * Constants for event types without places, times, actors
*/ */