Skip to content

Commit ddab4a0

Browse files
committed
Add US evidence document 2: custody
1 parent ffe07d5 commit ddab4a0

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

evidence/US-EVIDENCE-2-custody.mmd

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "US Evidence Chain — 2 Custody"
3+
format: mermaid
4+
prefix: US-EVIDENCE-
5+
suffix: .mmd
6+
---
7+
flowchart TD
8+
A[Prior Evidence Record] --> B[Custody Event]
9+
B --> C[Custodian / Responsible Party]
10+
C --> D[Location or System Boundary]
11+
D --> E[Timestamp]
12+
E --> F[Next Evidence Record]
13+
14+
classDef custody fill:#ffffff,stroke:#527a5c,color:#17301e;
15+
class A,B,C,D,E,F custody;
16+
17+
N["Custody is represented as an evidenced transition; this document does not by itself establish legal title or jurisdiction."]
18+
F --- N

0 commit comments

Comments
 (0)