From b75ed193e93d93f0512d20cff4ef54fe90c59640 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Sun, 17 May 2026 00:48:25 +0000 Subject: [PATCH] Move the "not there" warning from AGGRESSIONS to ROLES --- doc/src/tables/aggressions.m4 | 8 -------- doc/src/tables/roles.m4 | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/doc/src/tables/aggressions.m4 b/doc/src/tables/aggressions.m4 index 84f23eb..e11ea11 100644 --- a/doc/src/tables/aggressions.m4 +++ b/doc/src/tables/aggressions.m4 @@ -55,14 +55,6 @@ This related |EVENTS| row supplies the time of the aggression and relates to the follow, and the |ROLES| role related to the event supplies information on the individuals involved. -The system will generate a warning if a participant in the aggression -is not present at the time of the aggression. -This means that the related |ROLES|.\ |ROLES.Participant| must have -been recorded in the follow as an arriving individual and the |EVENTS| -row related to the arrival has an |EVENTS|.\ |EVENTS.Start| that is -the same as or before the aggression time and an |EVENTS|.\ -|EVENTS.Stop| that is the same or after the aggression time. - The system will generate a warning if the community of the follow is not the community associated with the aggression event. This means, if the AGGRESSIONS.\ |AGGRESSIONS.Community| is not the diff --git a/doc/src/tables/roles.m4 b/doc/src/tables/roles.m4 index 47c22bb..e9431c9 100644 --- a/doc/src/tables/roles.m4 +++ b/doc/src/tables/roles.m4 @@ -42,6 +42,15 @@ follow; the related |FOLLOWS|.\ |FOLLOWS.Date| must be between the |BIOGRAPHY_DATA|.\ |BIOGRAPHY_DATA.DepartDate|, inclusive of endpoints. +The system will generate a warning if a participant is not present in +the follow at the time of the given event. +This means that the |ROLES|.\ |ROLES.Participant| must have been +recorded in the follow as an arriving individual and the |EVENTS| row +related to the arrival has an |EVENTS|.\ |EVENTS.Start| that is the +same as or before the starting time\ [#f1]_ of the given event and an +|EVENTS|.\ |EVENTS.Stop| that is the same as or after the given +event's ending time\ [#f2]_. + For further information on the required, and expected, relationship between ROLES, |EVENTS|, and other tables see the documentation of the |EVENTS| table. @@ -106,3 +115,10 @@ Participant in the event. |ROLES.Participant_summary| |notnull| + + +.. rubric:: Footnotes + +.. [#f1] The given event's |EVENTS|.\ |EVENTS.Start| value. + +.. [#f2] The given event's |EVENTS|.\ |EVENTS.Stop| value. -- 2.34.1