From 13d2ba4bf41cb316fc97184908e203f65c31f2f5 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Sat, 1 Nov 2025 21:53:34 +0000 Subject: [PATCH] Document ARRIVALS.Seq --- doc/src/epilog.inc.m4 | 2 ++ doc/src/tables/arrivals.m4 | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/doc/src/epilog.inc.m4 b/doc/src/epilog.inc.m4 index 1078c7c..3dbe097 100644 --- a/doc/src/epilog.inc.m4 +++ b/doc/src/epilog.inc.m4 @@ -57,6 +57,8 @@ sdb_generated_rst()dnl replace:: :ref:`ArID ` .. |ARRIVALS.EID| replace:: :ref:`EID ` +.. |ARRIVALS.Seq| + replace:: :ref:`Seq ` .. |ARRIVALS.NestStart| replace:: :ref:`NestStart ` .. |ARRIVALS.NestEnd| diff --git a/doc/src/tables/arrivals.m4 b/doc/src/tables/arrivals.m4 index bfc915d..0cbef1b 100644 --- a/doc/src/tables/arrivals.m4 +++ b/doc/src/tables/arrivals.m4 @@ -78,6 +78,33 @@ The related event contains information on arrival and departure times. |notnull| +.. _ARRIVALS.Seq: + +Seq (Sequence) +`````````````` + +.. |ARRIVALS.Seq_summary| replace:: + An integer indicating the order in which an individual arrived, in + the sequence of arrivals of a given individual, in a given follow. + +|ARRIVALS.Seq_summary| + +This column records the ordering of the arrivals of a single +individual, within a given follow. +The values start with ``1`` and increase without gaps, each successive +arrival of an individual incrementing by one the value of the previous +arrival. + +The order is determined by, first, the time the individual arrived in a +given follow. +Ties are broken by the time the individual left the follow. +Ties remaining are broken by the time the row was inserted into the +system, or, in the case of data imported from the old MS Access +database, by that database's FOLLOW_ARRIVAL.FA_seq_num column's value. + +|system_maintained| + + .. _ARRIVALS.NestStart: NestStart (in Nest at the Start time) -- 2.34.1