<?xml version="1.0" encoding="UTF-8"?>
<mxfile host="eli.ai" agent="eli.ai diagram exporter" version="1">
  <diagram id="warrant-system-architecture-45a11372" name="Warrant — system architecture">
    <mxGraphModel dx="1600" dy="1200" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1600" pageHeight="1200" math="0" shadow="0">
      <root>
        <mxCell id="0"/>
        <object id="1" label="Warrant — system architecture" schemaVersion="1" diagramId="warrant-system-architecture-45a11372" canonicalAppearanceKey="tsx:src/app/(docs)/docs/modules/warrant/page.tsx:warrantArchitectureChart#1" sourceSha256="45a113726a4cbf5440690b372fec5c435b498e2596d7735a829f59d47641a2fc" metadataPayloadSha256="dbea75e50953c0942da6849fb9f84cd07b68b2946c5ba7a9235ff4f0c7b27fd7" generationKey="5bca465f2f5bb8aa1ec549def8bc4bbc114e45cae2e3693da518d18acbe5f7fc" concepts="[&quot;Warrant architecture&quot;,&quot;Governance services&quot;,&quot;REST surface — src/app/api/v1&quot;,&quot;Modules&quot;,&quot;Warrant&quot;]" keywords="[&quot;change-requests routes (API)&quot;,&quot;documents/:id/verify route (API)&quot;,&quot;change-requests.ts — propose, claim, apply (service)&quot;,&quot;curation.ts — authority, lifecycle, recordRevision (service)&quot;,&quot;store: table&quot;,&quot;document stamps (service)&quot;,&quot;store: append-only table&quot;,&quot;workspace-settings — reviewIntervalDays (service)&quot;,&quot;vault/verification.ts&quot;,&quot;manual.ts — the create, update, delete apply path (service)&quot;]" application="{&quot;name&quot;:&quot;eli-ai&quot;,&quot;version&quot;:&quot;0.1.0&quot;}" packages="{&quot;mermaid&quot;:&quot;11.16.0&quot;,&quot;mermaidCli&quot;:&quot;11.16.0&quot;,&quot;playwright&quot;:&quot;1.62.1&quot;,&quot;playwrightCore&quot;:&quot;1.62.1&quot;,&quot;puppeteer&quot;:&quot;25.6.0&quot;,&quot;puppeteerCore&quot;:&quot;25.6.0&quot;}" environment="{&quot;architecture&quot;:&quot;x64&quot;,&quot;containerImage&quot;:&quot;playwright:v1.62.1-noble@sha256:c091b21d9fae78c76e85cd4356431e9b018402f172a214fc7d7a5e9a7e29d8ac+node:26.3.1-bookworm-slim@sha256:209558c3e5e40e8adff68959d3c2ba7cd73723e716d89196878a0c362fa1e109&quot;,&quot;node&quot;:&quot;v26.3.1&quot;,&quot;platform&quot;:&quot;linux&quot;,&quot;yarn&quot;:&quot;4.17.1&quot;}" renderer="{&quot;browser&quot;:{&quot;executableSha256&quot;:&quot;0b20b130e7edd9dd51873be867761295fe0cfad490c2b9a64f95bd3cfc08fa71&quot;,&quot;name&quot;:&quot;chromium&quot;,&quot;revision&quot;:&quot;1234&quot;,&quot;version&quot;:&quot;151.0.7922.34&quot;},&quot;font&quot;:{&quot;family&quot;:&quot;Eli Diagram Inter Variable&quot;,&quot;fileSha256&quot;:&quot;3100e775e8616cd2611beecfa23a4263d7037586789b43f035236a2e6fbd4c62&quot;,&quot;licenseSha256&quot;:&quot;3b0a5fca3d17942cde889069889dedbbbd075e9b599968c82a95f4d944e9b345&quot;},&quot;mermaidConfigSha256&quot;:&quot;68c10966fe84406ee626034d58bfabd555df9f65f691204b7c46db24038da101&quot;,&quot;themeCssSha256&quot;:&quot;c80287a78d80ad63d27bd5ca348b2ef9a7e2f44da289e436be6484ea28a1b033&quot;}" adapterVersions="{&quot;diagramGenerator&quot;:&quot;2&quot;,&quot;drawioFlowchart&quot;:&quot;1&quot;,&quot;drawioGantt&quot;:&quot;1&quot;,&quot;drawioSequence&quot;:&quot;1&quot;,&quot;drawioState&quot;:&quot;1&quot;}" mermaidType="flowchart" direction="TB" generatedAt="2026-08-17T18:41:55.969Z" mermaidSource="flowchart TB&#10;  subgraph EDGE[&quot;REST surface — src/app/api/v1&quot;]&#10;    CR_ROUTES[&quot;change-requests routes (API)&quot;]&#10;    GOV_ROUTES[&quot;entities/:id governance routes — certify · review · authority · owner · deprecate · revisions (API)&quot;]&#10;    VERIFY_ROUTE[&quot;documents/:id/verify route (API)&quot;]&#10;  end&#10;&#10;  subgraph ENGINE[&quot;Governance services&quot;]&#10;    CR_ENGINE[&quot;change-requests.ts — propose, claim, apply (service)&quot;]&#10;    CURATION[&quot;curation.ts — authority, lifecycle, recordRevision (service)&quot;]&#10;    APPLY[&quot;manual.ts — the create, update, delete apply path (service)&quot;]&#10;    VERIFY_SVC[&quot;vault/verification.ts — document stamps (service)&quot;]&#10;    SETTINGS[&quot;workspace-settings — reviewIntervalDays (service)&quot;]&#10;  end&#10;&#10;  subgraph STORES[&quot;Data stores&quot;]&#10;    CR_T[(&quot;concept_change_requests (store: table)&quot;)]&#10;    REV_T[(&quot;entity_revisions (store: append-only table)&quot;)]&#10;    ENTITIES_T[(&quot;entities — governance columns (store: table)&quot;)]&#10;    DOCS_T[(&quot;documents — verification columns (store: table)&quot;)]&#10;    AUDIT_T[(&quot;audit_log (store: append-only table)&quot;)]&#10;  end&#10;&#10;  CR_ROUTES --&gt; CR_ENGINE&#10;  GOV_ROUTES --&gt; CURATION&#10;  VERIFY_ROUTE --&gt; VERIFY_SVC&#10;  CR_ENGINE --&gt; CR_T&#10;  CR_ENGINE --&gt; APPLY&#10;  CR_ENGINE --&gt; CURATION&#10;  APPLY --&gt; ENTITIES_T&#10;  CURATION --&gt; ENTITIES_T&#10;  CURATION --&gt; REV_T&#10;  CURATION --&gt; SETTINGS&#10;  VERIFY_SVC --&gt; SETTINGS&#10;  VERIFY_SVC --&gt; DOCS_T&#10;  CR_ENGINE --&gt; AUDIT_T&#10;  CURATION --&gt; AUDIT_T&#10;  VERIFY_SVC --&gt; AUDIT_T">
          <mxCell parent="0"/>
        </object>
        <object id="c:STORES" label="Data stores" mermaidId="STORES" mermaidShape="frame">
          <mxCell parent="1" vertex="1" style="collapsible=0;container=1;dashed=1;fillColor=none;fontColor=#333333;html=1;recursiveResize=0;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="8" y="557" width="1343.140625" height="159.598976" as="geometry"/>
          </mxCell>
        </object>
        <object id="c:ENGINE" label="Governance services" mermaidId="ENGINE" mermaidShape="frame">
          <mxCell parent="1" vertex="1" style="collapsible=0;container=1;dashed=1;fillColor=none;fontColor=#333333;html=1;recursiveResize=0;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="1371.140625" y="232" width="1202.5" height="484.598976" as="geometry"/>
          </mxCell>
        </object>
        <object id="c:EDGE" label="REST surface — src/app/api/v1" mermaidId="EDGE" mermaidShape="frame">
          <mxCell parent="1" vertex="1" style="collapsible=0;container=1;dashed=1;fillColor=none;fontColor=#333333;html=1;recursiveResize=0;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="1544.140625" y="8" width="1029.5" height="174" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:CR_ROUTES" label="change-requests routes (API)" mermaidId="CR_ROUTES" mermaidShape="rectangle">
          <mxCell parent="c:EDGE" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="35" y="49" width="256" height="76" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:GOV_ROUTES" label="entities/:id governance routes — certify · review · authority · owner · deprecate · revisions (API)" mermaidId="GOV_ROUTES" mermaidShape="rectangle">
          <mxCell parent="c:EDGE" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="432.5" y="25" width="256" height="124" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:VERIFY_ROUTE" label="documents/:id/verify route (API)" mermaidId="VERIFY_ROUTE" mermaidShape="rectangle">
          <mxCell parent="c:EDGE" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="738.5" y="49" width="256" height="76" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:CR_ENGINE" label="change-requests.ts — propose, claim, apply (service)" mermaidId="CR_ENGINE" mermaidShape="rectangle">
          <mxCell parent="c:ENGINE" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="208" y="25" width="256" height="100" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:CURATION" label="curation.ts — authority, lifecycle, recordRevision (service)" mermaidId="CURATION" mermaidShape="rectangle">
          <mxCell parent="c:ENGINE" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="361" y="175" width="256" height="100" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:APPLY" label="manual.ts — the create, update, delete apply path (service)" mermaidId="APPLY" mermaidShape="rectangle">
          <mxCell parent="c:ENGINE" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="55" y="175" width="256" height="100" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:VERIFY_SVC" label="vault/verification.ts — document stamps (service)" mermaidId="VERIFY_SVC" mermaidShape="rectangle">
          <mxCell parent="c:ENGINE" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="911.5" y="175" width="256" height="100" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:SETTINGS" label="workspace-settings — reviewIntervalDays (service)" mermaidId="SETTINGS" mermaidShape="rectangle">
          <mxCell parent="c:ENGINE" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="514" y="354.799488" width="256" height="100" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:CR_T" label="concept_change_requests (store: table)" mermaidId="CR_T" mermaidShape="cylinder">
          <mxCell parent="c:STORES" vertex="1" style="backgroundOutline=1;boundedLbl=1;fillColor=#ECECFF;fontColor=#333333;html=1;shape=cylinder3;size=15;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="35" y="24.999995" width="217.140625" height="109.598986" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:REV_T" label="entity_revisions (store: append-only table)" mermaidId="REV_T" mermaidShape="cylinder">
          <mxCell parent="c:STORES" vertex="1" style="backgroundOutline=1;boundedLbl=1;fillColor=#ECECFF;fontColor=#333333;html=1;shape=cylinder3;size=15;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="566.140625" y="25.126922" width="214" height="109.345133" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:ENTITIES_T" label="entities — governance columns (store: table)" mermaidId="ENTITIES_T" mermaidShape="cylinder">
          <mxCell parent="c:STORES" vertex="1" style="backgroundOutline=1;boundedLbl=1;fillColor=#ECECFF;fontColor=#333333;html=1;shape=cylinder3;size=15;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="302.140625" y="25.126922" width="214" height="109.345133" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:DOCS_T" label="documents — verification columns (store: table)" mermaidId="DOCS_T" mermaidShape="cylinder">
          <mxCell parent="c:STORES" vertex="1" style="backgroundOutline=1;boundedLbl=1;fillColor=#ECECFF;fontColor=#333333;html=1;shape=cylinder3;size=15;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="1094.140625" y="25.126922" width="214" height="109.345133" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:AUDIT_T" label="audit_log (store: append-only table)" mermaidId="AUDIT_T" mermaidShape="cylinder">
          <mxCell parent="c:STORES" vertex="1" style="backgroundOutline=1;boundedLbl=1;fillColor=#ECECFF;fontColor=#333333;html=1;shape=cylinder3;size=15;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="830.140625" y="25.126922" width="214" height="109.345133" as="geometry"/>
          </mxCell>
        </object>
        <object id="e:L_CR_ROUTES_CR_ENGINE_0" label="" mermaidId="L_CR_ROUTES_CR_ENGINE_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:CR_ROUTES" target="n:CR_ENGINE" edge="1" style="edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;html=1;jettySize=auto;orthogonalLoop=1;rounded=0;strokeColor=#333333;">
            <mxGeometry relative="1" as="geometry">
              <mxPoint x="1707.140625" y="133" as="sourcePoint"/>
              <mxPoint x="1707.140625" y="257" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="1707.140625" y="182"/>
                <mxPoint x="1707.140625" y="207"/>
                <mxPoint x="1707.140625" y="232"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_GOV_ROUTES_CURATION_0" label="" mermaidId="L_GOV_ROUTES_CURATION_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:GOV_ROUTES" target="n:CURATION" edge="1" style="edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;html=1;jettySize=auto;orthogonalLoop=1;rounded=0;strokeColor=#333333;">
            <mxGeometry relative="1" as="geometry">
              <mxPoint x="2104.640625" y="157" as="sourcePoint"/>
              <mxPoint x="1988.140625" y="417.736196" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="2104.640625" y="182"/>
                <mxPoint x="2104.640625" y="207"/>
                <mxPoint x="2104.640625" y="232"/>
                <mxPoint x="2104.640625" y="307"/>
                <mxPoint x="2104.640625" y="382"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_VERIFY_ROUTE_VERIFY_SVC_0" label="" mermaidId="L_VERIFY_ROUTE_VERIFY_SVC_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:VERIFY_ROUTE" target="n:VERIFY_SVC" edge="1" style="edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;html=1;jettySize=auto;orthogonalLoop=1;rounded=0;strokeColor=#333333;">
            <mxGeometry relative="1" as="geometry">
              <mxPoint x="2410.640625" y="133" as="sourcePoint"/>
              <mxPoint x="2410.640625" y="407" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="2410.640625" y="182"/>
                <mxPoint x="2410.640625" y="207"/>
                <mxPoint x="2410.640625" y="232"/>
                <mxPoint x="2410.640625" y="307"/>
                <mxPoint x="2410.640625" y="382"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_CR_ENGINE_CR_T_0" label="" mermaidId="L_CR_ENGINE_CR_T_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:CR_ENGINE" target="n:CR_T" edge="1" style="edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;html=1;jettySize=auto;orthogonalLoop=1;rounded=0;strokeColor=#333333;">
            <mxGeometry relative="1" as="geometry">
              <mxPoint x="1579.140625" y="337.379747" as="sourcePoint"/>
              <mxPoint x="260.140625" y="629.810086" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="1391.140625" y="382"/>
                <mxPoint x="1391.140625" y="457"/>
                <mxPoint x="1391.140625" y="532"/>
                <mxPoint x="1391.140625" y="557"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_CR_ENGINE_APPLY_0" label="" mermaidId="L_CR_ENGINE_APPLY_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:CR_ENGINE" target="n:APPLY" edge="1" style="edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;html=1;jettySize=auto;orthogonalLoop=1;rounded=0;strokeColor=#333333;">
            <mxGeometry relative="1" as="geometry">
              <mxPoint x="1605.140625" y="357" as="sourcePoint"/>
              <mxPoint x="1554.140625" y="407" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="1554.140625" y="382"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_CR_ENGINE_CURATION_0" label="" mermaidId="L_CR_ENGINE_CURATION_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:CR_ENGINE" target="n:CURATION" edge="1" style="edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;html=1;jettySize=auto;orthogonalLoop=1;rounded=0;strokeColor=#333333;">
            <mxGeometry relative="1" as="geometry">
              <mxPoint x="1809.140625" y="357" as="sourcePoint"/>
              <mxPoint x="1860.140625" y="407" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="1860.140625" y="382"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_APPLY_ENTITIES_T_0" label="" mermaidId="L_APPLY_ENTITIES_T_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:APPLY" target="n:ENTITIES_T" edge="1" style="edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;html=1;jettySize=auto;orthogonalLoop=1;rounded=0;strokeColor=#333333;">
            <mxGeometry relative="1" as="geometry">
              <mxPoint x="1554.140625" y="507" as="sourcePoint"/>
              <mxPoint x="524.140625" y="629.289774" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="1554.140625" y="532"/>
                <mxPoint x="1554.140625" y="557"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_CURATION_ENTITIES_T_0" label="" mermaidId="L_CURATION_ENTITIES_T_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:CURATION" target="n:ENTITIES_T" edge="1" style="edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;html=1;jettySize=auto;orthogonalLoop=1;rounded=0;strokeColor=#333333;">
            <mxGeometry relative="1" as="geometry">
              <mxPoint x="1758.140625" y="507" as="sourcePoint"/>
              <mxPoint x="524.140625" y="630.180461" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="1707.140625" y="532"/>
                <mxPoint x="1707.140625" y="557"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_CURATION_REV_T_0" label="" mermaidId="L_CURATION_REV_T_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:CURATION" target="n:REV_T" edge="1" style="edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;html=1;jettySize=auto;orthogonalLoop=1;rounded=0;strokeColor=#333333;">
            <mxGeometry relative="1" as="geometry">
              <mxPoint x="1771.473958" y="507" as="sourcePoint"/>
              <mxPoint x="788.140625" y="628.636443" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="1727.140625" y="532"/>
                <mxPoint x="1727.140625" y="557"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_CURATION_SETTINGS_0" label="" mermaidId="L_CURATION_SETTINGS_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:CURATION" target="n:SETTINGS" edge="1" style="edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;html=1;jettySize=auto;orthogonalLoop=1;rounded=0;strokeColor=#333333;">
            <mxGeometry relative="1" as="geometry">
              <mxPoint x="1901.140625" y="507" as="sourcePoint"/>
              <mxPoint x="1955.80943" y="586.799488" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="1921.640625" y="532"/>
                <mxPoint x="1921.640625" y="557"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_VERIFY_SVC_SETTINGS_0" label="" mermaidId="L_VERIFY_SVC_SETTINGS_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:VERIFY_SVC" target="n:SETTINGS" edge="1" style="edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;html=1;jettySize=auto;orthogonalLoop=1;rounded=0;strokeColor=#333333;">
            <mxGeometry relative="1" as="geometry">
              <mxPoint x="2282.640625" y="499.761693" as="sourcePoint"/>
              <mxPoint x="2121.53731" y="586.799488" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="2186.140625" y="532"/>
                <mxPoint x="2186.140625" y="557"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_VERIFY_SVC_DOCS_T_0" label="" mermaidId="L_VERIFY_SVC_DOCS_T_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:VERIFY_SVC" target="n:DOCS_T" edge="1" style="edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;html=1;jettySize=auto;orthogonalLoop=1;rounded=0;strokeColor=#333333;">
            <mxGeometry relative="1" as="geometry">
              <mxPoint x="2410.640625" y="507" as="sourcePoint"/>
              <mxPoint x="1316.140625" y="629.692917" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="2410.640625" y="532"/>
                <mxPoint x="2410.640625" y="557"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_CR_ENGINE_AUDIT_T_0" label="" mermaidId="L_CR_ENGINE_AUDIT_T_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:CR_ENGINE" target="n:AUDIT_T" edge="1" style="edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;html=1;jettySize=auto;orthogonalLoop=1;rounded=0;strokeColor=#333333;">
            <mxGeometry relative="1" as="geometry">
              <mxPoint x="1835.140625" y="337.379747" as="sourcePoint"/>
              <mxPoint x="1052.140625" y="628.87876" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="2023.140625" y="382"/>
                <mxPoint x="2023.140625" y="457"/>
                <mxPoint x="2023.140625" y="532"/>
                <mxPoint x="2023.140625" y="557"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_CURATION_AUDIT_T_0" label="" mermaidId="L_CURATION_AUDIT_T_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:CURATION" target="n:AUDIT_T" edge="1" style="edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;html=1;jettySize=auto;orthogonalLoop=1;rounded=0;strokeColor=#333333;">
            <mxGeometry relative="1" as="geometry">
              <mxPoint x="1914.473958" y="507" as="sourcePoint"/>
              <mxPoint x="1052.140625" y="628.230953" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="1941.640625" y="532"/>
                <mxPoint x="1941.640625" y="557"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_VERIFY_SVC_AUDIT_T_0" label="" mermaidId="L_VERIFY_SVC_AUDIT_T_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:VERIFY_SVC" target="n:AUDIT_T" edge="1" style="edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;html=1;jettySize=auto;orthogonalLoop=1;rounded=0;strokeColor=#333333;">
            <mxGeometry relative="1" as="geometry">
              <mxPoint x="2464.973958" y="507" as="sourcePoint"/>
              <mxPoint x="1052.140625" y="631.280066" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="2492.140625" y="532"/>
                <mxPoint x="2492.140625" y="557"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
      </root>
    </mxGraphModel>
  </diagram>
</mxfile>
