=============== Sequence Diagrams
// Syntax title Title A->B:info boundary Boundary bottomparticipants
// Syntax Messages A->B:request A<--B:response
A->A:self message
// Syntax: Non instantenous messages participant B participant C
B->(5)C:long\n request activate B activate C B(1)<--C:response deactivate C deactivate B
// Syntax: incoming/outgoing messages [->A:info B->]:info
// Syntax: failure messages A-#redxB:failure 1 C-xB:failure 2 Bx-B:failure 3 C(5)x--A:failure 4
// Syntax: notes note over A:note over one\nmultiple lines\nof text note over A,B:note over several
// Syntax: boxes box over A:box over one box over A,B:box over several
// Participants participant; actor; boundary; control; database; entity
Created on 1/3/2022