From ba1329db58180628e58b32ca0ed1410258a5aaca Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Wed, 17 Jun 2026 13:53:36 +0000 Subject: [PATCH] Move inter-Type docs into the overall table docs --- doc/src/tables/watches.m4 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/src/tables/watches.m4 b/doc/src/tables/watches.m4 index 9d35e36..34be5d1 100644 --- a/doc/src/tables/watches.m4 +++ b/doc/src/tables/watches.m4 @@ -155,11 +155,6 @@ The available |WATCHES.Type| values are: ``sdb_location`` (Location) Each row represents a date on which an individual was spatially located. - WATCHES rows of the location type only exist when there is not - a follow-type row for the individual on the given date. - This means that if an individual is spatially located on a day they - are followed there cannot be a row on WATCHES for that individual - for that day with a |WATCHES.Type| of ``sdb_location``. The |WATCHES.Focal| column contains the |BIOGRAPHY_DATA|.\ |BIOGRAPHY_DATA.AnimID| of the spatially located individual. @@ -177,6 +172,14 @@ The available |WATCHES.Type| values are: If an individual's location is recorded multiple times on a single day, there are multiple rows on the |EVENTS| table to record this. +WATCHES rows of the location type, |WATCHES.Type| = ``sdb_location``, +may only exist when there is not a follow-type row, |WATCHES.Type| = +``sdb_follow``, for the individual on the given date. +This means that if an individual is spatially located on a day they +are followed there cannot be a row on WATCHES for that individual +for that day with a |WATCHES.Type| of ``sdb_location``, and +vice-versa. + The |WATCHES.Date| must be during a period when the watched individual was under study. This means that |WATCHES.Date| must be on or after the watched -- 2.34.1