diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-06-21 09:44:58 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-06-21 14:11:30 +0200 |
commit | 2f59ad77d95ef7d7e6785fee6a784ae814aaa276 (patch) | |
tree | 4a427f2904fede996729dc6f245ce6fbd74cee24 | |
parent | acc1d4ebee4923f4a9c8484ca127b1d2cbc65975 (diff) | |
download | Ishtar-2f59ad77d95ef7d7e6785fee6a784ae814aaa276.tar.bz2 Ishtar-2f59ad77d95ef7d7e6785fee6a784ae814aaa276.zip |
📝 update architecture graph
-rw-r--r-- | docs/fr/source/_static/graphique_structure_ishtar.png | bin | 186735 -> 223051 bytes | |||
-rw-r--r-- | docs/fr/source/media-src/graphique_structure_ishtar.dot | 33 | ||||
-rw-r--r-- | docs/fr/source/media-src/graphique_structure_ishtar.svg | 1678 |
3 files changed, 503 insertions, 1208 deletions
diff --git a/docs/fr/source/_static/graphique_structure_ishtar.png b/docs/fr/source/_static/graphique_structure_ishtar.png Binary files differindex 6e102c29a..0c20d83e4 100644 --- a/docs/fr/source/_static/graphique_structure_ishtar.png +++ b/docs/fr/source/_static/graphique_structure_ishtar.png diff --git a/docs/fr/source/media-src/graphique_structure_ishtar.dot b/docs/fr/source/media-src/graphique_structure_ishtar.dot index 2061f4dd3..8a65819e3 100644 --- a/docs/fr/source/media-src/graphique_structure_ishtar.dot +++ b/docs/fr/source/media-src/graphique_structure_ishtar.dot @@ -15,8 +15,8 @@ digraph structure_Ishtar { node [shape=box style=filled fontname="liberationsansnarrow" style="rounded" penwidth=2 width=2]; File [label="Dossier"]; - AO [label=< <b>Opération<br/>archéologique</b> >]; Parcel [label=< Parcelle<br/>cadastrale >]; + AO [label=< <b>Opération<br/>archéologique</b> >]; AS [label=< Site/Entité<br/>archéologique >]; CR [label=< Unité<br/>d'enregistrement >]; BaseFind [label=< Mobilier<br/>d'origine>]; @@ -26,7 +26,10 @@ digraph structure_Ishtar { Container [label="Contenant"]; Warehouse [label=< Lieu de<br/>conservation >]; Document [label="Document"]; + Geo [label=< Éléments<br/>géographiques >]; AdminAct [label=< Acte<br/>administratif >]; + Town [label="Commune"]; + Area [label="Zone"]; root=File; @@ -49,15 +52,25 @@ digraph structure_Ishtar { /* alignement concepts <-> modules */ {rank = same; Warehouse; module_warehouse}; - {rank = same; File; module_file}; + {rank = same; File; Town; module_file}; {rank = same; Parcel; AS; module_AS}; {rank = same; AO; module_AO}; {rank = same; CR; module_CR}; - {rank = same; BaseFind; module_find}; - {rank = same; Find; no_module1}; + {rank = same; BaseFind; AdminAct; module_find}; + {rank = same; Find; Geo; no_module1}; {rank = same; Treatment; TreatmentFile; module_treatment}; {rank = same; Warehouse; Container; module_warehouse}; - {rank = same; Document; AdminAct; no_module2}; + {rank = same; Document; no_module2}; + + /* liaisons vers éléments géographiques */ + AO -> Geo; + AS -> Geo; + CR -> Geo; + Container -> Geo; + BaseFind -> Geo; + Warehouse -> Geo; + Town -> Geo; + Area -> Geo; /* liaisons vers doc */ Document -> Document; @@ -77,10 +90,18 @@ digraph structure_Ishtar { AO -> AdminAct; Treatment -> AdminAct; TreatmentFile -> AdminAct; + + /* liaisons avec les communes */ + AO -> Town; + AS -> Town; + File -> Town; + Parcel -> Town; + Town -> Area; + Town -> Area; module_AO, AO, Parcel [color=red2]; no_module1, no_module2 [color=white]; - Document, AdminAct [color="#d1d1d1"]; + Document, AdminAct, Town, Area, Geo [color="#d1d1d1"]; module_CR, CR [color=orange1]; module_find, BaseFind, Find [color=mediumvioletred]; module_warehouse, Container, Warehouse [color=yellowgreen]; diff --git a/docs/fr/source/media-src/graphique_structure_ishtar.svg b/docs/fr/source/media-src/graphique_structure_ishtar.svg index 8412b7bcb..48d1778e6 100644 --- a/docs/fr/source/media-src/graphique_structure_ishtar.svg +++ b/docs/fr/source/media-src/graphique_structure_ishtar.svg @@ -1,1204 +1,478 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="1066pt" - height="716pt" - viewBox="0.00 0.00 1065.50 716.00" - version="1.1" - id="svg435" - sodipodi:docname="graphique_structure_ishtar.svg" - inkscape:version="1.0.2 (e86c870879, 2021-01-15)" - inkscape:export-filename="/home/etienne/Work/ishtar-project/ishtar-v4/docs/fr/source/media-src/graphique_structure_ishtar.png" - inkscape:export-xdpi="100" - inkscape:export-ydpi="100"> - <metadata - id="metadata441"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs439"> - <marker - style="overflow:visible" - id="TriangleOutL" - refX="0.0" - refY="0.0" - orient="auto" - inkscape:stockid="TriangleOutL" - inkscape:isstock="true"> - <path - transform="scale(0.8)" - style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1" - d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " - id="path1653" /> - </marker> - <marker - style="overflow:visible;" - id="Arrow1Lend" - refX="0.0" - refY="0.0" - orient="auto" - inkscape:stockid="Arrow1Lend" - inkscape:isstock="true"> - <path - transform="scale(0.8) rotate(180) translate(12.5,0)" - style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1" - d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " - id="path1514" /> - </marker> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="869" - inkscape:window-height="480" - id="namedview437" - showgrid="false" - showguides="true" - inkscape:guide-bbox="true" - inkscape:zoom="0.63624797" - inkscape:cx="451.75788" - inkscape:cy="477.71401" - inkscape:window-x="2522" - inkscape:window-y="188" - inkscape:window-maximized="0" - inkscape:current-layer="svg435"> - <sodipodi:guide - position="597.35878,627.77831" - orientation="1,0" - id="guide1509" /> - </sodipodi:namedview> - <g - id="node1" - class="node" - transform="translate(4,712)"> - <title - id="title6">module_file</title> - <polygon - fill="none" - stroke="#114d00" - points="221,-712 218,-708 0,-708 0,-660 245,-660 245,-708 242,-712 " - id="polygon8" /> - <text - text-anchor="start" - x="96.5" - y="-689.59998" - font-family="liberationsansnarrow" - font-size="18px" - id="text10">Module</text> - <text - text-anchor="start" - x="95" - y="-669.59998" - font-family="liberationsansnarrow" - font-size="18px" - id="text12">Dossier</text> - </g> - <g - id="node2" - class="node" - transform="translate(4,712)"> - <title - id="title15">module_AO</title> - <polygon - fill="none" - stroke="#ee0000" - points="221,-628 218,-624 0,-624 0,-576 245,-576 245,-624 242,-628 " - id="polygon17" /> - <text - text-anchor="start" - x="96.5" - y="-605.59998" - font-family="liberationsansnarrow" - font-size="18px" - id="text19">Module</text> - <text - text-anchor="start" - x="88" - y="-585.59998" - font-family="liberationsansnarrow" - font-size="18px" - id="text21">Opération</text> - </g> - <g - id="node3" - class="node" - transform="translate(4,712)"> - <title - id="title24">module_AS</title> - <polygon - fill="none" - stroke="#8943d6" - points="221,-544 218,-540 0,-540 0,-492 245,-492 245,-540 242,-544 " - id="polygon26" /> - <text - text-anchor="start" - x="96.5" - y="-521.59998" - font-family="liberationsansnarrow" - font-size="18px" - id="text28">Module</text> - <text - text-anchor="start" - x="39.5" - y="-501.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text30">Site/Entité archéologique</text> - </g> - <g - id="node4" - class="node" - transform="translate(4,712)"> - <title - id="title33">module_CR</title> - <polygon - fill="none" - stroke="#ffa500" - points="221,-460 218,-456 0,-456 0,-408 245,-408 245,-456 242,-460 " - id="polygon35" /> - <text - text-anchor="start" - x="96.5" - y="-437.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text37">Module</text> - <text - text-anchor="start" - x="47" - y="-417.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text39">Unité d'enregistrement</text> - </g> - <g - id="node5" - class="node" - transform="translate(4,712)"> - <title - id="title42">module_find</title> - <polygon - fill="none" - stroke="#c71585" - points="221,-376 218,-372 0,-372 0,-324 245,-324 245,-372 242,-376 " - id="polygon44" /> - <text - text-anchor="start" - x="96.5" - y="-353.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text46">Module</text> - <text - text-anchor="start" - x="95" - y="-333.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text48">Mobilier</text> - </g> - <g - id="node6" - class="node" - transform="translate(4,712)"> - <title - id="title51">no_module1</title> - <polygon - fill="none" - stroke="#ffffff" - points="221,-292 218,-288 0,-288 0,-252 245,-252 245,-288 242,-292 " - id="polygon53" /> - <text - text-anchor="middle" - x="122.5" - y="-265.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text55" /> - </g> - <g - id="node7" - class="node" - transform="translate(4,712)"> - <title - id="title58">module_treatment</title> - <polygon - fill="none" - stroke="#200fff" - points="221,-220 218,-216 0,-216 0,-168 245,-168 245,-216 242,-220 " - id="polygon60" /> - <text - text-anchor="start" - x="96.5" - y="-197.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text62">Module</text> - <text - text-anchor="start" - x="86" - y="-177.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text64">Traitement</text> - </g> - <g - id="node8" - class="node" - transform="translate(4,712)"> - <title - id="title67">module_warehouse</title> - <polygon - fill="none" - stroke="#9acd32" - points="221,-136 218,-132 0,-132 0,-84 245,-84 245,-132 242,-136 " - id="polygon69" /> - <text - text-anchor="start" - x="96.5" - y="-113.6" - font-family="liberationsansnarrow" - font-size="18px" - id="text71">Module</text> - <text - text-anchor="start" - x="52.5" - y="-93.599998" - font-family="liberationsansnarrow" - font-size="18px" - id="text73">Lieu de conservation</text> - </g> - <g - id="node9" - class="node" - transform="translate(4,712)"> - <title - id="title76">no_module2</title> - <polygon - fill="none" - stroke="#ffffff" - points="221,-46 218,-42 0,-42 0,-6 245,-6 245,-42 242,-46 " - id="polygon78" /> - <text - text-anchor="middle" - x="122.5" - y="-19.6" - font-family="liberationsansnarrow" - font-size="18px" - id="text80" /> - </g> - <g - id="node10" - class="node" - transform="translate(155.5,712)"> - <title - id="title83">File</title> - <path - fill="none" - stroke="#114d00" - stroke-width="2" - d="m 493.5,-702 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,12 0,12 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-12 0,-12 0,-6 -6,-12 -12,-12" - id="path85" /> - <text - text-anchor="middle" - x="433.5" - y="-679.59998" - font-family="liberationsansnarrow" - font-size="18px" - id="text87">Dossier</text> - </g> - <g - id="edge9" - class="edge" - transform="translate(155.5,712)"> - <title - id="title90">File->File</title> - <path - fill="none" - stroke="#000000" - d="m 505.53,-698.29 c 10.72,2.23 17.97,6.99 17.97,14.29 0,4.79 -3.12,8.49 -8.3,11.09" - id="path92" /> - <polygon - fill="#000000" - stroke="#000000" - points="513.92,-676.17 516.12,-669.52 505.53,-669.71 " - id="polygon94" /> - </g> - <g - id="node11" - class="node" - transform="translate(86.5,712)"> - <title - id="title97">AO</title> - <path - fill="none" - stroke="#ee0000" - stroke-width="2" - d="m 562.5,-622 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,20 0,20 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-20 0,-20 0,-6 -6,-12 -12,-12" - id="path99" /> - <text - text-anchor="start" - x="465.5" - y="-604.59998" - font-family="liberationsansnarrow" - font-size="18px" - id="text101" /> - <text - text-anchor="start" - x="469.5" - y="-604.59998" - font-family="liberationsansnarrow" - font-weight="bold" - font-size="18px" - id="text103">Opération</text> - <text - text-anchor="start" - x="450" - y="-586.59998" - font-family="liberationsansnarrow" - font-weight="bold" - font-size="18px" - id="text105">archéologique</text> - <text - text-anchor="start" - x="551" - y="-586.59998" - font-family="liberationsansnarrow" - font-size="18px" - id="text107" /> - </g> - <g - id="edge10" - class="edge" - transform="rotate(40.548809,-441.07155,-107.54025)"> - <title - id="title110">File->AO</title> - <path - fill="none" - stroke="#000000" - d="m 448.13,-665.61 c 8.68,10.31 17.13927,19.84124 27.13927,31.72124" - id="path112" - sodipodi:nodetypes="cc" /> - <polygon - fill="#000000" - stroke="#000000" - points="475.59,-627.55 480.94,-632.06 484.7,-622.15 " - id="polygon114" - transform="translate(-9.4307316,-11.73876)" /> - </g> - <g - id="node12" - class="node" - transform="translate(4,712)"> - <title - id="title117">Parcel</title> - <path - fill="none" - stroke="#ee0000" - stroke-width="2" - d="m 433.5,-540 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,24 0,24 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-24 0,-24 0,-6 -6,-12 -12,-12" - id="path119" /> - <text - text-anchor="start" - x="344.5" - y="-521.59998" - font-family="liberationsansnarrow" - font-size="18px" - id="text121">Parcelle</text> - <text - text-anchor="start" - x="337" - y="-501.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text123">cadastrale</text> - </g> - <path - fill="none" - stroke="#000000" - d="M 517.74865,34.96635 C 475.36311,70.13126 417.98707,131.99624 389.38,162.14" - id="path128" - sodipodi:nodetypes="cc" /> - <polygon - fill="#000000" - stroke="#000000" - points="388.55,-548.34 381.86,-540.12 381.97,-550.72 " - id="polygon130" - transform="rotate(22.227561,-1424.3314,-181.90873)" /> - <g - id="node21" - class="node" - transform="translate(4,712)"> - <title - id="title133">Document</title> - <path - fill="none" - stroke="#d1d1d1" - stroke-width="2" - d="m 865.5,-42 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,12 0,12 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-12 0,-12 0,-6 -6,-12 -12,-12" - id="path135" /> - <text - text-anchor="middle" - x="805.5" - y="-19.6" - font-family="liberationsansnarrow" - font-size="18px" - id="text137">Document</text> - </g> - <path - fill="none" - stroke="#000000" - d="M 661.88587,26.33961 C 826.14587,37.33961 1061.5,81.92 1061.5,195 v 326 c 0,54.09 -16.1,72.79 -58,107 -31.67,25.85 -74.85257,48.72395 -112.23257,56.89395" - id="path142" - sodipodi:nodetypes="csscc" /> - <polygon - fill="#000000" - stroke="#000000" - points="886.81,-38.85 888.22,-31.99 877.72,-33.4 " - id="polygon144" - transform="translate(5.6390737,720.49679)" /> - <g - id="node22" - class="node" - transform="translate(4,712)"> - <title - id="title147">AdminAct</title> - <path - fill="none" - stroke="#d1d1d1" - stroke-width="2" - d="m 471.5,-48 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,24 0,24 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-24 0,-24 0,-6 -6,-12 -12,-12" - id="path149" /> - <text - text-anchor="start" - x="395" - y="-29.6" - font-family="liberationsansnarrow" - font-size="18px" - id="text151">Acte</text> - <text - text-anchor="start" - x="370.5" - y="-9.6000004" - font-family="liberationsansnarrow" - font-size="18px" - id="text153">administratif</text> - </g> - <g - id="edge39" - class="edge" - transform="translate(4,712)"> - <title - id="title156">File->AdminAct</title> - <path - fill="none" - stroke="#000000" - d="M 512.41958,-683.7531 C 340.50666,-685.65955 273.5,-588.05 273.5,-517 v 326 c 0,58.78 51.8,107.85 91.93,137.04" - id="path158" - sodipodi:nodetypes="cssc" /> - <polygon - fill="#000000" - stroke="#000000" - points="363.61,-50.96 367.65,-56.68 373.79,-48.04 " - id="polygon160" /> - </g> - <g - id="edge11" - class="edge" - transform="translate(86.5,712)"> - <title - id="title163">AO->AO</title> - <path - fill="none" - stroke="#000000" - d="m 574.53,-614.29 c 10.72,2.23 17.97,6.99 17.97,14.29 0,4.79 -3.12,8.49 -8.3,11.09" - id="path165" /> - <polygon - fill="#000000" - stroke="#000000" - points="582.92,-592.17 585.12,-585.52 574.53,-585.71 " - id="polygon167" /> - </g> - <g - id="edge13" - class="edge" - transform="translate(4,712)"> - <title - id="title170">AO->Parcel</title> - <path - fill="none" - stroke="#000000" - d="M 511.72161,-600.73029 C 496.21161,-590.87029 435.07,-556.14 418.33,-545.5" - id="path172" - sodipodi:nodetypes="cc" /> - <polygon - fill="#000000" - stroke="#000000" - points="416.34,-548.38 420.1,-542.47 409.78,-540.06 " - id="polygon174" /> - </g> - <g - id="node13" - class="node" - transform="translate(151,712)"> - <title - id="title177">AS</title> - <path - fill="none" - stroke="#8943d6" - stroke-width="2" - d="m 671.5,-540 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,24 0,24 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-24 0,-24 0,-6 -6,-12 -12,-12" - id="path179" /> - <text - text-anchor="start" - x="576.5" - y="-521.59998" - font-family="liberationsansnarrow" - font-size="18px" - id="text181">Site/Entité</text> - <text - text-anchor="start" - x="563" - y="-501.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text183">archéologique</text> - </g> - <g - id="edge14" - class="edge" - transform="translate(122.32507,711.04535)"> - <title - id="title186">AO->AS</title> - <path - fill="none" - stroke="#000000" - d="m 538.8,-571.69 c 10.86,8.17 22.81,17.16 33.83,25.45" - id="path188" /> - <polygon - fill="#000000" - stroke="#000000" - points="536.46,-569.07 530.57,-577.88 540.67,-574.67 " - id="polygon190" /> - <polygon - fill="#000000" - stroke="#000000" - points="574.96,-548.87 580.84,-540.06 570.75,-543.28 " - id="polygon192" /> - </g> - <g - id="node14" - class="node" - transform="translate(4,712)"> - <title - id="title195">CR</title> - <path - fill="none" - stroke="#ffa500" - stroke-width="2" - d="m 652.5,-456 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,24 0,24 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-24 0,-24 0,-6 -6,-12 -12,-12" - id="path197" /> - <text - text-anchor="start" - x="573.5" - y="-437.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text199">Unité</text> - <text - text-anchor="start" - x="535.5" - y="-417.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text201">d'enregistrement</text> - </g> - <path - fill="none" - stroke="#000000" - stroke-dasharray="5, 2" - d="m 597.3891,133.62497 c 0,73.75295 0,49.01317 0,113.36654" - id="path206" - sodipodi:nodetypes="cc" /> - <polygon - fill="#000000" - stroke="#000000" - points="561.83,-456.06 552.1,-460.24 556.83,-465.4 " - id="polygon208" - transform="rotate(48.226343,-214.58055,-60.860294)" /> - <g - id="edge30" - class="edge" - transform="translate(4,712)"> - <title - id="title211">AO->Document</title> - <path - fill="none" - stroke="#000000" - d="M 656.59395,-600.33692 C 798.76395,-582.77692 1019.5,-525.33 1019.5,-433 v 242 c 0,53.27 -14.25,71.54 -54,107 -21.94,19.57 -50.93,32.83 -78.2,41.74" - id="path213" - sodipodi:nodetypes="csscc" /> - <polygon - fill="#000000" - stroke="#000000" - points="886.25,-45.6 888.33,-38.92 877.74,-39.29 " - id="polygon215" /> - </g> - <g - id="edge40" - class="edge" - transform="translate(4,712)"> - <title - id="title218">AO->AdminAct</title> - <path - fill="none" - stroke="#000000" - d="M 512.89105,-585.83559 C 466.86619,-540.14768 473.5,-485.81 473.5,-433 v 164 c 0,77.77 -29.96,165.32 -48.22,211.47" - id="path220" - sodipodi:nodetypes="cssc" /> - <polygon - fill="#000000" - stroke="#000000" - points="421.95,-58.64 428.44,-56.02 421.46,-48.06 " - id="polygon222" /> - </g> - <g - id="edge15" - class="edge" - transform="translate(4,712)"> - <title - id="title225">Parcel->CR</title> - <path - fill="none" - stroke="#000000" - d="m 435.09,-491.94 c 26.82,10.04 58.42,21.87 86.24,32.29" - id="path227" /> - <polygon - fill="#000000" - stroke="#000000" - points="520.4,-456.26 522.86,-462.81 531,-456.03 " - id="polygon229" /> - </g> - <g - id="edge31" - class="edge" - transform="translate(4,712)"> - <title - id="title232">AS->Document</title> - <path - fill="none" - stroke="#000000" - d="M 831.11535,-513.94999 C 938.78535,-507.73999 981.5,-478.19 981.5,-349 v 158 c 0,52.3 -12.12,69.91 -49,107 -16.5,16.59 -38.55,29.05 -59.64,38.13" - id="path234" - sodipodi:nodetypes="csscc" /> - <polygon - fill="#000000" - stroke="#000000" - points="871.5,-49.09 874.16,-42.62 863.58,-42.05 " - id="polygon236" /> - </g> - <path - fill="none" - stroke="#000000" - d="m 656.5,256 c 22.40939,-9.10837 45.20283,-20.93185 65.57378,-35.55971" - id="path241" - sodipodi:nodetypes="cc" - style="stroke-width:0.99975;stroke-miterlimit:4;stroke-dasharray:none" /> - <polygon - fill="#000000" - stroke="#000000" - points="600.44,-482.77 606.11,-491.72 607.26,-481.19 " - id="polygon243" - transform="rotate(39.5505,-326.30089,25.629584)" /> - <g - id="edge22" - class="edge" - transform="translate(4,712)"> - <title - id="title246">CR->CR</title> - <path - fill="none" - stroke="#000000" - d="m 664.53,-446.29 c 10.72,2.23 17.97,6.99 17.97,14.29 0,4.79 -3.12,8.49 -8.3,11.09" - id="path248" /> - <polygon - fill="#000000" - stroke="#000000" - points="672.92,-424.17 675.12,-417.52 664.53,-417.71 " - id="polygon250" /> - </g> - <g - id="node15" - class="node" - transform="translate(4,712)"> - <title - id="title253">BaseFind</title> - <path - fill="none" - stroke="#c71585" - stroke-width="2" - d="m 652.5,-372 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,24 0,24 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-24 0,-24 0,-6 -6,-12 -12,-12" - id="path255" /> - <text - text-anchor="start" - x="565" - y="-353.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text257">Mobilier</text> - <text - text-anchor="start" - x="564.5" - y="-333.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text259">d'origine</text> - </g> - <g - id="edge16" - class="edge" - transform="translate(4,712)"> - <title - id="title262">CR->BaseFind</title> - <path - fill="none" - stroke="#000000" - d="m 592.5,-407.72 c 0,7.94 0,16.99 0,25.56" - id="path264" /> - <polygon - fill="#000000" - stroke="#000000" - points="589,-382.05 596,-382.05 592.5,-372.05 " - id="polygon266" /> - </g> - <g - id="edge32" - class="edge" - transform="translate(4,712)"> - <title - id="title269">CR->Document</title> - <path - fill="none" - stroke="#000000" - d="m 664.8,-429.09 c 102.75,7 278.7,36.71 278.7,158.09 0,0 0,0 0,80 0,50.77 -7.55,67.95 -40,107 -12.64,15.21 -30.27,27.51 -47.1,36.87" - id="path271" /> - <polygon - fill="#000000" - stroke="#000000" - points="854.37,-50.01 857.65,-43.83 847.17,-42.24 " - id="polygon273" /> - </g> - <g - id="node16" - class="node" - transform="translate(4,712)"> - <title - id="title276">Find</title> - <path - fill="none" - stroke="#c71585" - stroke-width="2" - d="m 652.5,-288 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,12 0,12 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-12 0,-12 0,-6 -6,-12 -12,-12" - id="path278" /> - <text - text-anchor="middle" - x="592.5" - y="-265.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text280">Mobilier</text> - </g> - <g - id="edge17" - class="edge" - transform="translate(4,712)"> - <title - id="title283">BaseFind->Find</title> - <path - fill="none" - stroke="#000000" - d="m 592.5,-323.78 c 0,8.1 0,17.26 0,25.66" - id="path285" /> - <polygon - fill="#000000" - stroke="#000000" - points="589,-298.04 596,-298.04 592.5,-288.04 " - id="polygon287" /> - </g> - <g - id="node17" - class="node" - transform="translate(4,712)"> - <title - id="title290">Treatment</title> - <path - fill="none" - stroke="#200fff" - stroke-width="2" - d="m 633.5,-210 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,12 0,12 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-12 0,-12 0,-6 -6,-12 -12,-12" - id="path292" /> - <text - text-anchor="middle" - x="573.5" - y="-187.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text294">Traitement</text> - </g> - <g - id="edge23" - class="edge" - transform="translate(4,712)"> - <title - id="title297">Find->Treatment</title> - <path - fill="none" - stroke="#000000" - d="m 582.43,-251.75 c -3.33,9.32 -6.51,21.06 -8.64,31.58" - id="path299" /> - <polygon - fill="#000000" - stroke="#000000" - points="570.32,-220.63 577.21,-219.42 572.04,-210.18 " - id="polygon301" /> - </g> - <g - id="node19" - class="node" - transform="translate(4,712)"> - <title - id="title304">Container</title> - <path - fill="none" - stroke="#9acd32" - stroke-width="2" - d="m 685.5,-126 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,12 0,12 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-12 0,-12 0,-6 -6,-12 -12,-12" - id="path306" /> - <text - text-anchor="middle" - x="625.5" - y="-103.6" - font-family="liberationsansnarrow" - font-size="18px" - id="text308">Contenant</text> - </g> - <g - id="edge18" - class="edge" - transform="translate(4,712)"> - <title - id="title311">Find->Container</title> - <path - fill="none" - stroke="#000000" - d="m 622,-251.94 c 12.48,8.95 25.69,21.15 32.5,35.94 12.12,26.31 -0.03,58.66 -12.11,80.87" - id="path313" /> - <polygon - fill="#000000" - stroke="#000000" - points="639.25,-136.7 645.32,-133.2 637.29,-126.29 " - id="polygon315" /> - </g> - <g - id="edge34" - class="edge" - transform="translate(4,712)"> - <title - id="title318">Find->Document</title> - <path - fill="none" - stroke="#000000" - d="m 664.77,-257.78 c 70.25,15.17 173.23,49.68 221.73,125.78 11.46,17.99 9.67,28.99 0,48 -7.64,15.02 -21.1,27.13 -34.88,36.37" - id="path320" /> - <polygon - fill="#000000" - stroke="#000000" - points="849.65,-50.53 853.37,-44.6 843.04,-42.25 " - id="polygon322" /> - </g> - <g - id="edge25" - class="edge" - transform="translate(4,712)"> - <title - id="title325">Treatment->Find</title> - <path - fill="none" - stroke="#000000" - d="m 583.55,-210.18 c 3.32,-9.31 6.5,-21.05 8.64,-31.58" - id="path327" /> - <polygon - fill="#000000" - stroke="#000000" - points="595.67,-241.3 588.77,-242.51 593.95,-251.75 " - id="polygon329" /> - </g> - <g - id="edge36" - class="edge" - transform="translate(4,712)"> - <title - id="title332">Treatment->Document</title> - <path - fill="none" - stroke="#000000" - d="m 560.58,-173.94 c -15.59,22.83 -37.23,63.48 -16.08,89.94 22.14,27.7 110.69,43.35 178.57,51.46" - id="path334" /> - <polygon - fill="#000000" - stroke="#000000" - points="723.01,-29.02 723.82,-35.98 733.35,-31.35 " - id="polygon336" /> - </g> - <g - id="edge41" - class="edge" - transform="translate(4,712)"> - <title - id="title339">Treatment->AdminAct</title> - <path - fill="none" - stroke="#000000" - d="m 555.05,-173.98 c -12.47,11.64 -29.22,27.52 -43.55,41.98 -24.87,25.09 -52.2,54.46 -71.99,76.08" - id="path341" /> - <polygon - fill="#000000" - stroke="#000000" - points="436.73,-58.07 441.9,-53.35 432.57,-48.33 " - id="polygon343" /> - </g> - <g - id="node18" - class="node" - transform="translate(4,712)"> - <title - id="title346">TreatmentFile</title> - <path - fill="none" - stroke="#200fff" - stroke-width="2" - d="m 433.5,-216 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,24 0,24 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-24 0,-24 0,-6 -6,-12 -12,-12" - id="path348" /> - <text - text-anchor="start" - x="329.5" - y="-197.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text350">Demande de</text> - <text - text-anchor="start" - x="339" - y="-177.60001" - font-family="liberationsansnarrow" - font-size="18px" - id="text352">traitement</text> - </g> - <g - id="edge24" - class="edge" - transform="translate(4,712)"> - <title - id="title355">TreatmentFile->Treatment</title> - <path - fill="none" - stroke="#000000" - d="m 445.77,-192 c 15,0 30,0 45,0" - id="path357" /> - <polygon - fill="#000000" - stroke="#000000" - points="491.15,-188.5 491.15,-195.5 501.15,-192 " - id="polygon359" /> - </g> - <path - fill="none" - stroke="#000000" - d="m 404.28,545.83 c 30.02,24.49 78.41729,87.10454 128.53729,108.51454 61.5,26.27 193.09722,33.5139 192.25154,33.52089" - id="path364" - sodipodi:nodetypes="ccc" /> - <polygon - fill="#000000" - stroke="#000000" - points="723,-30.83 724,-37.76 733.4,-32.86 " - id="polygon366" - transform="rotate(-8.2692375,5719.4667,313.59514)" /> - <g - id="edge42" - class="edge" - transform="translate(4,712)"> - <title - id="title369">TreatmentFile->AdminAct</title> - <path - fill="none" - stroke="#000000" - d="m 378.66,-167.6 c 4.81,21.69 12.2,54.85 18.84,83.6 1.94,8.39 4.06,17.43 6.06,25.86" - id="path371" /> - <polygon - fill="#000000" - stroke="#000000" - points="400.2,-57.16 407.01,-58.78 405.91,-48.24 " - id="polygon373" /> - </g> - <g - id="edge26" - class="edge" - transform="translate(4,712)"> - <title - id="title376">Container->Container</title> - <path - fill="none" - stroke="#000000" - d="m 697.53,-122.29 c 10.72,2.23 17.97,6.99 17.97,14.29 0,4.79 -3.12,8.49 -8.3,11.09" - id="path378" /> - <polygon - fill="#000000" - stroke="#000000" - points="705.92,-100.17 708.12,-93.52 697.53,-93.71 " - id="polygon380" /> - </g> - <g - id="node20" - class="node" - transform="translate(4,712)"> - <title - id="title383">Warehouse</title> - <path - fill="none" - stroke="#9acd32" - stroke-width="2" - d="m 865.5,-132 c 0,0 -120,0 -120,0 -6,0 -12,6 -12,12 0,0 0,24 0,24 0,6 6,12 12,12 0,0 120,0 120,0 6,0 12,-6 12,-12 0,0 0,-24 0,-24 0,-6 -6,-12 -12,-12" - id="path385" /> - <text - text-anchor="start" - x="779.5" - y="-113.6" - font-family="liberationsansnarrow" - font-size="18px" - id="text387">Lieu de</text> - <text - text-anchor="start" - x="761.5" - y="-93.599998" - font-family="liberationsansnarrow" - font-size="18px" - id="text389">conservation</text> - </g> - <g - id="edge19" - class="edge" - transform="translate(4,712)"> - <title - id="title392">Container->Warehouse</title> - <path - fill="none" - stroke="#000000" - d="m 697.57,-108 c 8.59,0 17.17,0 25.76,0" - id="path394" /> - <polygon - fill="#000000" - stroke="#000000" - points="723.41,-104.5 723.41,-111.5 733.41,-108 " - id="polygon396" /> - </g> - <g - id="edge33" - class="edge" - transform="translate(4,712)"> - <title - id="title399">Container->Document</title> - <path - fill="none" - stroke="#000000" - d="m 657.62,-89.81 c 26.56,12.73 64.65,30.13 95.56,43.7" - id="path401" /> - <polygon - fill="#000000" - stroke="#000000" - points="751.96,-42.82 754.76,-49.23 762.53,-42.03 " - id="polygon403" /> - </g> - <g - id="edge35" - class="edge" - transform="translate(4,712)"> - <title - id="title406">Warehouse->Document</title> - <path - fill="none" - stroke="#000000" - d="m 805.5,-83.72 c 0,9.84 0,21.36 0,31.59" - id="path408" /> - <polygon - fill="#000000" - stroke="#000000" - points="802,-52.08 809,-52.08 805.5,-42.08 " - id="polygon410" /> - </g> - <g - id="edge27" - class="edge" - transform="translate(4,712)"> - <title - id="title413">Document->Container</title> - <path - fill="none" - stroke="#000000" - d="M 773.72,-42.03 C 747.26,-54.71 709.19,-72.12 678.21,-85.72" - id="path415" /> - <polygon - fill="#000000" - stroke="#000000" - points="679.41,-89.02 676.61,-82.6 668.85,-89.81 " - id="polygon417" /> - </g> - <g - id="edge28" - class="edge" - transform="translate(4,712)"> - <title - id="title420">Document->Document</title> - <path - fill="none" - stroke="#000000" - d="M 877.61282,-35.806232 C 888.33282,-33.576232 895.5,-31.3 895.5,-24 c 0,4.79 -3.12,8.49 -8.3,11.09" - id="path422" - sodipodi:nodetypes="csc" /> - <polygon - fill="#000000" - stroke="#000000" - points="885.92,-16.17 888.12,-9.52 877.53,-9.71 " - id="polygon424" /> - </g> - <path - fill="none" - stroke="#000000" - d="m 487.81782,687.94483 c 0,0 12.49346,9.07696 37.9113,14.92064 42.64137,9.80346 102.56425,11.39484 166.79847,2.12191 21.79299,-3.14607 36.23804,-8.5676 36.23804,-8.5676" - id="path429" - sodipodi:nodetypes="cssc" /> - <polygon - fill="#000000" - stroke="#000000" - points="733.25,-24 723.25,-20.5 723.25,-27.5 " - id="polygon431" - transform="rotate(-22.375163,2547.9796,328.88507)" /> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 2.43.0 (0) + --> +<!-- Title: structure_Ishtar Pages: 1 --> +<svg width="1098pt" height="716pt" + viewBox="0.00 0.00 1097.50 716.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 712)"> +<title>structure_Ishtar</title> +<polygon fill="white" stroke="transparent" points="-4,4 -4,-712 1093.5,-712 1093.5,4 -4,4"/> +<!-- module_file --> +<g id="node1" class="node"> +<title>module_file</title> +<polygon fill="none" stroke="#114d00" points="245,-708 242,-712 221,-712 218,-708 0,-708 0,-660 245,-660 245,-708"/> +<text text-anchor="start" x="96.5" y="-689.6" font-family="liberationsansnarrow" font-size="18.00"> Module</text> +<text text-anchor="start" x="95" y="-669.6" font-family="liberationsansnarrow" font-size="18.00">Dossier </text> +</g> +<!-- module_AO --> +<g id="node2" class="node"> +<title>module_AO</title> +<polygon fill="none" stroke="#ee0000" points="245,-624 242,-628 221,-628 218,-624 0,-624 0,-576 245,-576 245,-624"/> +<text text-anchor="start" x="96.5" y="-605.6" font-family="liberationsansnarrow" font-size="18.00"> Module</text> +<text text-anchor="start" x="88" y="-585.6" font-family="liberationsansnarrow" font-size="18.00">Opération </text> +</g> +<!-- module_file->module_AO --> +<!-- module_AS --> +<g id="node3" class="node"> +<title>module_AS</title> +<polygon fill="none" stroke="#8943d6" points="245,-540 242,-544 221,-544 218,-540 0,-540 0,-492 245,-492 245,-540"/> +<text text-anchor="start" x="96.5" y="-521.6" font-family="liberationsansnarrow" font-size="18.00"> Module</text> +<text text-anchor="start" x="39.5" y="-501.6" font-family="liberationsansnarrow" font-size="18.00">Site/Entité archéologique </text> +</g> +<!-- module_AO->module_AS --> +<!-- module_CR --> +<g id="node4" class="node"> +<title>module_CR</title> +<polygon fill="none" stroke="#ffa500" points="245,-456 242,-460 221,-460 218,-456 0,-456 0,-408 245,-408 245,-456"/> +<text text-anchor="start" x="96.5" y="-437.6" font-family="liberationsansnarrow" font-size="18.00"> Module</text> +<text text-anchor="start" x="47" y="-417.6" font-family="liberationsansnarrow" font-size="18.00">Unité d'enregistrement </text> +</g> +<!-- module_AS->module_CR --> +<!-- module_find --> +<g id="node5" class="node"> +<title>module_find</title> +<polygon fill="none" stroke="mediumvioletred" points="245,-372 242,-376 221,-376 218,-372 0,-372 0,-324 245,-324 245,-372"/> +<text text-anchor="start" x="96.5" y="-353.6" font-family="liberationsansnarrow" font-size="18.00"> Module</text> +<text text-anchor="start" x="95" y="-333.6" font-family="liberationsansnarrow" font-size="18.00">Mobilier </text> +</g> +<!-- module_CR->module_find --> +<!-- no_module1 --> +<g id="node6" class="node"> +<title>no_module1</title> +<polygon fill="none" stroke="white" points="245,-282 242,-286 221,-286 218,-282 0,-282 0,-246 245,-246 245,-282"/> +<text text-anchor="middle" x="122.5" y="-259.6" font-family="liberationsansnarrow" font-size="18.00"> </text> +</g> +<!-- module_find->no_module1 --> +<!-- module_treatment --> +<g id="node7" class="node"> +<title>module_treatment</title> +<polygon fill="none" stroke="#200fff" points="245,-204 242,-208 221,-208 218,-204 0,-204 0,-156 245,-156 245,-204"/> +<text text-anchor="start" x="96.5" y="-185.6" font-family="liberationsansnarrow" font-size="18.00"> Module</text> +<text text-anchor="start" x="86" y="-165.6" font-family="liberationsansnarrow" font-size="18.00">Traitement </text> +</g> +<!-- no_module1->module_treatment --> +<!-- module_warehouse --> +<g id="node8" class="node"> +<title>module_warehouse</title> +<polygon fill="none" stroke="yellowgreen" points="245,-120 242,-124 221,-124 218,-120 0,-120 0,-72 245,-72 245,-120"/> +<text text-anchor="start" x="96.5" y="-101.6" font-family="liberationsansnarrow" font-size="18.00"> Module</text> +<text text-anchor="start" x="52.5" y="-81.6" font-family="liberationsansnarrow" font-size="18.00">Lieu de conservation </text> +</g> +<!-- module_treatment->module_warehouse --> +<!-- no_module2 --> +<g id="node9" class="node"> +<title>no_module2</title> +<polygon fill="none" stroke="white" points="245,-36 242,-40 221,-40 218,-36 0,-36 0,0 245,0 245,-36"/> +<text text-anchor="middle" x="122.5" y="-13.6" font-family="liberationsansnarrow" font-size="18.00"> </text> +</g> +<!-- module_warehouse->no_module2 --> +<!-- File --> +<g id="node10" class="node"> +<title>File</title> +<path fill="none" stroke="#114d00" stroke-width="2" d="M514.5,-702C514.5,-702 394.5,-702 394.5,-702 388.5,-702 382.5,-696 382.5,-690 382.5,-690 382.5,-678 382.5,-678 382.5,-672 388.5,-666 394.5,-666 394.5,-666 514.5,-666 514.5,-666 520.5,-666 526.5,-672 526.5,-678 526.5,-678 526.5,-690 526.5,-690 526.5,-696 520.5,-702 514.5,-702"/> +<text text-anchor="middle" x="454.5" y="-679.6" font-family="liberationsansnarrow" font-size="18.00">Dossier</text> +</g> +<!-- File->File --> +<g id="edge9" class="edge"> +<title>File->File</title> +<path fill="none" stroke="black" d="M526.53,-698.29C537.25,-696.06 544.5,-691.3 544.5,-684 544.5,-679.21 541.38,-675.51 536.2,-672.91"/> +<polygon fill="black" stroke="black" points="537.12,-669.52 526.53,-669.71 534.92,-676.17 537.12,-669.52"/> +</g> +<!-- Parcel --> +<g id="node11" class="node"> +<title>Parcel</title> +<path fill="none" stroke="#ee0000" stroke-width="2" d="M514.5,-540C514.5,-540 394.5,-540 394.5,-540 388.5,-540 382.5,-534 382.5,-528 382.5,-528 382.5,-504 382.5,-504 382.5,-498 388.5,-492 394.5,-492 394.5,-492 514.5,-492 514.5,-492 520.5,-492 526.5,-498 526.5,-504 526.5,-504 526.5,-528 526.5,-528 526.5,-534 520.5,-540 514.5,-540"/> +<text text-anchor="start" x="425.5" y="-521.6" font-family="liberationsansnarrow" font-size="18.00"> Parcelle</text> +<text text-anchor="start" x="418" y="-501.6" font-family="liberationsansnarrow" font-size="18.00">cadastrale </text> +</g> +<!-- File->Parcel --> +<g id="edge12" class="edge"> +<title>File->Parcel</title> +<path fill="none" stroke="black" d="M454.5,-665.86C454.5,-638.68 454.5,-585.22 454.5,-550.31"/> +<polygon fill="black" stroke="black" points="458,-550.12 454.5,-540.12 451,-550.12 458,-550.12"/> +</g> +<!-- AO --> +<g id="node12" class="node"> +<title>AO</title> +<path fill="none" stroke="#ee0000" stroke-width="2" d="M692.5,-622C692.5,-622 572.5,-622 572.5,-622 566.5,-622 560.5,-616 560.5,-610 560.5,-610 560.5,-590 560.5,-590 560.5,-584 566.5,-578 572.5,-578 572.5,-578 692.5,-578 692.5,-578 698.5,-578 704.5,-584 704.5,-590 704.5,-590 704.5,-610 704.5,-610 704.5,-616 698.5,-622 692.5,-622"/> +<text text-anchor="start" x="595.5" y="-604.6" font-family="liberationsansnarrow" font-size="18.00"> </text> +<text text-anchor="start" x="599.5" y="-604.6" font-family="liberationsansnarrow" font-weight="bold" font-size="18.00">Opération</text> +<text text-anchor="start" x="580" y="-586.6" font-family="liberationsansnarrow" font-weight="bold" font-size="18.00">archéologique</text> +<text text-anchor="start" x="681" y="-586.6" font-family="liberationsansnarrow" font-size="18.00"> </text> +</g> +<!-- File->AO --> +<g id="edge10" class="edge"> +<title>File->AO</title> +<path fill="none" stroke="black" d="M491.81,-665.81C516.64,-654.38 549.66,-639.16 577.48,-626.35"/> +<polygon fill="black" stroke="black" points="579.08,-629.46 586.7,-622.1 576.15,-623.11 579.08,-629.46"/> +</g> +<!-- Document --> +<g id="node21" class="node"> +<title>Document</title> +<path fill="none" stroke="#d1d1d1" stroke-width="2" d="M647.5,-36C647.5,-36 527.5,-36 527.5,-36 521.5,-36 515.5,-30 515.5,-24 515.5,-24 515.5,-12 515.5,-12 515.5,-6 521.5,0 527.5,0 527.5,0 647.5,0 647.5,0 653.5,0 659.5,-6 659.5,-12 659.5,-12 659.5,-24 659.5,-24 659.5,-30 653.5,-36 647.5,-36"/> +<text text-anchor="middle" x="587.5" y="-13.6" font-family="liberationsansnarrow" font-size="18.00">Document</text> +</g> +<!-- File->Document --> +<g id="edge37" class="edge"> +<title>File->Document</title> +<path fill="none" stroke="black" d="M411.15,-665.86C357.6,-641.5 273.5,-591.4 273.5,-517 273.5,-517 273.5,-517 273.5,-179 273.5,-74.81 412.45,-38.43 505.48,-25.76"/> +<polygon fill="black" stroke="black" points="506,-29.22 515.46,-24.46 505.1,-22.28 506,-29.22"/> +</g> +<!-- AdminAct --> +<g id="node23" class="node"> +<title>AdminAct</title> +<path fill="none" stroke="#d1d1d1" stroke-width="2" d="M509.5,-372C509.5,-372 389.5,-372 389.5,-372 383.5,-372 377.5,-366 377.5,-360 377.5,-360 377.5,-336 377.5,-336 377.5,-330 383.5,-324 389.5,-324 389.5,-324 509.5,-324 509.5,-324 515.5,-324 521.5,-330 521.5,-336 521.5,-336 521.5,-360 521.5,-360 521.5,-366 515.5,-372 509.5,-372"/> +<text text-anchor="start" x="433" y="-353.6" font-family="liberationsansnarrow" font-size="18.00"> Acte</text> +<text text-anchor="start" x="408.5" y="-333.6" font-family="liberationsansnarrow" font-size="18.00">administratif </text> +</g> +<!-- File->AdminAct --> +<g id="edge47" class="edge"> +<title>File->AdminAct</title> +<path fill="none" stroke="black" d="M440.78,-665.8C421.32,-640.18 386.59,-589.66 373.5,-540 358.22,-482.01 395.74,-417.86 423.33,-380.62"/> +<polygon fill="black" stroke="black" points="426.47,-382.28 429.74,-372.2 420.9,-378.03 426.47,-382.28"/> +</g> +<!-- Town --> +<g id="node24" class="node"> +<title>Town</title> +<path fill="none" stroke="#d1d1d1" stroke-width="2" d="M877.5,-702C877.5,-702 757.5,-702 757.5,-702 751.5,-702 745.5,-696 745.5,-690 745.5,-690 745.5,-678 745.5,-678 745.5,-672 751.5,-666 757.5,-666 757.5,-666 877.5,-666 877.5,-666 883.5,-666 889.5,-672 889.5,-678 889.5,-678 889.5,-690 889.5,-690 889.5,-696 883.5,-702 877.5,-702"/> +<text text-anchor="middle" x="817.5" y="-679.6" font-family="liberationsansnarrow" font-size="18.00">Commune</text> +</g> +<!-- File->Town --> +<g id="edge53" class="edge"> +<title>File->Town</title> +<path fill="none" stroke="black" d="M526.82,-684C596.26,-684 665.71,-684 735.15,-684"/> +<polygon fill="black" stroke="black" points="735.4,-687.5 745.4,-684 735.4,-680.5 735.4,-687.5"/> +</g> +<!-- CR --> +<g id="node14" class="node"> +<title>CR</title> +<path fill="none" stroke="#ffa500" stroke-width="2" d="M752.5,-456C752.5,-456 632.5,-456 632.5,-456 626.5,-456 620.5,-450 620.5,-444 620.5,-444 620.5,-420 620.5,-420 620.5,-414 626.5,-408 632.5,-408 632.5,-408 752.5,-408 752.5,-408 758.5,-408 764.5,-414 764.5,-420 764.5,-420 764.5,-444 764.5,-444 764.5,-450 758.5,-456 752.5,-456"/> +<text text-anchor="start" x="673.5" y="-437.6" font-family="liberationsansnarrow" font-size="18.00"> Unité</text> +<text text-anchor="start" x="635.5" y="-417.6" font-family="liberationsansnarrow" font-size="18.00">d'enregistrement </text> +</g> +<!-- Parcel->CR --> +<g id="edge15" class="edge"> +<title>Parcel->CR</title> +<path fill="none" stroke="black" d="M521.43,-491.94C550.83,-481.81 585.52,-469.86 615.94,-459.38"/> +<polygon fill="black" stroke="black" points="617.35,-462.6 625.66,-456.03 615.07,-455.98 617.35,-462.6"/> +</g> +<!-- Parcel->Town --> +<g id="edge54" class="edge"> +<title>Parcel->Town</title> +<path fill="none" stroke="black" d="M469,-540.07C485.77,-564.77 515.73,-603.22 551.5,-624 607.72,-656.66 680.24,-671.26 735.36,-677.77"/> +<polygon fill="black" stroke="black" points="735.12,-681.27 745.45,-678.9 735.9,-674.31 735.12,-681.27"/> +</g> +<!-- AO->Parcel --> +<g id="edge13" class="edge"> +<title>AO->Parcel</title> +<path fill="none" stroke="black" d="M586.66,-577.88C564.47,-567.66 537.56,-555.26 513.83,-544.33"/> +<polygon fill="black" stroke="black" points="515.11,-541.07 504.56,-540.06 512.18,-547.43 515.11,-541.07"/> +</g> +<!-- AO->AO --> +<g id="edge11" class="edge"> +<title>AO->AO</title> +<path fill="none" stroke="black" d="M704.53,-614.29C715.25,-612.06 722.5,-607.3 722.5,-600 722.5,-595.21 719.38,-591.51 714.2,-588.91"/> +<polygon fill="black" stroke="black" points="715.12,-585.52 704.53,-585.71 712.92,-592.17 715.12,-585.52"/> +</g> +<!-- AS --> +<g id="node13" class="node"> +<title>AS</title> +<path fill="none" stroke="#8943d6" stroke-width="2" d="M877.5,-540C877.5,-540 757.5,-540 757.5,-540 751.5,-540 745.5,-534 745.5,-528 745.5,-528 745.5,-504 745.5,-504 745.5,-498 751.5,-492 757.5,-492 757.5,-492 877.5,-492 877.5,-492 883.5,-492 889.5,-498 889.5,-504 889.5,-504 889.5,-528 889.5,-528 889.5,-534 883.5,-540 877.5,-540"/> +<text text-anchor="start" x="782.5" y="-521.6" font-family="liberationsansnarrow" font-size="18.00"> Site/Entité</text> +<text text-anchor="start" x="769" y="-501.6" font-family="liberationsansnarrow" font-size="18.00">archéologique </text> +</g> +<!-- AO->AS --> +<g id="edge14" class="edge"> +<title>AO->AS</title> +<path fill="none" stroke="black" d="M689.57,-573.71C710.66,-564.35 734.66,-553.72 756.12,-544.21"/> +<polygon fill="black" stroke="black" points="687.87,-570.63 680.14,-577.88 690.7,-577.03 687.87,-570.63"/> +<polygon fill="black" stroke="black" points="757.74,-547.32 765.47,-540.06 754.91,-540.92 757.74,-547.32"/> +</g> +<!-- AO->CR --> +<g id="edge20" class="edge"> +<title>AO->CR</title> +<path fill="none" stroke="black" stroke-dasharray="5,2" d="M640.1,-577.98C650.3,-549.75 668.53,-499.31 680.57,-466"/> +<polygon fill="black" stroke="black" points="683.99,-466.85 684.1,-456.25 677.4,-464.47 683.99,-466.85"/> +</g> +<!-- AO->Document --> +<g id="edge38" class="edge"> +<title>AO->Document</title> +<path fill="none" stroke="black" d="M625.85,-577.8C610.57,-527.9 573.22,-398.91 559.5,-288 552.29,-229.77 555.76,-214.65 557.5,-156 558.61,-118.62 553.24,-108.24 562.5,-72 564.84,-62.83 568.78,-53.33 572.85,-44.95"/> +<polygon fill="black" stroke="black" points="575.97,-46.53 577.42,-36.04 569.74,-43.34 575.97,-46.53"/> +</g> +<!-- Geo --> +<g id="node22" class="node"> +<title>Geo</title> +<path fill="none" stroke="#d1d1d1" stroke-width="2" d="M916.5,-288C916.5,-288 796.5,-288 796.5,-288 790.5,-288 784.5,-282 784.5,-276 784.5,-276 784.5,-252 784.5,-252 784.5,-246 790.5,-240 796.5,-240 796.5,-240 916.5,-240 916.5,-240 922.5,-240 928.5,-246 928.5,-252 928.5,-252 928.5,-276 928.5,-276 928.5,-282 922.5,-288 916.5,-288"/> +<text text-anchor="start" x="824" y="-269.6" font-family="liberationsansnarrow" font-size="18.00"> Éléments</text> +<text text-anchor="start" x="805" y="-249.6" font-family="liberationsansnarrow" font-size="18.00">géographiques </text> +</g> +<!-- AO->Geo --> +<g id="edge28" class="edge"> +<title>AO->Geo</title> +<path fill="none" stroke="black" d="M650.44,-577.95C670.26,-555.34 703.72,-519.03 736.5,-492 759.04,-473.41 773.6,-479.09 791.5,-456 801.44,-443.19 831,-348.99 846.6,-297.84"/> +<polygon fill="black" stroke="black" points="849.97,-298.81 849.53,-288.22 843.27,-296.77 849.97,-298.81"/> +</g> +<!-- AO->AdminAct --> +<g id="edge48" class="edge"> +<title>AO->AdminAct</title> +<path fill="none" stroke="black" d="M611.71,-577.82C601.33,-566.87 588.82,-553.09 578.5,-540 536.3,-486.47 493.14,-419.61 468.99,-380.86"/> +<polygon fill="black" stroke="black" points="471.8,-378.76 463.56,-372.11 465.85,-382.45 471.8,-378.76"/> +</g> +<!-- AO->Town --> +<g id="edge51" class="edge"> +<title>AO->Town</title> +<path fill="none" stroke="black" d="M680.11,-622.1C707.49,-634.24 741.82,-649.45 769.3,-661.64"/> +<polygon fill="black" stroke="black" points="768.16,-664.96 778.72,-665.81 770.99,-658.56 768.16,-664.96"/> +</g> +<!-- AS->Document --> +<g id="edge39" class="edge"> +<title>AS->Document</title> +<path fill="none" stroke="black" d="M876.73,-491.99C931.83,-466.24 1005.5,-418.78 1005.5,-349 1005.5,-349 1005.5,-349 1005.5,-179 1005.5,-130.7 1021.39,-105.4 986.5,-72 942.47,-29.85 773.18,-20.54 669.78,-18.88"/> +<polygon fill="black" stroke="black" points="669.73,-15.38 659.68,-18.74 669.63,-22.38 669.73,-15.38"/> +</g> +<!-- AS->Geo --> +<g id="edge29" class="edge"> +<title>AS->Geo</title> +<path fill="none" stroke="black" d="M822.55,-491.8C824.83,-480.96 827.46,-467.85 829.5,-456 839.01,-400.79 847.62,-336.19 852.44,-298.03"/> +<polygon fill="black" stroke="black" points="855.93,-298.36 853.7,-288 848.99,-297.49 855.93,-298.36"/> +</g> +<!-- AS->Town --> +<g id="edge52" class="edge"> +<title>AS->Town</title> +<path fill="none" stroke="black" d="M817.5,-540.12C817.5,-570.45 817.5,-623.57 817.5,-655.8"/> +<polygon fill="black" stroke="black" points="814,-655.86 817.5,-665.86 821,-655.86 814,-655.86"/> +</g> +<!-- CR->AS --> +<g id="edge21" class="edge"> +<title>CR->AS</title> +<path fill="none" stroke="black" d="M727.82,-456.17C742.09,-465.53 758.7,-476.42 773.72,-486.28"/> +<polygon fill="black" stroke="black" points="772.07,-489.38 782.35,-491.94 775.91,-483.53 772.07,-489.38"/> +</g> +<!-- CR->CR --> +<g id="edge22" class="edge"> +<title>CR->CR</title> +<path fill="none" stroke="black" d="M764.53,-446.29C775.25,-444.06 782.5,-439.3 782.5,-432 782.5,-427.21 779.38,-423.51 774.2,-420.91"/> +<polygon fill="black" stroke="black" points="775.12,-417.52 764.53,-417.71 772.92,-424.17 775.12,-417.52"/> +</g> +<!-- BaseFind --> +<g id="node15" class="node"> +<title>BaseFind</title> +<path fill="none" stroke="mediumvioletred" stroke-width="2" d="M747.5,-372C747.5,-372 627.5,-372 627.5,-372 621.5,-372 615.5,-366 615.5,-360 615.5,-360 615.5,-336 615.5,-336 615.5,-330 621.5,-324 627.5,-324 627.5,-324 747.5,-324 747.5,-324 753.5,-324 759.5,-330 759.5,-336 759.5,-336 759.5,-360 759.5,-360 759.5,-366 753.5,-372 747.5,-372"/> +<text text-anchor="start" x="660" y="-353.6" font-family="liberationsansnarrow" font-size="18.00"> Mobilier</text> +<text text-anchor="start" x="659.5" y="-333.6" font-family="liberationsansnarrow" font-size="18.00">d'origine</text> +</g> +<!-- CR->BaseFind --> +<g id="edge16" class="edge"> +<title>CR->BaseFind</title> +<path fill="none" stroke="black" d="M691.08,-407.72C690.6,-399.78 690.04,-390.73 689.52,-382.16"/> +<polygon fill="black" stroke="black" points="693.01,-381.82 688.91,-372.05 686.02,-382.25 693.01,-381.82"/> +</g> +<!-- CR->Document --> +<g id="edge40" class="edge"> +<title>CR->Document</title> +<path fill="none" stroke="black" d="M645.59,-407.81C631.09,-398.53 616.36,-386.54 606.5,-372 537.13,-269.73 565.13,-109.96 580.24,-46.41"/> +<polygon fill="black" stroke="black" points="583.72,-46.92 582.72,-36.38 576.93,-45.25 583.72,-46.92"/> +</g> +<!-- CR->Geo --> +<g id="edge30" class="edge"> +<title>CR->Geo</title> +<path fill="none" stroke="black" d="M725.61,-407.82C739.44,-397.5 755.33,-384.81 768.5,-372 781.78,-359.08 810.95,-322.96 832.07,-296.24"/> +<polygon fill="black" stroke="black" points="834.9,-298.31 838.34,-288.29 829.4,-293.97 834.9,-298.31"/> +</g> +<!-- Find --> +<g id="node16" class="node"> +<title>Find</title> +<path fill="none" stroke="mediumvioletred" stroke-width="2" d="M747.5,-282C747.5,-282 627.5,-282 627.5,-282 621.5,-282 615.5,-276 615.5,-270 615.5,-270 615.5,-258 615.5,-258 615.5,-252 621.5,-246 627.5,-246 627.5,-246 747.5,-246 747.5,-246 753.5,-246 759.5,-252 759.5,-258 759.5,-258 759.5,-270 759.5,-270 759.5,-276 753.5,-282 747.5,-282"/> +<text text-anchor="middle" x="687.5" y="-259.6" font-family="liberationsansnarrow" font-size="18.00">Mobilier</text> +</g> +<!-- BaseFind->Find --> +<g id="edge17" class="edge"> +<title>BaseFind->Find</title> +<path fill="none" stroke="black" d="M687.5,-323.72C687.5,-313.88 687.5,-302.36 687.5,-292.13"/> +<polygon fill="black" stroke="black" points="691,-292.08 687.5,-282.08 684,-292.08 691,-292.08"/> +</g> +<!-- BaseFind->Geo --> +<g id="edge32" class="edge"> +<title>BaseFind->Geo</title> +<path fill="none" stroke="black" d="M735.03,-323.94C755.18,-314.16 778.83,-302.68 799.88,-292.47"/> +<polygon fill="black" stroke="black" points="801.57,-295.54 809.04,-288.03 798.51,-289.25 801.57,-295.54"/> +</g> +<!-- Treatment --> +<g id="node17" class="node"> +<title>Treatment</title> +<path fill="none" stroke="#200fff" stroke-width="2" d="M709.5,-198C709.5,-198 589.5,-198 589.5,-198 583.5,-198 577.5,-192 577.5,-186 577.5,-186 577.5,-174 577.5,-174 577.5,-168 583.5,-162 589.5,-162 589.5,-162 709.5,-162 709.5,-162 715.5,-162 721.5,-168 721.5,-174 721.5,-174 721.5,-186 721.5,-186 721.5,-192 715.5,-198 709.5,-198"/> +<text text-anchor="middle" x="649.5" y="-175.6" font-family="liberationsansnarrow" font-size="18.00">Traitement</text> +</g> +<!-- Find->Treatment --> +<g id="edge23" class="edge"> +<title>Find->Treatment</title> +<path fill="none" stroke="black" d="M673.81,-245.61C667.5,-234.56 660.53,-220.03 655.44,-207.55"/> +<polygon fill="black" stroke="black" points="658.66,-206.17 651.81,-198.08 652.12,-208.67 658.66,-206.17"/> +</g> +<!-- Container --> +<g id="node19" class="node"> +<title>Container</title> +<path fill="none" stroke="yellowgreen" stroke-width="2" d="M785.5,-114C785.5,-114 665.5,-114 665.5,-114 659.5,-114 653.5,-108 653.5,-102 653.5,-102 653.5,-90 653.5,-90 653.5,-84 659.5,-78 665.5,-78 665.5,-78 785.5,-78 785.5,-78 791.5,-78 797.5,-84 797.5,-90 797.5,-90 797.5,-102 797.5,-102 797.5,-108 791.5,-114 785.5,-114"/> +<text text-anchor="middle" x="725.5" y="-91.6" font-family="liberationsansnarrow" font-size="18.00">Contenant</text> +</g> +<!-- Find->Container --> +<g id="edge18" class="edge"> +<title>Find->Container</title> +<path fill="none" stroke="black" d="M721.59,-245.98C737.44,-236.09 754.69,-222 763.5,-204 772.88,-184.84 769.52,-176.47 763.5,-156 759.96,-143.98 753.13,-132.09 746.23,-122.17"/> +<polygon fill="black" stroke="black" points="748.97,-119.99 740.22,-114.01 743.33,-124.14 748.97,-119.99"/> +</g> +<!-- Find->Document --> +<g id="edge42" class="edge"> +<title>Find->Document</title> +<path fill="none" stroke="black" d="M704.18,-245.64C723.31,-223.56 749.69,-184.83 730.5,-156 707.54,-121.5 675.47,-147.53 644.5,-120 632.3,-109.16 612.7,-71.55 599.96,-45.42"/> +<polygon fill="black" stroke="black" points="603.1,-43.87 595.6,-36.39 596.79,-46.91 603.1,-43.87"/> +</g> +<!-- Treatment->Find --> +<g id="edge25" class="edge"> +<title>Treatment->Find</title> +<path fill="none" stroke="black" d="M663.02,-198.08C669.31,-209.07 676.3,-223.59 681.42,-236.11"/> +<polygon fill="black" stroke="black" points="678.22,-237.53 685.08,-245.61 684.75,-235.02 678.22,-237.53"/> +</g> +<!-- Treatment->Document --> +<g id="edge44" class="edge"> +<title>Treatment->Document</title> +<path fill="none" stroke="black" d="M636.19,-161.81C628.01,-150.48 617.9,-135.02 611.5,-120 601.33,-96.14 595.01,-67.19 591.43,-46.41"/> +<polygon fill="black" stroke="black" points="594.85,-45.67 589.8,-36.36 587.94,-46.79 594.85,-45.67"/> +</g> +<!-- Treatment->AdminAct --> +<g id="edge49" class="edge"> +<title>Treatment->AdminAct</title> +<path fill="none" stroke="black" d="M628.91,-198.09C594.98,-226.25 526.91,-282.75 485.06,-317.49"/> +<polygon fill="black" stroke="black" points="482.77,-314.84 477.31,-323.92 487.24,-320.22 482.77,-314.84"/> +</g> +<!-- TreatmentFile --> +<g id="node18" class="node"> +<title>TreatmentFile</title> +<path fill="none" stroke="#200fff" stroke-width="2" d="M433.5,-204C433.5,-204 313.5,-204 313.5,-204 307.5,-204 301.5,-198 301.5,-192 301.5,-192 301.5,-168 301.5,-168 301.5,-162 307.5,-156 313.5,-156 313.5,-156 433.5,-156 433.5,-156 439.5,-156 445.5,-162 445.5,-168 445.5,-168 445.5,-192 445.5,-192 445.5,-198 439.5,-204 433.5,-204"/> +<text text-anchor="start" x="329.5" y="-185.6" font-family="liberationsansnarrow" font-size="18.00"> Demande de</text> +<text text-anchor="start" x="339" y="-165.6" font-family="liberationsansnarrow" font-size="18.00">traitement </text> +</g> +<!-- TreatmentFile->Treatment --> +<g id="edge24" class="edge"> +<title>TreatmentFile->Treatment</title> +<path fill="none" stroke="black" d="M445.73,-180C486.3,-180 526.87,-180 567.43,-180"/> +<polygon fill="black" stroke="black" points="567.47,-183.5 577.47,-180 567.47,-176.5 567.47,-183.5"/> +</g> +<!-- TreatmentFile->Document --> +<g id="edge45" class="edge"> +<title>TreatmentFile->Document</title> +<path fill="none" stroke="black" d="M387.27,-155.68C402.37,-131.85 428.61,-95.16 459.5,-72 477.53,-58.49 499.49,-47.77 520.11,-39.61"/> +<polygon fill="black" stroke="black" points="521.37,-42.88 529.46,-36.04 518.87,-36.34 521.37,-42.88"/> +</g> +<!-- TreatmentFile->AdminAct --> +<g id="edge50" class="edge"> +<title>TreatmentFile->AdminAct</title> +<path fill="none" stroke="black" d="M384.1,-204.15C397.24,-232.85 419.7,-281.92 434.58,-314.41"/> +<polygon fill="black" stroke="black" points="431.59,-316.28 438.93,-323.92 437.95,-313.37 431.59,-316.28"/> +</g> +<!-- Container->Container --> +<g id="edge26" class="edge"> +<title>Container->Container</title> +<path fill="none" stroke="black" d="M797.53,-109.27C808.25,-107.2 815.5,-102.78 815.5,-96 815.5,-91.55 812.38,-88.12 807.2,-85.7"/> +<polygon fill="black" stroke="black" points="808.11,-82.32 797.53,-82.73 806.06,-89.01 808.11,-82.32"/> +</g> +<!-- Warehouse --> +<g id="node20" class="node"> +<title>Warehouse</title> +<path fill="none" stroke="yellowgreen" stroke-width="2" d="M965.5,-120C965.5,-120 845.5,-120 845.5,-120 839.5,-120 833.5,-114 833.5,-108 833.5,-108 833.5,-84 833.5,-84 833.5,-78 839.5,-72 845.5,-72 845.5,-72 965.5,-72 965.5,-72 971.5,-72 977.5,-78 977.5,-84 977.5,-84 977.5,-108 977.5,-108 977.5,-114 971.5,-120 965.5,-120"/> +<text text-anchor="start" x="879.5" y="-101.6" font-family="liberationsansnarrow" font-size="18.00"> Lieu de</text> +<text text-anchor="start" x="861.5" y="-81.6" font-family="liberationsansnarrow" font-size="18.00">conservation </text> +</g> +<!-- Container->Warehouse --> +<g id="edge19" class="edge"> +<title>Container->Warehouse</title> +<path fill="none" stroke="black" d="M797.57,-96C806.16,-96 814.74,-96 823.33,-96"/> +<polygon fill="black" stroke="black" points="823.41,-99.5 833.41,-96 823.41,-92.5 823.41,-99.5"/> +</g> +<!-- Container->Document --> +<g id="edge41" class="edge"> +<title>Container->Document</title> +<path fill="none" stroke="black" d="M688.79,-77.94C667.96,-67.12 642.16,-52.99 621.75,-41.28"/> +<polygon fill="black" stroke="black" points="623.49,-38.24 613.08,-36.26 619.98,-44.3 623.49,-38.24"/> +</g> +<!-- Container->Geo --> +<g id="edge31" class="edge"> +<title>Container->Geo</title> +<path fill="none" stroke="black" d="M742.12,-114.08C753.09,-125.61 767.59,-141.35 779.5,-156 799.42,-180.51 820.24,-209.68 835.2,-231.37"/> +<polygon fill="black" stroke="black" points="832.49,-233.61 841.03,-239.88 838.26,-229.65 832.49,-233.61"/> +</g> +<!-- Warehouse->Document --> +<g id="edge43" class="edge"> +<title>Warehouse->Document</title> +<path fill="none" stroke="black" d="M833.13,-74.23C830.22,-73.47 827.33,-72.72 824.5,-72 773.19,-58.99 715.21,-45.99 669.44,-36.13"/> +<polygon fill="black" stroke="black" points="670.09,-32.69 659.57,-34.01 668.62,-39.53 670.09,-32.69"/> +</g> +<!-- Warehouse->Geo --> +<g id="edge33" class="edge"> +<title>Warehouse->Geo</title> +<path fill="none" stroke="black" d="M898.67,-120.15C890.23,-148.72 875.83,-197.5 866.24,-229.99"/> +<polygon fill="black" stroke="black" points="862.79,-229.34 863.31,-239.92 869.5,-231.32 862.79,-229.34"/> +</g> +<!-- Document->Container --> +<g id="edge27" class="edge"> +<title>Document->Container</title> +<path fill="none" stroke="black" d="M624.35,-36.13C645.28,-47.01 671.19,-61.2 691.6,-72.92"/> +<polygon fill="black" stroke="black" points="689.86,-75.96 700.27,-77.94 693.37,-69.9 689.86,-75.96"/> +</g> +<!-- Document->Document --> +<g id="edge36" class="edge"> +<title>Document->Document</title> +<path fill="none" stroke="black" d="M659.53,-31.27C670.25,-29.2 677.5,-24.78 677.5,-18 677.5,-13.55 674.38,-10.12 669.2,-7.7"/> +<polygon fill="black" stroke="black" points="670.11,-4.32 659.53,-4.73 668.06,-11.01 670.11,-4.32"/> +</g> +<!-- AdminAct->Document --> +<g id="edge46" class="edge"> +<title>AdminAct->Document</title> +<path fill="none" stroke="black" d="M451.06,-323.9C455.38,-265.36 469.15,-112.94 497.5,-72 506.39,-59.16 519.49,-48.96 532.95,-41.08"/> +<polygon fill="black" stroke="black" points="534.72,-44.1 541.82,-36.23 531.36,-37.96 534.72,-44.1"/> +</g> +<!-- Town->Geo --> +<g id="edge34" class="edge"> +<title>Town->Geo</title> +<path fill="none" stroke="black" d="M836.78,-665.68C865.84,-637.58 917.5,-578.91 917.5,-517 917.5,-517 917.5,-517 917.5,-431 917.5,-382.1 893.89,-329.79 876.04,-297.24"/> +<polygon fill="black" stroke="black" points="878.91,-295.2 870.96,-288.2 872.81,-298.63 878.91,-295.2"/> +</g> +<!-- Area --> +<g id="node25" class="node"> +<title>Area</title> +<path fill="none" stroke="#d1d1d1" stroke-width="2" d="M1077.5,-618C1077.5,-618 957.5,-618 957.5,-618 951.5,-618 945.5,-612 945.5,-606 945.5,-606 945.5,-594 945.5,-594 945.5,-588 951.5,-582 957.5,-582 957.5,-582 1077.5,-582 1077.5,-582 1083.5,-582 1089.5,-588 1089.5,-594 1089.5,-594 1089.5,-606 1089.5,-606 1089.5,-612 1083.5,-618 1077.5,-618"/> +<text text-anchor="middle" x="1017.5" y="-595.6" font-family="liberationsansnarrow" font-size="18.00">Zone</text> +</g> +<!-- Town->Area --> +<g id="edge55" class="edge"> +<title>Town->Area</title> +<path fill="none" stroke="black" d="M853.81,-665.81C883.73,-652.97 926.54,-635.38 960.92,-621.76"/> +<polygon fill="black" stroke="black" points="962.36,-624.95 970.37,-618.03 959.79,-618.44 962.36,-624.95"/> +</g> +<!-- Town->Area --> +<g id="edge56" class="edge"> +<title>Town->Area</title> +<path fill="none" stroke="black" d="M864.79,-665.91C897.19,-653.19 939.85,-635.75 971.89,-622.16"/> +<polygon fill="black" stroke="black" points="973.65,-625.21 981.47,-618.07 970.9,-618.77 973.65,-625.21"/> +</g> +<!-- Area->Geo --> +<g id="edge35" class="edge"> +<title>Area->Geo</title> +<path fill="none" stroke="black" d="M1015.67,-581.67C1010.13,-535.82 990.14,-409.04 931.5,-324 923.86,-312.91 913.51,-302.92 902.94,-294.44"/> +<polygon fill="black" stroke="black" points="904.92,-291.56 894.85,-288.26 900.67,-297.12 904.92,-291.56"/> +</g> +</g> </svg> |