<?xml version="1.0" encoding="UTF-8"?>
<mxfile host="eli.ai" agent="eli.ai diagram exporter" version="1">
  <diagram id="semantic-to-live-data-binding-23a0a58e" name="Semantic-to-live-data binding">
    <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="Semantic-to-live-data binding" schemaVersion="1" diagramId="semantic-to-live-data-binding-23a0a58e" canonicalAppearanceKey="tsx:src/app/(docs)/docs/concepts/semantic-layer/page.tsx:semanticDataChart#1" sourceSha256="23a0a58ef5b79e47bf00226d6ee72de82c46b6afc4a11b445d32a36d34bee6eb" metadataPayloadSha256="c9e4f19cd296cb0d3fdf4803becc43152a5036b706e0ad355ed1bd6a86440ffb" generationKey="54c6493f23f1f29a877d941d231fd9166eba6125e4b9e12850774b1426744fb2" concepts="[&quot;Semantic layer&quot;,&quot;Semantic data&quot;,&quot;SEMANTIC LAYER — what things mean&quot;,&quot;BINDINGS — why a source is consulted&quot;,&quot;DATA LAYER — what is true right now&quot;]" keywords="[&quot;chat · agent · · MCP&quot;,&quot;Postgres · MySQL · Snowflake&quot;,&quot;UI · third-party systems · MCP clients&quot;,&quot;documents (vault)&quot;,&quot;chunks + embeddings&quot;,&quot;entities &amp; concepts&quot;,&quot;typed, with provenance&quot;,&quot;knowledge graph&quot;,&quot;param map&quot;,&quot;maxRows + timeoutMs&quot;,&quot;external systems&quot;,&quot;entity or entity type → domain component&quot;,&quot;scoped creds (encrypted)&quot;,&quot;canonical_relations&quot;,&quot;entity_bindings&quot;,&quot;data_connectors&quot;,&quot;/api/v1/query&quot;,&quot;question&quot;,&quot;Sn&quot;,&quot;Dn&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="LR" generatedAt="2026-08-12T23:42:20.896Z" mermaidSource="flowchart LR&#10;  subgraph SEM[&quot;SEMANTIC LAYER — what things mean&quot;]&#10;    Docs[&quot;documents (vault)&quot;] --&gt; Chunks[&quot;chunks + embeddings&quot;]&#10;    Chunks --&gt; Ent[&quot;entities &amp; concepts&lt;br/&gt;(typed, with provenance)&quot;]&#10;    Ent --&gt; Graph[(&quot;knowledge graph&lt;br/&gt;canonical_relations&quot;)]&#10;  end&#10;  subgraph BIND[&quot;BINDINGS — why a source is consulted&quot;]&#10;    EB[&quot;entity_bindings&lt;br/&gt;entity or entity type → domain component&lt;br/&gt;+ param map&quot;]&#10;  end&#10;  subgraph DATA[&quot;DATA LAYER — what is true right now&quot;]&#10;    DQ[&quot;data_queries&lt;br/&gt;named, parameterized,&lt;br/&gt;read-only &apos;domain components&apos;&quot;]&#10;    Conn[&quot;data_connectors&lt;br/&gt;scoped creds (encrypted),&lt;br/&gt;maxRows + timeoutMs&quot;]&#10;    Ext[(&quot;external systems&lt;br/&gt;Postgres · MySQL · Snowflake&quot;)]&#10;    DQ --&gt; Conn --&gt; Ext&#10;  end&#10;  Graph --&gt; EB&#10;  EB --&gt; DQ&#10;  Q[&quot;question&lt;br/&gt;(chat · agent · /api/v1/query · MCP)&quot;] --&gt; Ret[&quot;retrieval → [Sn] doc sources&quot;]&#10;  Q --&gt; EB&#10;  Ext --&gt; Prov[(&quot;data_calls&lt;br/&gt;append-only provenance&lt;br/&gt;→ [Dn] citations&quot;)]&#10;  Ret --&gt; Ans[&quot;structured answer&lt;br/&gt;[Sn] + [Dn] dual citations&quot;]&#10;  Prov --&gt; Ans&#10;  Ans --&gt; Out[&quot;UI · third-party systems · MCP clients&quot;]">
          <mxCell parent="0"/>
        </object>
        <object id="c:DATA" label="DATA LAYER — what is true right now" mermaidId="DATA" 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="1532.609375" y="46.842646" width="876" height="203.334244" as="geometry"/>
          </mxCell>
        </object>
        <object id="c:BIND" label="BINDINGS — why a source is consulted" mermaidId="BIND" 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="1176.273438" y="26.506512" width="306.671875" height="266.506512" as="geometry"/>
          </mxCell>
        </object>
        <object id="c:SEM" label="SEMANTIC LAYER — what things mean" mermaidId="SEM" 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="8" width="1118.609375" height="174.013023" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:Docs" label="documents (vault)" mermaidId="Docs" mermaidShape="rectangle">
          <mxCell parent="c:SEM" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="25" y="61.006512" width="193.1875" height="52" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:Chunks" label="chunks + embeddings" mermaidId="Chunks" mermaidShape="rectangle">
          <mxCell parent="c:SEM" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="268.1875" y="61.006512" width="223.984375" height="52" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:Ent" label="entities &amp; concepts(typed, with provenance)" mermaidId="Ent" mermaidShape="rectangle">
          <mxCell parent="c:SEM" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="542.171875" y="49.006512" width="245.4375" height="76" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:Graph" label="knowledge graphcanonical_relations" mermaidId="Graph" mermaidShape="cylinder">
          <mxCell parent="c:SEM" vertex="1" style="backgroundOutline=1;boundedLbl=1;fillColor=#ECECFF;fontColor=#333333;html=1;shape=cylinder3;size=15;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="886.007813" y="34.999997" width="159.203125" height="104.01303" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:EB" label="entity_bindingsentity or entity type → domain component+ param map" mermaidId="EB" mermaidShape="rectangle">
          <mxCell parent="c:BIND" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="25.335938" y="60.003256" width="256" height="124" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:DQ" label="data_queriesnamed, parameterized,read-only &apos;domain components&apos;" mermaidId="DQ" mermaidShape="rectangle">
          <mxCell parent="c:DATA" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="25" y="39.667122" width="256" height="124" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:Conn" label="data_connectorsscoped creds (encrypted),maxRows + timeoutMs" mermaidId="Conn" mermaidShape="rectangle">
          <mxCell parent="c:DATA" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="331" y="39.667122" width="256" height="124" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:Ext" label="external systemsPostgres · MySQL · Snowflake" mermaidId="Ext" mermaidShape="cylinder">
          <mxCell parent="c:DATA" vertex="1" style="backgroundOutline=1;boundedLbl=1;fillColor=#ECECFF;fontColor=#333333;html=1;shape=cylinder3;size=15;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="637" y="34.994556" width="214" height="133.345133" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:Q" label="question(chat · agent · /api/v1/query · MCP)" mermaidId="Q" mermaidShape="rectangle">
          <mxCell parent="1" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="845.609375" y="261.64389" width="256" height="100" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:Ret" label="retrieval → [Sn] doc sources" mermaidId="Ret" mermaidShape="rectangle">
          <mxCell parent="1" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="2458.609375" y="293.64389" width="256" height="76" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:Prov" label="data_callsappend-only provenance→ [Dn] citations" mermaidId="Prov" mermaidShape="cylinder">
          <mxCell parent="1" vertex="1" style="backgroundOutline=1;boundedLbl=1;fillColor=#ECECFF;fontColor=#333333;html=1;shape=cylinder3;size=15;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="2484.5" y="82.248021" width="204.21875" height="132.523493" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:Ans" label="structured answer[Sn] + [Dn] dual citations" mermaidId="Ans" mermaidShape="rectangle">
          <mxCell parent="1" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="2764.609375" y="187.640635" width="244.6875" height="76" as="geometry"/>
          </mxCell>
        </object>
        <object id="n:Out" label="UI · third-party systems · MCP clients" mermaidId="Out" mermaidShape="rectangle">
          <mxCell parent="1" vertex="1" style="fillColor=#ECECFF;fontColor=#333333;html=1;rounded=0;strokeColor=#9370DB;whiteSpace=wrap;">
            <mxGeometry x="3059.296875" y="187.640635" width="256" height="76" as="geometry"/>
          </mxCell>
        </object>
        <object id="e:L_Docs_Chunks_0" label="" mermaidId="L_Docs_Chunks_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:Docs" target="n:Chunks" 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="226.1875" y="95.006512" as="sourcePoint"/>
              <mxPoint x="276.1875" y="95.006512" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="251.1875" y="95.006512"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_Chunks_Ent_0" label="" mermaidId="L_Chunks_Ent_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:Chunks" target="n:Ent" 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="500.171875" y="95.006512" as="sourcePoint"/>
              <mxPoint x="550.171875" y="95.006512" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="525.171875" y="95.006512"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_Ent_Graph_0" label="" mermaidId="L_Ent_Graph_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:Ent" target="n:Graph" 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="795.609375" y="95.006512" as="sourcePoint"/>
              <mxPoint x="894.007813" y="95.006512" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="820.609375" y="95.006512"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_DQ_Conn_0" label="" mermaidId="L_DQ_Conn_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:DQ" target="n:Conn" 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="1813.609375" y="148.509768" as="sourcePoint"/>
              <mxPoint x="1863.609375" y="148.509768" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="1838.609375" y="148.509768"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_Conn_Ext_0" label="" mermaidId="L_Conn_Ext_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:Conn" target="n:Ext" 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="2119.609375" y="148.509768" as="sourcePoint"/>
              <mxPoint x="2169.609375" y="148.509768" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="2144.609375" y="148.509768"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_Graph_EB_0" label="" mermaidId="L_Graph_EB_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:Graph" target="n:EB" 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="1053.210938" y="95.006512" as="sourcePoint"/>
              <mxPoint x="1201.609375" y="103.748874" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="1126.609375" y="95.006512"/>
                <mxPoint x="1151.609375" y="95.006512"/>
                <mxPoint x="1176.609375" y="95.006512"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_EB_DQ_0" label="" mermaidId="L_EB_DQ_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:EB" target="n:DQ" 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="1457.609375" y="148.509768" as="sourcePoint"/>
              <mxPoint x="1557.609375" y="148.509768" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="1482.609375" y="148.509768"/>
                <mxPoint x="1507.609375" y="148.509768"/>
                <mxPoint x="1532.609375" y="148.509768"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_Q_Ret_0" label="" mermaidId="L_Q_Ret_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:Q" target="n:Ret" 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="1101.609375" y="328.375917" as="sourcePoint"/>
              <mxPoint x="2458.609375" y="331.64389" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="1126.609375" y="331.64389"/>
                <mxPoint x="1151.609375" y="331.64389"/>
                <mxPoint x="1176.609375" y="331.64389"/>
                <mxPoint x="1329.609375" y="331.64389"/>
                <mxPoint x="1482.609375" y="331.64389"/>
                <mxPoint x="1507.609375" y="331.64389"/>
                <mxPoint x="1532.609375" y="331.64389"/>
                <mxPoint x="1685.609375" y="331.64389"/>
                <mxPoint x="1838.609375" y="331.64389"/>
                <mxPoint x="1991.609375" y="331.64389"/>
                <mxPoint x="2144.609375" y="331.64389"/>
                <mxPoint x="2276.609375" y="331.64389"/>
                <mxPoint x="2408.609375" y="331.64389"/>
                <mxPoint x="2433.609375" y="331.64389"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_Q_EB_0" label="" mermaidId="L_Q_EB_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:Q" target="n:EB" 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="1072.791457" y="261.64389" as="sourcePoint"/>
              <mxPoint x="1219.311225" y="210.509768" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="1126.609375" y="234.513023"/>
                <mxPoint x="1151.609375" y="234.513023"/>
                <mxPoint x="1176.609375" y="234.513023"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_Ext_Prov_0" label="" mermaidId="L_Ext_Prov_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:Ext" target="n:Prov" 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="2383.609375" y="148.509768" as="sourcePoint"/>
              <mxPoint x="2484.5" y="148.509768" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="2408.609375" y="148.509768"/>
                <mxPoint x="2433.609375" y="148.509768"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_Ret_Ans_0" label="" mermaidId="L_Ret_Ans_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:Ret" target="n:Ans" 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="2714.609375" y="331.64389" as="sourcePoint"/>
              <mxPoint x="2834.133403" y="263.640635" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="2739.609375" y="331.64389"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_Prov_Ans_0" label="" mermaidId="L_Prov_Ans_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:Prov" target="n:Ans" 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="2688.71875" y="148.509768" as="sourcePoint"/>
              <mxPoint x="2814.361402" y="187.640635" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="2739.609375" y="148.509768"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
        <object id="e:L_Ans_Out_0" label="" mermaidId="L_Ans_Out_0" mermaidKind="relationship">
          <mxCell parent="1" source="n:Ans" target="n:Out" 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="3009.296875" y="225.640635" as="sourcePoint"/>
              <mxPoint x="3059.296875" y="225.640635" as="targetPoint"/>
              <Array as="points">
                <mxPoint x="3034.296875" y="225.640635"/>
              </Array>
            </mxGeometry>
          </mxCell>
        </object>
      </root>
    </mxGraphModel>
  </diagram>
</mxfile>
