From 657aa4b1087e06c1e5f311310b255cb17f04ddfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Bitard?= <bitard.michael@gmail.com> Date: Thu, 3 Nov 2022 14:18:08 +0100 Subject: [PATCH] feat(titres): suppression de la table titresType--titreStatut (#243) --- docs-sources/assets/database/camino-db.uml | 67 +- docs-sources/docs/img/camino-db.svg | 392 +++++---- .../sources/titres-types--titres-statuts.json | 772 ------------------ .../src/api/graphql/resolvers/metas-join.ts | 20 +- .../__mocks__/titres-public-update-titres.ts | 12 +- .../processes/titres-public-update.ts | 9 +- .../business/rules/titre-public-find.test.ts | 94 --- .../src/business/rules/titre-public-find.ts | 32 - .../models/titres-types--titres-statuts.ts | 29 - .../api/src/database/models/titres-types.ts | 10 - packages/api/src/database/queries/_options.ts | 5 +- .../src/database/queries/graph/fields-add.ts | 4 - .../database/queries/graph/fields-format.ts | 3 +- packages/api/src/database/queries/metas.ts | 5 - ...2801_delete-titres-types-titres-statuts.js | 5 + packages/api/src/knex/seeds/03-metas.js | 2 - .../api/src/tools/database-to-json/tables.ts | 4 - packages/api/src/types.ts | 16 +- packages/api/tsconfig.json | 2 +- ...esTypesTypes_domaine_titresStatuts.test.ts | 57 ++ .../titresTypesTypes_domaine_titresStatuts.ts | 90 ++ packages/ui/src/api/metas.js | 14 - packages/ui/src/store/metas-definitions.js | 4 +- packages/ui/tsconfig.json | 2 +- 24 files changed, 367 insertions(+), 1283 deletions(-) delete mode 100644 packages/api/sources/titres-types--titres-statuts.json delete mode 100644 packages/api/src/business/rules/titre-public-find.test.ts delete mode 100644 packages/api/src/business/rules/titre-public-find.ts delete mode 100644 packages/api/src/database/models/titres-types--titres-statuts.ts create mode 100644 packages/api/src/knex/migrations-schema/20221102162801_delete-titres-types-titres-statuts.js create mode 100644 packages/common/src/static/titresTypesTypes_domaine_titresStatuts.test.ts create mode 100644 packages/common/src/static/titresTypesTypes_domaine_titresStatuts.ts diff --git a/docs-sources/assets/database/camino-db.uml b/docs-sources/assets/database/camino-db.uml index 3ea7e1a98..9a943e41f 100644 --- a/docs-sources/assets/database/camino-db.uml +++ b/docs-sources/assets/database/camino-db.uml @@ -267,15 +267,8 @@ entity "**sdom_zones_postgis**" { ""geometry"": //geometry(MultiPolygon,4326) // } -entity "**secteurs_maritime**" { - + ""id"": //integer [PK]// - -- - ""nom"": //character varying(255) // - ""facade"": //character varying(255) // -} - entity "**secteurs_maritime_postgis**" { - + ""id"": //integer [PK][FK]// + + ""id"": //integer [PK]// -- ""geometry"": //geometry(MultiPolygon,4326) // } @@ -316,12 +309,6 @@ entity "**titres__sdom_zones**" { -- } -entity "**titres__secteurs_maritime**" { - + ""titre_etape_id"": //character varying(128) [PK][FK]// - + ""secteur_maritime_id"": //integer [PK][FK]// - -- -} - entity "**titres__titres**" { + ""titre_from_id"": //character varying(255) [PK][FK]// + ""titre_to_id"": //character varying(255) [PK][FK]// @@ -345,12 +332,6 @@ entity "**titres_activites**" { ""slug"": //character varying(255) // } -entity "**titres_administrations**" { - + ""titre_id"": //character varying(128) [PK][FK]// - + ""administration_id"": //character varying(128) [PK][FK]// - -- -} - entity "**titres_administrations_gestionnaires**" { + ""titre_id"": //character varying(128) [PK][FK]// + ""administration_id"": //character varying(64) [PK][FK]// @@ -358,13 +339,6 @@ entity "**titres_administrations_gestionnaires**" { ""associee"": //boolean // } -entity "**titres_administrations_locales**" { - + ""titre_etape_id"": //character varying(128) [PK][FK]// - + ""administration_id"": //character varying(64) [PK][FK]// - -- - ""associee"": //boolean // -} - entity "**titres_amodiataires**" { + ""titre_etape_id"": //character varying(128) [PK][FK]// + ""entreprise_id"": //character varying(64) [PK][FK]// @@ -420,6 +394,8 @@ entity "**titres_etapes**" { ""decisions_annexes_contenu"": //json // *""archive"": //boolean // *""substances"": //jsonb // + ""secteurs_maritime"": //jsonb // + ""administrations_locales"": //jsonb // } entity "**titres_etapes_justificatifs**" { @@ -517,13 +493,6 @@ entity "**titres_types__demarches_types__etapes_types__justificatifs_t**" { ""description"": //text // } -entity "**titres_types__titres_statuts**" { - + ""titre_type_id"": //character varying(255) [PK][FK]// - + ""titre_statut_id"": //character varying(255) [PK]// - -- - ""public_lecture"": //boolean // -} - entity "**titres_types_types**" { + ""id"": //character varying(2) [PK]// -- @@ -651,8 +620,6 @@ entity "**utilisateurs__titres**" { "**journaux**" }-- "**titres**" -"**secteurs_maritime_postgis**" ||-|| "**secteurs_maritime**" - "**titres**" }-- "**domaines**" "**titres**" }-- "**titres_types**" @@ -665,14 +632,6 @@ entity "**utilisateurs__titres**" { "**titres__sdom_zones**" }-- "**titres_etapes**" -"**titres__secteurs_maritime**" }-- "**secteurs_maritime**" - -"**titres__secteurs_maritime**" }-- "**secteurs_maritime**" - -"**titres__secteurs_maritime**" }-- "**titres_etapes**" - -"**titres__secteurs_maritime**" }-- "**titres_etapes**" - "**titres__titres**" }-- "**titres**" "**titres__titres**" }-- "**titres**" @@ -689,14 +648,6 @@ entity "**utilisateurs__titres**" { "**titres_activites**" }-- "**utilisateurs**" -"**titres_administrations**" }-- "**administrations**" - -"**titres_administrations**" }-- "**administrations**" - -"**titres_administrations**" }-- "**titres**" - -"**titres_administrations**" }-- "**titres**" - "**titres_administrations_gestionnaires**" }-- "**administrations**" "**titres_administrations_gestionnaires**" }-- "**administrations**" @@ -705,14 +656,6 @@ entity "**utilisateurs__titres**" { "**titres_administrations_gestionnaires**" }-- "**titres**" -"**titres_administrations_locales**" }-- "**administrations**" - -"**titres_administrations_locales**" }-- "**administrations**" - -"**titres_administrations_locales**" }-- "**titres_etapes**" - -"**titres_administrations_locales**" }-- "**titres_etapes**" - "**titres_amodiataires**" }-- "**entreprises**" "**titres_amodiataires**" }-- "**entreprises**" @@ -831,10 +774,6 @@ entity "**utilisateurs__titres**" { "**titres_types__demarches_types__etapes_types__justificatifs_t**" }-- "**titres_types__demarches_types__etapes_types**" -"**titres_types__titres_statuts**" }-- "**titres_types**" - -"**titres_types__titres_statuts**" }-- "**titres_types**" - "**utilisateurs**" }-- "**administrations**" "**utilisateurs__entreprises**" }-- "**entreprises**" diff --git a/docs-sources/docs/img/camino-db.svg b/docs-sources/docs/img/camino-db.svg index cf4cbba49..638c1c766 100644 --- a/docs-sources/docs/img/camino-db.svg +++ b/docs-sources/docs/img/camino-db.svg @@ -1,207 +1,187 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentStyleType="text/css" height="2120px" preserveAspectRatio="none" style="width:6078px;height:2120px;background:#FFFFFF;" version="1.1" viewBox="0 0 6078 2120" width="6078px" zoomAndPan="magnify"><defs/><g><!--MD5=[e930fa220afb161d2ab9f4736a7e5147] -class **activites_statuts**--><g id="elem_**activites_statuts**"><rect codeLine="4" fill="#F1F1F1" height="91.1875" id="**activites_statuts**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="242" x="5829.5" y="1394"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="128" x="5886.5" y="1411.9951">activites_statuts</text><line style="stroke:#181818;stroke-width:0.5;" x1="5830.5" x2="6070.5" y1="1420.2969" y2="1420.2969"/><ellipse cx="5840.5" cy="1431.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="5849.5" y="1437.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5865.5" y="1437.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="5874.5" y="1437.292">character varying(3) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="5830.5" x2="6070.5" y1="1444.5938" y2="1444.5938"/><ellipse cx="5840.5" cy="1455.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="5849.5" y="1461.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5873.5" y="1461.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="5882.5" y="1461.5889">character varying(255)</text><ellipse cx="5840.5" cy="1471.8906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="5849.5" y="1477.8857">couleur</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5905.5" y="1477.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="5914.5" y="1477.8857">character varying(16)</text></g><!--MD5=[4a9ce36b16a9b183edda8ba241d083e2] -class **activites_types**--><g id="elem_**activites_types**"><rect codeLine="11" fill="#F1F1F1" height="172.6719" id="**activites_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="275" x="4680" y="1716"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="117" x="4759" y="1733.9951">activites_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="4681" x2="4954" y1="1742.2969" y2="1742.2969"/><ellipse cx="4691" cy="1753.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="4700" y="1759.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4716" y="1759.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="4725" y="1759.292">character varying(3) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4681" x2="4954" y1="1766.5938" y2="1766.5938"/><ellipse cx="4691" cy="1777.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="4700" y="1783.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4724" y="1783.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4733" y="1783.5889">character varying(255)</text><ellipse cx="4691" cy="1793.8906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="4700" y="1799.8857">sections</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4764" y="1799.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="47" x="4773" y="1799.8857">jsonb[]</text><ellipse cx="4691" cy="1810.1875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="96" x="4700" y="1816.1826">frequence_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4796" y="1816.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="4805" y="1816.1826">character varying(3)</text><ellipse cx="4691" cy="1826.4844" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="4700" y="1832.4795">date_debut</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4780" y="1832.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4789" y="1832.4795">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="4700" y="1848.7764">delai_mois</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4780" y="1848.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="4789" y="1848.7764">integer</text><ellipse cx="4691" cy="1859.0781" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="4700" y="1865.0732">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4740" y="1865.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="4749" y="1865.0732">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="4700" y="1881.3701">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4788" y="1881.3701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="4797" y="1881.3701">text</text></g><!--MD5=[70d9af67d334355bc4a05dcb46917d10] -class **activites_types__documents_types**--><g id="elem_**activites_types__documents_types**"><rect codeLine="23" fill="#F1F1F1" height="91.1875" id="**activites_types__documents_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="359" x="5435" y="1394"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="270" x="5479.5" y="1411.9951">activites_types__documents_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="5436" x2="5793" y1="1420.2969" y2="1420.2969"/><ellipse cx="5446" cy="1431.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="5455" y="1437.292">activite_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5583" y="1437.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="5592" y="1437.292">character varying(3) [PK][FK]</text><ellipse cx="5446" cy="1447.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="5455" y="1453.5889">document_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5583" y="1453.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="5592" y="1453.5889">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="5436" x2="5793" y1="1460.8906" y2="1460.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="5441" y="1477.8857">optionnel</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5513" y="1477.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="5522" y="1477.8857">boolean</text></g><!--MD5=[0267f622e81737819906954e7a55895b] -class **activites_types__pays**--><g id="elem_**activites_types__pays**"><rect codeLine="30" fill="#F1F1F1" height="74.8906" id="**activites_types__pays**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="359" x="5041" y="1402"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="168" x="5136.5" y="1419.9951">activites_types__pays</text><line style="stroke:#181818;stroke-width:0.5;" x1="5042" x2="5399" y1="1428.2969" y2="1428.2969"/><ellipse cx="5052" cy="1439.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="5061" y="1445.292">pays_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5117" y="1445.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="5126" y="1445.292">character varying(3) [PK]</text><ellipse cx="5052" cy="1455.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="5061" y="1461.5889">activite_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5189" y="1461.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="5198" y="1461.5889">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="5042" x2="5399" y1="1468.8906" y2="1468.8906"/></g><!--MD5=[574697a1b567b560d1481c04ba95c265] -class **activites_types__titres_types**--><g id="elem_**activites_types__titres_types**"><rect codeLine="36" fill="#F1F1F1" height="74.8906" id="**activites_types__titres_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="359" x="3851" y="1402"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="224" x="3918.5" y="1419.9951">activites_types__titres_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="3852" x2="4209" y1="1428.2969" y2="1428.2969"/><ellipse cx="3862" cy="1439.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="3871" y="1445.292">titre_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3975" y="1445.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="3984" y="1445.292">character varying(3) [PK][FK]</text><ellipse cx="3862" cy="1455.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="3871" y="1461.5889">activite_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3999" y="1461.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="4008" y="1461.5889">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3852" x2="4209" y1="1468.8906" y2="1468.8906"/></g><!--MD5=[721da294dcd92c28832846a6ae457a3e] -class **administrations**--><g id="elem_**administrations**"><rect codeLine="42" fill="#F1F1F1" height="58.5938" id="**administrations**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="229" x="2809" y="1773"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="121" x="2863" y="1790.9951">administrations</text><line style="stroke:#181818;stroke-width:0.5;" x1="2810" x2="3037" y1="1799.2969" y2="1799.2969"/><ellipse cx="2820" cy="1810.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2829" y="1816.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2845" y="1816.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="2854" y="1816.292">character varying(64) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2810" x2="3037" y1="1823.5938" y2="1823.5938"/></g><!--MD5=[176bf713791b4d01ca4223d4c8339a47] -class **administrations__activites_types**--><g id="elem_**administrations__activites_types**"><rect codeLine="47" fill="#F1F1F1" height="107.4844" id="**administrations__activites_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="349" x="4245" y="1386"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="252" x="4293.5" y="1403.9951">administrations__activites_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="4246" x2="4593" y1="1412.2969" y2="1412.2969"/><line style="stroke:#181818;stroke-width:1.0;" x1="4246" x2="4593" y1="1420.2969" y2="1420.2969"/><ellipse cx="4256" cy="1431.2969" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="4265" y="1437.292">activite_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4393" y="1437.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="4402" y="1437.292">character varying(3) [FK]</text><ellipse cx="4256" cy="1447.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="4265" y="1453.5889">administration_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4401" y="1453.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="4410" y="1453.5889">character varying(64) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="168" x="4265" y="1469.8857">modification_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4433" y="1469.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="4442" y="1469.8857">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="4265" y="1486.1826">lecture_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4393" y="1486.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="4402" y="1486.1826">boolean</text></g><!--MD5=[98c21b909acfdc5b43b5384997a6a13d] -class **administrations__activites_types__emails**--><g id="elem_**administrations__activites_types__emails**"><rect codeLine="55" fill="#F1F1F1" height="91.1875" id="**administrations__activites_types__emails**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="376" x="4629.5" y="1394"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="316" x="4659.5" y="1411.9951">administrations__activites_types__emails</text><line style="stroke:#181818;stroke-width:0.5;" x1="4630.5" x2="5004.5" y1="1420.2969" y2="1420.2969"/><ellipse cx="4640.5" cy="1431.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="4649.5" y="1437.292">activite_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4777.5" y="1437.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="4786.5" y="1437.292">character varying(3) [PK][FK]</text><ellipse cx="4640.5" cy="1447.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="4649.5" y="1453.5889">administration_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4785.5" y="1453.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="205" x="4794.5" y="1453.5889">character varying(64) [PK][FK]</text><ellipse cx="4640.5" cy="1463.8906" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="4649.5" y="1469.8857">email</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4689.5" y="1469.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="4698.5" y="1469.8857">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4630.5" x2="5004.5" y1="1477.1875" y2="1477.1875"/></g><!--MD5=[a3c85c0d0941a613121d1a851acb084e] -class **administrations__titres_types__etapes_types**--><g id="elem_**administrations__titres_types__etapes_types**"><rect codeLine="62" fill="#F1F1F1" height="140.0781" id="**administrations__titres_types__etapes_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="385" x="1450" y="1369.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="347" x="1469" y="1387.4951">administrations__titres_types__etapes_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="1451" x2="1834" y1="1395.7969" y2="1395.7969"/><ellipse cx="1461" cy="1406.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="1470" y="1412.792">administration_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1606" y="1412.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="1615" y="1412.792">character varying(255) [PK][FK]</text><ellipse cx="1461" cy="1423.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1470" y="1429.0889">titre_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1574" y="1429.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="1583" y="1429.0889">character varying(255) [PK][FK]</text><ellipse cx="1461" cy="1439.3906" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1470" y="1445.3857">etape_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1574" y="1445.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="1583" y="1445.3857">character varying(255) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1451" x2="1834" y1="1452.6875" y2="1452.6875"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="1456" y="1469.6826">lecture_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1584" y="1469.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1593" y="1469.6826">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="1456" y="1485.9795">creation_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1592" y="1485.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1601" y="1485.9795">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="168" x="1456" y="1502.2764">modification_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1624" y="1502.2764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1633" y="1502.2764">boolean</text></g><!--MD5=[b59511d160460a8b9370f1f22f3d6859] -class **administrations__titres_types__titres_statuts**--><g id="elem_**administrations__titres_types__titres_statuts**"><rect codeLine="72" fill="#F1F1F1" height="140.0781" id="**administrations__titres_types__titres_statuts**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="385" x="2258" y="1369.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="346" x="2277.5" y="1387.4951">administrations__titres_types__titres_statuts</text><line style="stroke:#181818;stroke-width:0.5;" x1="2259" x2="2642" y1="1395.7969" y2="1395.7969"/><ellipse cx="2269" cy="1406.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="2278" y="1412.792">administration_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2414" y="1412.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="2423" y="1412.792">character varying(255) [PK][FK]</text><ellipse cx="2269" cy="1423.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="2278" y="1429.0889">titre_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2382" y="1429.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="2391" y="1429.0889">character varying(255) [PK][FK]</text><ellipse cx="2269" cy="1439.3906" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="120" x="2278" y="1445.3857">titre_statut_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2398" y="1445.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="2407" y="1445.3857">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2259" x2="2642" y1="1452.6875" y2="1452.6875"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="224" x="2264" y="1469.6826">titres_modification_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2488" y="1469.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2497" y="1469.6826">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="248" x="2264" y="1485.9795">demarches_modification_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2512" y="1485.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2521" y="1485.9795">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="224" x="2264" y="1502.2764">etapes_modification_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2488" y="1502.2764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2497" y="1502.2764">boolean</text></g><!--MD5=[e9c66aba87dad2cd41b1deee151d75e6] -class **caches**--><g id="elem_**caches**"><rect codeLine="82" fill="#F1F1F1" height="74.8906" id="**caches**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="238" x="5016.5" y="39.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="56" x="5107.5" y="57.4951">caches</text><line style="stroke:#181818;stroke-width:0.5;" x1="5017.5" x2="5253.5" y1="65.7969" y2="65.7969"/><ellipse cx="5027.5" cy="76.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="5036.5" y="82.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5052.5" y="82.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="5061.5" y="82.792">character varying(128) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="5017.5" x2="5253.5" y1="90.0938" y2="90.0938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="48" x="5022.5" y="107.0889">valeur</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5070.5" y="107.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="5079.5" y="107.0889">jsonb</text></g><!--MD5=[22e247a918323b06df6f72f599b329ee] -class **communes**--><g id="elem_**communes**"><rect codeLine="88" fill="#F1F1F1" height="91.1875" id="**communes**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="289" x="4293" y="684.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="86" x="4394.5" y="702.4951">communes</text><line style="stroke:#181818;stroke-width:0.5;" x1="4294" x2="4581" y1="710.7969" y2="710.7969"/><ellipse cx="4304" cy="721.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="4313" y="727.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4329" y="727.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="4338" y="727.792">character varying(5) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4294" x2="4581" y1="735.0938" y2="735.0938"/><ellipse cx="4304" cy="746.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="4313" y="752.0889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4337" y="752.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4346" y="752.0889">character varying(255)</text><ellipse cx="4304" cy="762.3906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="4313" y="768.3857">departement_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4425" y="768.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="4434" y="768.3857">character varying(3)</text></g><!--MD5=[6455b257e01dfe034fe39fa2939d4b56] -class **communes_postgis**--><g id="elem_**communes_postgis**"><rect codeLine="95" fill="#F1F1F1" height="74.8906" id="**communes_postgis**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="293" x="5290" y="39.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="151" x="5361" y="57.4951">communes_postgis</text><line style="stroke:#181818;stroke-width:0.5;" x1="5291" x2="5582" y1="65.7969" y2="65.7969"/><ellipse cx="5301" cy="76.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="5310" y="82.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5326" y="82.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="5335" y="82.792">character varying(5) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="5291" x2="5582" y1="90.0938" y2="90.0938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="5296" y="107.0889">geometry</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5360" y="107.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="204" x="5369" y="107.0889">geometry(MultiPolygon,4326)</text></g><!--MD5=[92b50184ee405b6f1a9f9a80e1986f0f] -class **demarches_types**--><g id="elem_**demarches_types**"><rect codeLine="101" fill="#F1F1F1" height="237.8594" id="**demarches_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="220" x="542.5" y="1683.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="139" x="583" y="1701.4951">demarches_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="543.5" x2="761.5" y1="1709.7969" y2="1709.7969"/><ellipse cx="553.5" cy="1720.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="562.5" y="1726.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="578.5" y="1726.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="587.5" y="1726.792">character varying(3) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="543.5" x2="761.5" y1="1734.0938" y2="1734.0938"/><ellipse cx="553.5" cy="1745.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="562.5" y="1751.0889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="586.5" y="1751.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="595.5" y="1751.0889">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="562.5" y="1767.3857">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="650.5" y="1767.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="659.5" y="1767.3857">text</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="562.5" y="1783.6826">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="602.5" y="1783.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="611.5" y="1783.6826">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="562.5" y="1799.9795">duree</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="602.5" y="1799.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="611.5" y="1799.9795">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="48" x="562.5" y="1816.2764">points</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="610.5" y="1816.2764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="619.5" y="1816.2764">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="562.5" y="1832.5732">substances</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="642.5" y="1832.5732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="651.5" y="1832.5732">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="562.5" y="1848.8701">titulaires</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="642.5" y="1848.8701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="651.5" y="1848.8701">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="96" x="562.5" y="1865.167">renouvelable</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="658.5" y="1865.167">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="667.5" y="1865.167">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="562.5" y="1881.4639">exception</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="634.5" y="1881.4639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="643.5" y="1881.4639">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="562.5" y="1897.7607">auto</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="594.5" y="1897.7607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="603.5" y="1897.7607">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="562.5" y="1914.0576">travaux</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="618.5" y="1914.0576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="627.5" y="1914.0576">boolean</text></g><!--MD5=[c0e48d80bbceed15ca971e8c0e4f5159] -class **documents**--><g id="elem_**documents**"><rect codeLine="117" fill="#F1F1F1" height="286.75" id="**documents**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="358" x="3397.5" y="207"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="88" x="3532.5" y="224.9951">documents</text><line style="stroke:#181818;stroke-width:0.5;" x1="3398.5" x2="3754.5" y1="233.2969" y2="233.2969"/><ellipse cx="3408.5" cy="244.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="3417.5" y="250.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3433.5" y="250.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="3442.5" y="250.292">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3398.5" x2="3754.5" y1="257.5938" y2="257.5938"/><ellipse cx="3408.5" cy="268.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="3417.5" y="274.5889">type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3473.5" y="274.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="3482.5" y="274.5889">character varying(3) [FK]</text><ellipse cx="3408.5" cy="284.8906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="3417.5" y="290.8857">date</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3449.5" y="290.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="3458.5" y="290.8857">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="3417.5" y="307.1826">entreprise_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3521.5" y="307.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="3530.5" y="307.1826">character varying(64) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="3417.5" y="323.4795">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3529.5" y="323.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="3538.5" y="323.4795">character varying(128) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="3417.5" y="339.7764">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3505.5" y="339.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="165" x="3514.5" y="339.7764">character varying(1024)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="3417.5" y="356.0732">titre_activite_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3553.5" y="356.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="3562.5" y="356.0732">character varying(128) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="3417.5" y="372.3701">fichier</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3473.5" y="372.3701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="3482.5" y="372.3701">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="120" x="3417.5" y="388.667">fichier_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3537.5" y="388.667">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="3546.5" y="388.667">character varying(3)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="3417.5" y="404.9639">url</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3441.5" y="404.9639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="165" x="3450.5" y="404.9639">character varying(1024)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="3417.5" y="421.2607">uri</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3441.5" y="421.2607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="165" x="3450.5" y="421.2607">character varying(1024)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="3417.5" y="437.5576">jorf</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3449.5" y="437.5576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="3458.5" y="437.5576">character varying(32)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="3417.5" y="453.8545">nor</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3441.5" y="453.8545">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="3450.5" y="453.8545">character varying(32)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="3417.5" y="470.1514">public_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3529.5" y="470.1514">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="3538.5" y="470.1514">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="152" x="3417.5" y="486.4482">entreprises_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3569.5" y="486.4482">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="3578.5" y="486.4482">boolean</text></g><!--MD5=[a34e0b283b397e38a345c2f69dd934ac] -class **documents_types**--><g id="elem_**documents_types**"><rect codeLine="136" fill="#F1F1F1" height="91.1875" id="**documents_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="220" x="4990.5" y="1757"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="139" x="5031" y="1774.9951">documents_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="4991.5" x2="5209.5" y1="1783.2969" y2="1783.2969"/><ellipse cx="5001.5" cy="1794.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="5010.5" y="1800.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5026.5" y="1800.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="5035.5" y="1800.292">character varying(3) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4991.5" x2="5209.5" y1="1807.5938" y2="1807.5938"/><ellipse cx="5001.5" cy="1818.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="5010.5" y="1824.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5034.5" y="1824.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="5043.5" y="1824.5889">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="5010.5" y="1840.8857">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5098.5" y="1840.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="5107.5" y="1840.8857">text</text></g><!--MD5=[d070bdba5afe4dd28354692c92e97b08] -class **domaines**--><g id="elem_**domaines**"><rect codeLine="143" fill="#F1F1F1" height="107.4844" id="**domaines**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="220" x="1989.5" y="2006"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="76" x="2061.5" y="2023.9951">domaines</text><line style="stroke:#181818;stroke-width:0.5;" x1="1990.5" x2="2208.5" y1="2032.2969" y2="2032.2969"/><ellipse cx="2000.5" cy="2043.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2009.5" y="2049.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2025.5" y="2049.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="2034.5" y="2049.292">character varying(1) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1990.5" x2="2208.5" y1="2056.5938" y2="2056.5938"/><ellipse cx="2000.5" cy="2067.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="2009.5" y="2073.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2033.5" y="2073.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2042.5" y="2073.5889">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2009.5" y="2089.8857">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2097.5" y="2089.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="2106.5" y="2089.8857">text</text><ellipse cx="2000.5" cy="2100.1875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="2009.5" y="2106.1826">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2049.5" y="2106.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="2058.5" y="2106.1826">integer</text></g><!--MD5=[2ba55ab09da773b96a0ac87d3c3048ca] -class **entreprises**--><g id="elem_**entreprises**"><rect codeLine="151" fill="#F1F1F1" height="303.0469" id="**entreprises**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="307" x="1401" y="578.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="92" x="1508.5" y="596.4951">entreprises</text><line style="stroke:#181818;stroke-width:0.5;" x1="1402" x2="1707" y1="604.7969" y2="604.7969"/><ellipse cx="1412" cy="615.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="1421" y="621.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1437" y="621.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="1446" y="621.792">character varying(64) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1402" x2="1707" y1="629.0938" y2="629.0938"/><ellipse cx="1412" cy="640.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="1421" y="646.0889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1445" y="646.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1454" y="646.0889">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="1421" y="662.3857">pays_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1477" y="662.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1486" y="662.3857">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="1421" y="678.6826">legal_siren</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1509" y="678.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1518" y="678.6826">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="1421" y="694.9795">legal_etranger</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1533" y="694.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1542" y="694.9795">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="1421" y="711.2764">legal_forme</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1509" y="711.2764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1518" y="711.2764">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="1421" y="727.5732">categorie</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1493" y="727.5732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1502" y="727.5732">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1421" y="743.8701">date_creation</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1525" y="743.8701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="1534" y="743.8701">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="1421" y="760.167">adresse</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1477" y="760.167">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1486" y="760.167">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="1421" y="776.4639">code_postal</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1509" y="776.4639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1518" y="776.4639">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="1421" y="792.7607">commune</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1477" y="792.7607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1486" y="792.7607">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="1421" y="809.0576">cedex</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1461" y="809.0576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1470" y="809.0576">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="1421" y="825.3545">url</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1445" y="825.3545">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="165" x="1454" y="825.3545">character varying(1024)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="1421" y="841.6514">email</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1461" y="841.6514">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1470" y="841.6514">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="1421" y="857.9482">telephone</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1493" y="857.9482">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1502" y="857.9482">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="1421" y="874.2451">archive</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1477" y="874.2451">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1486" y="874.2451">boolean</text></g><!--MD5=[fe43871be055a2dec1cce63e56b6e3ce] -class **entreprises__documents_types**--><g id="elem_**entreprises__documents_types**"><rect codeLine="171" fill="#F1F1F1" height="58.5938" id="**entreprises__documents_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="359" x="7" y="1773"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="245" x="64" y="1790.9951">entreprises__documents_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="8" x2="365" y1="1799.2969" y2="1799.2969"/><ellipse cx="18" cy="1810.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="27" y="1816.292">document_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="155" y="1816.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="164" y="1816.292">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="8" x2="365" y1="1823.5938" y2="1823.5938"/></g><!--MD5=[9c4cbc196d58074bf592239835185fd6] -class **entreprises__titres_types**--><g id="elem_**entreprises__titres_types**"><rect codeLine="176" fill="#F1F1F1" height="91.1875" id="**entreprises__titres_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="353" x="238" y="305"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="199" x="315" y="322.9951">entreprises__titres_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="239" x2="590" y1="331.2969" y2="331.2969"/><ellipse cx="249" cy="342.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="258" y="348.292">entreprise_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="362" y="348.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="371" y="348.292">character varying(255) [PK][FK]</text><ellipse cx="249" cy="358.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="258" y="364.5889">titre_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="362" y="364.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="371" y="364.5889">character varying(255) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="239" x2="590" y1="371.8906" y2="371.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="120" x="244" y="388.8857">titres_creation</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="364" y="388.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="373" y="388.8857">boolean</text></g><!--MD5=[9b2d88c35f5efdfa950390ca359aaa80] -class **entreprises_etablissements**--><g id="elem_**entreprises_etablissements**"><rect codeLine="183" fill="#F1F1F1" height="140.0781" id="**entreprises_etablissements**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="317" x="626" y="280.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="219" x="675" y="298.4951">entreprises_etablissements</text><line style="stroke:#181818;stroke-width:0.5;" x1="627" x2="942" y1="306.7969" y2="306.7969"/><ellipse cx="637" cy="317.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="646" y="323.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="662" y="323.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="671" y="323.792">character varying(64) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="627" x2="942" y1="331.0938" y2="331.0938"/><ellipse cx="637" cy="342.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="646" y="348.0889">entreprise_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="750" y="348.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="759" y="348.0889">character varying(64) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="646" y="364.3857">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="670" y="364.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="679" y="364.3857">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="646" y="380.6826">legal_siret</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="734" y="380.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="743" y="380.6826">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="646" y="396.9795">date_debut</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="726" y="396.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="735" y="396.9795">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="646" y="413.2764">date_fin</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="710" y="413.2764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="719" y="413.2764">character varying(10)</text></g><!--MD5=[b6b0fd316822088086c0e9d953dff5f5] -class **etapes_types**--><g id="elem_**etapes_types**"><rect codeLine="193" fill="#F1F1F1" height="286.75" id="**etapes_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="276" x="1091.5" y="1659"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="105" x="1177" y="1676.9951">etapes_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="1092.5" x2="1366.5" y1="1685.2969" y2="1685.2969"/><ellipse cx="1102.5" cy="1696.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="1111.5" y="1702.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1127.5" y="1702.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="1136.5" y="1702.292">character varying(3) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1092.5" x2="1366.5" y1="1709.5938" y2="1709.5938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="1111.5" y="1726.5889">parent_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1183.5" y="1726.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="1192.5" y="1726.5889">character varying(3) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="1111.5" y="1742.8857">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1135.5" y="1742.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1144.5" y="1742.8857">character varying(128)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="1111.5" y="1759.1826">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1199.5" y="1759.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="1208.5" y="1759.1826">text</text><ellipse cx="1102.5" cy="1769.4844" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="1111.5" y="1775.4795">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1151.5" y="1775.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="1160.5" y="1775.4795">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="96" x="1111.5" y="1791.7764">fondamentale</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1207.5" y="1791.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1216.5" y="1791.7764">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="48" x="1111.5" y="1808.0732">unique</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1159.5" y="1808.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1168.5" y="1808.0732">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="1111.5" y="1824.3701">acceptation_auto</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1239.5" y="1824.3701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1248.5" y="1824.3701">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="1111.5" y="1840.667">legal_ref</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1183.5" y="1840.667">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1192.5" y="1840.667">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="1111.5" y="1856.9639">legal_lien</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1191.5" y="1856.9639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1200.5" y="1856.9639">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="1111.5" y="1873.2607">date_debut</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1191.5" y="1873.2607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="1200.5" y="1873.2607">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="1111.5" y="1889.5576">date_fin</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1175.5" y="1889.5576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="1184.5" y="1889.5576">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="1111.5" y="1905.8545">sections</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1175.5" y="1905.8545">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="47" x="1184.5" y="1905.8545">jsonb[]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="1111.5" y="1922.1514">public_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1223.5" y="1922.1514">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1232.5" y="1922.1514">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="152" x="1111.5" y="1938.4482">entreprises_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1263.5" y="1938.4482">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1272.5" y="1938.4482">boolean</text></g><!--MD5=[514dd7b6774c51a46df2e11bb9fb64c8] -class **etapes_types__justificatifs_types**--><g id="elem_**etapes_types__justificatifs_types**"><rect codeLine="212" fill="#F1F1F1" height="107.4844" id="**etapes_types__justificatifs_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="359" x="7" y="1386"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="256" x="58.5" y="1403.9951">etapes_types__justificatifs_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="8" x2="365" y1="1412.2969" y2="1412.2969"/><ellipse cx="18" cy="1423.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="27" y="1429.292">etape_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="131" y="1429.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="140" y="1429.292">character varying(3) [PK][FK]</text><ellipse cx="18" cy="1439.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="27" y="1445.5889">document_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="155" y="1445.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="164" y="1445.5889">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="8" x2="365" y1="1452.8906" y2="1452.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="13" y="1469.8857">optionnel</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="85" y="1469.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="94" y="1469.8857">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="13" y="1486.1826">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="101" y="1486.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="110" y="1486.1826">text</text></g><!--MD5=[9fdb297ec518143f26b06a47ebe885ef] -class **forets**--><g id="elem_**forets**"><rect codeLine="220" fill="#F1F1F1" height="74.8906" id="**forets**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="229" x="4649" y="692.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="48" x="4739.5" y="710.4951">forets</text><line style="stroke:#181818;stroke-width:0.5;" x1="4650" x2="4877" y1="718.7969" y2="718.7969"/><ellipse cx="4660" cy="729.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="4669" y="735.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4685" y="735.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="4694" y="735.792">character varying(30) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4650" x2="4877" y1="743.0938" y2="743.0938"/><ellipse cx="4660" cy="754.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="4669" y="760.0889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4693" y="760.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4702" y="760.0889">character varying(255)</text></g><!--MD5=[ba1548a72ebb734d80c164ad6b3ace5d] -class **forets_postgis**--><g id="elem_**forets_postgis**"><rect codeLine="226" fill="#F1F1F1" height="74.8906" id="**forets_postgis**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="293" x="5618" y="39.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="113" x="5708" y="57.4951">forets_postgis</text><line style="stroke:#181818;stroke-width:0.5;" x1="5619" x2="5910" y1="65.7969" y2="65.7969"/><ellipse cx="5629" cy="76.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="5638" y="82.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5654" y="82.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="5663" y="82.792">character varying(30) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="5619" x2="5910" y1="90.0938" y2="90.0938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="5624" y="107.0889">geometry</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5688" y="107.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="204" x="5697" y="107.0889">geometry(MultiPolygon,4326)</text></g><!--MD5=[f8502021969469c2e2606089cfb35cf2] -class **journaux**--><g id="elem_**journaux**"><rect codeLine="232" fill="#F1F1F1" height="156.375" id="**journaux**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="307" x="3002" y="1015"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="69" x="3121" y="1032.9951">journaux</text><line style="stroke:#181818;stroke-width:0.5;" x1="3003" x2="3308" y1="1041.2969" y2="1041.2969"/><ellipse cx="3013" cy="1052.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="3022" y="1058.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3038" y="1058.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="3047" y="1058.292">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3003" x2="3308" y1="1065.5938" y2="1065.5938"/><ellipse cx="3013" cy="1076.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="3022" y="1082.5889">utilisateur_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3134" y="1082.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="3143" y="1082.5889">character varying(255)</text><ellipse cx="3013" cy="1092.8906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="3022" y="1098.8857">date</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3054" y="1098.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="176" x="3063" y="1098.8857">timestamp with time zone</text><ellipse cx="3013" cy="1109.1875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="3022" y="1115.1826">element_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3102" y="1115.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="3111" y="1115.1826">character varying(255)</text><ellipse cx="3013" cy="1125.4844" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="3022" y="1131.4795">operation</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3094" y="1131.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="3103" y="1131.4795">text</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="3022" y="1147.7764">differences</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3110" y="1147.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="3119" y="1147.7764">jsonb</text><ellipse cx="3013" cy="1158.0781" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="3022" y="1164.0732">titre_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3086" y="1164.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="3095" y="1164.0732">character varying(128) [FK]</text></g><!--MD5=[8c8732e953ec6f00fbf5efa1803573aa] -class **knex_migrations**--><g id="elem_**knex_migrations**"><rect codeLine="243" fill="#F1F1F1" height="107.4844" id="**knex_migrations**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="313" x="4979" y="297"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="128" x="5071.5" y="314.9951">knex_migrations</text><line style="stroke:#181818;stroke-width:0.5;" x1="4980" x2="5291" y1="323.2969" y2="323.2969"/><ellipse cx="4990" cy="334.2969" fill="none" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="4999" y="340.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5015" y="340.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="66" x="5024" y="340.292">serial [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4980" x2="5291" y1="347.5938" y2="347.5938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="4985" y="364.5889">name</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5017" y="364.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="5026" y="364.5889">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="4985" y="380.8857">batch</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5025" y="380.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="5034" y="380.8857">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="4985" y="397.1826">migration_time</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5097" y="397.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="176" x="5106" y="397.1826">timestamp with time zone</text></g><!--MD5=[e285313659388471fd77d27c8838eebf] -class **knex_migrations_lock**--><g id="elem_**knex_migrations_lock**"><rect codeLine="251" fill="#F1F1F1" height="74.8906" id="**knex_migrations_lock**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="173" x="5327" y="313"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="167" x="5330" y="330.9951">knex_migrations_lock</text><line style="stroke:#181818;stroke-width:0.5;" x1="5328" x2="5499" y1="339.2969" y2="339.2969"/><ellipse cx="5338" cy="350.2969" fill="none" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="5347" y="356.292">index</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5387" y="356.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="66" x="5396" y="356.292">serial [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="5328" x2="5499" y1="363.5938" y2="363.5938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="5333" y="380.5889">is_locked</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5405" y="380.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="5414" y="380.5889">integer</text></g><!--MD5=[9f1e9f755fa8e96941b9f66389680e07] -class **sdom_zones**--><g id="elem_**sdom_zones**"><rect codeLine="257" fill="#F1F1F1" height="74.8906" id="**sdom_zones**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="229" x="1044" y="692.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="98" x="1109.5" y="710.4951">sdom_zones</text><line style="stroke:#181818;stroke-width:0.5;" x1="1045" x2="1272" y1="718.7969" y2="718.7969"/><ellipse cx="1055" cy="729.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="1064" y="735.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1080" y="735.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="1089" y="735.792">character varying(30) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1045" x2="1272" y1="743.0938" y2="743.0938"/><ellipse cx="1055" cy="754.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="1064" y="760.0889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1088" y="760.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1097" y="760.0889">character varying(255)</text></g><!--MD5=[cf317b8f35ef6caa7c0cc8e48e619152] -class **sdom_zones_postgis**--><g id="elem_**sdom_zones_postgis**"><rect codeLine="263" fill="#F1F1F1" height="74.8906" id="**sdom_zones_postgis**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="293" x="5535" y="313"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="163" x="5600" y="330.9951">sdom_zones_postgis</text><line style="stroke:#181818;stroke-width:0.5;" x1="5536" x2="5827" y1="339.2969" y2="339.2969"/><ellipse cx="5546" cy="350.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="5555" y="356.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5571" y="356.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="5580" y="356.292">character varying(30) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="5536" x2="5827" y1="363.5938" y2="363.5938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="5541" y="380.5889">geometry</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5605" y="380.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="204" x="5614" y="380.5889">geometry(MultiPolygon,4326)</text></g><!--MD5=[22e5446f8707cde2fae1b12f133af6e9] -class **secteurs_maritime**--><g id="elem_**secteurs_maritime**"><rect codeLine="269" fill="#F1F1F1" height="91.1875" id="**secteurs_maritime**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="229" x="4029" y="684.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="145" x="4071" y="702.4951">secteurs_maritime</text><line style="stroke:#181818;stroke-width:0.5;" x1="4030" x2="4257" y1="710.7969" y2="710.7969"/><ellipse cx="4040" cy="721.7969" fill="none" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="4049" y="727.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4065" y="727.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="80" x="4074" y="727.792">integer [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4030" x2="4257" y1="735.0938" y2="735.0938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="4035" y="752.0889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4059" y="752.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4068" y="752.0889">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="48" x="4035" y="768.3857">facade</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4083" y="768.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4092" y="768.3857">character varying(255)</text></g><!--MD5=[334142c1e77c30d5f5c7acc29c1e50bc] -class **secteurs_maritime_postgis**--><g id="elem_**secteurs_maritime_postgis**"><rect codeLine="276" fill="#F1F1F1" height="74.8906" id="**secteurs_maritime_postgis**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="293" x="3701" y="692.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="210" x="3742.5" y="710.4951">secteurs_maritime_postgis</text><line style="stroke:#181818;stroke-width:0.5;" x1="3702" x2="3993" y1="718.7969" y2="718.7969"/><ellipse cx="3712" cy="729.7969" fill="none" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="3721" y="735.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3737" y="735.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="107" x="3746" y="735.792">integer [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3702" x2="3993" y1="743.0938" y2="743.0938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="3707" y="760.0889">geometry</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3771" y="760.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="204" x="3780" y="760.0889">geometry(MultiPolygon,4326)</text></g><!--MD5=[000bdc8fca937d4114719a6aff4ea039] -class **spatial_ref_sys**--><g id="elem_**spatial_ref_sys**"><rect codeLine="282" fill="#F1F1F1" height="123.7813" id="**spatial_ref_sys**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="262" x="5004.5" y="668"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="115" x="5078" y="685.9951">spatial_ref_sys</text><line style="stroke:#181818;stroke-width:0.5;" x1="5005.5" x2="5265.5" y1="694.2969" y2="694.2969"/><ellipse cx="5015.5" cy="705.2969" fill="none" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="5024.5" y="711.292">srid</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5056.5" y="711.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="80" x="5065.5" y="711.292">integer [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="5005.5" x2="5265.5" y1="718.5938" y2="718.5938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="5010.5" y="735.5889">auth_name</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5082.5" y="735.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="5091.5" y="735.5889">character varying(256)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="5010.5" y="751.8857">auth_srid</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5082.5" y="751.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="5091.5" y="751.8857">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="48" x="5010.5" y="768.1826">srtext</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5058.5" y="768.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="165" x="5067.5" y="768.1826">character varying(2048)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="5010.5" y="784.4795">proj4text</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5082.5" y="784.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="165" x="5091.5" y="784.4795">character varying(2048)</text></g><!--MD5=[737231e93f89167ae129923b20117fe6] -class **titres**--><g id="elem_**titres**"><rect codeLine="291" fill="#F1F1F1" height="319.3438" id="**titres**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="323" x="2994" y="1280"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="42" x="3134.5" y="1297.9951">titres</text><line style="stroke:#181818;stroke-width:0.5;" x1="2995" x2="3316" y1="1306.2969" y2="1306.2969"/><ellipse cx="3005" cy="1317.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="3014" y="1323.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3030" y="1323.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="3039" y="1323.292">character varying(128) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2995" x2="3316" y1="1330.5938" y2="1330.5938"/><ellipse cx="3005" cy="1341.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="3014" y="1347.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3038" y="1347.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="3047" y="1347.5889">character varying(255)</text><ellipse cx="3005" cy="1357.8906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="3014" y="1363.8857">type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3070" y="1363.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="3079" y="1363.8857">character varying(3) [FK]</text><ellipse cx="3005" cy="1374.1875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="3014" y="1380.1826">domaine_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3094" y="1380.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="3103" y="1380.1826">character varying(1) [FK]</text><ellipse cx="3005" cy="1390.4844" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="120" x="3014" y="1396.4795">titre_statut_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3134" y="1396.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="3143" y="1396.4795">character varying(3)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="3014" y="1412.7764">date_debut</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3094" y="1412.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="3103" y="1412.7764">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="3014" y="1429.0732">date_fin</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3078" y="1429.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="3087" y="1429.0732">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="96" x="3014" y="1445.3701">date_demande</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3110" y="1445.3701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="3119" y="1445.3701">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="3014" y="1461.667">public_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3126" y="1461.667">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="3135" y="1461.667">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="152" x="3014" y="1477.9639">entreprises_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3166" y="1477.9639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="3175" y="1477.9639">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="3014" y="1494.2607">doublon_titre_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3142" y="1494.2607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="3151" y="1494.2607">character varying(128)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="200" x="3014" y="1510.5576">contenus_titre_etapes_ids</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3214" y="1510.5576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="3223" y="1510.5576">jsonb</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="3014" y="1526.8545">coordonnees</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3102" y="1526.8545">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="35" x="3111" y="1526.8545">point</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="176" x="3014" y="1543.1514">props_titre_etapes_ids</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3190" y="1543.1514">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="3199" y="1543.1514">jsonb</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="3014" y="1559.4482">slug</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3046" y="1559.4482">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="3055" y="1559.4482">character varying(255)</text><ellipse cx="3005" cy="1569.75" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="3014" y="1575.7451">archive</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3070" y="1575.7451">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="3079" y="1575.7451">boolean</text><ellipse cx="3005" cy="1586.0469" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="3014" y="1592.042">references</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3094" y="1592.042">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="3103" y="1592.042">jsonb</text></g><!--MD5=[6f571eeee30dd06ca7719aefb6897faf] -class **titres__sdom_zones**--><g id="elem_**titres__sdom_zones**"><rect codeLine="312" fill="#F1F1F1" height="74.8906" id="**titres__sdom_zones**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="361" x="978" y="313"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="154" x="1081.5" y="330.9951">titres__sdom_zones</text><line style="stroke:#181818;stroke-width:0.5;" x1="979" x2="1338" y1="339.2969" y2="339.2969"/><ellipse cx="989" cy="350.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="998" y="356.292">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1110" y="356.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="1119" y="356.292">character varying(128) [PK][FK]</text><ellipse cx="989" cy="366.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="96" x="998" y="372.5889">sdom_zone_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1094" y="372.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="205" x="1103" y="372.5889">character varying(30) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="979" x2="1338" y1="379.8906" y2="379.8906"/></g><!--MD5=[8602961170372b91f4f1095301792aae] -class **titres__secteurs_maritime**--><g id="elem_**titres__secteurs_maritime**"><rect codeLine="318" fill="#F1F1F1" height="74.8906" id="**titres__secteurs_maritime**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="361" x="3791" y="313"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="201" x="3871" y="330.9951">titres__secteurs_maritime</text><line style="stroke:#181818;stroke-width:0.5;" x1="3792" x2="4151" y1="339.2969" y2="339.2969"/><ellipse cx="3802" cy="350.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="3811" y="356.292">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3923" y="356.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="3932" y="356.292">character varying(128) [PK][FK]</text><ellipse cx="3802" cy="366.5938" fill="none" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="152" x="3811" y="372.5889">secteur_maritime_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3963" y="372.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="107" x="3972" y="372.5889">integer [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3792" x2="4151" y1="379.8906" y2="379.8906"/></g><!--MD5=[a297b16a76b58c01aa4b71caf064a7fa] -class **titres__titres**--><g id="elem_**titres__titres**"><rect codeLine="324" fill="#F1F1F1" height="74.8906" id="**titres__titres**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="353" x="3344" y="1055.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="98" x="3471.5" y="1073.4951">titres__titres</text><line style="stroke:#181818;stroke-width:0.5;" x1="3345" x2="3696" y1="1081.7969" y2="1081.7969"/><ellipse cx="3355" cy="1092.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="3364" y="1098.792">titre_from_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3468" y="1098.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="3477" y="1098.792">character varying(255) [PK][FK]</text><ellipse cx="3355" cy="1109.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="3364" y="1115.0889">titre_to_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3452" y="1115.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="3461" y="1115.0889">character varying(255) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3345" x2="3696" y1="1122.3906" y2="1122.3906"/></g><!--MD5=[40f6ce71af2e61863eb513e8561b13cd] -class **titres_activites**--><g id="elem_**titres_activites**"><rect codeLine="330" fill="#F1F1F1" height="254.1563" id="**titres_activites**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="334" x="4618.5" y="966"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="115" x="4728" y="983.9951">titres_activites</text><line style="stroke:#181818;stroke-width:0.5;" x1="4619.5" x2="4951.5" y1="992.2969" y2="992.2969"/><ellipse cx="4629.5" cy="1003.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="4638.5" y="1009.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4654.5" y="1009.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="4663.5" y="1009.292">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4619.5" x2="4951.5" y1="1016.5938" y2="1016.5938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="4638.5" y="1033.5889">titre_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4702.5" y="1033.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="4711.5" y="1033.5889">character varying(128) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="4638.5" y="1049.8857">utilisateur_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4750.5" y="1049.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="4759.5" y="1049.8857">character varying(128) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="4638.5" y="1066.1826">date</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4670.5" y="1066.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="4679.5" y="1066.1826">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="4638.5" y="1082.4795">date_saisie</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4726.5" y="1082.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="4735.5" y="1082.4795">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="4638.5" y="1098.7764">contenu</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4694.5" y="1098.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="4703.5" y="1098.7764">jsonb</text><ellipse cx="4629.5" cy="1109.0781" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="4638.5" y="1115.0732">type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4694.5" y="1115.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="4703.5" y="1115.0732">character varying(3) [FK]</text><ellipse cx="4629.5" cy="1125.375" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="4638.5" y="1131.3701">statut_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4710.5" y="1131.3701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="4719.5" y="1131.3701">character varying(3) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="4638.5" y="1147.667">annee</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4678.5" y="1147.667">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="4687.5" y="1147.667">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="4638.5" y="1163.9639">periode_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4718.5" y="1163.9639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="4727.5" y="1163.9639">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="4638.5" y="1180.2607">sections</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4702.5" y="1180.2607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="47" x="4711.5" y="1180.2607">jsonb[]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="4638.5" y="1196.5576">suppression</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4726.5" y="1196.5576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="4735.5" y="1196.5576">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="4638.5" y="1212.8545">slug</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4670.5" y="1212.8545">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4679.5" y="1212.8545">character varying(255)</text></g><!--MD5=[3e31600102592ae26c6ed762a5d4cedb] -class **titres_administrations**--><g id="elem_**titres_administrations**"><rect codeLine="347" fill="#F1F1F1" height="74.8906" id="**titres_administrations**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="385" x="3732" y="1055.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="170" x="3839.5" y="1073.4951">titres_administrations</text><line style="stroke:#181818;stroke-width:0.5;" x1="3733" x2="4116" y1="1081.7969" y2="1081.7969"/><ellipse cx="3743" cy="1092.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="3752" y="1098.792">titre_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3816" y="1098.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="3825" y="1098.792">character varying(128) [PK][FK]</text><ellipse cx="3743" cy="1109.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="3752" y="1115.0889">administration_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3888" y="1115.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="3897" y="1115.0889">character varying(128) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3733" x2="4116" y1="1122.3906" y2="1122.3906"/></g><!--MD5=[e9ec1a58bad9b9871feadcecf551a9de] -class **titres_administrations_gestionnaires**--><g id="elem_**titres_administrations_gestionnaires**"><rect codeLine="353" fill="#F1F1F1" height="91.1875" id="**titres_administrations_gestionnaires**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="376" x="2590.5" y="1047.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="285" x="2636" y="1065.4951">titres_administrations_gestionnaires</text><line style="stroke:#181818;stroke-width:0.5;" x1="2591.5" x2="2965.5" y1="1073.7969" y2="1073.7969"/><ellipse cx="2601.5" cy="1084.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="2610.5" y="1090.792">titre_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2674.5" y="1090.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="2683.5" y="1090.792">character varying(128) [PK][FK]</text><ellipse cx="2601.5" cy="1101.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="2610.5" y="1107.0889">administration_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2746.5" y="1107.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="205" x="2755.5" y="1107.0889">character varying(64) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2591.5" x2="2965.5" y1="1114.3906" y2="1114.3906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="2596.5" y="1131.3857">associee</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2660.5" y="1131.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2669.5" y="1131.3857">boolean</text></g><!--MD5=[8f0a7066e2ef69f324b788f6e9c3be94] -class **titres_administrations_locales**--><g id="elem_**titres_administrations_locales**"><rect codeLine="360" fill="#F1F1F1" height="91.1875" id="**titres_administrations_locales**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="376" x="2986.5" y="305"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="232" x="3058.5" y="322.9951">titres_administrations_locales</text><line style="stroke:#181818;stroke-width:0.5;" x1="2987.5" x2="3361.5" y1="331.2969" y2="331.2969"/><ellipse cx="2997.5" cy="342.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="3006.5" y="348.292">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3118.5" y="348.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="3127.5" y="348.292">character varying(128) [PK][FK]</text><ellipse cx="2997.5" cy="358.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="3006.5" y="364.5889">administration_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3142.5" y="364.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="205" x="3151.5" y="364.5889">character varying(64) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2987.5" x2="3361.5" y1="371.8906" y2="371.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="2992.5" y="388.8857">associee</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3056.5" y="388.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="3065.5" y="388.8857">boolean</text></g><!--MD5=[42972415c740e3b09b6ff41a0d57d815] -class **titres_amodiataires**--><g id="elem_**titres_amodiataires**"><rect codeLine="367" fill="#F1F1F1" height="91.1875" id="**titres_amodiataires**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="361" x="1374" y="305"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="150" x="1479.5" y="322.9951">titres_amodiataires</text><line style="stroke:#181818;stroke-width:0.5;" x1="1375" x2="1734" y1="331.2969" y2="331.2969"/><ellipse cx="1385" cy="342.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="1394" y="348.292">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1506" y="348.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="1515" y="348.292">character varying(128) [PK][FK]</text><ellipse cx="1385" cy="358.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1394" y="364.5889">entreprise_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1498" y="364.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="205" x="1507" y="364.5889">character varying(64) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1375" x2="1734" y1="371.8906" y2="371.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="1380" y="388.8857">operateur</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1452" y="388.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1461" y="388.8857">boolean</text></g><!--MD5=[57d7116ac8b94ab381912614d5f1c96c] -class **titres_communes**--><g id="elem_**titres_communes**"><rect codeLine="374" fill="#F1F1F1" height="91.1875" id="**titres_communes**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="361" x="4187" y="305"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="135" x="4300" y="322.9951">titres_communes</text><line style="stroke:#181818;stroke-width:0.5;" x1="4188" x2="4547" y1="331.2969" y2="331.2969"/><ellipse cx="4198" cy="342.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="4207" y="348.292">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4319" y="348.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="4328" y="348.292">character varying(128) [PK][FK]</text><ellipse cx="4198" cy="358.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="4207" y="364.5889">commune_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4287" y="364.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="4296" y="364.5889">character varying(8) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4188" x2="4547" y1="371.8906" y2="371.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="4193" y="388.8857">surface</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4249" y="388.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="4258" y="388.8857">integer</text></g><!--MD5=[2604fd8a31308cb82a14687ac7a1a229] -class **titres_demarches**--><g id="elem_**titres_demarches**"><rect codeLine="381" fill="#F1F1F1" height="205.2656" id="**titres_demarches**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="286" x="2164.5" y="990.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="137" x="2239" y="1008.4951">titres_demarches</text><line style="stroke:#181818;stroke-width:0.5;" x1="2165.5" x2="2449.5" y1="1016.7969" y2="1016.7969"/><ellipse cx="2175.5" cy="1027.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2184.5" y="1033.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2200.5" y="1033.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="2209.5" y="1033.792">character varying(128) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2165.5" x2="2449.5" y1="1041.0938" y2="1041.0938"/><ellipse cx="2175.5" cy="1052.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="2184.5" y="1058.0889">titre_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2248.5" y="1058.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="2257.5" y="1058.0889">character varying(128) [FK]</text><ellipse cx="2175.5" cy="1068.3906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2184.5" y="1074.3857">type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2240.5" y="1074.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="2249.5" y="1074.3857">character varying(3) [FK]</text><ellipse cx="2175.5" cy="1084.6875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="2184.5" y="1090.6826">statut_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2256.5" y="1090.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="2265.5" y="1090.6826">character varying(3)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="2184.5" y="1106.9795">public_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2296.5" y="1106.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2305.5" y="1106.9795">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="152" x="2184.5" y="1123.2764">entreprises_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2336.5" y="1123.2764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2345.5" y="1123.2764">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="2184.5" y="1139.5732">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2224.5" y="1139.5732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="2233.5" y="1139.5732">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="2184.5" y="1155.8701">slug</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2216.5" y="1155.8701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2225.5" y="1155.8701">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2184.5" y="1172.167">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2272.5" y="1172.167">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2281.5" y="1172.167">character varying(255)</text><ellipse cx="2175.5" cy="1182.4688" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2184.5" y="1188.4639">archive</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2240.5" y="1188.4639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2249.5" y="1188.4639">boolean</text></g><!--MD5=[5408f2d00a8d0681fefeb2308a57a9c2] -class **titres_demarches_liens**--><g id="elem_**titres_demarches_liens**"><rect codeLine="395" fill="#F1F1F1" height="74.8906" id="**titres_demarches_liens**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="441" x="2532" y="692.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="181" x="2662" y="710.4951">titres_demarches_liens</text><line style="stroke:#181818;stroke-width:0.5;" x1="2533" x2="2972" y1="718.7969" y2="718.7969"/><ellipse cx="2543" cy="729.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="192" x="2552" y="735.792">enfant_titre_demarche_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2744" y="735.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="2753" y="735.792">character varying(128) [PK][FK]</text><ellipse cx="2543" cy="746.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="192" x="2552" y="752.0889">parent_titre_demarche_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2744" y="752.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="2753" y="752.0889">character varying(128) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2533" x2="2972" y1="759.3906" y2="759.3906"/></g><!--MD5=[4319517b19d071d8401fcc94ca04af3d] -class **titres_etapes**--><g id="elem_**titres_etapes**"><rect codeLine="401" fill="#F1F1F1" height="351.9375" id="**titres_etapes**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="358" x="2138.5" y="554"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="103" x="2266" y="571.9951">titres_etapes</text><line style="stroke:#181818;stroke-width:0.5;" x1="2139.5" x2="2495.5" y1="580.2969" y2="580.2969"/><ellipse cx="2149.5" cy="591.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2158.5" y="597.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2174.5" y="597.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="2183.5" y="597.292">character varying(128) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2139.5" x2="2495.5" y1="604.5938" y2="604.5938"/><ellipse cx="2149.5" cy="615.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="2158.5" y="621.5889">titre_demarche_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2294.5" y="621.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="2303.5" y="621.5889">character varying(128) [FK]</text><ellipse cx="2149.5" cy="631.8906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2158.5" y="637.8857">type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2214.5" y="637.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="2223.5" y="637.8857">character varying(3) [FK]</text><ellipse cx="2149.5" cy="648.1875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="2158.5" y="654.1826">statut_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2230.5" y="654.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="2239.5" y="654.1826">character varying(3)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="2158.5" y="670.4795">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2198.5" y="670.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="2207.5" y="670.4795">integer</text><ellipse cx="2149.5" cy="680.7813" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="2158.5" y="686.7764">date</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2190.5" y="686.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="2199.5" y="686.7764">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="2158.5" y="703.0732">date_debut</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2238.5" y="703.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="2247.5" y="703.0732">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="2158.5" y="719.3701">date_fin</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2222.5" y="719.3701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="2231.5" y="719.3701">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="2158.5" y="735.667">duree</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2198.5" y="735.667">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="2207.5" y="735.667">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2158.5" y="751.9639">surface</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2214.5" y="751.9639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="25" x="2223.5" y="751.9639">real</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2158.5" y="768.2607">contenu</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2214.5" y="768.2607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="2223.5" y="768.2607">jsonb</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="96" x="2158.5" y="784.5576">incertitudes</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2254.5" y="784.5576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="2263.5" y="784.5576">jsonb</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="2158.5" y="800.8545">heritage_props</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2270.5" y="800.8545">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="2279.5" y="800.8545">jsonb</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="2158.5" y="817.1514">heritage_contenu</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2286.5" y="817.1514">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="2295.5" y="817.1514">jsonb</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="2158.5" y="833.4482">slug</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2190.5" y="833.4482">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2199.5" y="833.4482">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="208" x="2158.5" y="849.7451">decisions_annexes_sections</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2366.5" y="849.7451">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="47" x="2375.5" y="849.7451">jsonb[]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="200" x="2158.5" y="866.042">decisions_annexes_contenu</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2358.5" y="866.042">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="28" x="2367.5" y="866.042">json</text><ellipse cx="2149.5" cy="876.3438" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2158.5" y="882.3389">archive</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2214.5" y="882.3389">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2223.5" y="882.3389">boolean</text><ellipse cx="2149.5" cy="892.6406" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="2158.5" y="898.6357">substances</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2238.5" y="898.6357">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="2247.5" y="898.6357">jsonb</text></g><!--MD5=[aec7d250298c1b2b68821765f15ab8cf] -class **titres_etapes_justificatifs**--><g id="elem_**titres_etapes_justificatifs**"><rect codeLine="424" fill="#F1F1F1" height="74.8906" id="**titres_etapes_justificatifs**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="361" x="3139" y="39.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="196" x="3221.5" y="57.4951">titres_etapes_justificatifs</text><line style="stroke:#181818;stroke-width:0.5;" x1="3140" x2="3499" y1="65.7969" y2="65.7969"/><ellipse cx="3150" cy="76.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="3159" y="82.792">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3271" y="82.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="3280" y="82.792">character varying(128) [PK][FK]</text><ellipse cx="3150" cy="93.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="3159" y="99.0889">document_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3247" y="99.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="3256" y="99.0889">character varying(255) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3140" x2="3499" y1="106.3906" y2="106.3906"/></g><!--MD5=[0bb8d912f079c21b0b28c1f229f90396] -class **titres_forets**--><g id="elem_**titres_forets**"><rect codeLine="430" fill="#F1F1F1" height="74.8906" id="**titres_forets**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="361" x="4583" y="313"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="97" x="4715" y="330.9951">titres_forets</text><line style="stroke:#181818;stroke-width:0.5;" x1="4584" x2="4943" y1="339.2969" y2="339.2969"/><ellipse cx="4594" cy="350.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="4603" y="356.292">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4715" y="356.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="4724" y="356.292">character varying(128) [PK][FK]</text><ellipse cx="4594" cy="366.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="4603" y="372.5889">foret_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4667" y="372.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="4676" y="372.5889">character varying(8) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4584" x2="4943" y1="379.8906" y2="379.8906"/></g><!--MD5=[ed1e64322d40002cbca700a519cbf84b] -class **titres_phases**--><g id="elem_**titres_phases**"><rect codeLine="436" fill="#F1F1F1" height="107.4844" id="**titres_phases**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="385" x="567" y="1039.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="106" x="706.5" y="1057.4951">titres_phases</text><line style="stroke:#181818;stroke-width:0.5;" x1="568" x2="951" y1="1065.7969" y2="1065.7969"/><ellipse cx="578" cy="1076.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="587" y="1082.792">titre_demarche_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="723" y="1082.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="732" y="1082.792">character varying(128) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="568" x2="951" y1="1090.0938" y2="1090.0938"/><ellipse cx="578" cy="1101.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="120" x="587" y="1107.0889">phase_statut_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="707" y="1107.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="716" y="1107.0889">character varying(3)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="587" y="1123.3857">date_debut</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="667" y="1123.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="676" y="1123.3857">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="587" y="1139.6826">date_fin</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="651" y="1139.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="660" y="1139.6826">character varying(10)</text></g><!--MD5=[716a793b9be83517468d7ae6b6342dad] -class **titres_points**--><g id="elem_**titres_points**"><rect codeLine="444" fill="#F1F1F1" height="237.8594" id="**titres_points**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="334" x="2512.5" y="231.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="98" x="2630.5" y="249.4951">titres_points</text><line style="stroke:#181818;stroke-width:0.5;" x1="2513.5" x2="2845.5" y1="257.7969" y2="257.7969"/><ellipse cx="2523.5" cy="268.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2532.5" y="274.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2548.5" y="274.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="2557.5" y="274.792">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2513.5" x2="2845.5" y1="282.0938" y2="282.0938"/><ellipse cx="2523.5" cy="293.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="2532.5" y="299.0889">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2644.5" y="299.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="2653.5" y="299.0889">character varying(128) [FK]</text><ellipse cx="2523.5" cy="309.3906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2532.5" y="315.3857">coordonnees</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2620.5" y="315.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="35" x="2629.5" y="315.3857">point</text><ellipse cx="2523.5" cy="325.6875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="48" x="2532.5" y="331.6826">groupe</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2580.5" y="331.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="2589.5" y="331.6826">integer</text><ellipse cx="2523.5" cy="341.9844" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2532.5" y="347.9795">contour</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2588.5" y="347.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="2597.5" y="347.9795">integer</text><ellipse cx="2523.5" cy="358.2813" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="2532.5" y="364.2764">point</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2572.5" y="364.2764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="2581.5" y="364.2764">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="2532.5" y="380.5732">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2556.5" y="380.5732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2565.5" y="380.5732">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2532.5" y="396.8701">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2620.5" y="396.8701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="2629.5" y="396.8701">text</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="2532.5" y="413.167">securite</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2596.5" y="413.167">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2605.5" y="413.167">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2532.5" y="429.4639">subsidiaire</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2620.5" y="429.4639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2629.5" y="429.4639">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="2532.5" y="445.7607">lot</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2556.5" y="445.7607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="2565.5" y="445.7607">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="2532.5" y="462.0576">slug</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2564.5" y="462.0576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2573.5" y="462.0576">character varying(255)</text></g><!--MD5=[d7a1934f3495db73013ef53d92a37ea4] -class **titres_points_references**--><g id="elem_**titres_points_references**"><rect codeLine="460" fill="#F1F1F1" height="140.0781" id="**titres_points_references**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="334" x="2512.5" y="7"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="193" x="2583" y="24.9951">titres_points_references</text><line style="stroke:#181818;stroke-width:0.5;" x1="2513.5" x2="2845.5" y1="33.2969" y2="33.2969"/><ellipse cx="2523.5" cy="44.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2532.5" y="50.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2548.5" y="50.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="2557.5" y="50.292">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2513.5" x2="2845.5" y1="57.5938" y2="57.5938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="2532.5" y="74.5889">titre_point_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2644.5" y="74.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="2653.5" y="74.5889">character varying(255) [FK]</text><ellipse cx="2523.5" cy="84.8906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="2532.5" y="90.8857">geo_systeme_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2644.5" y="90.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="2653.5" y="90.8857">character varying(5)</text><ellipse cx="2523.5" cy="101.1875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2532.5" y="107.1826">coordonnees</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2620.5" y="107.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="35" x="2629.5" y="107.1826">point</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="2532.5" y="123.4795">opposable</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2604.5" y="123.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2613.5" y="123.4795">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="2532.5" y="139.7764">slug</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2564.5" y="139.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2573.5" y="139.7764">character varying(255)</text></g><!--MD5=[0caad3fb92d45f9453328b20dd20e574] -class **titres_titulaires**--><g id="elem_**titres_titulaires**"><rect codeLine="470" fill="#F1F1F1" height="91.1875" id="**titres_titulaires**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="361" x="1770" y="305"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="118" x="1891.5" y="322.9951">titres_titulaires</text><line style="stroke:#181818;stroke-width:0.5;" x1="1771" x2="2130" y1="331.2969" y2="331.2969"/><ellipse cx="1781" cy="342.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="1790" y="348.292">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1902" y="348.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="1911" y="348.292">character varying(128) [PK][FK]</text><ellipse cx="1781" cy="358.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1790" y="364.5889">entreprise_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1894" y="364.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="205" x="1903" y="364.5889">character varying(64) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1771" x2="2130" y1="371.8906" y2="371.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="1776" y="388.8857">operateur</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1848" y="388.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1857" y="388.8857">boolean</text></g><!--MD5=[639971d12404107c12ee9424f4b819cc] -class **titres_types**--><g id="elem_**titres_types**"><rect codeLine="477" fill="#F1F1F1" height="123.7813" id="**titres_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="284" x="1702.5" y="1740.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="93" x="1798" y="1758.4951">titres_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="1703.5" x2="1985.5" y1="1766.7969" y2="1766.7969"/><ellipse cx="1713.5" cy="1777.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="1722.5" y="1783.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1738.5" y="1783.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="1747.5" y="1783.792">character varying(3) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1703.5" x2="1985.5" y1="1791.0938" y2="1791.0938"/><ellipse cx="1713.5" cy="1802.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="1722.5" y="1808.0889">domaine_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1802.5" y="1808.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="1811.5" y="1808.0889">character varying(1) [FK]</text><ellipse cx="1713.5" cy="1818.3906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="1722.5" y="1824.3857">type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1778.5" y="1824.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="1787.5" y="1824.3857">character varying(3) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="1722.5" y="1840.6826">contenu_ids</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1810.5" y="1840.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="47" x="1819.5" y="1840.6826">jsonb[]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="1722.5" y="1856.9795">archive</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1778.5" y="1856.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1787.5" y="1856.9795">boolean</text></g><!--MD5=[551ad51cf4fd61274b428f1a1dd782fa] -class **titres_types__demarches_types**--><g id="elem_**titres_types__demarches_types**"><rect codeLine="486" fill="#F1F1F1" height="205.2656" id="**titres_types__demarches_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="359" x="473" y="1337"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="246" x="529.5" y="1354.9951">titres_types__demarches_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="474" x2="831" y1="1363.2969" y2="1363.2969"/><ellipse cx="484" cy="1374.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="493" y="1380.292">titre_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="597" y="1380.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="606" y="1380.292">character varying(3) [PK][FK]</text><ellipse cx="484" cy="1390.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="493" y="1396.5889">demarche_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="621" y="1396.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="630" y="1396.5889">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="474" x2="831" y1="1403.8906" y2="1403.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="479" y="1420.8857">duree_max</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="551" y="1420.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="560" y="1420.8857">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="168" x="479" y="1437.1826">acceptation_implicite</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="647" y="1437.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="656" y="1437.1826">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="120" x="479" y="1453.4795">delai_implicite</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="599" y="1453.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="608" y="1453.4795">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="479" y="1469.7764">delai_recours</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="583" y="1469.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="592" y="1469.7764">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="479" y="1486.0732">legal_ref</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="551" y="1486.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="560" y="1486.0732">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="479" y="1502.3701">legal_lien</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="559" y="1502.3701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="568" y="1502.3701">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="479" y="1518.667">date_debut</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="559" y="1518.667">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="568" y="1518.667">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="479" y="1534.9639">date_fin</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="543" y="1534.9639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="552" y="1534.9639">character varying(10)</text></g><!--MD5=[ed637d2f90f30101185a74cc1a8f99b3] -class **titres_types__demarches_types__etapes_types**--><g id="elem_**titres_types__demarches_types__etapes_types**"><rect codeLine="500" fill="#F1F1F1" height="123.7813" id="**titres_types__demarches_types__etapes_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="371" x="1044" y="1377.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="365" x="1047" y="1395.4951">titres_types__demarches_types__etapes_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="1045" x2="1414" y1="1403.7969" y2="1403.7969"/><ellipse cx="1055" cy="1414.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1064" y="1420.792">titre_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1168" y="1420.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1177" y="1420.792">character varying(3) [PK][FK]</text><ellipse cx="1055" cy="1431.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="1064" y="1437.0889">demarche_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1192" y="1437.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1201" y="1437.0889">character varying(7) [PK][FK]</text><ellipse cx="1055" cy="1447.3906" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1064" y="1453.3857">etape_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1168" y="1453.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1177" y="1453.3857">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1045" x2="1414" y1="1460.6875" y2="1460.6875"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="1050" y="1477.6826">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1090" y="1477.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="1099" y="1477.6826">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="1050" y="1493.9795">sections</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1114" y="1493.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="47" x="1123" y="1493.9795">jsonb[]</text></g><!--MD5=[138fb4e293345d6122dec0a43b937df9] -class **titres_types__demarches_types__etapes_types__justificatifs_t**--><g id="elem_**titres_types__demarches_types__etapes_types__justificatifs_t**"><rect codeLine="509" fill="#F1F1F1" height="140.0781" id="**titres_types__demarches_types__etapes_types__justificatifs_t**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="484" x="987.5" y="1023"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="478" x="990.5" y="1040.9951">titres_types__demarches_types__etapes_types__justificatifs_t</text><line style="stroke:#181818;stroke-width:0.5;" x1="988.5" x2="1470.5" y1="1049.2969" y2="1049.2969"/><ellipse cx="998.5" cy="1060.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1007.5" y="1066.292">titre_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1111.5" y="1066.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1120.5" y="1066.292">character varying(3) [PK][FK]</text><ellipse cx="998.5" cy="1076.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="1007.5" y="1082.5889">demarche_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1135.5" y="1082.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1144.5" y="1082.5889">character varying(7) [PK][FK]</text><ellipse cx="998.5" cy="1092.8906" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1007.5" y="1098.8857">etape_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1111.5" y="1098.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1120.5" y="1098.8857">character varying(3) [PK][FK]</text><ellipse cx="998.5" cy="1109.1875" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="1007.5" y="1115.1826">document_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1135.5" y="1115.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1144.5" y="1115.1826">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="988.5" x2="1470.5" y1="1122.4844" y2="1122.4844"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="993.5" y="1139.4795">optionnel</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1065.5" y="1139.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1074.5" y="1139.4795">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="993.5" y="1155.7764">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1081.5" y="1155.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="1090.5" y="1155.7764">text</text></g><!--MD5=[94db2f9549dd4ab6402e6452ea37b961] -class **titres_types__titres_statuts**--><g id="elem_**titres_types__titres_statuts**"><rect codeLine="519" fill="#F1F1F1" height="91.1875" id="**titres_types__titres_statuts**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="353" x="1870" y="1394"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="211" x="1941" y="1411.9951">titres_types__titres_statuts</text><line style="stroke:#181818;stroke-width:0.5;" x1="1871" x2="2222" y1="1420.2969" y2="1420.2969"/><ellipse cx="1881" cy="1431.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1890" y="1437.292">titre_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1994" y="1437.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="2003" y="1437.292">character varying(255) [PK][FK]</text><ellipse cx="1881" cy="1447.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="120" x="1890" y="1453.5889">titre_statut_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2010" y="1453.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="2019" y="1453.5889">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1871" x2="2222" y1="1460.8906" y2="1460.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="1876" y="1477.8857">public_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1988" y="1477.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1997" y="1477.8857">boolean</text></g><!--MD5=[69b3fa67d081e2caa8a9861dc2eeb641] -class **titres_types_types**--><g id="elem_**titres_types_types**"><rect codeLine="526" fill="#F1F1F1" height="107.4844" id="**titres_types_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="220" x="1734.5" y="2006"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="144" x="1772.5" y="2023.9951">titres_types_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="1735.5" x2="1953.5" y1="2032.2969" y2="2032.2969"/><ellipse cx="1745.5" cy="2043.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="1754.5" y="2049.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1770.5" y="2049.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="1779.5" y="2049.292">character varying(2) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1735.5" x2="1953.5" y1="2056.5938" y2="2056.5938"/><ellipse cx="1745.5" cy="2067.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="1754.5" y="2073.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1778.5" y="2073.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1787.5" y="2073.5889">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="1754.5" y="2089.8857">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1842.5" y="2089.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="1851.5" y="2089.8857">text</text><ellipse cx="1745.5" cy="2100.1875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="1754.5" y="2106.1826">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1794.5" y="2106.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="1803.5" y="2106.1826">integer</text></g><!--MD5=[bb4894758e5c56d39e342e991b469faa] -class **utilisateurs**--><g id="elem_**utilisateurs**"><rect codeLine="534" fill="#F1F1F1" height="254.1563" id="**utilisateurs**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="358" x="3457.5" y="1312.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="88" x="3592.5" y="1330.4951">utilisateurs</text><line style="stroke:#181818;stroke-width:0.5;" x1="3458.5" x2="3814.5" y1="1338.7969" y2="1338.7969"/><ellipse cx="3468.5" cy="1349.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="3477.5" y="1355.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3493.5" y="1355.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="3502.5" y="1355.792">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3458.5" x2="3814.5" y1="1363.0938" y2="1363.0938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="3477.5" y="1380.0889">email</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3517.5" y="1380.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="3526.5" y="1380.0889">character varying(255)</text><ellipse cx="3468.5" cy="1390.3906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="96" x="3477.5" y="1396.3857">mot_de_passe</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3573.5" y="1396.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="3582.5" y="1396.3857">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="3477.5" y="1412.6826">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3501.5" y="1412.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="3510.5" y="1412.6826">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="48" x="3477.5" y="1428.9795">prenom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3525.5" y="1428.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="3534.5" y="1428.9795">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="3477.5" y="1445.2764">telephone_fixe</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3589.5" y="1445.2764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="3598.5" y="1445.2764">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="3477.5" y="1461.5732">telephone_mobile</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3605.5" y="1461.5732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="3614.5" y="1461.5732">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="3477.5" y="1477.8701">refresh_token</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3581.5" y="1477.8701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="3590.5" y="1477.8701">character varying(255)</text><ellipse cx="3468.5" cy="1488.1719" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="3477.5" y="1494.167">role</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3509.5" y="1494.167">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="3518.5" y="1494.167">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="3477.5" y="1510.4639">preferences</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3565.5" y="1510.4639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="28" x="3574.5" y="1510.4639">json</text><ellipse cx="3468.5" cy="1520.7656" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="3477.5" y="1526.7607">date_creation</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3581.5" y="1526.7607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="3590.5" y="1526.7607">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="3477.5" y="1543.0576">administration_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3613.5" y="1543.0576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="3622.5" y="1543.0576">character varying(255) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="3477.5" y="1559.3545">qgis_token</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3557.5" y="1559.3545">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="3566.5" y="1559.3545">character varying(255)</text></g><!--MD5=[d3168609e77bb21165f416225b8eb07d] -class **utilisateurs__entreprises**--><g id="elem_**utilisateurs__entreprises**"><rect codeLine="551" fill="#F1F1F1" height="74.8906" id="**utilisateurs__entreprises**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="311" x="2166" y="313"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="194" x="2224.5" y="330.9951">utilisateurs__entreprises</text><line style="stroke:#181818;stroke-width:0.5;" x1="2167" x2="2476" y1="339.2969" y2="339.2969"/><line style="stroke:#181818;stroke-width:1.0;" x1="2167" x2="2476" y1="347.2969" y2="347.2969"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="2172" y="364.292">utilisateur_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2284" y="364.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="2293" y="364.292">character varying(64) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="2172" y="380.5889">entreprise_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2276" y="380.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="2285" y="380.5889">character varying(64) [FK]</text></g><!--MD5=[9d27d9fcc6b6982070ce8832a6b94dd0] -class **utilisateurs__titres**--><g id="elem_**utilisateurs__titres**"><rect codeLine="557" fill="#F1F1F1" height="74.8906" id="**utilisateurs__titres**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="361" x="4152" y="1055.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="144" x="4260.5" y="1073.4951">utilisateurs__titres</text><line style="stroke:#181818;stroke-width:0.5;" x1="4153" x2="4512" y1="1081.7969" y2="1081.7969"/><ellipse cx="4163" cy="1092.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="4172" y="1098.792">utilisateur_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4284" y="1098.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="4293" y="1098.792">character varying(255) [PK][FK]</text><ellipse cx="4163" cy="1109.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="4172" y="1115.0889">titre_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4236" y="1115.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="4245" y="1115.0889">character varying(255) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4153" x2="4512" y1="1122.3906" y2="1122.3906"/></g><!--MD5=[1c0a97f94ac829b93690b20157513b3a] -reverse link **activites_types__documents_types** to **activites_types**--><g id="link_**activites_types__documents_types**_**activites_types**"><path codeLine="563" d="M5674.3333,1493.1678 C5674.3333,1493.1678 5674.3333,1749 5674.3333,1749 C5674.3333,1749 5197.372,1749 4955.1651,1749 " fill="none" id="**activites_types__documents_types**-backto-**activites_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="5674.3333" x2="5666.3333" y1="1493.1678" y2="1485.1678"/><line style="stroke:#181818;stroke-width:1.0;" x1="5674.3333" x2="5682.3333" y1="1493.1678" y2="1485.1678"/><line style="stroke:#181818;stroke-width:1.0;" x1="5674.3333" x2="5674.3333" y1="1493.1678" y2="1485.1678"/></g><!--MD5=[1c0a97f94ac829b93690b20157513b3a] -reverse link **activites_types__documents_types** to **activites_types**--><g id="link_**activites_types__documents_types**_**activites_types**"><path codeLine="565" d="M5554.6667,1493.2914 C5554.6667,1493.2914 5554.6667,1741 5554.6667,1741 C5554.6667,1741 5168.6534,1741 4955.2907,1741 " fill="none" id="**activites_types__documents_types**-backto-**activites_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="5554.6667" x2="5546.6667" y1="1493.2914" y2="1485.2914"/><line style="stroke:#181818;stroke-width:1.0;" x1="5554.6667" x2="5562.6667" y1="1493.2914" y2="1485.2914"/><line style="stroke:#181818;stroke-width:1.0;" x1="5554.6667" x2="5554.6667" y1="1493.2914" y2="1485.2914"/></g><!--MD5=[1b4a1e921d10c1dff99f51ffefe53446] -reverse link **activites_types__documents_types** to **documents_types**--><g id="link_**activites_types__documents_types**_**documents_types**"><path codeLine="567" d="M5426.8717,1483 C5426.8717,1483 5168.125,1483 5168.125,1483 C5168.125,1483 5168.125,1668.3788 5168.125,1756.7234 " fill="none" id="**activites_types__documents_types**-backto-**documents_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="5426.8717" x2="5434.8717" y1="1483" y2="1475"/><line style="stroke:#181818;stroke-width:1.0;" x1="5426.8717" x2="5434.8717" y1="1483" y2="1491"/><line style="stroke:#181818;stroke-width:1.0;" x1="5426.8717" x2="5434.8717" y1="1483" y2="1483"/></g><!--MD5=[1b4a1e921d10c1dff99f51ffefe53446] -reverse link **activites_types__documents_types** to **documents_types**--><g id="link_**activites_types__documents_types**_**documents_types**"><path codeLine="569" d="M5426.7707,1480 C5426.7707,1480 5033.9,1480 5033.9,1480 C5033.9,1480 5033.9,1668.0803 5033.9,1756.9776 " fill="none" id="**activites_types__documents_types**-backto-**documents_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="5426.7707" x2="5434.7707" y1="1480" y2="1472"/><line style="stroke:#181818;stroke-width:1.0;" x1="5426.7707" x2="5434.7707" y1="1480" y2="1488"/><line style="stroke:#181818;stroke-width:1.0;" x1="5426.7707" x2="5434.7707" y1="1480" y2="1480"/></g><!--MD5=[7da6eb1e6213fa148fc5396b6022c0c5] -reverse link **activites_types__pays** to **activites_types**--><g id="link_**activites_types__pays**_**activites_types**"><path codeLine="571" d="M5125.75,1485.2691 C5125.75,1485.2691 5125.75,1733 5125.75,1733 C5125.75,1733 5037.4696,1733 4955.3964,1733 " fill="none" id="**activites_types__pays**-backto-**activites_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="5125.75" x2="5117.75" y1="1485.2691" y2="1477.2691"/><line style="stroke:#181818;stroke-width:1.0;" x1="5125.75" x2="5133.75" y1="1485.2691" y2="1477.2691"/><line style="stroke:#181818;stroke-width:1.0;" x1="5125.75" x2="5125.75" y1="1485.2691" y2="1477.2691"/></g><!--MD5=[7da6eb1e6213fa148fc5396b6022c0c5] -reverse link **activites_types__pays** to **activites_types**--><g id="link_**activites_types__pays**_**activites_types**"><path codeLine="573" d="M5083.375,1485.1177 C5083.375,1485.1177 5083.375,1725 5083.375,1725 C5083.375,1725 5019.9855,1725 4955.1102,1725 " fill="none" id="**activites_types__pays**-backto-**activites_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="5083.375" x2="5075.375" y1="1485.1177" y2="1477.1177"/><line style="stroke:#181818;stroke-width:1.0;" x1="5083.375" x2="5091.375" y1="1485.1177" y2="1477.1177"/><line style="stroke:#181818;stroke-width:1.0;" x1="5083.375" x2="5083.375" y1="1485.1177" y2="1477.1177"/></g><!--MD5=[52e7a2726ca4b75863c8502c74830e6c] -reverse link **activites_types__titres_types** to **activites_types**--><g id="link_**activites_types__titres_types**_**activites_types**"><path codeLine="575" d="M4138.2,1485.2254 C4138.2,1485.2254 4138.2,1735 4138.2,1735 C4138.2,1735 4481.0686,1735 4679.6243,1735 " fill="none" id="**activites_types__titres_types**-backto-**activites_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4138.2" x2="4130.2" y1="1485.2254" y2="1477.2254"/><line style="stroke:#181818;stroke-width:1.0;" x1="4138.2" x2="4146.2" y1="1485.2254" y2="1477.2254"/><line style="stroke:#181818;stroke-width:1.0;" x1="4138.2" x2="4138.2" y1="1485.2254" y2="1477.2254"/></g><!--MD5=[52e7a2726ca4b75863c8502c74830e6c] -reverse link **activites_types__titres_types** to **activites_types**--><g id="link_**activites_types__titres_types**_**activites_types**"><path codeLine="577" d="M4066.4,1485.0503 C4066.4,1485.0503 4066.4,1729 4066.4,1729 C4066.4,1729 4462.9005,1729 4679.7367,1729 " fill="none" id="**activites_types__titres_types**-backto-**activites_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4066.4" x2="4058.4" y1="1485.0503" y2="1477.0503"/><line style="stroke:#181818;stroke-width:1.0;" x1="4066.4" x2="4074.4" y1="1485.0503" y2="1477.0503"/><line style="stroke:#181818;stroke-width:1.0;" x1="4066.4" x2="4066.4" y1="1485.0503" y2="1477.0503"/></g><!--MD5=[a45e362ea16ebdcfa04593daac44a0d7] -reverse link **activites_types__titres_types** to **titres_types**--><g id="link_**activites_types__titres_types**_**titres_types**"><path codeLine="579" d="M3922.8,1485.1682 C3922.8,1485.1682 3922.8,1757 3922.8,1757 C3922.8,1757 2455.192,1757 1986.532,1757 " fill="none" id="**activites_types__titres_types**-backto-**titres_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3922.8" x2="3914.8" y1="1485.1682" y2="1477.1682"/><line style="stroke:#181818;stroke-width:1.0;" x1="3922.8" x2="3930.8" y1="1485.1682" y2="1477.1682"/><line style="stroke:#181818;stroke-width:1.0;" x1="3922.8" x2="3922.8" y1="1485.1682" y2="1477.1682"/></g><!--MD5=[a45e362ea16ebdcfa04593daac44a0d7] -reverse link **activites_types__titres_types** to **titres_types**--><g id="link_**activites_types__titres_types**_**titres_types**"><path codeLine="581" d="M3994.6,1485.157 C3994.6,1485.157 3994.6,1765 3994.6,1765 C3994.6,1765 2466.5699,1765 1986.8221,1765 " fill="none" id="**activites_types__titres_types**-backto-**titres_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3994.6" x2="3986.6" y1="1485.157" y2="1477.157"/><line style="stroke:#181818;stroke-width:1.0;" x1="3994.6" x2="4002.6" y1="1485.157" y2="1477.157"/><line style="stroke:#181818;stroke-width:1.0;" x1="3994.6" x2="3994.6" y1="1485.157" y2="1477.157"/></g><!--MD5=[1bc951786a15b43825597148929c1d3b] -reverse link **administrations__activites_types** to **activites_types**--><g id="link_**administrations__activites_types**_**activites_types**"><path codeLine="583" d="M4602.2476,1489 C4602.2476,1489 4748.75,1489 4748.75,1489 C4748.75,1489 4748.75,1622.8104 4748.75,1715.5891 " fill="none" id="**administrations__activites_types**-backto-**activites_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4602.2476" x2="4594.2476" y1="1489" y2="1497"/><line style="stroke:#181818;stroke-width:1.0;" x1="4602.2476" x2="4594.2476" y1="1489" y2="1481"/><line style="stroke:#181818;stroke-width:1.0;" x1="4602.2476" x2="4594.2476" y1="1489" y2="1489"/></g><!--MD5=[5fb91224e823abbf18d0e0bd5054330d] -reverse link **administrations__activites_types** to **administrations**--><g id="link_**administrations__activites_types**_**administrations**"><path codeLine="585" d="M4419.5,1501.3312 C4419.5,1501.3312 4419.5,1807 4419.5,1807 C4419.5,1807 3388.1051,1807 3038.0957,1807 " fill="none" id="**administrations__activites_types**-backto-**administrations**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4419.5" x2="4411.5" y1="1501.3312" y2="1493.3312"/><line style="stroke:#181818;stroke-width:1.0;" x1="4419.5" x2="4427.5" y1="1501.3312" y2="1493.3312"/><line style="stroke:#181818;stroke-width:1.0;" x1="4419.5" x2="4419.5" y1="1501.3312" y2="1493.3312"/></g><!--MD5=[0c823be26d54d92254fd2305b6197233] -reverse link **administrations__activites_types__emails** to **activites_types**--><g id="link_**administrations__activites_types__emails**_**activites_types**"><path codeLine="587" d="M4886.25,1493.1066 C4886.25,1493.1066 4886.25,1715.8579 4886.25,1715.8579 " fill="none" id="**administrations__activites_types__emails**-backto-**activites_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4886.25" x2="4878.25" y1="1493.1066" y2="1485.1066"/><line style="stroke:#181818;stroke-width:1.0;" x1="4886.25" x2="4894.25" y1="1493.1066" y2="1485.1066"/><line style="stroke:#181818;stroke-width:1.0;" x1="4886.25" x2="4886.25" y1="1493.1066" y2="1485.1066"/></g><!--MD5=[0c823be26d54d92254fd2305b6197233] -reverse link **administrations__activites_types__emails** to **activites_types**--><g id="link_**administrations__activites_types__emails**_**activites_types**"><path codeLine="589" d="M4817.5,1493.1066 C4817.5,1493.1066 4817.5,1715.8579 4817.5,1715.8579 " fill="none" id="**administrations__activites_types__emails**-backto-**activites_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4817.5" x2="4809.5" y1="1493.1066" y2="1485.1066"/><line style="stroke:#181818;stroke-width:1.0;" x1="4817.5" x2="4825.5" y1="1493.1066" y2="1485.1066"/><line style="stroke:#181818;stroke-width:1.0;" x1="4817.5" x2="4817.5" y1="1493.1066" y2="1485.1066"/></g><!--MD5=[f8d9a08add9721e6af26e20df4350d20] -reverse link **administrations__activites_types__emails** to **administrations**--><g id="link_**administrations__activites_types__emails**_**administrations**"><path codeLine="591" d="M4646.3333,1493.2899 C4646.3333,1493.2899 4646.3333,1816 4646.3333,1816 C4646.3333,1816 3423.3704,1816 3038.2088,1816 " fill="none" id="**administrations__activites_types__emails**-backto-**administrations**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4646.3333" x2="4638.3333" y1="1493.2899" y2="1485.2899"/><line style="stroke:#181818;stroke-width:1.0;" x1="4646.3333" x2="4654.3333" y1="1493.2899" y2="1485.2899"/><line style="stroke:#181818;stroke-width:1.0;" x1="4646.3333" x2="4646.3333" y1="1493.2899" y2="1485.2899"/></g><!--MD5=[f8d9a08add9721e6af26e20df4350d20] -reverse link **administrations__activites_types__emails** to **administrations**--><g id="link_**administrations__activites_types__emails**_**administrations**"><path codeLine="593" d="M4663.1667,1493.1171 C4663.1667,1493.1171 4663.1667,1824 4663.1667,1824 C4663.1667,1824 3426.1065,1824 3038.3172,1824 " fill="none" id="**administrations__activites_types__emails**-backto-**administrations**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4663.1667" x2="4655.1667" y1="1493.1171" y2="1485.1171"/><line style="stroke:#181818;stroke-width:1.0;" x1="4663.1667" x2="4671.1667" y1="1493.1171" y2="1485.1171"/><line style="stroke:#181818;stroke-width:1.0;" x1="4663.1667" x2="4663.1667" y1="1493.1171" y2="1485.1171"/></g><!--MD5=[016d5f22748f746fb89341b169e1630f] -reverse link **administrations__titres_types__etapes_types** to **administrations**--><g id="link_**administrations__titres_types__etapes_types**_**administrations**"><path codeLine="595" d="M1843.3157,1490 C1843.3157,1490 2099.5,1490 2099.5,1490 C2099.5,1490 2099.5,1793 2099.5,1793 C2099.5,1793 2582.5137,1793 2808.9263,1793 " fill="none" id="**administrations__titres_types__etapes_types**-backto-**administrations**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1843.3157" x2="1835.3157" y1="1490" y2="1498"/><line style="stroke:#181818;stroke-width:1.0;" x1="1843.3157" x2="1835.3157" y1="1490" y2="1482"/><line style="stroke:#181818;stroke-width:1.0;" x1="1843.3157" x2="1835.3157" y1="1490" y2="1490"/></g><!--MD5=[016d5f22748f746fb89341b169e1630f] -reverse link **administrations__titres_types__etapes_types** to **administrations**--><g id="link_**administrations__titres_types__etapes_types**_**administrations**"><path codeLine="597" d="M1843.2579,1495 C1843.2579,1495 2044.5,1495 2044.5,1495 C2044.5,1495 2044.5,1813 2044.5,1813 C2044.5,1813 2570.3227,1813 2808.5861,1813 " fill="none" id="**administrations__titres_types__etapes_types**-backto-**administrations**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1843.2579" x2="1835.2579" y1="1495" y2="1503"/><line style="stroke:#181818;stroke-width:1.0;" x1="1843.2579" x2="1835.2579" y1="1495" y2="1487"/><line style="stroke:#181818;stroke-width:1.0;" x1="1843.2579" x2="1835.2579" y1="1495" y2="1495"/></g><!--MD5=[ac17f8e7d803900f97fa5adc1f3d5638] -reverse link **administrations__titres_types__etapes_types** to **etapes_types**--><g id="link_**administrations__titres_types__etapes_types**_**etapes_types**"><path codeLine="599" d="M1441.8,1506 C1441.8,1506 1257.1,1506 1257.1,1506 C1257.1,1506 1257.1,1583.0488 1257.1,1658.5927 " fill="none" id="**administrations__titres_types__etapes_types**-backto-**etapes_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1441.8" x2="1449.8" y1="1506" y2="1498"/><line style="stroke:#181818;stroke-width:1.0;" x1="1441.8" x2="1449.8" y1="1506" y2="1514"/><line style="stroke:#181818;stroke-width:1.0;" x1="1441.8" x2="1449.8" y1="1506" y2="1506"/></g><!--MD5=[ac17f8e7d803900f97fa5adc1f3d5638] -reverse link **administrations__titres_types__etapes_types** to **etapes_types**--><g id="link_**administrations__titres_types__etapes_types**_**etapes_types**"><path codeLine="601" d="M1576.25,1517.7679 C1576.25,1517.7679 1576.25,1678 1576.25,1678 C1576.25,1678 1464.2385,1678 1367.5411,1678 " fill="none" id="**administrations__titres_types__etapes_types**-backto-**etapes_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1576.25" x2="1568.25" y1="1517.7679" y2="1509.7679"/><line style="stroke:#181818;stroke-width:1.0;" x1="1576.25" x2="1584.25" y1="1517.7679" y2="1509.7679"/><line style="stroke:#181818;stroke-width:1.0;" x1="1576.25" x2="1576.25" y1="1517.7679" y2="1509.7679"/></g><!--MD5=[2879d52f239d74a7ee9b73fec522acc9] -reverse link **administrations__titres_types__etapes_types** to **titres_types**--><g id="link_**administrations__titres_types__etapes_types**_**titres_types**"><path codeLine="603" d="M1808.5,1517.9205 C1808.5,1517.9205 1808.5,1740.4425 1808.5,1740.4425 " fill="none" id="**administrations__titres_types__etapes_types**-backto-**titres_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1808.5" x2="1800.5" y1="1517.9205" y2="1509.9205"/><line style="stroke:#181818;stroke-width:1.0;" x1="1808.5" x2="1816.5" y1="1517.9205" y2="1509.9205"/><line style="stroke:#181818;stroke-width:1.0;" x1="1808.5" x2="1808.5" y1="1517.9205" y2="1509.9205"/></g><!--MD5=[2879d52f239d74a7ee9b73fec522acc9] -reverse link **administrations__titres_types__etapes_types** to **titres_types**--><g id="link_**administrations__titres_types__etapes_types**_**titres_types**"><path codeLine="605" d="M1782,1517.9205 C1782,1517.9205 1782,1740.4425 1782,1740.4425 " fill="none" id="**administrations__titres_types__etapes_types**-backto-**titres_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1782" x2="1774" y1="1517.9205" y2="1509.9205"/><line style="stroke:#181818;stroke-width:1.0;" x1="1782" x2="1790" y1="1517.9205" y2="1509.9205"/><line style="stroke:#181818;stroke-width:1.0;" x1="1782" x2="1782" y1="1517.9205" y2="1509.9205"/></g><!--MD5=[301f37a5bb0f1f65b1093004a1353ff8] -reverse link **administrations__titres_types__titres_statuts** to **administrations**--><g id="link_**administrations__titres_types__titres_statuts**_**administrations**"><path codeLine="607" d="M2651.0559,1417 C2651.0559,1417 2872,1417 2872,1417 C2872,1417 2872,1682.6209 2872,1772.8906 " fill="none" id="**administrations__titres_types__titres_statuts**-backto-**administrations**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2651.0559" x2="2643.0559" y1="1417" y2="1425"/><line style="stroke:#181818;stroke-width:1.0;" x1="2651.0559" x2="2643.0559" y1="1417" y2="1409"/><line style="stroke:#181818;stroke-width:1.0;" x1="2651.0559" x2="2643.0559" y1="1417" y2="1417"/></g><!--MD5=[301f37a5bb0f1f65b1093004a1353ff8] -reverse link **administrations__titres_types__titres_statuts** to **administrations**--><g id="link_**administrations__titres_types__titres_statuts**_**administrations**"><path codeLine="609" d="M2651.2149,1463 C2651.2149,1463 2840.5,1463 2840.5,1463 C2840.5,1463 2840.5,1690.3672 2840.5,1772.9655 " fill="none" id="**administrations__titres_types__titres_statuts**-backto-**administrations**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2651.2149" x2="2643.2149" y1="1463" y2="1471"/><line style="stroke:#181818;stroke-width:1.0;" x1="2651.2149" x2="2643.2149" y1="1463" y2="1455"/><line style="stroke:#181818;stroke-width:1.0;" x1="2651.2149" x2="2643.2149" y1="1463" y2="1463"/></g><!--MD5=[a137aabe7f695f25b43b77d6bc3471b7] -reverse link **administrations__titres_types__titres_statuts** to **titres_types**--><g id="link_**administrations__titres_types__titres_statuts**_**titres_types**"><path codeLine="611" d="M2249.8279,1500 C2249.8279,1500 1939.9,1500 1939.9,1500 C1939.9,1500 1939.9,1651.6357 1939.9,1740.1886 " fill="none" id="**administrations__titres_types__titres_statuts**-backto-**titres_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2249.8279" x2="2257.8279" y1="1500" y2="1492"/><line style="stroke:#181818;stroke-width:1.0;" x1="2249.8279" x2="2257.8279" y1="1500" y2="1508"/><line style="stroke:#181818;stroke-width:1.0;" x1="2249.8279" x2="2257.8279" y1="1500" y2="1500"/></g><!--MD5=[a137aabe7f695f25b43b77d6bc3471b7] -reverse link **administrations__titres_types__titres_statuts** to **titres_types**--><g id="link_**administrations__titres_types__titres_statuts**_**titres_types**"><path codeLine="613" d="M2249.9061,1505 C2249.9061,1505 1963.2,1505 1963.2,1505 C1963.2,1505 1963.2,1653.3077 1963.2,1740.4964 " fill="none" id="**administrations__titres_types__titres_statuts**-backto-**titres_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2249.9061" x2="2257.9061" y1="1505" y2="1497"/><line style="stroke:#181818;stroke-width:1.0;" x1="2249.9061" x2="2257.9061" y1="1505" y2="1513"/><line style="stroke:#181818;stroke-width:1.0;" x1="2249.9061" x2="2257.9061" y1="1505" y2="1505"/></g><!--MD5=[d66c85dda296e19dfecd2c8dad16df60] -reverse link **documents** to **entreprises**--><g id="link_**documents**_**entreprises**"><path codeLine="615" d="M3389.1049,478 C3389.1049,478 1646.6,478 1646.6,478 C1646.6,478 1646.6,524.951 1646.6,578.3212 " fill="none" id="**documents**-backto-**entreprises**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3389.1049" x2="3397.1049" y1="478" y2="470"/><line style="stroke:#181818;stroke-width:1.0;" x1="3389.1049" x2="3397.1049" y1="478" y2="486"/><line style="stroke:#181818;stroke-width:1.0;" x1="3389.1049" x2="3397.1049" y1="478" y2="478"/></g><!--MD5=[91ca121ae8e06dfb9ad0a9f3771ff425] -reverse link **documents** to **titres_activites**--><g id="link_**documents**_**titres_activites**"><path codeLine="617" d="M3763.5489,449 C3763.5489,449 4633.75,449 4633.75,449 C4633.75,449 4633.75,778.085 4633.75,965.7663 " fill="none" id="**documents**-backto-**titres_activites**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3763.5489" x2="3755.5489" y1="449" y2="457"/><line style="stroke:#181818;stroke-width:1.0;" x1="3763.5489" x2="3755.5489" y1="449" y2="441"/><line style="stroke:#181818;stroke-width:1.0;" x1="3763.5489" x2="3755.5489" y1="449" y2="449"/></g><!--MD5=[545e49810632fe127976840a11506069] -reverse link **documents** to **titres_etapes**--><g id="link_**documents**_**titres_etapes**"><path codeLine="619" d="M3389.3911,486 C3389.3911,486 2490,486 2490,486 C2490,486 2490,515.491 2490,553.9676 " fill="none" id="**documents**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3389.3911" x2="3397.3911" y1="486" y2="478"/><line style="stroke:#181818;stroke-width:1.0;" x1="3389.3911" x2="3397.3911" y1="486" y2="494"/><line style="stroke:#181818;stroke-width:1.0;" x1="3389.3911" x2="3397.3911" y1="486" y2="486"/></g><!--MD5=[46bb5eab73823bc40fa80934c60e24c2] -reverse link **documents** to **documents_types**--><g id="link_**documents**_**documents_types**"><path codeLine="621" d="M3547.25,502.0181 C3547.25,502.0181 3547.25,849 3547.25,849 C3547.25,849 5026.8,849 5026.8,849 C5026.8,849 5026.8,1566.8532 5026.8,1756.8319 " fill="none" id="**documents**-backto-**documents_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3547.25" x2="3539.25" y1="502.0181" y2="494.0181"/><line style="stroke:#181818;stroke-width:1.0;" x1="3547.25" x2="3555.25" y1="502.0181" y2="494.0181"/><line style="stroke:#181818;stroke-width:1.0;" x1="3547.25" x2="3547.25" y1="502.0181" y2="494.0181"/></g><!--MD5=[75cee05dccd3f8712847feca04867796] -link **entreprises__documents_types** to **documents_types**--><g id="link_**entreprises__documents_types**_**documents_types**"><path codeLine="623" d="M206.4444,1765.6316 C206.4444,1765.6316 206.4444,1614 206.4444,1614 C206.4444,1614 5000.5,1614 5000.5,1614 C5000.5,1614 5000.5,1749.8694 5000.5,1749.8694 " fill="none" id="**entreprises__documents_types**-**documents_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="5004.5" x2="4996.5" y1="1752.8694" y2="1752.8694"/><line style="stroke:#181818;stroke-width:1.0;" x1="5004.5" x2="4996.5" y1="1749.8694" y2="1749.8694"/><line style="stroke:#181818;stroke-width:1.0;" x1="5000.5" x2="5000.5" y1="1748.8694" y2="1756.8694"/><line style="stroke:#181818;stroke-width:1.0;" x1="210.4444" x2="202.4444" y1="1768.6316" y2="1768.6316"/><line style="stroke:#181818;stroke-width:1.0;" x1="210.4444" x2="202.4444" y1="1765.6316" y2="1765.6316"/><line style="stroke:#181818;stroke-width:1.0;" x1="206.4444" x2="206.4444" y1="1764.6316" y2="1772.6316"/></g><!--MD5=[75cee05dccd3f8712847feca04867796] -link **entreprises__documents_types** to **documents_types**--><g id="link_**entreprises__documents_types**_**documents_types**"><path codeLine="625" d="M246.3333,1765.6743 C246.3333,1765.6743 246.3333,1629 246.3333,1629 C246.3333,1629 4995.5,1629 4995.5,1629 C4995.5,1629 4995.5,1749.9149 4995.5,1749.9149 " fill="none" id="**entreprises__documents_types**-**documents_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4999.5" x2="4991.5" y1="1752.9149" y2="1752.9149"/><line style="stroke:#181818;stroke-width:1.0;" x1="4999.5" x2="4991.5" y1="1749.9149" y2="1749.9149"/><line style="stroke:#181818;stroke-width:1.0;" x1="4995.5" x2="4995.5" y1="1748.9149" y2="1756.9149"/><line style="stroke:#181818;stroke-width:1.0;" x1="250.3333" x2="242.3333" y1="1768.6743" y2="1768.6743"/><line style="stroke:#181818;stroke-width:1.0;" x1="250.3333" x2="242.3333" y1="1765.6743" y2="1765.6743"/><line style="stroke:#181818;stroke-width:1.0;" x1="246.3333" x2="246.3333" y1="1764.6743" y2="1772.6743"/></g><!--MD5=[e98f756fd3b2d4ee7c2762b7ea44836f] -reverse link **entreprises__titres_types** to **entreprises**--><g id="link_**entreprises__titres_types**_**entreprises**"><path codeLine="627" d="M586.2,404.0102 C586.2,404.0102 586.2,617 586.2,617 C586.2,617 1127.682,617 1400.8026,617 " fill="none" id="**entreprises__titres_types**-backto-**entreprises**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="586.2" x2="578.2" y1="404.0102" y2="396.0102"/><line style="stroke:#181818;stroke-width:1.0;" x1="586.2" x2="594.2" y1="404.0102" y2="396.0102"/><line style="stroke:#181818;stroke-width:1.0;" x1="586.2" x2="586.2" y1="404.0102" y2="396.0102"/></g><!--MD5=[e98f756fd3b2d4ee7c2762b7ea44836f] -reverse link **entreprises__titres_types** to **entreprises**--><g id="link_**entreprises__titres_types**_**entreprises**"><path codeLine="629" d="M581.4,404.0867 C581.4,404.0867 581.4,655 581.4,655 C581.4,655 1126.6327,655 1400.8464,655 " fill="none" id="**entreprises__titres_types**-backto-**entreprises**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="581.4" x2="573.4" y1="404.0867" y2="396.0867"/><line style="stroke:#181818;stroke-width:1.0;" x1="581.4" x2="589.4" y1="404.0867" y2="396.0867"/><line style="stroke:#181818;stroke-width:1.0;" x1="581.4" x2="581.4" y1="404.0867" y2="396.0867"/></g><!--MD5=[50b78ea79370f1b17ac5738a48f8da59] -reverse link **entreprises__titres_types** to **titres_types**--><g id="link_**entreprises__titres_types**_**titres_types**"><path codeLine="631" d="M576.6,404.3269 C576.6,404.3269 576.6,888 576.6,888 C576.6,888 1861.25,888 1861.25,888 C1861.25,888 1861.25,1534.5321 1861.25,1740.3617 " fill="none" id="**entreprises__titres_types**-backto-**titres_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="576.6" x2="568.6" y1="404.3269" y2="396.3269"/><line style="stroke:#181818;stroke-width:1.0;" x1="576.6" x2="584.6" y1="404.3269" y2="396.3269"/><line style="stroke:#181818;stroke-width:1.0;" x1="576.6" x2="576.6" y1="404.3269" y2="396.3269"/></g><!--MD5=[50b78ea79370f1b17ac5738a48f8da59] -reverse link **entreprises__titres_types** to **titres_types**--><g id="link_**entreprises__titres_types**_**titres_types**"><path codeLine="633" d="M571.8,404.3701 C571.8,404.3701 571.8,894 571.8,894 C571.8,894 1852.5,894 1852.5,894 C1852.5,894 1852.5,1535.5445 1852.5,1740.4127 " fill="none" id="**entreprises__titres_types**-backto-**titres_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="571.8" x2="563.8" y1="404.3701" y2="396.3701"/><line style="stroke:#181818;stroke-width:1.0;" x1="571.8" x2="579.8" y1="404.3701" y2="396.3701"/><line style="stroke:#181818;stroke-width:1.0;" x1="571.8" x2="571.8" y1="404.3701" y2="396.3701"/></g><!--MD5=[8ac700e74e3f5e198f9a2f6efe827f55] -reverse link **entreprises_etablissements** to **entreprises**--><g id="link_**entreprises_etablissements**_**entreprises**"><path codeLine="635" d="M951.0095,409 C951.0095,409 1462.4,409 1462.4,409 C1462.4,409 1462.4,495.3166 1462.4,578.43 " fill="none" id="**entreprises_etablissements**-backto-**entreprises**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="951.0095" x2="943.0095" y1="409" y2="417"/><line style="stroke:#181818;stroke-width:1.0;" x1="951.0095" x2="943.0095" y1="409" y2="401"/><line style="stroke:#181818;stroke-width:1.0;" x1="951.0095" x2="943.0095" y1="409" y2="409"/></g><!--MD5=[a0a2d3e65e40a89b85387c26c3297a75] -reverse link **etapes_types** to **etapes_types**--><g id="link_**etapes_types**_**etapes_types**"><path codeLine="637" d="M1312.3,1650.9113 C1312.3,1650.9113 1312.3,1644 1312.3,1644 C1312.3,1644 1379.375,1644 1379.375,1644 C1379.375,1644 1379.375,1976 1379.375,1976 C1379.375,1976 1229.5,1976 1229.5,1976 C1229.5,1976 1229.5,1963.9378 1229.5,1946.1743 " fill="none" id="**etapes_types**-backto-**etapes_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1312.3" x2="1320.3" y1="1650.9113" y2="1658.9113"/><line style="stroke:#181818;stroke-width:1.0;" x1="1312.3" x2="1304.3" y1="1650.9113" y2="1658.9113"/><line style="stroke:#181818;stroke-width:1.0;" x1="1312.3" x2="1312.3" y1="1650.9113" y2="1658.9113"/></g><!--MD5=[a290ee3b66583de912c4784825abd7fb] -reverse link **etapes_types__justificatifs_types** to **entreprises__documents_types**--><g id="link_**etapes_types__justificatifs_types**_**entreprises__documents_types**"><path codeLine="639" d="M46.8889,1501.0619 C46.8889,1501.0619 46.8889,1772.6834 46.8889,1772.6834 " fill="none" id="**etapes_types__justificatifs_types**-backto-**entreprises__documents_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="46.8889" x2="38.8889" y1="1501.0619" y2="1493.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="46.8889" x2="54.8889" y1="1501.0619" y2="1493.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="46.8889" x2="46.8889" y1="1501.0619" y2="1493.0619"/></g><!--MD5=[a290ee3b66583de912c4784825abd7fb] -reverse link **etapes_types__justificatifs_types** to **entreprises__documents_types**--><g id="link_**etapes_types__justificatifs_types**_**entreprises__documents_types**"><path codeLine="641" d="M86.7778,1501.0619 C86.7778,1501.0619 86.7778,1772.6834 86.7778,1772.6834 " fill="none" id="**etapes_types__justificatifs_types**-backto-**entreprises__documents_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="86.7778" x2="78.7778" y1="1501.0619" y2="1493.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="86.7778" x2="94.7778" y1="1501.0619" y2="1493.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="86.7778" x2="86.7778" y1="1501.0619" y2="1493.0619"/></g><!--MD5=[a290ee3b66583de912c4784825abd7fb] -reverse link **etapes_types__justificatifs_types** to **entreprises__documents_types**--><g id="link_**etapes_types__justificatifs_types**_**entreprises__documents_types**"><path codeLine="643" d="M126.6667,1501.0619 C126.6667,1501.0619 126.6667,1772.6834 126.6667,1772.6834 " fill="none" id="**etapes_types__justificatifs_types**-backto-**entreprises__documents_types**-2" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="126.6667" x2="118.6667" y1="1501.0619" y2="1493.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="126.6667" x2="134.6667" y1="1501.0619" y2="1493.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="126.6667" x2="126.6667" y1="1501.0619" y2="1493.0619"/></g><!--MD5=[a290ee3b66583de912c4784825abd7fb] -reverse link **etapes_types__justificatifs_types** to **entreprises__documents_types**--><g id="link_**etapes_types__justificatifs_types**_**entreprises__documents_types**"><path codeLine="645" d="M166.5556,1501.0619 C166.5556,1501.0619 166.5556,1772.6834 166.5556,1772.6834 " fill="none" id="**etapes_types__justificatifs_types**-backto-**entreprises__documents_types**-3" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="166.5556" x2="158.5556" y1="1501.0619" y2="1493.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="166.5556" x2="174.5556" y1="1501.0619" y2="1493.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="166.5556" x2="166.5556" y1="1501.0619" y2="1493.0619"/></g><!--MD5=[0e8ff061c6ba4e39f6c8ac6afa7a39a5] -reverse link **etapes_types__justificatifs_types** to **etapes_types**--><g id="link_**etapes_types__justificatifs_types**_**etapes_types**"><path codeLine="647" d="M286.2222,1501.1655 C286.2222,1501.1655 286.2222,1676 286.2222,1676 C286.2222,1676 829.3246,1676 1091.3291,1676 " fill="none" id="**etapes_types__justificatifs_types**-backto-**etapes_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="286.2222" x2="278.2222" y1="1501.1655" y2="1493.1655"/><line style="stroke:#181818;stroke-width:1.0;" x1="286.2222" x2="294.2222" y1="1501.1655" y2="1493.1655"/><line style="stroke:#181818;stroke-width:1.0;" x1="286.2222" x2="286.2222" y1="1501.1655" y2="1493.1655"/></g><!--MD5=[0e8ff061c6ba4e39f6c8ac6afa7a39a5] -reverse link **etapes_types__justificatifs_types** to **etapes_types**--><g id="link_**etapes_types__justificatifs_types**_**etapes_types**"><path codeLine="649" d="M326.1111,1501.0731 C326.1111,1501.0731 326.1111,1668 326.1111,1668 C326.1111,1668 838.2451,1668 1091.3113,1668 " fill="none" id="**etapes_types__justificatifs_types**-backto-**etapes_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="326.1111" x2="318.1111" y1="1501.0731" y2="1493.0731"/><line style="stroke:#181818;stroke-width:1.0;" x1="326.1111" x2="334.1111" y1="1501.0731" y2="1493.0731"/><line style="stroke:#181818;stroke-width:1.0;" x1="326.1111" x2="326.1111" y1="1501.0731" y2="1493.0731"/></g><!--MD5=[30325fd5a01508112ac852c48e8fab8f] -reverse link **journaux** to **titres**--><g id="link_**journaux**_**titres**"><path codeLine="651" d="M3155.5,1179.1934 C3155.5,1179.1934 3155.5,1279.7592 3155.5,1279.7592 " fill="none" id="**journaux**-backto-**titres**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3155.5" x2="3147.5" y1="1179.1934" y2="1171.1934"/><line style="stroke:#181818;stroke-width:1.0;" x1="3155.5" x2="3163.5" y1="1179.1934" y2="1171.1934"/><line style="stroke:#181818;stroke-width:1.0;" x1="3155.5" x2="3155.5" y1="1179.1934" y2="1171.1934"/></g><!--MD5=[2dc3dbba62870e1ad959868e04ea08fc] -link **secteurs_maritime_postgis** to **secteurs_maritime**--><g id="link_**secteurs_maritime_postgis**_**secteurs_maritime**"><path codeLine="653" d="M4001.1992,730 C4001.1992,730 4021.8336,730 4021.8336,730 " fill="none" id="**secteurs_maritime_postgis**-**secteurs_maritime**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4024.8336" x2="4024.8336" y1="726" y2="734"/><line style="stroke:#181818;stroke-width:1.0;" x1="4021.8336" x2="4021.8336" y1="726" y2="734"/><line style="stroke:#181818;stroke-width:1.0;" x1="4020.8336" x2="4028.8336" y1="730" y2="730"/><line style="stroke:#181818;stroke-width:1.0;" x1="3998.1992" x2="3998.1992" y1="734" y2="726"/><line style="stroke:#181818;stroke-width:1.0;" x1="4001.1992" x2="4001.1992" y1="734" y2="726"/><line style="stroke:#181818;stroke-width:1.0;" x1="4002.1992" x2="3994.1992" y1="730" y2="730"/></g><!--MD5=[b8d48d9d2027876ba41aae4a426478f8] -reverse link **titres** to **domaines**--><g id="link_**titres**_**domaines**"><path codeLine="655" d="M2985.8379,1571 C2985.8379,1571 2154.5,1571 2154.5,1571 C2154.5,1571 2154.5,1878.9256 2154.5,2005.8246 " fill="none" id="**titres**-backto-**domaines**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2985.8379" x2="2993.8379" y1="1571" y2="1563"/><line style="stroke:#181818;stroke-width:1.0;" x1="2985.8379" x2="2993.8379" y1="1571" y2="1579"/><line style="stroke:#181818;stroke-width:1.0;" x1="2985.8379" x2="2993.8379" y1="1571" y2="1571"/></g><!--MD5=[3956259077d31e1884002434d26b2324] -reverse link **titres** to **titres_types**--><g id="link_**titres**_**titres_types**"><path codeLine="657" d="M3016,1607.2363 C3016,1607.2363 3016,1749 3016,1749 C3016,1749 2298.7369,1749 1986.6855,1749 " fill="none" id="**titres**-backto-**titres_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3016" x2="3008" y1="1607.2363" y2="1599.2363"/><line style="stroke:#181818;stroke-width:1.0;" x1="3016" x2="3024" y1="1607.2363" y2="1599.2363"/><line style="stroke:#181818;stroke-width:1.0;" x1="3016" x2="3016" y1="1607.2363" y2="1599.2363"/></g><!--MD5=[09fc5ac27936f4202a8182691e88d2e8] -reverse link **titres__sdom_zones** to **sdom_zones**--><g id="link_**titres__sdom_zones**_**sdom_zones**"><path codeLine="659" d="M1196.6667,396.2753 C1196.6667,396.2753 1196.6667,692.3774 1196.6667,692.3774 " fill="none" id="**titres__sdom_zones**-backto-**sdom_zones**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1196.6667" x2="1188.6667" y1="396.2753" y2="388.2753"/><line style="stroke:#181818;stroke-width:1.0;" x1="1196.6667" x2="1204.6667" y1="396.2753" y2="388.2753"/><line style="stroke:#181818;stroke-width:1.0;" x1="1196.6667" x2="1196.6667" y1="396.2753" y2="388.2753"/></g><!--MD5=[09fc5ac27936f4202a8182691e88d2e8] -reverse link **titres__sdom_zones** to **sdom_zones**--><g id="link_**titres__sdom_zones**_**sdom_zones**"><path codeLine="661" d="M1120.3333,396.2753 C1120.3333,396.2753 1120.3333,692.3774 1120.3333,692.3774 " fill="none" id="**titres__sdom_zones**-backto-**sdom_zones**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1120.3333" x2="1112.3333" y1="396.2753" y2="388.2753"/><line style="stroke:#181818;stroke-width:1.0;" x1="1120.3333" x2="1128.3333" y1="396.2753" y2="388.2753"/><line style="stroke:#181818;stroke-width:1.0;" x1="1120.3333" x2="1120.3333" y1="396.2753" y2="388.2753"/></g><!--MD5=[b4c89db04b43d7f9a75dddbbb1278be7] -reverse link **titres__sdom_zones** to **titres_etapes**--><g id="link_**titres__sdom_zones**_**titres_etapes**"><path codeLine="663" d="M1317,396.0615 C1317,396.0615 1317,569 1317,569 C1317,569 1850.4946,569 2138.342,569 " fill="none" id="**titres__sdom_zones**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1317" x2="1309" y1="396.0615" y2="388.0615"/><line style="stroke:#181818;stroke-width:1.0;" x1="1317" x2="1325" y1="396.0615" y2="388.0615"/><line style="stroke:#181818;stroke-width:1.0;" x1="1317" x2="1317" y1="396.0615" y2="388.0615"/></g><!--MD5=[b4c89db04b43d7f9a75dddbbb1278be7] -reverse link **titres__sdom_zones** to **titres_etapes**--><g id="link_**titres__sdom_zones**_**titres_etapes**"><path codeLine="665" d="M1295,396.161 C1295,396.161 1295,574 1295,574 C1295,574 1844.9754,574 2138.224,574 " fill="none" id="**titres__sdom_zones**-backto-**titres_etapes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1295" x2="1287" y1="396.161" y2="388.161"/><line style="stroke:#181818;stroke-width:1.0;" x1="1295" x2="1303" y1="396.161" y2="388.161"/><line style="stroke:#181818;stroke-width:1.0;" x1="1295" x2="1295" y1="396.161" y2="388.161"/></g><!--MD5=[1104c3e352c9ba5ba592cd80da4778a5] -reverse link **titres__secteurs_maritime** to **secteurs_maritime**--><g id="link_**titres__secteurs_maritime**_**secteurs_maritime**"><path codeLine="667" d="M4111,396.2753 C4111,396.2753 4111,684.4915 4111,684.4915 " fill="none" id="**titres__secteurs_maritime**-backto-**secteurs_maritime**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4111" x2="4103" y1="396.2753" y2="388.2753"/><line style="stroke:#181818;stroke-width:1.0;" x1="4111" x2="4119" y1="396.2753" y2="388.2753"/><line style="stroke:#181818;stroke-width:1.0;" x1="4111" x2="4111" y1="396.2753" y2="388.2753"/></g><!--MD5=[1104c3e352c9ba5ba592cd80da4778a5] -reverse link **titres__secteurs_maritime** to **secteurs_maritime**--><g id="link_**titres__secteurs_maritime**_**secteurs_maritime**"><path codeLine="669" d="M4070,396.2753 C4070,396.2753 4070,684.4915 4070,684.4915 " fill="none" id="**titres__secteurs_maritime**-backto-**secteurs_maritime**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4070" x2="4062" y1="396.2753" y2="388.2753"/><line style="stroke:#181818;stroke-width:1.0;" x1="4070" x2="4078" y1="396.2753" y2="388.2753"/><line style="stroke:#181818;stroke-width:1.0;" x1="4070" x2="4070" y1="396.2753" y2="388.2753"/></g><!--MD5=[992e7407d1b45486856387ec94384cfe] -reverse link **titres__secteurs_maritime** to **titres_etapes**--><g id="link_**titres__secteurs_maritime**_**titres_etapes**"><path codeLine="671" d="M3858.6667,396.1999 C3858.6667,396.1999 3858.6667,606 3858.6667,606 C3858.6667,606 2902.6655,606 2496.5517,606 " fill="none" id="**titres__secteurs_maritime**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3858.6667" x2="3850.6667" y1="396.1999" y2="388.1999"/><line style="stroke:#181818;stroke-width:1.0;" x1="3858.6667" x2="3866.6667" y1="396.1999" y2="388.1999"/><line style="stroke:#181818;stroke-width:1.0;" x1="3858.6667" x2="3858.6667" y1="396.1999" y2="388.1999"/></g><!--MD5=[992e7407d1b45486856387ec94384cfe] -reverse link **titres__secteurs_maritime** to **titres_etapes**--><g id="link_**titres__secteurs_maritime**_**titres_etapes**"><path codeLine="673" d="M3926.3333,396.1177 C3926.3333,396.1177 3926.3333,617 3926.3333,617 C3926.3333,617 2915.9453,617 2496.5948,617 " fill="none" id="**titres__secteurs_maritime**-backto-**titres_etapes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3926.3333" x2="3918.3333" y1="396.1177" y2="388.1177"/><line style="stroke:#181818;stroke-width:1.0;" x1="3926.3333" x2="3934.3333" y1="396.1177" y2="388.1177"/><line style="stroke:#181818;stroke-width:1.0;" x1="3926.3333" x2="3926.3333" y1="396.1177" y2="388.1177"/></g><!--MD5=[6885186701c20f2eb8284cfc4b03f71c] -reverse link **titres__titres** to **titres**--><g id="link_**titres__titres**_**titres**"><path codeLine="675" d="M3335.7344,1075 C3335.7344,1075 3311,1075 3311,1075 C3311,1075 3311,1181.8811 3311,1279.8901 " fill="none" id="**titres__titres**-backto-**titres**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3335.7344" x2="3343.7344" y1="1075" y2="1067"/><line style="stroke:#181818;stroke-width:1.0;" x1="3335.7344" x2="3343.7344" y1="1075" y2="1083"/><line style="stroke:#181818;stroke-width:1.0;" x1="3335.7344" x2="3343.7344" y1="1075" y2="1075"/></g><!--MD5=[6885186701c20f2eb8284cfc4b03f71c] -reverse link **titres__titres** to **titres**--><g id="link_**titres__titres**_**titres**"><path codeLine="677" d="M3335.6173,1093 C3335.6173,1093 3313,1093 3313,1093 C3313,1093 3313,1189.0021 3313,1279.9416 " fill="none" id="**titres__titres**-backto-**titres**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3335.6173" x2="3343.6173" y1="1093" y2="1085"/><line style="stroke:#181818;stroke-width:1.0;" x1="3335.6173" x2="3343.6173" y1="1093" y2="1101"/><line style="stroke:#181818;stroke-width:1.0;" x1="3335.6173" x2="3343.6173" y1="1093" y2="1093"/></g><!--MD5=[6885186701c20f2eb8284cfc4b03f71c] -reverse link **titres__titres** to **titres**--><g id="link_**titres__titres**_**titres**"><path codeLine="679" d="M3335.5739,1112 C3335.5739,1112 3315,1112 3315,1112 C3315,1112 3315,1196.4536 3315,1279.5876 " fill="none" id="**titres__titres**-backto-**titres**-2" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3335.5739" x2="3343.5739" y1="1112" y2="1104"/><line style="stroke:#181818;stroke-width:1.0;" x1="3335.5739" x2="3343.5739" y1="1112" y2="1120"/><line style="stroke:#181818;stroke-width:1.0;" x1="3335.5739" x2="3343.5739" y1="1112" y2="1112"/></g><!--MD5=[6885186701c20f2eb8284cfc4b03f71c] -reverse link **titres__titres** to **titres**--><g id="link_**titres__titres**_**titres**"><path codeLine="681" d="M3400.75,1138.933 C3400.75,1138.933 3400.75,1285 3400.75,1285 C3400.75,1285 3362.9527,1285 3317.0348,1285 " fill="none" id="**titres__titres**-backto-**titres**-3" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3400.75" x2="3392.75" y1="1138.933" y2="1130.933"/><line style="stroke:#181818;stroke-width:1.0;" x1="3400.75" x2="3408.75" y1="1138.933" y2="1130.933"/><line style="stroke:#181818;stroke-width:1.0;" x1="3400.75" x2="3400.75" y1="1138.933" y2="1130.933"/></g><!--MD5=[2aeae1127f1cf433ad61f383aced13d8] -reverse link **titres_activites** to **activites_statuts**--><g id="link_**titres_activites**_**activites_statuts**"><path codeLine="683" d="M4960.6149,1093 C4960.6149,1093 5870.25,1093 5870.25,1093 C5870.25,1093 5870.25,1299.7551 5870.25,1393.8449 " fill="none" id="**titres_activites**-backto-**activites_statuts**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4960.6149" x2="4952.6149" y1="1093" y2="1101"/><line style="stroke:#181818;stroke-width:1.0;" x1="4960.6149" x2="4952.6149" y1="1093" y2="1085"/><line style="stroke:#181818;stroke-width:1.0;" x1="4960.6149" x2="4952.6149" y1="1093" y2="1093"/></g><!--MD5=[f12e7196916c24138737d39df71d942b] -reverse link **titres_activites** to **titres**--><g id="link_**titres_activites**_**titres**"><path codeLine="685" d="M4621.25,1228.2412 C4621.25,1228.2412 4621.25,1308 4621.25,1308 C4621.25,1308 3698.4518,1308 3317.2569,1308 " fill="none" id="**titres_activites**-backto-**titres**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4621.25" x2="4613.25" y1="1228.2412" y2="1220.2412"/><line style="stroke:#181818;stroke-width:1.0;" x1="4621.25" x2="4629.25" y1="1228.2412" y2="1220.2412"/><line style="stroke:#181818;stroke-width:1.0;" x1="4621.25" x2="4621.25" y1="1228.2412" y2="1220.2412"/></g><!--MD5=[0c6d6386a33be96c82eb157d472c1bd9] -reverse link **titres_activites** to **activites_types**--><g id="link_**titres_activites**_**activites_types**"><path codeLine="687" d="M4626.75,1228.1108 C4626.75,1228.1108 4626.75,1723 4626.75,1723 C4626.75,1723 4649.805,1723 4679.8845,1723 " fill="none" id="**titres_activites**-backto-**activites_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4626.75" x2="4618.75" y1="1228.1108" y2="1220.1108"/><line style="stroke:#181818;stroke-width:1.0;" x1="4626.75" x2="4634.75" y1="1228.1108" y2="1220.1108"/><line style="stroke:#181818;stroke-width:1.0;" x1="4626.75" x2="4626.75" y1="1228.1108" y2="1220.1108"/></g><!--MD5=[5a758235c6f0faf17ad2f3404c604d82] -reverse link **titres_activites** to **utilisateurs**--><g id="link_**titres_activites**_**utilisateurs**"><path codeLine="689" d="M4624,1228.0354 C4624,1228.0354 4624,1368 4624,1368 C4624,1368 4100.2504,1368 3815.615,1368 " fill="none" id="**titres_activites**-backto-**utilisateurs**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4624" x2="4616" y1="1228.0354" y2="1220.0354"/><line style="stroke:#181818;stroke-width:1.0;" x1="4624" x2="4632" y1="1228.0354" y2="1220.0354"/><line style="stroke:#181818;stroke-width:1.0;" x1="4624" x2="4624" y1="1228.0354" y2="1220.0354"/></g><!--MD5=[607cca6f2e88b80c242843aae44c57c9] -reverse link **titres_administrations** to **administrations**--><g id="link_**titres_administrations**_**administrations**"><path codeLine="691" d="M3827.3333,1138.9687 C3827.3333,1138.9687 3827.3333,1790 3827.3333,1790 C3827.3333,1790 3281.8659,1790 3038.4298,1790 " fill="none" id="**titres_administrations**-backto-**administrations**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3827.3333" x2="3819.3333" y1="1138.9687" y2="1130.9687"/><line style="stroke:#181818;stroke-width:1.0;" x1="3827.3333" x2="3835.3333" y1="1138.9687" y2="1130.9687"/><line style="stroke:#181818;stroke-width:1.0;" x1="3827.3333" x2="3827.3333" y1="1138.9687" y2="1130.9687"/></g><!--MD5=[607cca6f2e88b80c242843aae44c57c9] -reverse link **titres_administrations** to **administrations**--><g id="link_**titres_administrations**_**administrations**"><path codeLine="693" d="M3839.1667,1138.9576 C3839.1667,1138.9576 3839.1667,1799 3839.1667,1799 C3839.1667,1799 3283.7756,1799 3038.0802,1799 " fill="none" id="**titres_administrations**-backto-**administrations**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3839.1667" x2="3831.1667" y1="1138.9576" y2="1130.9576"/><line style="stroke:#181818;stroke-width:1.0;" x1="3839.1667" x2="3847.1667" y1="1138.9576" y2="1130.9576"/><line style="stroke:#181818;stroke-width:1.0;" x1="3839.1667" x2="3839.1667" y1="1138.9576" y2="1130.9576"/></g><!--MD5=[3b46cdfe1f2043537c5829c5b17fdaad] -reverse link **titres_administrations** to **titres**--><g id="link_**titres_administrations**_**titres**"><path codeLine="695" d="M3759.8333,1138.5179 C3759.8333,1138.5179 3759.8333,1290 3759.8333,1290 C3759.8333,1290 3496.0713,1290 3317.0532,1290 " fill="none" id="**titres_administrations**-backto-**titres**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3759.8333" x2="3751.8333" y1="1138.5179" y2="1130.5179"/><line style="stroke:#181818;stroke-width:1.0;" x1="3759.8333" x2="3767.8333" y1="1138.5179" y2="1130.5179"/><line style="stroke:#181818;stroke-width:1.0;" x1="3759.8333" x2="3759.8333" y1="1138.5179" y2="1130.5179"/></g><!--MD5=[3b46cdfe1f2043537c5829c5b17fdaad] -reverse link **titres_administrations** to **titres**--><g id="link_**titres_administrations**_**titres**"><path codeLine="697" d="M3787.6667,1138.8066 C3787.6667,1138.8066 3787.6667,1294 3787.6667,1294 C3787.6667,1294 3504.3667,1294 3317.0677,1294 " fill="none" id="**titres_administrations**-backto-**titres**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3787.6667" x2="3779.6667" y1="1138.8066" y2="1130.8066"/><line style="stroke:#181818;stroke-width:1.0;" x1="3787.6667" x2="3795.6667" y1="1138.8066" y2="1130.8066"/><line style="stroke:#181818;stroke-width:1.0;" x1="3787.6667" x2="3787.6667" y1="1138.8066" y2="1130.8066"/></g><!--MD5=[f02828f33829f90e85d52eeba64dfd65] -reverse link **titres_administrations_gestionnaires** to **administrations**--><g id="link_**titres_administrations_gestionnaires**_**administrations**"><path codeLine="699" d="M2935,1146.7333 C2935,1146.7333 2935,1772.9452 2935,1772.9452 " fill="none" id="**titres_administrations_gestionnaires**-backto-**administrations**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2935" x2="2927" y1="1146.7333" y2="1138.7333"/><line style="stroke:#181818;stroke-width:1.0;" x1="2935" x2="2943" y1="1146.7333" y2="1138.7333"/><line style="stroke:#181818;stroke-width:1.0;" x1="2935" x2="2935" y1="1146.7333" y2="1138.7333"/></g><!--MD5=[f02828f33829f90e85d52eeba64dfd65] -reverse link **titres_administrations_gestionnaires** to **administrations**--><g id="link_**titres_administrations_gestionnaires**_**administrations**"><path codeLine="701" d="M2903.5,1146.7333 C2903.5,1146.7333 2903.5,1772.9452 2903.5,1772.9452 " fill="none" id="**titres_administrations_gestionnaires**-backto-**administrations**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2903.5" x2="2895.5" y1="1146.7333" y2="1138.7333"/><line style="stroke:#181818;stroke-width:1.0;" x1="2903.5" x2="2911.5" y1="1146.7333" y2="1138.7333"/><line style="stroke:#181818;stroke-width:1.0;" x1="2903.5" x2="2903.5" y1="1146.7333" y2="1138.7333"/></g><!--MD5=[50edc11f7d353def2b0c847860e793e5] -reverse link **titres_administrations_gestionnaires** to **titres**--><g id="link_**titres_administrations_gestionnaires**_**titres**"><path codeLine="703" d="M2974.8392,1078 C2974.8392,1078 3000,1078 3000,1078 C3000,1078 3000,1183.0477 3000,1279.8885 " fill="none" id="**titres_administrations_gestionnaires**-backto-**titres**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2974.8392" x2="2966.8392" y1="1078" y2="1086"/><line style="stroke:#181818;stroke-width:1.0;" x1="2974.8392" x2="2966.8392" y1="1078" y2="1070"/><line style="stroke:#181818;stroke-width:1.0;" x1="2974.8392" x2="2966.8392" y1="1078" y2="1078"/></g><!--MD5=[50edc11f7d353def2b0c847860e793e5] -reverse link **titres_administrations_gestionnaires** to **titres**--><g id="link_**titres_administrations_gestionnaires**_**titres**"><path codeLine="705" d="M2974.551,1109 C2974.551,1109 2998,1109 2998,1109 C2998,1109 2998,1195.2134 2998,1279.5746 " fill="none" id="**titres_administrations_gestionnaires**-backto-**titres**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2974.551" x2="2966.551" y1="1109" y2="1117"/><line style="stroke:#181818;stroke-width:1.0;" x1="2974.551" x2="2966.551" y1="1109" y2="1101"/><line style="stroke:#181818;stroke-width:1.0;" x1="2974.551" x2="2966.551" y1="1109" y2="1109"/></g><!--MD5=[4046ddd00827889b50ce73c6e16431c0] -reverse link **titres_administrations_locales** to **administrations**--><g id="link_**titres_administrations_locales**_**administrations**"><path codeLine="707" d="M2992.125,404.3536 C2992.125,404.3536 2992.125,1772.7573 2992.125,1772.7573 " fill="none" id="**titres_administrations_locales**-backto-**administrations**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2992.125" x2="2984.125" y1="404.3536" y2="396.3536"/><line style="stroke:#181818;stroke-width:1.0;" x1="2992.125" x2="3000.125" y1="404.3536" y2="396.3536"/><line style="stroke:#181818;stroke-width:1.0;" x1="2992.125" x2="2992.125" y1="404.3536" y2="396.3536"/></g><!--MD5=[4046ddd00827889b50ce73c6e16431c0] -reverse link **titres_administrations_locales** to **administrations**--><g id="link_**titres_administrations_locales**_**administrations**"><path codeLine="709" d="M2980.398,351 C2980.398,351 2979.75,351 2979.75,351 C2979.75,351 2979.75,1566.3358 2979.75,1772.848 " fill="none" id="**titres_administrations_locales**-backto-**administrations**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2978.2297" x2="2986.2297" y1="351" y2="343"/><line style="stroke:#181818;stroke-width:1.0;" x1="2978.2297" x2="2986.2297" y1="351" y2="359"/><line style="stroke:#181818;stroke-width:1.0;" x1="2978.2297" x2="2986.2297" y1="351" y2="351"/></g><!--MD5=[27b95749967b76dbb17279fd3fc79b00] -reverse link **titres_administrations_locales** to **titres_etapes**--><g id="link_**titres_administrations_locales**_**titres_etapes**"><path codeLine="711" d="M2988.375,404.2525 C2988.375,404.2525 2988.375,565 2988.375,565 C2988.375,565 2695.5708,565 2496.8414,565 " fill="none" id="**titres_administrations_locales**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2988.375" x2="2980.375" y1="404.2525" y2="396.2525"/><line style="stroke:#181818;stroke-width:1.0;" x1="2988.375" x2="2996.375" y1="404.2525" y2="396.2525"/><line style="stroke:#181818;stroke-width:1.0;" x1="2988.375" x2="2988.375" y1="404.2525" y2="396.2525"/></g><!--MD5=[27b95749967b76dbb17279fd3fc79b00] -reverse link **titres_administrations_locales** to **titres_etapes**--><g id="link_**titres_administrations_locales**_**titres_etapes**"><path codeLine="713" d="M2990.25,404.2015 C2990.25,404.2015 2990.25,575 2990.25,575 C2990.25,575 2696.1933,575 2496.9009,575 " fill="none" id="**titres_administrations_locales**-backto-**titres_etapes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2990.25" x2="2982.25" y1="404.2015" y2="396.2015"/><line style="stroke:#181818;stroke-width:1.0;" x1="2990.25" x2="2998.25" y1="404.2015" y2="396.2015"/><line style="stroke:#181818;stroke-width:1.0;" x1="2990.25" x2="2990.25" y1="404.2015" y2="396.2015"/></g><!--MD5=[3bc886a617e09c124042eedc6d62a7e6] -reverse link **titres_amodiataires** to **entreprises**--><g id="link_**titres_amodiataires**_**entreprises**"><path codeLine="715" d="M1585.2,404.2766 C1585.2,404.2766 1585.2,578.2155 1585.2,578.2155 " fill="none" id="**titres_amodiataires**-backto-**entreprises**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1585.2" x2="1577.2" y1="404.2766" y2="396.2766"/><line style="stroke:#181818;stroke-width:1.0;" x1="1585.2" x2="1593.2" y1="404.2766" y2="396.2766"/><line style="stroke:#181818;stroke-width:1.0;" x1="1585.2" x2="1585.2" y1="404.2766" y2="396.2766"/></g><!--MD5=[3bc886a617e09c124042eedc6d62a7e6] -reverse link **titres_amodiataires** to **entreprises**--><g id="link_**titres_amodiataires**_**entreprises**"><path codeLine="717" d="M1523.8,404.2766 C1523.8,404.2766 1523.8,578.2155 1523.8,578.2155 " fill="none" id="**titres_amodiataires**-backto-**entreprises**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1523.8" x2="1515.8" y1="404.2766" y2="396.2766"/><line style="stroke:#181818;stroke-width:1.0;" x1="1523.8" x2="1531.8" y1="404.2766" y2="396.2766"/><line style="stroke:#181818;stroke-width:1.0;" x1="1523.8" x2="1523.8" y1="404.2766" y2="396.2766"/></g><!--MD5=[d0babee4d1e3b9320c239424fffbbfc1] -reverse link **titres_amodiataires** to **titres_etapes**--><g id="link_**titres_amodiataires**_**titres_etapes**"><path codeLine="719" d="M1726,404.2562 C1726,404.2562 1726,559 1726,559 C1726,559 1964.3316,559 2138.4253,559 " fill="none" id="**titres_amodiataires**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1726" x2="1718" y1="404.2562" y2="396.2562"/><line style="stroke:#181818;stroke-width:1.0;" x1="1726" x2="1734" y1="404.2562" y2="396.2562"/><line style="stroke:#181818;stroke-width:1.0;" x1="1726" x2="1726" y1="404.2562" y2="396.2562"/></g><!--MD5=[d0babee4d1e3b9320c239424fffbbfc1] -reverse link **titres_amodiataires** to **titres_etapes**--><g id="link_**titres_amodiataires**_**titres_etapes**"><path codeLine="721" d="M1717,404.0392 C1717,404.0392 1717,564 1717,564 C1717,564 1961.1965,564 2138.1436,564 " fill="none" id="**titres_amodiataires**-backto-**titres_etapes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1717" x2="1709" y1="404.0392" y2="396.0392"/><line style="stroke:#181818;stroke-width:1.0;" x1="1717" x2="1725" y1="404.0392" y2="396.0392"/><line style="stroke:#181818;stroke-width:1.0;" x1="1717" x2="1717" y1="404.0392" y2="396.0392"/></g><!--MD5=[a2efd094f79446107ff394c3610b92ac] -reverse link **titres_communes** to **communes**--><g id="link_**titres_communes**_**communes**"><path codeLine="723" d="M4463,404.2766 C4463,404.2766 4463,684.3568 4463,684.3568 " fill="none" id="**titres_communes**-backto-**communes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4463" x2="4455" y1="404.2766" y2="396.2766"/><line style="stroke:#181818;stroke-width:1.0;" x1="4463" x2="4471" y1="404.2766" y2="396.2766"/><line style="stroke:#181818;stroke-width:1.0;" x1="4463" x2="4463" y1="404.2766" y2="396.2766"/></g><!--MD5=[a2efd094f79446107ff394c3610b92ac] -reverse link **titres_communes** to **communes**--><g id="link_**titres_communes**_**communes**"><path codeLine="725" d="M4378,404.2766 C4378,404.2766 4378,684.3568 4378,684.3568 " fill="none" id="**titres_communes**-backto-**communes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4378" x2="4370" y1="404.2766" y2="396.2766"/><line style="stroke:#181818;stroke-width:1.0;" x1="4378" x2="4386" y1="404.2766" y2="396.2766"/><line style="stroke:#181818;stroke-width:1.0;" x1="4378" x2="4378" y1="404.2766" y2="396.2766"/></g><!--MD5=[d138326fc9c42e24c8b434ce230eaac5] -reverse link **titres_communes** to **titres_etapes**--><g id="link_**titres_communes**_**titres_etapes**"><path codeLine="727" d="M4210.6667,404.1584 C4210.6667,404.1584 4210.6667,627 4210.6667,627 C4210.6667,627 2969.129,627 2496.884,627 " fill="none" id="**titres_communes**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4210.6667" x2="4202.6667" y1="404.1584" y2="396.1584"/><line style="stroke:#181818;stroke-width:1.0;" x1="4210.6667" x2="4218.6667" y1="404.1584" y2="396.1584"/><line style="stroke:#181818;stroke-width:1.0;" x1="4210.6667" x2="4210.6667" y1="404.1584" y2="396.1584"/></g><!--MD5=[d138326fc9c42e24c8b434ce230eaac5] -reverse link **titres_communes** to **titres_etapes**--><g id="link_**titres_communes**_**titres_etapes**"><path codeLine="729" d="M4234.3333,404.2136 C4234.3333,404.2136 4234.3333,637 4234.3333,637 C4234.3333,637 2972.7233,637 2496.5394,637 " fill="none" id="**titres_communes**-backto-**titres_etapes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4234.3333" x2="4226.3333" y1="404.2136" y2="396.2136"/><line style="stroke:#181818;stroke-width:1.0;" x1="4234.3333" x2="4242.3333" y1="404.2136" y2="396.2136"/><line style="stroke:#181818;stroke-width:1.0;" x1="4234.3333" x2="4234.3333" y1="404.2136" y2="396.2136"/></g><!--MD5=[a03f2fe253375a9d759740d67333e799] -reverse link **titres_demarches** to **titres**--><g id="link_**titres_demarches**_**titres**"><path codeLine="731" d="M2458.5757,1184 C2458.5757,1184 2996,1184 2996,1184 C2996,1184 2996,1228.2191 2996,1279.8657 " fill="none" id="**titres_demarches**-backto-**titres**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2458.5757" x2="2450.5757" y1="1184" y2="1192"/><line style="stroke:#181818;stroke-width:1.0;" x1="2458.5757" x2="2450.5757" y1="1184" y2="1176"/><line style="stroke:#181818;stroke-width:1.0;" x1="2458.5757" x2="2450.5757" y1="1184" y2="1184"/></g><!--MD5=[eac6b20502a92c04104bba11f9b9da25] -reverse link **titres_demarches** to **demarches_types**--><g id="link_**titres_demarches**_**demarches_types**"><path codeLine="733" d="M2156.3246,1180 C2156.3246,1180 1015.75,1180 1015.75,1180 C1015.75,1180 1015.75,1743 1015.75,1743 C1015.75,1743 869.8366,1743 762.9665,1743 " fill="none" id="**titres_demarches**-backto-**demarches_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2156.3246" x2="2164.3246" y1="1180" y2="1172"/><line style="stroke:#181818;stroke-width:1.0;" x1="2156.3246" x2="2164.3246" y1="1180" y2="1188"/><line style="stroke:#181818;stroke-width:1.0;" x1="2156.3246" x2="2164.3246" y1="1180" y2="1180"/></g><!--MD5=[020ba569f3e8f8683f8d15dfb4ec7ce1] -reverse link **titres_demarches_liens** to **titres_demarches**--><g id="link_**titres_demarches_liens**_**titres_demarches**"><path codeLine="735" d="M2543.7,775.5471 C2543.7,775.5471 2543.7,996 2543.7,996 C2543.7,996 2500.2881,996 2450.6866,996 " fill="none" id="**titres_demarches_liens**-backto-**titres_demarches**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2543.7" x2="2535.7" y1="775.5471" y2="767.5471"/><line style="stroke:#181818;stroke-width:1.0;" x1="2543.7" x2="2551.7" y1="775.5471" y2="767.5471"/><line style="stroke:#181818;stroke-width:1.0;" x1="2543.7" x2="2543.7" y1="775.5471" y2="767.5471"/></g><!--MD5=[020ba569f3e8f8683f8d15dfb4ec7ce1] -reverse link **titres_demarches_liens** to **titres_demarches**--><g id="link_**titres_demarches_liens**_**titres_demarches**"><path codeLine="737" d="M2555.4,775.6814 C2555.4,775.6814 2555.4,1001 2555.4,1001 C2555.4,1001 2505.5917,1001 2450.6274,1001 " fill="none" id="**titres_demarches_liens**-backto-**titres_demarches**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2555.4" x2="2547.4" y1="775.6814" y2="767.6814"/><line style="stroke:#181818;stroke-width:1.0;" x1="2555.4" x2="2563.4" y1="775.6814" y2="767.6814"/><line style="stroke:#181818;stroke-width:1.0;" x1="2555.4" x2="2555.4" y1="775.6814" y2="767.6814"/></g><!--MD5=[020ba569f3e8f8683f8d15dfb4ec7ce1] -reverse link **titres_demarches_liens** to **titres_demarches**--><g id="link_**titres_demarches_liens**_**titres_demarches**"><path codeLine="739" d="M2567.1,775.5098 C2567.1,775.5098 2567.1,1006 2567.1,1006 C2567.1,1006 2510.7698,1006 2450.5888,1006 " fill="none" id="**titres_demarches_liens**-backto-**titres_demarches**-2" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2567.1" x2="2559.1" y1="775.5098" y2="767.5098"/><line style="stroke:#181818;stroke-width:1.0;" x1="2567.1" x2="2575.1" y1="775.5098" y2="767.5098"/><line style="stroke:#181818;stroke-width:1.0;" x1="2567.1" x2="2567.1" y1="775.5098" y2="767.5098"/></g><!--MD5=[020ba569f3e8f8683f8d15dfb4ec7ce1] -reverse link **titres_demarches_liens** to **titres_demarches**--><g id="link_**titres_demarches_liens**_**titres_demarches**"><path codeLine="741" d="M2578.8,775.6053 C2578.8,775.6053 2578.8,1011 2578.8,1011 C2578.8,1011 2515.9155,1011 2450.6974,1011 " fill="none" id="**titres_demarches_liens**-backto-**titres_demarches**-3" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2578.8" x2="2570.8" y1="775.6053" y2="767.6053"/><line style="stroke:#181818;stroke-width:1.0;" x1="2578.8" x2="2586.8" y1="775.6053" y2="767.6053"/><line style="stroke:#181818;stroke-width:1.0;" x1="2578.8" x2="2578.8" y1="775.6053" y2="767.6053"/></g><!--MD5=[20662f1ae6d45bee1d6e245019e8a904] -reverse link **titres_etapes** to **titres_demarches**--><g id="link_**titres_etapes**_**titres_demarches**"><path codeLine="743" d="M2307.5,914.1833 C2307.5,914.1833 2307.5,990.4948 2307.5,990.4948 " fill="none" id="**titres_etapes**-backto-**titres_demarches**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2307.5" x2="2299.5" y1="914.1833" y2="906.1833"/><line style="stroke:#181818;stroke-width:1.0;" x1="2307.5" x2="2315.5" y1="914.1833" y2="906.1833"/><line style="stroke:#181818;stroke-width:1.0;" x1="2307.5" x2="2307.5" y1="914.1833" y2="906.1833"/></g><!--MD5=[c4d81e84f0a8f8be992b678fde58fae0] -reverse link **titres_etapes** to **etapes_types**--><g id="link_**titres_etapes**_**etapes_types**"><path codeLine="745" d="M2130.3954,900 C2130.3954,900 1843.75,900 1843.75,900 C1843.75,900 1843.75,1697 1843.75,1697 C1843.75,1697 1548.8668,1697 1367.7325,1697 " fill="none" id="**titres_etapes**-backto-**etapes_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2130.3954" x2="2138.3954" y1="900" y2="892"/><line style="stroke:#181818;stroke-width:1.0;" x1="2130.3954" x2="2138.3954" y1="900" y2="908"/><line style="stroke:#181818;stroke-width:1.0;" x1="2130.3954" x2="2138.3954" y1="900" y2="900"/></g><!--MD5=[d7a3443dc786053aaf45b0005a0539af] -reverse link **titres_etapes_justificatifs** to **documents**--><g id="link_**titres_etapes_justificatifs**_**documents**"><path codeLine="747" d="M3465.8333,122.7419 C3465.8333,122.7419 3465.8333,206.9597 3465.8333,206.9597 " fill="none" id="**titres_etapes_justificatifs**-backto-**documents**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3465.8333" x2="3457.8333" y1="122.7419" y2="114.7419"/><line style="stroke:#181818;stroke-width:1.0;" x1="3465.8333" x2="3473.8333" y1="122.7419" y2="114.7419"/><line style="stroke:#181818;stroke-width:1.0;" x1="3465.8333" x2="3465.8333" y1="122.7419" y2="114.7419"/></g><!--MD5=[d7a3443dc786053aaf45b0005a0539af] -reverse link **titres_etapes_justificatifs** to **documents**--><g id="link_**titres_etapes_justificatifs**_**documents**"><path codeLine="749" d="M3431.6667,122.7419 C3431.6667,122.7419 3431.6667,206.9597 3431.6667,206.9597 " fill="none" id="**titres_etapes_justificatifs**-backto-**documents**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3431.6667" x2="3423.6667" y1="122.7419" y2="114.7419"/><line style="stroke:#181818;stroke-width:1.0;" x1="3431.6667" x2="3439.6667" y1="122.7419" y2="114.7419"/><line style="stroke:#181818;stroke-width:1.0;" x1="3431.6667" x2="3431.6667" y1="122.7419" y2="114.7419"/></g><!--MD5=[3ff07b5ecd4d4f02072f9a7855d426a5] -reverse link **titres_etapes_justificatifs** to **titres_etapes**--><g id="link_**titres_etapes_justificatifs**_**titres_etapes**"><path codeLine="751" d="M3374.1667,122.8419 C3374.1667,122.8419 3374.1667,586 3374.1667,586 C3374.1667,586 2798.2208,586 2496.7491,586 " fill="none" id="**titres_etapes_justificatifs**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3374.1667" x2="3366.1667" y1="122.8419" y2="114.8419"/><line style="stroke:#181818;stroke-width:1.0;" x1="3374.1667" x2="3382.1667" y1="122.8419" y2="114.8419"/><line style="stroke:#181818;stroke-width:1.0;" x1="3374.1667" x2="3374.1667" y1="122.8419" y2="114.8419"/></g><!--MD5=[3ff07b5ecd4d4f02072f9a7855d426a5] -reverse link **titres_etapes_justificatifs** to **titres_etapes**--><g id="link_**titres_etapes_justificatifs**_**titres_etapes**"><path codeLine="753" d="M3385.8333,122.7433 C3385.8333,122.7433 3385.8333,596 3385.8333,596 C3385.8333,596 2800.8294,596 2496.616,596 " fill="none" id="**titres_etapes_justificatifs**-backto-**titres_etapes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3385.8333" x2="3377.8333" y1="122.7433" y2="114.7433"/><line style="stroke:#181818;stroke-width:1.0;" x1="3385.8333" x2="3393.8333" y1="122.7433" y2="114.7433"/><line style="stroke:#181818;stroke-width:1.0;" x1="3385.8333" x2="3385.8333" y1="122.7433" y2="114.7433"/></g><!--MD5=[03373faaf659218a6391d22287ce432d] -reverse link **titres_forets** to **forets**--><g id="link_**titres_forets**_**forets**"><path codeLine="755" d="M4801.6667,396.2753 C4801.6667,396.2753 4801.6667,692.3774 4801.6667,692.3774 " fill="none" id="**titres_forets**-backto-**forets**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4801.6667" x2="4793.6667" y1="396.2753" y2="388.2753"/><line style="stroke:#181818;stroke-width:1.0;" x1="4801.6667" x2="4809.6667" y1="396.2753" y2="388.2753"/><line style="stroke:#181818;stroke-width:1.0;" x1="4801.6667" x2="4801.6667" y1="396.2753" y2="388.2753"/></g><!--MD5=[03373faaf659218a6391d22287ce432d] -reverse link **titres_forets** to **forets**--><g id="link_**titres_forets**_**forets**"><path codeLine="757" d="M4725.3333,396.2753 C4725.3333,396.2753 4725.3333,692.3774 4725.3333,692.3774 " fill="none" id="**titres_forets**-backto-**forets**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4725.3333" x2="4717.3333" y1="396.2753" y2="388.2753"/><line style="stroke:#181818;stroke-width:1.0;" x1="4725.3333" x2="4733.3333" y1="396.2753" y2="388.2753"/><line style="stroke:#181818;stroke-width:1.0;" x1="4725.3333" x2="4725.3333" y1="396.2753" y2="388.2753"/></g><!--MD5=[d4c24f274e8b8346d3fe38858e213ca3] -reverse link **titres_forets** to **titres_etapes**--><g id="link_**titres_forets**_**titres_etapes**"><path codeLine="759" d="M4586.6667,396.1786 C4586.6667,396.1786 4586.6667,648 4586.6667,648 C4586.6667,648 3032.3271,648 2496.505,648 " fill="none" id="**titres_forets**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4586.6667" x2="4578.6667" y1="396.1786" y2="388.1786"/><line style="stroke:#181818;stroke-width:1.0;" x1="4586.6667" x2="4594.6667" y1="396.1786" y2="388.1786"/><line style="stroke:#181818;stroke-width:1.0;" x1="4586.6667" x2="4586.6667" y1="396.1786" y2="388.1786"/></g><!--MD5=[d4c24f274e8b8346d3fe38858e213ca3] -reverse link **titres_forets** to **titres_etapes**--><g id="link_**titres_forets**_**titres_etapes**"><path codeLine="761" d="M4590.3333,396.2055 C4590.3333,396.2055 4590.3333,658 4590.3333,658 C4590.3333,658 3033.4822,658 2496.7942,658 " fill="none" id="**titres_forets**-backto-**titres_etapes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4590.3333" x2="4582.3333" y1="396.2055" y2="388.2055"/><line style="stroke:#181818;stroke-width:1.0;" x1="4590.3333" x2="4598.3333" y1="396.2055" y2="388.2055"/><line style="stroke:#181818;stroke-width:1.0;" x1="4590.3333" x2="4590.3333" y1="396.2055" y2="388.2055"/></g><!--MD5=[6e784a41cc1305067e60d3b9a17ba901] -link **titres_phases** to **titres_demarches**--><g id="link_**titres_phases**_**titres_demarches**"><path codeLine="763" d="M947.5,1032.0232 C947.5,1032.0232 947.5,1007 947.5,1007 C947.5,1007 2157.2063,1007 2157.2063,1007 " fill="none" id="**titres_phases**-**titres_demarches**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2160.2063" x2="2160.2063" y1="1003" y2="1011"/><line style="stroke:#181818;stroke-width:1.0;" x1="2157.2063" x2="2157.2063" y1="1003" y2="1011"/><line style="stroke:#181818;stroke-width:1.0;" x1="2156.2063" x2="2164.2063" y1="1007" y2="1007"/><line style="stroke:#181818;stroke-width:1.0;" x1="951.5" x2="943.5" y1="1035.0232" y2="1035.0232"/><line style="stroke:#181818;stroke-width:1.0;" x1="951.5" x2="943.5" y1="1032.0232" y2="1032.0232"/><line style="stroke:#181818;stroke-width:1.0;" x1="947.5" x2="947.5" y1="1031.0232" y2="1039.0232"/></g><!--MD5=[45a48886800a15392b63a3f55826e7dc] -reverse link **titres_points** to **titres_etapes**--><g id="link_**titres_points**_**titres_etapes**"><path codeLine="765" d="M2504.4205,445 C2504.4205,445 2483.5,445 2483.5,445 C2483.5,445 2483.5,495.4893 2483.5,553.9662 " fill="none" id="**titres_points**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2504.4205" x2="2512.4205" y1="445" y2="437"/><line style="stroke:#181818;stroke-width:1.0;" x1="2504.4205" x2="2512.4205" y1="445" y2="453"/><line style="stroke:#181818;stroke-width:1.0;" x1="2504.4205" x2="2512.4205" y1="445" y2="445"/></g><!--MD5=[bb822341f6fc6d4de0380d24a9466216] -reverse link **titres_points_references** to **titres_points**--><g id="link_**titres_points_references**_**titres_points**"><path codeLine="767" d="M2679.5,155.0779 C2679.5,155.0779 2679.5,231.4965 2679.5,231.4965 " fill="none" id="**titres_points_references**-backto-**titres_points**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2679.5" x2="2671.5" y1="155.0779" y2="147.0779"/><line style="stroke:#181818;stroke-width:1.0;" x1="2679.5" x2="2687.5" y1="155.0779" y2="147.0779"/><line style="stroke:#181818;stroke-width:1.0;" x1="2679.5" x2="2679.5" y1="155.0779" y2="147.0779"/></g><!--MD5=[8eb44e23b22a65eb3aec0fd44a6d21b7] -reverse link **titres_titulaires** to **entreprises**--><g id="link_**titres_titulaires**_**entreprises**"><path codeLine="769" d="M1791.6667,404.0867 C1791.6667,404.0867 1791.6667,655 1791.6667,655 C1791.6667,655 1753.6458,655 1708.0506,655 " fill="none" id="**titres_titulaires**-backto-**entreprises**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1791.6667" x2="1783.6667" y1="404.0867" y2="396.0867"/><line style="stroke:#181818;stroke-width:1.0;" x1="1791.6667" x2="1799.6667" y1="404.0867" y2="396.0867"/><line style="stroke:#181818;stroke-width:1.0;" x1="1791.6667" x2="1791.6667" y1="404.0867" y2="396.0867"/></g><!--MD5=[8eb44e23b22a65eb3aec0fd44a6d21b7] -reverse link **titres_titulaires** to **entreprises**--><g id="link_**titres_titulaires**_**entreprises**"><path codeLine="771" d="M1813.3333,404.2766 C1813.3333,404.2766 1813.3333,730 1813.3333,730 C1813.3333,730 1763.791,730 1708.0559,730 " fill="none" id="**titres_titulaires**-backto-**entreprises**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1813.3333" x2="1805.3333" y1="404.2766" y2="396.2766"/><line style="stroke:#181818;stroke-width:1.0;" x1="1813.3333" x2="1821.3333" y1="404.2766" y2="396.2766"/><line style="stroke:#181818;stroke-width:1.0;" x1="1813.3333" x2="1813.3333" y1="404.2766" y2="396.2766"/></g><!--MD5=[31c3bc600c901d1b2c33bfea8fc135ac] -reverse link **titres_titulaires** to **titres_etapes**--><g id="link_**titres_titulaires**_**titres_etapes**"><path codeLine="773" d="M2139.1183,391 C2139.1183,391 2156.8333,391 2156.8333,391 C2156.8333,391 2156.8333,471.1786 2156.8333,553.5496 " fill="none" id="**titres_titulaires**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2139.1183" x2="2131.1183" y1="391" y2="399"/><line style="stroke:#181818;stroke-width:1.0;" x1="2139.1183" x2="2131.1183" y1="391" y2="383"/><line style="stroke:#181818;stroke-width:1.0;" x1="2139.1183" x2="2131.1183" y1="391" y2="391"/></g><!--MD5=[31c3bc600c901d1b2c33bfea8fc135ac] -reverse link **titres_titulaires** to **titres_etapes**--><g id="link_**titres_titulaires**_**titres_etapes**"><path codeLine="775" d="M2139.1955,394 C2139.1955,394 2147.6667,394 2147.6667,394 C2147.6667,394 2147.6667,472.5145 2147.6667,553.6359 " fill="none" id="**titres_titulaires**-backto-**titres_etapes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2139.1955" x2="2131.1955" y1="394" y2="402"/><line style="stroke:#181818;stroke-width:1.0;" x1="2139.1955" x2="2131.1955" y1="394" y2="386"/><line style="stroke:#181818;stroke-width:1.0;" x1="2139.1955" x2="2131.1955" y1="394" y2="394"/></g><!--MD5=[321fe2fe4c559ce20662b45ab64ccbc2] -reverse link **titres_types** to **domaines**--><g id="link_**titres_types**_**domaines**"><path codeLine="777" d="M1975.8333,1872.8006 C1975.8333,1872.8006 1975.8333,2042 1975.8333,2042 C1975.8333,2042 1980.9358,2042 1989.0678,2042 " fill="none" id="**titres_types**-backto-**domaines**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1975.8333" x2="1967.8333" y1="1872.8006" y2="1864.8006"/><line style="stroke:#181818;stroke-width:1.0;" x1="1975.8333" x2="1983.8333" y1="1872.8006" y2="1864.8006"/><line style="stroke:#181818;stroke-width:1.0;" x1="1975.8333" x2="1975.8333" y1="1872.8006" y2="1864.8006"/></g><!--MD5=[321fe2fe4c559ce20662b45ab64ccbc2] -reverse link **titres_types** to **domaines**--><g id="link_**titres_types**_**domaines**"><path codeLine="779" d="M1965.1667,1872.6711 C1965.1667,1872.6711 1965.1667,2078 1965.1667,2078 C1965.1667,2078 1975.0675,2078 1989.4934,2078 " fill="none" id="**titres_types**-backto-**domaines**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1965.1667" x2="1957.1667" y1="1872.6711" y2="1864.6711"/><line style="stroke:#181818;stroke-width:1.0;" x1="1965.1667" x2="1973.1667" y1="1872.6711" y2="1864.6711"/><line style="stroke:#181818;stroke-width:1.0;" x1="1965.1667" x2="1965.1667" y1="1872.6711" y2="1864.6711"/></g><!--MD5=[adb05df5f37550978b9a727ec5c34df9] -reverse link **titres_types** to **titres_types_types**--><g id="link_**titres_types**_**titres_types_types**"><path codeLine="781" d="M1881.1667,1872.7125 C1881.1667,1872.7125 1881.1667,2005.6929 1881.1667,2005.6929 " fill="none" id="**titres_types**-backto-**titres_types_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1881.1667" x2="1873.1667" y1="1872.7125" y2="1864.7125"/><line style="stroke:#181818;stroke-width:1.0;" x1="1881.1667" x2="1889.1667" y1="1872.7125" y2="1864.7125"/><line style="stroke:#181818;stroke-width:1.0;" x1="1881.1667" x2="1881.1667" y1="1872.7125" y2="1864.7125"/></g><!--MD5=[adb05df5f37550978b9a727ec5c34df9] -reverse link **titres_types** to **titres_types_types**--><g id="link_**titres_types**_**titres_types_types**"><path codeLine="783" d="M1807.8333,1872.7125 C1807.8333,1872.7125 1807.8333,2005.6929 1807.8333,2005.6929 " fill="none" id="**titres_types**-backto-**titres_types_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1807.8333" x2="1799.8333" y1="1872.7125" y2="1864.7125"/><line style="stroke:#181818;stroke-width:1.0;" x1="1807.8333" x2="1815.8333" y1="1872.7125" y2="1864.7125"/><line style="stroke:#181818;stroke-width:1.0;" x1="1807.8333" x2="1807.8333" y1="1872.7125" y2="1864.7125"/></g><!--MD5=[d8b06086b0ff666636e38c280bf3f128] -reverse link **titres_types__demarches_types** to **demarches_types**--><g id="link_**titres_types__demarches_types**_**demarches_types**"><path codeLine="785" d="M689.1667,1550.0657 C689.1667,1550.0657 689.1667,1683.19 689.1667,1683.19 " fill="none" id="**titres_types__demarches_types**-backto-**demarches_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="689.1667" x2="681.1667" y1="1550.0657" y2="1542.0657"/><line style="stroke:#181818;stroke-width:1.0;" x1="689.1667" x2="697.1667" y1="1550.0657" y2="1542.0657"/><line style="stroke:#181818;stroke-width:1.0;" x1="689.1667" x2="689.1667" y1="1550.0657" y2="1542.0657"/></g><!--MD5=[d8b06086b0ff666636e38c280bf3f128] -reverse link **titres_types__demarches_types** to **demarches_types**--><g id="link_**titres_types__demarches_types**_**demarches_types**"><path codeLine="787" d="M615.8333,1550.0657 C615.8333,1550.0657 615.8333,1683.19 615.8333,1683.19 " fill="none" id="**titres_types__demarches_types**-backto-**demarches_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="615.8333" x2="607.8333" y1="1550.0657" y2="1542.0657"/><line style="stroke:#181818;stroke-width:1.0;" x1="615.8333" x2="623.8333" y1="1550.0657" y2="1542.0657"/><line style="stroke:#181818;stroke-width:1.0;" x1="615.8333" x2="615.8333" y1="1550.0657" y2="1542.0657"/></g><!--MD5=[b196decf3ae0a02b43e032c8bf23ca77] -reverse link **titres_types__demarches_types** to **titres_types**--><g id="link_**titres_types__demarches_types**_**titres_types**"><path codeLine="789" d="M840.1709,1532 C840.1709,1532 1755.5,1532 1755.5,1532 C1755.5,1532 1755.5,1660.581 1755.5,1740.4418 " fill="none" id="**titres_types__demarches_types**-backto-**titres_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="840.1709" x2="832.1709" y1="1532" y2="1540"/><line style="stroke:#181818;stroke-width:1.0;" x1="840.1709" x2="832.1709" y1="1532" y2="1524"/><line style="stroke:#181818;stroke-width:1.0;" x1="840.1709" x2="832.1709" y1="1532" y2="1532"/></g><!--MD5=[b196decf3ae0a02b43e032c8bf23ca77] -reverse link **titres_types__demarches_types** to **titres_types**--><g id="link_**titres_types__demarches_types**_**titres_types**"><path codeLine="791" d="M840.0758,1521 C840.0758,1521 1729,1521 1729,1521 C1729,1521 1729,1657.4764 1729,1740.3751 " fill="none" id="**titres_types__demarches_types**-backto-**titres_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="840.0758" x2="832.0758" y1="1521" y2="1529"/><line style="stroke:#181818;stroke-width:1.0;" x1="840.0758" x2="832.0758" y1="1521" y2="1513"/><line style="stroke:#181818;stroke-width:1.0;" x1="840.0758" x2="832.0758" y1="1521" y2="1521"/></g><!--MD5=[ec109e87b6ff5b3b49648b709feff71a] -reverse link **titres_types__demarches_types__etapes_types** to **demarches_types**--><g id="link_**titres_types__demarches_types__etapes_types**_**demarches_types**"><path codeLine="793" d="M1059.8333,1509.5749 C1059.8333,1509.5749 1059.8333,1803 1059.8333,1803 C1059.8333,1803 883.3638,1803 762.7303,1803 " fill="none" id="**titres_types__demarches_types__etapes_types**-backto-**demarches_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1059.8333" x2="1051.8333" y1="1509.5749" y2="1501.5749"/><line style="stroke:#181818;stroke-width:1.0;" x1="1059.8333" x2="1067.8333" y1="1509.5749" y2="1501.5749"/><line style="stroke:#181818;stroke-width:1.0;" x1="1059.8333" x2="1059.8333" y1="1509.5749" y2="1501.5749"/></g><!--MD5=[ec109e87b6ff5b3b49648b709feff71a] -reverse link **titres_types__demarches_types__etapes_types** to **demarches_types**--><g id="link_**titres_types__demarches_types__etapes_types**_**demarches_types**"><path codeLine="795" d="M1075.6667,1509.8413 C1075.6667,1509.8413 1075.6667,1862 1075.6667,1862 C1075.6667,1862 887.9597,1862 762.5774,1862 " fill="none" id="**titres_types__demarches_types__etapes_types**-backto-**demarches_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1075.6667" x2="1067.6667" y1="1509.8413" y2="1501.8413"/><line style="stroke:#181818;stroke-width:1.0;" x1="1075.6667" x2="1083.6667" y1="1509.8413" y2="1501.8413"/><line style="stroke:#181818;stroke-width:1.0;" x1="1075.6667" x2="1075.6667" y1="1509.8413" y2="1501.8413"/></g><!--MD5=[3f10e7e3f41a0625010b04c0e7615943] -reverse link **titres_types__demarches_types__etapes_types** to **etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types**_**etapes_types**"><path codeLine="797" d="M1201.9,1509.9019 C1201.9,1509.9019 1201.9,1658.8638 1201.9,1658.8638 " fill="none" id="**titres_types__demarches_types__etapes_types**-backto-**etapes_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1201.9" x2="1193.9" y1="1509.9019" y2="1501.9019"/><line style="stroke:#181818;stroke-width:1.0;" x1="1201.9" x2="1209.9" y1="1509.9019" y2="1501.9019"/><line style="stroke:#181818;stroke-width:1.0;" x1="1201.9" x2="1201.9" y1="1509.9019" y2="1501.9019"/></g><!--MD5=[3f10e7e3f41a0625010b04c0e7615943] -reverse link **titres_types__demarches_types__etapes_types** to **etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types**_**etapes_types**"><path codeLine="799" d="M1146.7,1509.9019 C1146.7,1509.9019 1146.7,1658.8638 1146.7,1658.8638 " fill="none" id="**titres_types__demarches_types__etapes_types**-backto-**etapes_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1146.7" x2="1138.7" y1="1509.9019" y2="1501.9019"/><line style="stroke:#181818;stroke-width:1.0;" x1="1146.7" x2="1154.7" y1="1509.9019" y2="1501.9019"/><line style="stroke:#181818;stroke-width:1.0;" x1="1146.7" x2="1146.7" y1="1509.9019" y2="1501.9019"/></g><!--MD5=[04f90e7cc0fda392c65dcdf5e57c7c1e] -reverse link **titres_types__demarches_types__etapes_types** to **titres_types**--><g id="link_**titres_types__demarches_types__etapes_types**_**titres_types**"><path codeLine="801" d="M1403.125,1509.5242 C1403.125,1509.5242 1403.125,1782 1403.125,1782 C1403.125,1782 1573.3887,1782 1702.4166,1782 " fill="none" id="**titres_types__demarches_types__etapes_types**-backto-**titres_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1403.125" x2="1395.125" y1="1509.5242" y2="1501.5242"/><line style="stroke:#181818;stroke-width:1.0;" x1="1403.125" x2="1411.125" y1="1509.5242" y2="1501.5242"/><line style="stroke:#181818;stroke-width:1.0;" x1="1403.125" x2="1403.125" y1="1509.5242" y2="1501.5242"/></g><!--MD5=[04f90e7cc0fda392c65dcdf5e57c7c1e] -reverse link **titres_types__demarches_types__etapes_types** to **titres_types**--><g id="link_**titres_types__demarches_types__etapes_types**_**titres_types**"><path codeLine="803" d="M1391.25,1509.7039 C1391.25,1509.7039 1391.25,1824 1391.25,1824 C1391.25,1824 1569.4091,1824 1702.3325,1824 " fill="none" id="**titres_types__demarches_types__etapes_types**-backto-**titres_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1391.25" x2="1383.25" y1="1509.7039" y2="1501.7039"/><line style="stroke:#181818;stroke-width:1.0;" x1="1391.25" x2="1399.25" y1="1509.7039" y2="1501.7039"/><line style="stroke:#181818;stroke-width:1.0;" x1="1391.25" x2="1391.25" y1="1509.7039" y2="1501.7039"/></g><!--MD5=[f9e5c2e1d9f6699d31faf778b694f791] -reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **documents_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**documents_types**"><path codeLine="805" d="M1464.3333,1171.168 C1464.3333,1171.168 1464.3333,1235 1464.3333,1235 C1464.3333,1235 5019.7,1235 5019.7,1235 C5019.7,1235 5019.7,1621.4376 5019.7,1756.5398 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**documents_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1464.3333" x2="1456.3333" y1="1171.168" y2="1163.168"/><line style="stroke:#181818;stroke-width:1.0;" x1="1464.3333" x2="1472.3333" y1="1171.168" y2="1163.168"/><line style="stroke:#181818;stroke-width:1.0;" x1="1464.3333" x2="1464.3333" y1="1171.168" y2="1163.168"/></g><!--MD5=[f9e5c2e1d9f6699d31faf778b694f791] -reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **documents_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**documents_types**"><path codeLine="807" d="M1457.1667,1171.2343 C1457.1667,1171.2343 1457.1667,1250 1457.1667,1250 C1457.1667,1250 5012.6,1250 5012.6,1250 C5012.6,1250 5012.6,1624.4446 5012.6,1756.8166 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**documents_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1457.1667" x2="1449.1667" y1="1171.2343" y2="1163.2343"/><line style="stroke:#181818;stroke-width:1.0;" x1="1457.1667" x2="1465.1667" y1="1171.2343" y2="1163.2343"/><line style="stroke:#181818;stroke-width:1.0;" x1="1457.1667" x2="1457.1667" y1="1171.2343" y2="1163.2343"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] -reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="809" d="M1386.4615,1171.1194 C1386.4615,1171.1194 1386.4615,1377.3309 1386.4615,1377.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1386.4615" x2="1378.4615" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1386.4615" x2="1394.4615" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1386.4615" x2="1386.4615" y1="1171.1194" y2="1163.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] -reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="811" d="M1357.9231,1171.1194 C1357.9231,1171.1194 1357.9231,1377.3309 1357.9231,1377.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1357.9231" x2="1349.9231" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1357.9231" x2="1365.9231" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1357.9231" x2="1357.9231" y1="1171.1194" y2="1163.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] -reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="813" d="M1329.3846,1171.1194 C1329.3846,1171.1194 1329.3846,1377.3309 1329.3846,1377.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-2" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1329.3846" x2="1321.3846" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1329.3846" x2="1337.3846" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1329.3846" x2="1329.3846" y1="1171.1194" y2="1163.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] -reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="815" d="M1300.8462,1171.1194 C1300.8462,1171.1194 1300.8462,1377.3309 1300.8462,1377.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-3" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1300.8462" x2="1292.8462" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1300.8462" x2="1308.8462" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1300.8462" x2="1300.8462" y1="1171.1194" y2="1163.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] -reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="817" d="M1272.3077,1171.1194 C1272.3077,1171.1194 1272.3077,1377.3309 1272.3077,1377.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-4" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1272.3077" x2="1264.3077" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1272.3077" x2="1280.3077" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1272.3077" x2="1272.3077" y1="1171.1194" y2="1163.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] -reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="819" d="M1243.7692,1171.1194 C1243.7692,1171.1194 1243.7692,1377.3309 1243.7692,1377.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-5" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1243.7692" x2="1235.7692" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1243.7692" x2="1251.7692" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1243.7692" x2="1243.7692" y1="1171.1194" y2="1163.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] -reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="821" d="M1215.2308,1171.1194 C1215.2308,1171.1194 1215.2308,1377.3309 1215.2308,1377.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-6" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1215.2308" x2="1207.2308" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1215.2308" x2="1223.2308" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1215.2308" x2="1215.2308" y1="1171.1194" y2="1163.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] -reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="823" d="M1186.6923,1171.1194 C1186.6923,1171.1194 1186.6923,1377.3309 1186.6923,1377.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-7" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1186.6923" x2="1178.6923" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1186.6923" x2="1194.6923" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1186.6923" x2="1186.6923" y1="1171.1194" y2="1163.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] -reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="825" d="M1158.1538,1171.1194 C1158.1538,1171.1194 1158.1538,1377.3309 1158.1538,1377.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-8" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1158.1538" x2="1150.1538" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1158.1538" x2="1166.1538" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1158.1538" x2="1158.1538" y1="1171.1194" y2="1163.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] -reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="827" d="M1129.6154,1171.1194 C1129.6154,1171.1194 1129.6154,1377.3309 1129.6154,1377.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-9" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1129.6154" x2="1121.6154" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1129.6154" x2="1137.6154" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1129.6154" x2="1129.6154" y1="1171.1194" y2="1163.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] -reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="829" d="M1101.0769,1171.1194 C1101.0769,1171.1194 1101.0769,1377.3309 1101.0769,1377.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-10" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1101.0769" x2="1093.0769" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1101.0769" x2="1109.0769" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1101.0769" x2="1101.0769" y1="1171.1194" y2="1163.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] -reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="831" d="M1072.5385,1171.1194 C1072.5385,1171.1194 1072.5385,1377.3309 1072.5385,1377.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-11" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1072.5385" x2="1064.5385" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1072.5385" x2="1080.5385" y1="1171.1194" y2="1163.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1072.5385" x2="1072.5385" y1="1171.1194" y2="1163.1194"/></g><!--MD5=[ebdfd2f9484e43a8d7257a558fa2b886] -reverse link **titres_types__titres_statuts** to **titres_types**--><g id="link_**titres_types__titres_statuts**_**titres_types**"><path codeLine="833" d="M1916.6,1493.1066 C1916.6,1493.1066 1916.6,1740.3874 1916.6,1740.3874 " fill="none" id="**titres_types__titres_statuts**-backto-**titres_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1916.6" x2="1908.6" y1="1493.1066" y2="1485.1066"/><line style="stroke:#181818;stroke-width:1.0;" x1="1916.6" x2="1924.6" y1="1493.1066" y2="1485.1066"/><line style="stroke:#181818;stroke-width:1.0;" x1="1916.6" x2="1916.6" y1="1493.1066" y2="1485.1066"/></g><!--MD5=[ebdfd2f9484e43a8d7257a558fa2b886] -reverse link **titres_types__titres_statuts** to **titres_types**--><g id="link_**titres_types__titres_statuts**_**titres_types**"><path codeLine="835" d="M1893.3,1493.1066 C1893.3,1493.1066 1893.3,1740.3874 1893.3,1740.3874 " fill="none" id="**titres_types__titres_statuts**-backto-**titres_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1893.3" x2="1885.3" y1="1493.1066" y2="1485.1066"/><line style="stroke:#181818;stroke-width:1.0;" x1="1893.3" x2="1901.3" y1="1493.1066" y2="1485.1066"/><line style="stroke:#181818;stroke-width:1.0;" x1="1893.3" x2="1893.3" y1="1493.1066" y2="1485.1066"/></g><!--MD5=[40dd8de91751e40451e2192300a75775] -reverse link **utilisateurs** to **administrations**--><g id="link_**utilisateurs**_**administrations**"><path codeLine="837" d="M3636.5,1574.5476 C3636.5,1574.5476 3636.5,1782 3636.5,1782 C3636.5,1782 3239.6044,1782 3038.0558,1782 " fill="none" id="**utilisateurs**-backto-**administrations**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3636.5" x2="3628.5" y1="1574.5476" y2="1566.5476"/><line style="stroke:#181818;stroke-width:1.0;" x1="3636.5" x2="3644.5" y1="1574.5476" y2="1566.5476"/><line style="stroke:#181818;stroke-width:1.0;" x1="3636.5" x2="3636.5" y1="1574.5476" y2="1566.5476"/></g><!--MD5=[f28ed266483423ffe50277f9cba4244d] -reverse link **utilisateurs__entreprises** to **entreprises**--><g id="link_**utilisateurs__entreprises**_**entreprises**"><path codeLine="839" d="M2157.588,351 C2157.588,351 2134.75,351 2134.75,351 C2134.75,351 2134.75,806 2134.75,806 C2134.75,806 1879.9996,806 1708.0928,806 " fill="none" id="**utilisateurs__entreprises**-backto-**entreprises**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2157.588" x2="2165.588" y1="351" y2="343"/><line style="stroke:#181818;stroke-width:1.0;" x1="2157.588" x2="2165.588" y1="351" y2="359"/><line style="stroke:#181818;stroke-width:1.0;" x1="2157.588" x2="2165.588" y1="351" y2="351"/></g><!--MD5=[15561590a5374a355d05a7abef5df509] -reverse link **utilisateurs__entreprises** to **utilisateurs**--><g id="link_**utilisateurs__entreprises**_**utilisateurs**"><path codeLine="841" d="M2485.1031,351 C2485.1031,351 2504.5,351 2504.5,351 C2504.5,351 2504.5,1265 2504.5,1265 C2504.5,1265 3577.25,1265 3577.25,1265 C3577.25,1265 3577.25,1285.386 3577.25,1312.2222 " fill="none" id="**utilisateurs__entreprises**-backto-**utilisateurs**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2485.1031" x2="2477.1031" y1="351" y2="359"/><line style="stroke:#181818;stroke-width:1.0;" x1="2485.1031" x2="2477.1031" y1="351" y2="343"/><line style="stroke:#181818;stroke-width:1.0;" x1="2485.1031" x2="2477.1031" y1="351" y2="351"/></g><!--MD5=[554cd1a2dbcb03010d4bf5244d6ab8cb] -reverse link **utilisateurs__titres** to **titres**--><g id="link_**utilisateurs__titres**_**titres**"><path codeLine="843" d="M4163.6,1138.7836 C4163.6,1138.7836 4163.6,1299 4163.6,1299 C4163.6,1299 3602.0679,1299 3317.189,1299 " fill="none" id="**utilisateurs__titres**-backto-**titres**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4163.6" x2="4155.6" y1="1138.7836" y2="1130.7836"/><line style="stroke:#181818;stroke-width:1.0;" x1="4163.6" x2="4171.6" y1="1138.7836" y2="1130.7836"/><line style="stroke:#181818;stroke-width:1.0;" x1="4163.6" x2="4163.6" y1="1138.7836" y2="1130.7836"/></g><!--MD5=[554cd1a2dbcb03010d4bf5244d6ab8cb] -reverse link **utilisateurs__titres** to **titres**--><g id="link_**utilisateurs__titres**_**titres**"><path codeLine="845" d="M4175.2,1138.7226 C4175.2,1138.7226 4175.2,1304 4175.2,1304 C4175.2,1304 3604.6023,1304 3317.0745,1304 " fill="none" id="**utilisateurs__titres**-backto-**titres**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4175.2" x2="4167.2" y1="1138.7226" y2="1130.7226"/><line style="stroke:#181818;stroke-width:1.0;" x1="4175.2" x2="4183.2" y1="1138.7226" y2="1130.7226"/><line style="stroke:#181818;stroke-width:1.0;" x1="4175.2" x2="4175.2" y1="1138.7226" y2="1130.7226"/></g><!--MD5=[26aba9329e960314c6eed3e229e91b1b] -reverse link **utilisateurs__titres** to **utilisateurs**--><g id="link_**utilisateurs__titres**_**utilisateurs**"><path codeLine="847" d="M4186.8,1138.7118 C4186.8,1138.7118 4186.8,1331 4186.8,1331 C4186.8,1331 3976.1833,1331 3815.5469,1331 " fill="none" id="**utilisateurs__titres**-backto-**utilisateurs**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4186.8" x2="4178.8" y1="1138.7118" y2="1130.7118"/><line style="stroke:#181818;stroke-width:1.0;" x1="4186.8" x2="4194.8" y1="1138.7118" y2="1130.7118"/><line style="stroke:#181818;stroke-width:1.0;" x1="4186.8" x2="4186.8" y1="1138.7118" y2="1130.7118"/></g><!--MD5=[26aba9329e960314c6eed3e229e91b1b] -reverse link **utilisateurs__titres** to **utilisateurs**--><g id="link_**utilisateurs__titres**_**utilisateurs**"><path codeLine="849" d="M4198.4,1138.6452 C4198.4,1138.6452 4198.4,1350 4198.4,1350 C4198.4,1350 3980.2775,1350 3815.8336,1350 " fill="none" id="**utilisateurs__titres**-backto-**utilisateurs**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4198.4" x2="4190.4" y1="1138.6452" y2="1130.6452"/><line style="stroke:#181818;stroke-width:1.0;" x1="4198.4" x2="4206.4" y1="1138.6452" y2="1130.6452"/><line style="stroke:#181818;stroke-width:1.0;" x1="4198.4" x2="4198.4" y1="1138.6452" y2="1130.6452"/></g><!--MD5=[f66eca3388647fd9857c70a639a5325c] +<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentStyleType="text/css" height="2153px" preserveAspectRatio="none" style="width:6354px;height:2153px;background:#FFFFFF;" version="1.1" viewBox="0 0 6354 2153" width="6354px" zoomAndPan="magnify"><defs/><g><!--MD5=[e930fa220afb161d2ab9f4736a7e5147] +class **activites_statuts**--><g id="elem_**activites_statuts**"><rect codeLine="4" fill="#F1F1F1" height="91.1875" id="**activites_statuts**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="242" x="4843.5" y="1427"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="128" x="4900.5" y="1444.9951">activites_statuts</text><line style="stroke:#181818;stroke-width:0.5;" x1="4844.5" x2="5084.5" y1="1453.2969" y2="1453.2969"/><ellipse cx="4854.5" cy="1464.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="4863.5" y="1470.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4879.5" y="1470.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="4888.5" y="1470.292">character varying(3) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4844.5" x2="5084.5" y1="1477.5938" y2="1477.5938"/><ellipse cx="4854.5" cy="1488.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="4863.5" y="1494.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4887.5" y="1494.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4896.5" y="1494.5889">character varying(255)</text><ellipse cx="4854.5" cy="1504.8906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="4863.5" y="1510.8857">couleur</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4919.5" y="1510.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="4928.5" y="1510.8857">character varying(16)</text></g><!--MD5=[4a9ce36b16a9b183edda8ba241d083e2] +class **activites_types**--><g id="elem_**activites_types**"><rect codeLine="11" fill="#F1F1F1" height="172.6719" id="**activites_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="275" x="5357" y="1749"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="117" x="5436" y="1766.9951">activites_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="5358" x2="5631" y1="1775.2969" y2="1775.2969"/><ellipse cx="5368" cy="1786.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="5377" y="1792.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5393" y="1792.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="5402" y="1792.292">character varying(3) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="5358" x2="5631" y1="1799.5938" y2="1799.5938"/><ellipse cx="5368" cy="1810.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="5377" y="1816.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5401" y="1816.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="5410" y="1816.5889">character varying(255)</text><ellipse cx="5368" cy="1826.8906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="5377" y="1832.8857">sections</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5441" y="1832.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="47" x="5450" y="1832.8857">jsonb[]</text><ellipse cx="5368" cy="1843.1875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="96" x="5377" y="1849.1826">frequence_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5473" y="1849.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="5482" y="1849.1826">character varying(3)</text><ellipse cx="5368" cy="1859.4844" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="5377" y="1865.4795">date_debut</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5457" y="1865.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="5466" y="1865.4795">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="5377" y="1881.7764">delai_mois</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5457" y="1881.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="5466" y="1881.7764">integer</text><ellipse cx="5368" cy="1892.0781" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="5377" y="1898.0732">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5417" y="1898.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="5426" y="1898.0732">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="5377" y="1914.3701">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5465" y="1914.3701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="5474" y="1914.3701">text</text></g><!--MD5=[70d9af67d334355bc4a05dcb46917d10] +class **activites_types__documents_types**--><g id="elem_**activites_types__documents_types**"><rect codeLine="23" fill="#F1F1F1" height="91.1875" id="**activites_types__documents_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="359" x="4056" y="1427"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="270" x="4100.5" y="1444.9951">activites_types__documents_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="4057" x2="4414" y1="1453.2969" y2="1453.2969"/><ellipse cx="4067" cy="1464.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="4076" y="1470.292">activite_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4204" y="1470.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="4213" y="1470.292">character varying(3) [PK][FK]</text><ellipse cx="4067" cy="1480.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="4076" y="1486.5889">document_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4204" y="1486.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="4213" y="1486.5889">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4057" x2="4414" y1="1493.8906" y2="1493.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="4062" y="1510.8857">optionnel</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4134" y="1510.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="4143" y="1510.8857">boolean</text></g><!--MD5=[0267f622e81737819906954e7a55895b] +class **activites_types__pays**--><g id="elem_**activites_types__pays**"><rect codeLine="30" fill="#F1F1F1" height="74.8906" id="**activites_types__pays**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="359" x="5988" y="1435"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="168" x="6083.5" y="1452.9951">activites_types__pays</text><line style="stroke:#181818;stroke-width:0.5;" x1="5989" x2="6346" y1="1461.2969" y2="1461.2969"/><ellipse cx="5999" cy="1472.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="6008" y="1478.292">pays_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="6064" y="1478.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="6073" y="1478.292">character varying(3) [PK]</text><ellipse cx="5999" cy="1488.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="6008" y="1494.5889">activite_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="6136" y="1494.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="6145" y="1494.5889">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="5989" x2="6346" y1="1501.8906" y2="1501.8906"/></g><!--MD5=[574697a1b567b560d1481c04ba95c265] +class **activites_types__titres_types**--><g id="elem_**activites_types__titres_types**"><rect codeLine="36" fill="#F1F1F1" height="74.8906" id="**activites_types__titres_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="359" x="3662" y="1435"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="224" x="3729.5" y="1452.9951">activites_types__titres_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="3663" x2="4020" y1="1461.2969" y2="1461.2969"/><ellipse cx="3673" cy="1472.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="3682" y="1478.292">titre_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3786" y="1478.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="3795" y="1478.292">character varying(3) [PK][FK]</text><ellipse cx="3673" cy="1488.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="3682" y="1494.5889">activite_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3810" y="1494.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="3819" y="1494.5889">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3663" x2="4020" y1="1501.8906" y2="1501.8906"/></g><!--MD5=[721da294dcd92c28832846a6ae457a3e] +class **administrations**--><g id="elem_**administrations**"><rect codeLine="42" fill="#F1F1F1" height="58.5938" id="**administrations**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="229" x="3477" y="1806"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="121" x="3531" y="1823.9951">administrations</text><line style="stroke:#181818;stroke-width:0.5;" x1="3478" x2="3705" y1="1832.2969" y2="1832.2969"/><ellipse cx="3488" cy="1843.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="3497" y="1849.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3513" y="1849.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="3522" y="1849.292">character varying(64) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3478" x2="3705" y1="1856.5938" y2="1856.5938"/></g><!--MD5=[176bf713791b4d01ca4223d4c8339a47] +class **administrations__activites_types**--><g id="elem_**administrations__activites_types**"><rect codeLine="47" fill="#F1F1F1" height="107.4844" id="**administrations__activites_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="349" x="5121" y="1419"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="252" x="5169.5" y="1436.9951">administrations__activites_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="5122" x2="5469" y1="1445.2969" y2="1445.2969"/><line style="stroke:#181818;stroke-width:1.0;" x1="5122" x2="5469" y1="1453.2969" y2="1453.2969"/><ellipse cx="5132" cy="1464.2969" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="5141" y="1470.292">activite_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5269" y="1470.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="5278" y="1470.292">character varying(3) [FK]</text><ellipse cx="5132" cy="1480.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="5141" y="1486.5889">administration_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5277" y="1486.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="5286" y="1486.5889">character varying(64) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="168" x="5141" y="1502.8857">modification_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5309" y="1502.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="5318" y="1502.8857">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="5141" y="1519.1826">lecture_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5269" y="1519.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="5278" y="1519.1826">boolean</text></g><!--MD5=[98c21b909acfdc5b43b5384997a6a13d] +class **administrations__activites_types__emails**--><g id="elem_**administrations__activites_types__emails**"><rect codeLine="55" fill="#F1F1F1" height="91.1875" id="**administrations__activites_types__emails**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="376" x="5505.5" y="1427"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="316" x="5535.5" y="1444.9951">administrations__activites_types__emails</text><line style="stroke:#181818;stroke-width:0.5;" x1="5506.5" x2="5880.5" y1="1453.2969" y2="1453.2969"/><ellipse cx="5516.5" cy="1464.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="5525.5" y="1470.292">activite_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5653.5" y="1470.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="5662.5" y="1470.292">character varying(3) [PK][FK]</text><ellipse cx="5516.5" cy="1480.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="5525.5" y="1486.5889">administration_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5661.5" y="1486.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="205" x="5670.5" y="1486.5889">character varying(64) [PK][FK]</text><ellipse cx="5516.5" cy="1496.8906" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="5525.5" y="1502.8857">email</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5565.5" y="1502.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="5574.5" y="1502.8857">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="5506.5" x2="5880.5" y1="1510.1875" y2="1510.1875"/></g><!--MD5=[a3c85c0d0941a613121d1a851acb084e] +class **administrations__titres_types__etapes_types**--><g id="elem_**administrations__titres_types__etapes_types**"><rect codeLine="62" fill="#F1F1F1" height="140.0781" id="**administrations__titres_types__etapes_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="385" x="2076" y="1402.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="347" x="2095" y="1420.4951">administrations__titres_types__etapes_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="2077" x2="2460" y1="1428.7969" y2="1428.7969"/><ellipse cx="2087" cy="1439.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="2096" y="1445.792">administration_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2232" y="1445.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="2241" y="1445.792">character varying(255) [PK][FK]</text><ellipse cx="2087" cy="1456.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="2096" y="1462.0889">titre_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2200" y="1462.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="2209" y="1462.0889">character varying(255) [PK][FK]</text><ellipse cx="2087" cy="1472.3906" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="2096" y="1478.3857">etape_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2200" y="1478.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="2209" y="1478.3857">character varying(255) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2077" x2="2460" y1="1485.6875" y2="1485.6875"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="2082" y="1502.6826">lecture_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2210" y="1502.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2219" y="1502.6826">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="2082" y="1518.9795">creation_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2218" y="1518.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2227" y="1518.9795">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="168" x="2082" y="1535.2764">modification_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2250" y="1535.2764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2259" y="1535.2764">boolean</text></g><!--MD5=[b59511d160460a8b9370f1f22f3d6859] +class **administrations__titres_types__titres_statuts**--><g id="elem_**administrations__titres_types__titres_statuts**"><rect codeLine="72" fill="#F1F1F1" height="140.0781" id="**administrations__titres_types__titres_statuts**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="385" x="3136" y="1402.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="346" x="3155.5" y="1420.4951">administrations__titres_types__titres_statuts</text><line style="stroke:#181818;stroke-width:0.5;" x1="3137" x2="3520" y1="1428.7969" y2="1428.7969"/><ellipse cx="3147" cy="1439.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="3156" y="1445.792">administration_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3292" y="1445.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="3301" y="1445.792">character varying(255) [PK][FK]</text><ellipse cx="3147" cy="1456.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="3156" y="1462.0889">titre_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3260" y="1462.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="3269" y="1462.0889">character varying(255) [PK][FK]</text><ellipse cx="3147" cy="1472.3906" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="120" x="3156" y="1478.3857">titre_statut_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3276" y="1478.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="3285" y="1478.3857">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3137" x2="3520" y1="1485.6875" y2="1485.6875"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="224" x="3142" y="1502.6826">titres_modification_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3366" y="1502.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="3375" y="1502.6826">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="248" x="3142" y="1518.9795">demarches_modification_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3390" y="1518.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="3399" y="1518.9795">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="224" x="3142" y="1535.2764">etapes_modification_interdit</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3366" y="1535.2764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="3375" y="1535.2764">boolean</text></g><!--MD5=[e9c66aba87dad2cd41b1deee151d75e6] +class **caches**--><g id="elem_**caches**"><rect codeLine="82" fill="#F1F1F1" height="74.8906" id="**caches**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="238" x="4599.5" y="39.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="56" x="4690.5" y="57.4951">caches</text><line style="stroke:#181818;stroke-width:0.5;" x1="4600.5" x2="4836.5" y1="65.7969" y2="65.7969"/><ellipse cx="4610.5" cy="76.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="4619.5" y="82.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4635.5" y="82.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="4644.5" y="82.792">character varying(128) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4600.5" x2="4836.5" y1="90.0938" y2="90.0938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="48" x="4605.5" y="107.0889">valeur</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4653.5" y="107.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="4662.5" y="107.0889">jsonb</text></g><!--MD5=[22e247a918323b06df6f72f599b329ee] +class **communes**--><g id="elem_**communes**"><rect codeLine="88" fill="#F1F1F1" height="91.1875" id="**communes**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="289" x="1831" y="701"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="86" x="1932.5" y="718.9951">communes</text><line style="stroke:#181818;stroke-width:0.5;" x1="1832" x2="2119" y1="727.2969" y2="727.2969"/><ellipse cx="1842" cy="738.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="1851" y="744.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1867" y="744.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="1876" y="744.292">character varying(5) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1832" x2="2119" y1="751.5938" y2="751.5938"/><ellipse cx="1842" cy="762.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="1851" y="768.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1875" y="768.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1884" y="768.5889">character varying(255)</text><ellipse cx="1842" cy="778.8906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="1851" y="784.8857">departement_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1963" y="784.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="1972" y="784.8857">character varying(3)</text></g><!--MD5=[6455b257e01dfe034fe39fa2939d4b56] +class **communes_postgis**--><g id="elem_**communes_postgis**"><rect codeLine="95" fill="#F1F1F1" height="74.8906" id="**communes_postgis**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="293" x="4873" y="39.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="151" x="4944" y="57.4951">communes_postgis</text><line style="stroke:#181818;stroke-width:0.5;" x1="4874" x2="5165" y1="65.7969" y2="65.7969"/><ellipse cx="4884" cy="76.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="4893" y="82.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4909" y="82.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="4918" y="82.792">character varying(5) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4874" x2="5165" y1="90.0938" y2="90.0938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="4879" y="107.0889">geometry</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4943" y="107.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="204" x="4952" y="107.0889">geometry(MultiPolygon,4326)</text></g><!--MD5=[92b50184ee405b6f1a9f9a80e1986f0f] +class **demarches_types**--><g id="elem_**demarches_types**"><rect codeLine="101" fill="#F1F1F1" height="237.8594" id="**demarches_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="220" x="1549.5" y="1716.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="139" x="1590" y="1734.4951">demarches_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="1550.5" x2="1768.5" y1="1742.7969" y2="1742.7969"/><ellipse cx="1560.5" cy="1753.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="1569.5" y="1759.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1585.5" y="1759.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="1594.5" y="1759.792">character varying(3) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1550.5" x2="1768.5" y1="1767.0938" y2="1767.0938"/><ellipse cx="1560.5" cy="1778.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="1569.5" y="1784.0889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1593.5" y="1784.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1602.5" y="1784.0889">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="1569.5" y="1800.3857">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1657.5" y="1800.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="1666.5" y="1800.3857">text</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="1569.5" y="1816.6826">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1609.5" y="1816.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="1618.5" y="1816.6826">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="1569.5" y="1832.9795">duree</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1609.5" y="1832.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1618.5" y="1832.9795">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="48" x="1569.5" y="1849.2764">points</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1617.5" y="1849.2764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1626.5" y="1849.2764">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="1569.5" y="1865.5732">substances</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1649.5" y="1865.5732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1658.5" y="1865.5732">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="1569.5" y="1881.8701">titulaires</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1649.5" y="1881.8701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1658.5" y="1881.8701">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="96" x="1569.5" y="1898.167">renouvelable</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1665.5" y="1898.167">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1674.5" y="1898.167">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="1569.5" y="1914.4639">exception</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1641.5" y="1914.4639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1650.5" y="1914.4639">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="1569.5" y="1930.7607">auto</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1601.5" y="1930.7607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1610.5" y="1930.7607">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="1569.5" y="1947.0576">travaux</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1625.5" y="1947.0576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1634.5" y="1947.0576">boolean</text></g><!--MD5=[c0e48d80bbceed15ca971e8c0e4f5159] +class **documents**--><g id="elem_**documents**"><rect codeLine="117" fill="#F1F1F1" height="286.75" id="**documents**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="358" x="3200.5" y="207"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="88" x="3335.5" y="224.9951">documents</text><line style="stroke:#181818;stroke-width:0.5;" x1="3201.5" x2="3557.5" y1="233.2969" y2="233.2969"/><ellipse cx="3211.5" cy="244.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="3220.5" y="250.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3236.5" y="250.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="3245.5" y="250.292">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3201.5" x2="3557.5" y1="257.5938" y2="257.5938"/><ellipse cx="3211.5" cy="268.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="3220.5" y="274.5889">type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3276.5" y="274.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="3285.5" y="274.5889">character varying(3) [FK]</text><ellipse cx="3211.5" cy="284.8906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="3220.5" y="290.8857">date</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3252.5" y="290.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="3261.5" y="290.8857">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="3220.5" y="307.1826">entreprise_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3324.5" y="307.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="3333.5" y="307.1826">character varying(64) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="3220.5" y="323.4795">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3332.5" y="323.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="3341.5" y="323.4795">character varying(128) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="3220.5" y="339.7764">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3308.5" y="339.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="165" x="3317.5" y="339.7764">character varying(1024)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="3220.5" y="356.0732">titre_activite_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3356.5" y="356.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="3365.5" y="356.0732">character varying(128) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="3220.5" y="372.3701">fichier</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3276.5" y="372.3701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="3285.5" y="372.3701">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="120" x="3220.5" y="388.667">fichier_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3340.5" y="388.667">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="3349.5" y="388.667">character varying(3)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="3220.5" y="404.9639">url</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3244.5" y="404.9639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="165" x="3253.5" y="404.9639">character varying(1024)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="3220.5" y="421.2607">uri</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3244.5" y="421.2607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="165" x="3253.5" y="421.2607">character varying(1024)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="3220.5" y="437.5576">jorf</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3252.5" y="437.5576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="3261.5" y="437.5576">character varying(32)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="3220.5" y="453.8545">nor</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3244.5" y="453.8545">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="3253.5" y="453.8545">character varying(32)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="3220.5" y="470.1514">public_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3332.5" y="470.1514">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="3341.5" y="470.1514">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="152" x="3220.5" y="486.4482">entreprises_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3372.5" y="486.4482">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="3381.5" y="486.4482">boolean</text></g><!--MD5=[a34e0b283b397e38a345c2f69dd934ac] +class **documents_types**--><g id="elem_**documents_types**"><rect codeLine="136" fill="#F1F1F1" height="91.1875" id="**documents_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="220" x="2614.5" y="1790"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="139" x="2655" y="1807.9951">documents_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="2615.5" x2="2833.5" y1="1816.2969" y2="1816.2969"/><ellipse cx="2625.5" cy="1827.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2634.5" y="1833.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2650.5" y="1833.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="2659.5" y="1833.292">character varying(3) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2615.5" x2="2833.5" y1="1840.5938" y2="1840.5938"/><ellipse cx="2625.5" cy="1851.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="2634.5" y="1857.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2658.5" y="1857.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2667.5" y="1857.5889">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2634.5" y="1873.8857">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2722.5" y="1873.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="2731.5" y="1873.8857">text</text></g><!--MD5=[d070bdba5afe4dd28354692c92e97b08] +class **domaines**--><g id="elem_**domaines**"><rect codeLine="143" fill="#F1F1F1" height="107.4844" id="**domaines**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="220" x="2582.5" y="2039"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="76" x="2654.5" y="2056.9951">domaines</text><line style="stroke:#181818;stroke-width:0.5;" x1="2583.5" x2="2801.5" y1="2065.2969" y2="2065.2969"/><ellipse cx="2593.5" cy="2076.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2602.5" y="2082.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2618.5" y="2082.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="2627.5" y="2082.292">character varying(1) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2583.5" x2="2801.5" y1="2089.5938" y2="2089.5938"/><ellipse cx="2593.5" cy="2100.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="2602.5" y="2106.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2626.5" y="2106.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2635.5" y="2106.5889">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2602.5" y="2122.8857">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2690.5" y="2122.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="2699.5" y="2122.8857">text</text><ellipse cx="2593.5" cy="2133.1875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="2602.5" y="2139.1826">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2642.5" y="2139.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="2651.5" y="2139.1826">integer</text></g><!--MD5=[2ba55ab09da773b96a0ac87d3c3048ca] +class **entreprises**--><g id="elem_**entreprises**"><rect codeLine="151" fill="#F1F1F1" height="303.0469" id="**entreprises**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="307" x="2155" y="595"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="92" x="2262.5" y="612.9951">entreprises</text><line style="stroke:#181818;stroke-width:0.5;" x1="2156" x2="2461" y1="621.2969" y2="621.2969"/><ellipse cx="2166" cy="632.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2175" y="638.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2191" y="638.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="2200" y="638.292">character varying(64) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2156" x2="2461" y1="645.5938" y2="645.5938"/><ellipse cx="2166" cy="656.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="2175" y="662.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2199" y="662.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2208" y="662.5889">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2175" y="678.8857">pays_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2231" y="678.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2240" y="678.8857">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2175" y="695.1826">legal_siren</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2263" y="695.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2272" y="695.1826">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="2175" y="711.4795">legal_etranger</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2287" y="711.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2296" y="711.4795">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2175" y="727.7764">legal_forme</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2263" y="727.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2272" y="727.7764">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="2175" y="744.0732">categorie</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2247" y="744.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2256" y="744.0732">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="2175" y="760.3701">date_creation</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2279" y="760.3701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="2288" y="760.3701">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2175" y="776.667">adresse</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2231" y="776.667">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2240" y="776.667">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2175" y="792.9639">code_postal</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2263" y="792.9639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2272" y="792.9639">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2175" y="809.2607">commune</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2231" y="809.2607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2240" y="809.2607">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="2175" y="825.5576">cedex</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2215" y="825.5576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2224" y="825.5576">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="2175" y="841.8545">url</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2199" y="841.8545">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="165" x="2208" y="841.8545">character varying(1024)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="2175" y="858.1514">email</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2215" y="858.1514">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2224" y="858.1514">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="2175" y="874.4482">telephone</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2247" y="874.4482">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2256" y="874.4482">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2175" y="890.7451">archive</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2231" y="890.7451">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2240" y="890.7451">boolean</text></g><!--MD5=[fe43871be055a2dec1cce63e56b6e3ce] +class **entreprises__documents_types**--><g id="elem_**entreprises__documents_types**"><rect codeLine="171" fill="#F1F1F1" height="58.5938" id="**entreprises__documents_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="359" x="738" y="1806"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="245" x="795" y="1823.9951">entreprises__documents_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="739" x2="1096" y1="1832.2969" y2="1832.2969"/><ellipse cx="749" cy="1843.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="758" y="1849.292">document_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="886" y="1849.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="895" y="1849.292">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="739" x2="1096" y1="1856.5938" y2="1856.5938"/></g><!--MD5=[9c4cbc196d58074bf592239835185fd6] +class **entreprises__titres_types**--><g id="elem_**entreprises__titres_types**"><rect codeLine="176" fill="#F1F1F1" height="91.1875" id="**entreprises__titres_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="353" x="2416" y="305"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="199" x="2493" y="322.9951">entreprises__titres_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="2417" x2="2768" y1="331.2969" y2="331.2969"/><ellipse cx="2427" cy="342.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="2436" y="348.292">entreprise_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2540" y="348.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="2549" y="348.292">character varying(255) [PK][FK]</text><ellipse cx="2427" cy="358.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="2436" y="364.5889">titre_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2540" y="364.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="2549" y="364.5889">character varying(255) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2417" x2="2768" y1="371.8906" y2="371.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="120" x="2422" y="388.8857">titres_creation</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2542" y="388.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2551" y="388.8857">boolean</text></g><!--MD5=[9b2d88c35f5efdfa950390ca359aaa80] +class **entreprises_etablissements**--><g id="elem_**entreprises_etablissements**"><rect codeLine="183" fill="#F1F1F1" height="140.0781" id="**entreprises_etablissements**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="317" x="2064" y="280.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="219" x="2113" y="298.4951">entreprises_etablissements</text><line style="stroke:#181818;stroke-width:0.5;" x1="2065" x2="2380" y1="306.7969" y2="306.7969"/><ellipse cx="2075" cy="317.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2084" y="323.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2100" y="323.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="2109" y="323.792">character varying(64) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2065" x2="2380" y1="331.0938" y2="331.0938"/><ellipse cx="2075" cy="342.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="2084" y="348.0889">entreprise_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2188" y="348.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="2197" y="348.0889">character varying(64) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="2084" y="364.3857">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2108" y="364.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2117" y="364.3857">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2084" y="380.6826">legal_siret</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2172" y="380.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2181" y="380.6826">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="2084" y="396.9795">date_debut</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2164" y="396.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="2173" y="396.9795">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="2084" y="413.2764">date_fin</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2148" y="413.2764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="2157" y="413.2764">character varying(10)</text></g><!--MD5=[b6b0fd316822088086c0e9d953dff5f5] +class **etapes_types**--><g id="elem_**etapes_types**"><rect codeLine="193" fill="#F1F1F1" height="286.75" id="**etapes_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="276" x="1220.5" y="1692"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="105" x="1306" y="1709.9951">etapes_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="1221.5" x2="1495.5" y1="1718.2969" y2="1718.2969"/><ellipse cx="1231.5" cy="1729.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="1240.5" y="1735.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1256.5" y="1735.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="1265.5" y="1735.292">character varying(3) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1221.5" x2="1495.5" y1="1742.5938" y2="1742.5938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="1240.5" y="1759.5889">parent_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1312.5" y="1759.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="1321.5" y="1759.5889">character varying(3) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="1240.5" y="1775.8857">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1264.5" y="1775.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1273.5" y="1775.8857">character varying(128)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="1240.5" y="1792.1826">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1328.5" y="1792.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="1337.5" y="1792.1826">text</text><ellipse cx="1231.5" cy="1802.4844" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="1240.5" y="1808.4795">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1280.5" y="1808.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="1289.5" y="1808.4795">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="96" x="1240.5" y="1824.7764">fondamentale</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1336.5" y="1824.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1345.5" y="1824.7764">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="48" x="1240.5" y="1841.0732">unique</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1288.5" y="1841.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1297.5" y="1841.0732">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="1240.5" y="1857.3701">acceptation_auto</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1368.5" y="1857.3701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1377.5" y="1857.3701">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="1240.5" y="1873.667">legal_ref</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1312.5" y="1873.667">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1321.5" y="1873.667">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="1240.5" y="1889.9639">legal_lien</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1320.5" y="1889.9639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1329.5" y="1889.9639">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="1240.5" y="1906.2607">date_debut</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1320.5" y="1906.2607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="1329.5" y="1906.2607">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="1240.5" y="1922.5576">date_fin</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1304.5" y="1922.5576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="1313.5" y="1922.5576">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="1240.5" y="1938.8545">sections</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1304.5" y="1938.8545">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="47" x="1313.5" y="1938.8545">jsonb[]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="1240.5" y="1955.1514">public_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1352.5" y="1955.1514">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1361.5" y="1955.1514">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="152" x="1240.5" y="1971.4482">entreprises_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1392.5" y="1971.4482">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1401.5" y="1971.4482">boolean</text></g><!--MD5=[514dd7b6774c51a46df2e11bb9fb64c8] +class **etapes_types__justificatifs_types**--><g id="elem_**etapes_types__justificatifs_types**"><rect codeLine="212" fill="#F1F1F1" height="107.4844" id="**etapes_types__justificatifs_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="359" x="738" y="1419"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="256" x="789.5" y="1436.9951">etapes_types__justificatifs_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="739" x2="1096" y1="1445.2969" y2="1445.2969"/><ellipse cx="749" cy="1456.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="758" y="1462.292">etape_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="862" y="1462.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="871" y="1462.292">character varying(3) [PK][FK]</text><ellipse cx="749" cy="1472.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="758" y="1478.5889">document_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="886" y="1478.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="895" y="1478.5889">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="739" x2="1096" y1="1485.8906" y2="1485.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="744" y="1502.8857">optionnel</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="816" y="1502.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="825" y="1502.8857">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="744" y="1519.1826">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="832" y="1519.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="841" y="1519.1826">text</text></g><!--MD5=[9fdb297ec518143f26b06a47ebe885ef] +class **forets**--><g id="elem_**forets**"><rect codeLine="220" fill="#F1F1F1" height="74.8906" id="**forets**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="229" x="2602" y="709"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="48" x="2692.5" y="726.9951">forets</text><line style="stroke:#181818;stroke-width:0.5;" x1="2603" x2="2830" y1="735.2969" y2="735.2969"/><ellipse cx="2613" cy="746.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2622" y="752.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2638" y="752.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="2647" y="752.292">character varying(30) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2603" x2="2830" y1="759.5938" y2="759.5938"/><ellipse cx="2613" cy="770.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="2622" y="776.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2646" y="776.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2655" y="776.5889">character varying(255)</text></g><!--MD5=[ba1548a72ebb734d80c164ad6b3ace5d] +class **forets_postgis**--><g id="elem_**forets_postgis**"><rect codeLine="226" fill="#F1F1F1" height="74.8906" id="**forets_postgis**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="293" x="5201" y="39.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="113" x="5291" y="57.4951">forets_postgis</text><line style="stroke:#181818;stroke-width:0.5;" x1="5202" x2="5493" y1="65.7969" y2="65.7969"/><ellipse cx="5212" cy="76.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="5221" y="82.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5237" y="82.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="5246" y="82.792">character varying(30) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="5202" x2="5493" y1="90.0938" y2="90.0938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="5207" y="107.0889">geometry</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5271" y="107.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="204" x="5280" y="107.0889">geometry(MultiPolygon,4326)</text></g><!--MD5=[f8502021969469c2e2606089cfb35cf2] +class **journaux**--><g id="elem_**journaux**"><rect codeLine="232" fill="#F1F1F1" height="156.375" id="**journaux**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="307" x="2777" y="1048"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="69" x="2896" y="1065.9951">journaux</text><line style="stroke:#181818;stroke-width:0.5;" x1="2778" x2="3083" y1="1074.2969" y2="1074.2969"/><ellipse cx="2788" cy="1085.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2797" y="1091.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2813" y="1091.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="2822" y="1091.292">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2778" x2="3083" y1="1098.5938" y2="1098.5938"/><ellipse cx="2788" cy="1109.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="2797" y="1115.5889">utilisateur_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2909" y="1115.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2918" y="1115.5889">character varying(255)</text><ellipse cx="2788" cy="1125.8906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="2797" y="1131.8857">date</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2829" y="1131.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="176" x="2838" y="1131.8857">timestamp with time zone</text><ellipse cx="2788" cy="1142.1875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="2797" y="1148.1826">element_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2877" y="1148.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2886" y="1148.1826">character varying(255)</text><ellipse cx="2788" cy="1158.4844" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="2797" y="1164.4795">operation</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2869" y="1164.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="2878" y="1164.4795">text</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2797" y="1180.7764">differences</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2885" y="1180.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="2894" y="1180.7764">jsonb</text><ellipse cx="2788" cy="1191.0781" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="2797" y="1197.0732">titre_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2861" y="1197.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="2870" y="1197.0732">character varying(128) [FK]</text></g><!--MD5=[8c8732e953ec6f00fbf5efa1803573aa] +class **knex_migrations**--><g id="elem_**knex_migrations**"><rect codeLine="243" fill="#F1F1F1" height="107.4844" id="**knex_migrations**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="313" x="4562" y="297"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="128" x="4654.5" y="314.9951">knex_migrations</text><line style="stroke:#181818;stroke-width:0.5;" x1="4563" x2="4874" y1="323.2969" y2="323.2969"/><ellipse cx="4573" cy="334.2969" fill="none" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="4582" y="340.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4598" y="340.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="66" x="4607" y="340.292">serial [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4563" x2="4874" y1="347.5938" y2="347.5938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="4568" y="364.5889">name</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4600" y="364.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4609" y="364.5889">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="4568" y="380.8857">batch</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4608" y="380.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="4617" y="380.8857">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="4568" y="397.1826">migration_time</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4680" y="397.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="176" x="4689" y="397.1826">timestamp with time zone</text></g><!--MD5=[e285313659388471fd77d27c8838eebf] +class **knex_migrations_lock**--><g id="elem_**knex_migrations_lock**"><rect codeLine="251" fill="#F1F1F1" height="74.8906" id="**knex_migrations_lock**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="173" x="4910" y="313"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="167" x="4913" y="330.9951">knex_migrations_lock</text><line style="stroke:#181818;stroke-width:0.5;" x1="4911" x2="5082" y1="339.2969" y2="339.2969"/><ellipse cx="4921" cy="350.2969" fill="none" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="4930" y="356.292">index</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4970" y="356.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="66" x="4979" y="356.292">serial [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4911" x2="5082" y1="363.5938" y2="363.5938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="4916" y="380.5889">is_locked</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4988" y="380.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="4997" y="380.5889">integer</text></g><!--MD5=[9f1e9f755fa8e96941b9f66389680e07] +class **sdom_zones**--><g id="elem_**sdom_zones**"><rect codeLine="257" fill="#F1F1F1" height="74.8906" id="**sdom_zones**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="229" x="73" y="709"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="98" x="138.5" y="726.9951">sdom_zones</text><line style="stroke:#181818;stroke-width:0.5;" x1="74" x2="301" y1="735.2969" y2="735.2969"/><ellipse cx="84" cy="746.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="93" y="752.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="109" y="752.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="118" y="752.292">character varying(30) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="74" x2="301" y1="759.5938" y2="759.5938"/><ellipse cx="84" cy="770.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="93" y="776.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="117" y="776.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="126" y="776.5889">character varying(255)</text></g><!--MD5=[cf317b8f35ef6caa7c0cc8e48e619152] +class **sdom_zones_postgis**--><g id="elem_**sdom_zones_postgis**"><rect codeLine="263" fill="#F1F1F1" height="74.8906" id="**sdom_zones_postgis**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="293" x="5118" y="313"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="163" x="5183" y="330.9951">sdom_zones_postgis</text><line style="stroke:#181818;stroke-width:0.5;" x1="5119" x2="5410" y1="339.2969" y2="339.2969"/><ellipse cx="5129" cy="350.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="5138" y="356.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5154" y="356.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="5163" y="356.292">character varying(30) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="5119" x2="5410" y1="363.5938" y2="363.5938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="5124" y="380.5889">geometry</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="5188" y="380.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="204" x="5197" y="380.5889">geometry(MultiPolygon,4326)</text></g><!--MD5=[334142c1e77c30d5f5c7acc29c1e50bc] +class **secteurs_maritime_postgis**--><g id="elem_**secteurs_maritime_postgis**"><rect codeLine="269" fill="#F1F1F1" height="74.8906" id="**secteurs_maritime_postgis**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="293" x="4572" y="709"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="210" x="4613.5" y="726.9951">secteurs_maritime_postgis</text><line style="stroke:#181818;stroke-width:0.5;" x1="4573" x2="4864" y1="735.2969" y2="735.2969"/><ellipse cx="4583" cy="746.2969" fill="none" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="4592" y="752.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4608" y="752.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="80" x="4617" y="752.292">integer [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4573" x2="4864" y1="759.5938" y2="759.5938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="4578" y="776.5889">geometry</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4642" y="776.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="204" x="4651" y="776.5889">geometry(MultiPolygon,4326)</text></g><!--MD5=[000bdc8fca937d4114719a6aff4ea039] +class **spatial_ref_sys**--><g id="elem_**spatial_ref_sys**"><rect codeLine="275" fill="#F1F1F1" height="123.7813" id="**spatial_ref_sys**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="262" x="4900.5" y="684.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="115" x="4974" y="702.4951">spatial_ref_sys</text><line style="stroke:#181818;stroke-width:0.5;" x1="4901.5" x2="5161.5" y1="710.7969" y2="710.7969"/><ellipse cx="4911.5" cy="721.7969" fill="none" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="4920.5" y="727.792">srid</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4952.5" y="727.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="80" x="4961.5" y="727.792">integer [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4901.5" x2="5161.5" y1="735.0938" y2="735.0938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="4906.5" y="752.0889">auth_name</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4978.5" y="752.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4987.5" y="752.0889">character varying(256)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="4906.5" y="768.3857">auth_srid</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4978.5" y="768.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="4987.5" y="768.3857">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="48" x="4906.5" y="784.6826">srtext</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4954.5" y="784.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="165" x="4963.5" y="784.6826">character varying(2048)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="4906.5" y="800.9795">proj4text</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4978.5" y="800.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="165" x="4987.5" y="800.9795">character varying(2048)</text></g><!--MD5=[737231e93f89167ae129923b20117fe6] +class **titres**--><g id="elem_**titres**"><rect codeLine="284" fill="#F1F1F1" height="319.3438" id="**titres**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="323" x="2778" y="1313"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="42" x="2918.5" y="1330.9951">titres</text><line style="stroke:#181818;stroke-width:0.5;" x1="2779" x2="3100" y1="1339.2969" y2="1339.2969"/><ellipse cx="2789" cy="1350.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2798" y="1356.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2814" y="1356.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="2823" y="1356.292">character varying(128) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2779" x2="3100" y1="1363.5938" y2="1363.5938"/><ellipse cx="2789" cy="1374.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="2798" y="1380.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2822" y="1380.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2831" y="1380.5889">character varying(255)</text><ellipse cx="2789" cy="1390.8906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2798" y="1396.8857">type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2854" y="1396.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="2863" y="1396.8857">character varying(3) [FK]</text><ellipse cx="2789" cy="1407.1875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="2798" y="1413.1826">domaine_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2878" y="1413.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="2887" y="1413.1826">character varying(1) [FK]</text><ellipse cx="2789" cy="1423.4844" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="120" x="2798" y="1429.4795">titre_statut_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2918" y="1429.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="2927" y="1429.4795">character varying(3)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="2798" y="1445.7764">date_debut</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2878" y="1445.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="2887" y="1445.7764">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="2798" y="1462.0732">date_fin</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2862" y="1462.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="2871" y="1462.0732">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="96" x="2798" y="1478.3701">date_demande</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2894" y="1478.3701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="2903" y="1478.3701">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="2798" y="1494.667">public_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2910" y="1494.667">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2919" y="1494.667">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="152" x="2798" y="1510.9639">entreprises_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2950" y="1510.9639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2959" y="1510.9639">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="2798" y="1527.2607">doublon_titre_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2926" y="1527.2607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2935" y="1527.2607">character varying(128)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="200" x="2798" y="1543.5576">contenus_titre_etapes_ids</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2998" y="1543.5576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="3007" y="1543.5576">jsonb</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2798" y="1559.8545">coordonnees</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2886" y="1559.8545">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="35" x="2895" y="1559.8545">point</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="176" x="2798" y="1576.1514">props_titre_etapes_ids</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2974" y="1576.1514">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="2983" y="1576.1514">jsonb</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="2798" y="1592.4482">slug</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2830" y="1592.4482">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2839" y="1592.4482">character varying(255)</text><ellipse cx="2789" cy="1602.75" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2798" y="1608.7451">archive</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2854" y="1608.7451">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2863" y="1608.7451">boolean</text><ellipse cx="2789" cy="1619.0469" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="2798" y="1625.042">references</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2878" y="1625.042">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="2887" y="1625.042">jsonb</text></g><!--MD5=[6f571eeee30dd06ca7719aefb6897faf] +class **titres__sdom_zones**--><g id="elem_**titres__sdom_zones**"><rect codeLine="305" fill="#F1F1F1" height="74.8906" id="**titres__sdom_zones**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="361" x="7" y="313"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="154" x="110.5" y="330.9951">titres__sdom_zones</text><line style="stroke:#181818;stroke-width:0.5;" x1="8" x2="367" y1="339.2969" y2="339.2969"/><ellipse cx="18" cy="350.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="27" y="356.292">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="139" y="356.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="148" y="356.292">character varying(128) [PK][FK]</text><ellipse cx="18" cy="366.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="96" x="27" y="372.5889">sdom_zone_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="123" y="372.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="205" x="132" y="372.5889">character varying(30) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="8" x2="367" y1="379.8906" y2="379.8906"/></g><!--MD5=[a297b16a76b58c01aa4b71caf064a7fa] +class **titres__titres**--><g id="elem_**titres__titres**"><rect codeLine="311" fill="#F1F1F1" height="74.8906" id="**titres__titres**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="353" x="3119" y="1088.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="98" x="3246.5" y="1106.4951">titres__titres</text><line style="stroke:#181818;stroke-width:0.5;" x1="3120" x2="3471" y1="1114.7969" y2="1114.7969"/><ellipse cx="3130" cy="1125.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="3139" y="1131.792">titre_from_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3243" y="1131.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="3252" y="1131.792">character varying(255) [PK][FK]</text><ellipse cx="3130" cy="1142.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="3139" y="1148.0889">titre_to_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3227" y="1148.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="3236" y="1148.0889">character varying(255) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3120" x2="3471" y1="1155.3906" y2="1155.3906"/></g><!--MD5=[40f6ce71af2e61863eb513e8561b13cd] +class **titres_activites**--><g id="elem_**titres_activites**"><rect codeLine="317" fill="#F1F1F1" height="254.1563" id="**titres_activites**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="334" x="4462.5" y="999"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="115" x="4572" y="1016.9951">titres_activites</text><line style="stroke:#181818;stroke-width:0.5;" x1="4463.5" x2="4795.5" y1="1025.2969" y2="1025.2969"/><ellipse cx="4473.5" cy="1036.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="4482.5" y="1042.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4498.5" y="1042.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="4507.5" y="1042.292">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4463.5" x2="4795.5" y1="1049.5938" y2="1049.5938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="4482.5" y="1066.5889">titre_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4546.5" y="1066.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="4555.5" y="1066.5889">character varying(128) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="4482.5" y="1082.8857">utilisateur_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4594.5" y="1082.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="4603.5" y="1082.8857">character varying(128) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="4482.5" y="1099.1826">date</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4514.5" y="1099.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="4523.5" y="1099.1826">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="4482.5" y="1115.4795">date_saisie</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4570.5" y="1115.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="4579.5" y="1115.4795">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="4482.5" y="1131.7764">contenu</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4538.5" y="1131.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="4547.5" y="1131.7764">jsonb</text><ellipse cx="4473.5" cy="1142.0781" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="4482.5" y="1148.0732">type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4538.5" y="1148.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="4547.5" y="1148.0732">character varying(3) [FK]</text><ellipse cx="4473.5" cy="1158.375" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="4482.5" y="1164.3701">statut_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4554.5" y="1164.3701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="4563.5" y="1164.3701">character varying(3) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="4482.5" y="1180.667">annee</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4522.5" y="1180.667">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="4531.5" y="1180.667">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="4482.5" y="1196.9639">periode_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4562.5" y="1196.9639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="4571.5" y="1196.9639">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="4482.5" y="1213.2607">sections</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4546.5" y="1213.2607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="47" x="4555.5" y="1213.2607">jsonb[]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="4482.5" y="1229.5576">suppression</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4570.5" y="1229.5576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="4579.5" y="1229.5576">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="4482.5" y="1245.8545">slug</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4514.5" y="1245.8545">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4523.5" y="1245.8545">character varying(255)</text></g><!--MD5=[e9ec1a58bad9b9871feadcecf551a9de] +class **titres_administrations_gestionnaires**--><g id="elem_**titres_administrations_gestionnaires**"><rect codeLine="334" fill="#F1F1F1" height="91.1875" id="**titres_administrations_gestionnaires**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="376" x="3507.5" y="1080.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="285" x="3553" y="1098.4951">titres_administrations_gestionnaires</text><line style="stroke:#181818;stroke-width:0.5;" x1="3508.5" x2="3882.5" y1="1106.7969" y2="1106.7969"/><ellipse cx="3518.5" cy="1117.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="3527.5" y="1123.792">titre_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3591.5" y="1123.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="3600.5" y="1123.792">character varying(128) [PK][FK]</text><ellipse cx="3518.5" cy="1134.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="3527.5" y="1140.0889">administration_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3663.5" y="1140.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="205" x="3672.5" y="1140.0889">character varying(64) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3508.5" x2="3882.5" y1="1147.3906" y2="1147.3906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="3513.5" y="1164.3857">associee</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="3577.5" y="1164.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="3586.5" y="1164.3857">boolean</text></g><!--MD5=[42972415c740e3b09b6ff41a0d57d815] +class **titres_amodiataires**--><g id="elem_**titres_amodiataires**"><rect codeLine="341" fill="#F1F1F1" height="91.1875" id="**titres_amodiataires**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="361" x="1272" y="305"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="150" x="1377.5" y="322.9951">titres_amodiataires</text><line style="stroke:#181818;stroke-width:0.5;" x1="1273" x2="1632" y1="331.2969" y2="331.2969"/><ellipse cx="1283" cy="342.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="1292" y="348.292">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1404" y="348.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="1413" y="348.292">character varying(128) [PK][FK]</text><ellipse cx="1283" cy="358.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1292" y="364.5889">entreprise_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1396" y="364.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="205" x="1405" y="364.5889">character varying(64) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1273" x2="1632" y1="371.8906" y2="371.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="1278" y="388.8857">operateur</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1350" y="388.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1359" y="388.8857">boolean</text></g><!--MD5=[57d7116ac8b94ab381912614d5f1c96c] +class **titres_communes**--><g id="elem_**titres_communes**"><rect codeLine="348" fill="#F1F1F1" height="91.1875" id="**titres_communes**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="361" x="876" y="305"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="135" x="989" y="322.9951">titres_communes</text><line style="stroke:#181818;stroke-width:0.5;" x1="877" x2="1236" y1="331.2969" y2="331.2969"/><ellipse cx="887" cy="342.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="896" y="348.292">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1008" y="348.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="1017" y="348.292">character varying(128) [PK][FK]</text><ellipse cx="887" cy="358.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="896" y="364.5889">commune_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="976" y="364.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="985" y="364.5889">character varying(8) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="877" x2="1236" y1="371.8906" y2="371.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="882" y="388.8857">surface</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="938" y="388.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="947" y="388.8857">integer</text></g><!--MD5=[2604fd8a31308cb82a14687ac7a1a229] +class **titres_demarches**--><g id="elem_**titres_demarches**"><rect codeLine="355" fill="#F1F1F1" height="205.2656" id="**titres_demarches**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="286" x="2087.5" y="1023.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="137" x="2162" y="1041.4951">titres_demarches</text><line style="stroke:#181818;stroke-width:0.5;" x1="2088.5" x2="2372.5" y1="1049.7969" y2="1049.7969"/><ellipse cx="2098.5" cy="1060.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2107.5" y="1066.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2123.5" y="1066.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="2132.5" y="1066.792">character varying(128) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2088.5" x2="2372.5" y1="1074.0938" y2="1074.0938"/><ellipse cx="2098.5" cy="1085.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="2107.5" y="1091.0889">titre_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2171.5" y="1091.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="2180.5" y="1091.0889">character varying(128) [FK]</text><ellipse cx="2098.5" cy="1101.3906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2107.5" y="1107.3857">type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2163.5" y="1107.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="2172.5" y="1107.3857">character varying(3) [FK]</text><ellipse cx="2098.5" cy="1117.6875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="2107.5" y="1123.6826">statut_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2179.5" y="1123.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="2188.5" y="1123.6826">character varying(3)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="2107.5" y="1139.9795">public_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2219.5" y="1139.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2228.5" y="1139.9795">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="152" x="2107.5" y="1156.2764">entreprises_lecture</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2259.5" y="1156.2764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2268.5" y="1156.2764">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="2107.5" y="1172.5732">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2147.5" y="1172.5732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="2156.5" y="1172.5732">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="2107.5" y="1188.8701">slug</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2139.5" y="1188.8701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2148.5" y="1188.8701">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2107.5" y="1205.167">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2195.5" y="1205.167">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2204.5" y="1205.167">character varying(255)</text><ellipse cx="2098.5" cy="1215.4688" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2107.5" y="1221.4639">archive</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2163.5" y="1221.4639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2172.5" y="1221.4639">boolean</text></g><!--MD5=[5408f2d00a8d0681fefeb2308a57a9c2] +class **titres_demarches_liens**--><g id="elem_**titres_demarches_liens**"><rect codeLine="369" fill="#F1F1F1" height="74.8906" id="**titres_demarches_liens**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="441" x="1355" y="709"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="181" x="1485" y="726.9951">titres_demarches_liens</text><line style="stroke:#181818;stroke-width:0.5;" x1="1356" x2="1795" y1="735.2969" y2="735.2969"/><ellipse cx="1366" cy="746.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="192" x="1375" y="752.292">enfant_titre_demarche_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1567" y="752.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="1576" y="752.292">character varying(128) [PK][FK]</text><ellipse cx="1366" cy="762.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="192" x="1375" y="768.5889">parent_titre_demarche_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1567" y="768.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="1576" y="768.5889">character varying(128) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1356" x2="1795" y1="775.8906" y2="775.8906"/></g><!--MD5=[4319517b19d071d8401fcc94ca04af3d] +class **titres_etapes**--><g id="elem_**titres_etapes**"><rect codeLine="375" fill="#F1F1F1" height="384.5313" id="**titres_etapes**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="358" x="938.5" y="554"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="103" x="1066" y="571.9951">titres_etapes</text><line style="stroke:#181818;stroke-width:0.5;" x1="939.5" x2="1295.5" y1="580.2969" y2="580.2969"/><ellipse cx="949.5" cy="591.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="958.5" y="597.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="974.5" y="597.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="983.5" y="597.292">character varying(128) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="939.5" x2="1295.5" y1="604.5938" y2="604.5938"/><ellipse cx="949.5" cy="615.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="958.5" y="621.5889">titre_demarche_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1094.5" y="621.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="1103.5" y="621.5889">character varying(128) [FK]</text><ellipse cx="949.5" cy="631.8906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="958.5" y="637.8857">type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1014.5" y="637.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="1023.5" y="637.8857">character varying(3) [FK]</text><ellipse cx="949.5" cy="648.1875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="958.5" y="654.1826">statut_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1030.5" y="654.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="1039.5" y="654.1826">character varying(3)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="958.5" y="670.4795">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="998.5" y="670.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="1007.5" y="670.4795">integer</text><ellipse cx="949.5" cy="680.7813" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="958.5" y="686.7764">date</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="990.5" y="686.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="999.5" y="686.7764">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="958.5" y="703.0732">date_debut</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1038.5" y="703.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="1047.5" y="703.0732">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="958.5" y="719.3701">date_fin</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1022.5" y="719.3701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="1031.5" y="719.3701">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="958.5" y="735.667">duree</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="998.5" y="735.667">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="1007.5" y="735.667">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="958.5" y="751.9639">surface</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1014.5" y="751.9639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="25" x="1023.5" y="751.9639">real</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="958.5" y="768.2607">contenu</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1014.5" y="768.2607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="1023.5" y="768.2607">jsonb</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="96" x="958.5" y="784.5576">incertitudes</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1054.5" y="784.5576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="1063.5" y="784.5576">jsonb</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="958.5" y="800.8545">heritage_props</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1070.5" y="800.8545">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="1079.5" y="800.8545">jsonb</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="958.5" y="817.1514">heritage_contenu</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1086.5" y="817.1514">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="1095.5" y="817.1514">jsonb</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="958.5" y="833.4482">slug</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="990.5" y="833.4482">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="999.5" y="833.4482">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="208" x="958.5" y="849.7451">decisions_annexes_sections</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1166.5" y="849.7451">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="47" x="1175.5" y="849.7451">jsonb[]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="200" x="958.5" y="866.042">decisions_annexes_contenu</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1158.5" y="866.042">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="28" x="1167.5" y="866.042">json</text><ellipse cx="949.5" cy="876.3438" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="958.5" y="882.3389">archive</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1014.5" y="882.3389">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1023.5" y="882.3389">boolean</text><ellipse cx="949.5" cy="892.6406" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="958.5" y="898.6357">substances</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1038.5" y="898.6357">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="1047.5" y="898.6357">jsonb</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="958.5" y="914.9326">secteurs_maritime</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1094.5" y="914.9326">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="1103.5" y="914.9326">jsonb</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="184" x="958.5" y="931.2295">administrations_locales</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1142.5" y="931.2295">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="37" x="1151.5" y="931.2295">jsonb</text></g><!--MD5=[aec7d250298c1b2b68821765f15ab8cf] +class **titres_etapes_justificatifs**--><g id="elem_**titres_etapes_justificatifs**"><rect codeLine="400" fill="#F1F1F1" height="74.8906" id="**titres_etapes_justificatifs**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="361" x="1985" y="39.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="196" x="2067.5" y="57.4951">titres_etapes_justificatifs</text><line style="stroke:#181818;stroke-width:0.5;" x1="1986" x2="2345" y1="65.7969" y2="65.7969"/><ellipse cx="1996" cy="76.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="2005" y="82.792">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2117" y="82.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="2126" y="82.792">character varying(128) [PK][FK]</text><ellipse cx="1996" cy="93.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2005" y="99.0889">document_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2093" y="99.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="2102" y="99.0889">character varying(255) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1986" x2="2345" y1="106.3906" y2="106.3906"/></g><!--MD5=[0bb8d912f079c21b0b28c1f229f90396] +class **titres_forets**--><g id="elem_**titres_forets**"><rect codeLine="406" fill="#F1F1F1" height="74.8906" id="**titres_forets**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="361" x="2804" y="313"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="97" x="2936" y="330.9951">titres_forets</text><line style="stroke:#181818;stroke-width:0.5;" x1="2805" x2="3164" y1="339.2969" y2="339.2969"/><ellipse cx="2815" cy="350.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="2824" y="356.292">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2936" y="356.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="2945" y="356.292">character varying(128) [PK][FK]</text><ellipse cx="2815" cy="366.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="2824" y="372.5889">foret_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2888" y="372.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="2897" y="372.5889">character varying(8) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2805" x2="3164" y1="379.8906" y2="379.8906"/></g><!--MD5=[ed1e64322d40002cbca700a519cbf84b] +class **titres_phases**--><g id="elem_**titres_phases**"><rect codeLine="412" fill="#F1F1F1" height="107.4844" id="**titres_phases**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="385" x="1667" y="1072.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="106" x="1806.5" y="1090.4951">titres_phases</text><line style="stroke:#181818;stroke-width:0.5;" x1="1668" x2="2051" y1="1098.7969" y2="1098.7969"/><ellipse cx="1678" cy="1109.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="1687" y="1115.792">titre_demarche_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1823" y="1115.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="1832" y="1115.792">character varying(128) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1668" x2="2051" y1="1123.0938" y2="1123.0938"/><ellipse cx="1678" cy="1134.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="120" x="1687" y="1140.0889">phase_statut_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1807" y="1140.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="1816" y="1140.0889">character varying(3)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="1687" y="1156.3857">date_debut</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1767" y="1156.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="1776" y="1156.3857">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="1687" y="1172.6826">date_fin</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1751" y="1172.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="1760" y="1172.6826">character varying(10)</text></g><!--MD5=[716a793b9be83517468d7ae6b6342dad] +class **titres_points**--><g id="elem_**titres_points**"><rect codeLine="420" fill="#F1F1F1" height="237.8594" id="**titres_points**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="334" x="402.5" y="231.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="98" x="520.5" y="249.4951">titres_points</text><line style="stroke:#181818;stroke-width:0.5;" x1="403.5" x2="735.5" y1="257.7969" y2="257.7969"/><ellipse cx="413.5" cy="268.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="422.5" y="274.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="438.5" y="274.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="447.5" y="274.792">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="403.5" x2="735.5" y1="282.0938" y2="282.0938"/><ellipse cx="413.5" cy="293.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="422.5" y="299.0889">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="534.5" y="299.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="543.5" y="299.0889">character varying(128) [FK]</text><ellipse cx="413.5" cy="309.3906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="422.5" y="315.3857">coordonnees</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="510.5" y="315.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="35" x="519.5" y="315.3857">point</text><ellipse cx="413.5" cy="325.6875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="48" x="422.5" y="331.6826">groupe</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="470.5" y="331.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="479.5" y="331.6826">integer</text><ellipse cx="413.5" cy="341.9844" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="422.5" y="347.9795">contour</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="478.5" y="347.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="487.5" y="347.9795">integer</text><ellipse cx="413.5" cy="358.2813" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="422.5" y="364.2764">point</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="462.5" y="364.2764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="471.5" y="364.2764">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="422.5" y="380.5732">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="446.5" y="380.5732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="455.5" y="380.5732">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="422.5" y="396.8701">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="510.5" y="396.8701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="519.5" y="396.8701">text</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="422.5" y="413.167">securite</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="486.5" y="413.167">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="495.5" y="413.167">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="422.5" y="429.4639">subsidiaire</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="510.5" y="429.4639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="519.5" y="429.4639">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="422.5" y="445.7607">lot</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="446.5" y="445.7607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="455.5" y="445.7607">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="422.5" y="462.0576">slug</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="454.5" y="462.0576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="463.5" y="462.0576">character varying(255)</text></g><!--MD5=[d7a1934f3495db73013ef53d92a37ea4] +class **titres_points_references**--><g id="elem_**titres_points_references**"><rect codeLine="436" fill="#F1F1F1" height="140.0781" id="**titres_points_references**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="334" x="402.5" y="7"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="193" x="473" y="24.9951">titres_points_references</text><line style="stroke:#181818;stroke-width:0.5;" x1="403.5" x2="735.5" y1="33.2969" y2="33.2969"/><ellipse cx="413.5" cy="44.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="422.5" y="50.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="438.5" y="50.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="447.5" y="50.292">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="403.5" x2="735.5" y1="57.5938" y2="57.5938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="422.5" y="74.5889">titre_point_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="534.5" y="74.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="543.5" y="74.5889">character varying(255) [FK]</text><ellipse cx="413.5" cy="84.8906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="422.5" y="90.8857">geo_systeme_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="534.5" y="90.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="138" x="543.5" y="90.8857">character varying(5)</text><ellipse cx="413.5" cy="101.1875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="422.5" y="107.1826">coordonnees</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="510.5" y="107.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="35" x="519.5" y="107.1826">point</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="422.5" y="123.4795">opposable</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="494.5" y="123.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="503.5" y="123.4795">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="422.5" y="139.7764">slug</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="454.5" y="139.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="463.5" y="139.7764">character varying(255)</text></g><!--MD5=[0caad3fb92d45f9453328b20dd20e574] +class **titres_titulaires**--><g id="elem_**titres_titulaires**"><rect codeLine="446" fill="#F1F1F1" height="91.1875" id="**titres_titulaires**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="361" x="1668" y="305"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="118" x="1789.5" y="322.9951">titres_titulaires</text><line style="stroke:#181818;stroke-width:0.5;" x1="1669" x2="2028" y1="331.2969" y2="331.2969"/><ellipse cx="1679" cy="342.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="1688" y="348.292">titre_etape_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1800" y="348.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="1809" y="348.292">character varying(128) [PK][FK]</text><ellipse cx="1679" cy="358.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1688" y="364.5889">entreprise_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1792" y="364.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="205" x="1801" y="364.5889">character varying(64) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1669" x2="2028" y1="371.8906" y2="371.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="1674" y="388.8857">operateur</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1746" y="388.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1755" y="388.8857">boolean</text></g><!--MD5=[639971d12404107c12ee9424f4b819cc] +class **titres_types**--><g id="elem_**titres_types**"><rect codeLine="453" fill="#F1F1F1" height="123.7813" id="**titres_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="284" x="2295.5" y="1773.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="93" x="2391" y="1791.4951">titres_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="2296.5" x2="2578.5" y1="1799.7969" y2="1799.7969"/><ellipse cx="2306.5" cy="1810.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2315.5" y="1816.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2331.5" y="1816.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="2340.5" y="1816.792">character varying(3) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2296.5" x2="2578.5" y1="1824.0938" y2="1824.0938"/><ellipse cx="2306.5" cy="1835.0938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="2315.5" y="1841.0889">domaine_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2395.5" y="1841.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="2404.5" y="1841.0889">character varying(1) [FK]</text><ellipse cx="2306.5" cy="1851.3906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2315.5" y="1857.3857">type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2371.5" y="1857.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="2380.5" y="1857.3857">character varying(3) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2315.5" y="1873.6826">contenu_ids</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2403.5" y="1873.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="47" x="2412.5" y="1873.6826">jsonb[]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="56" x="2315.5" y="1889.9795">archive</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2371.5" y="1889.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="2380.5" y="1889.9795">boolean</text></g><!--MD5=[551ad51cf4fd61274b428f1a1dd782fa] +class **titres_types__demarches_types**--><g id="elem_**titres_types__demarches_types**"><rect codeLine="462" fill="#F1F1F1" height="205.2656" id="**titres_types__demarches_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="359" x="1682" y="1370"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="246" x="1738.5" y="1387.9951">titres_types__demarches_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="1683" x2="2040" y1="1396.2969" y2="1396.2969"/><ellipse cx="1693" cy="1407.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1702" y="1413.292">titre_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1806" y="1413.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1815" y="1413.292">character varying(3) [PK][FK]</text><ellipse cx="1693" cy="1423.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="1702" y="1429.5889">demarche_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1830" y="1429.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1839" y="1429.5889">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1683" x2="2040" y1="1436.8906" y2="1436.8906"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="1688" y="1453.8857">duree_max</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1760" y="1453.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="1769" y="1453.8857">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="168" x="1688" y="1470.1826">acceptation_implicite</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1856" y="1470.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1865" y="1470.1826">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="120" x="1688" y="1486.4795">delai_implicite</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1808" y="1486.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1817" y="1486.4795">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1688" y="1502.7764">delai_recours</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1792" y="1502.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1801" y="1502.7764">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="1688" y="1519.0732">legal_ref</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1760" y="1519.0732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1769" y="1519.0732">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="1688" y="1535.3701">legal_lien</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1768" y="1535.3701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="1777" y="1535.3701">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="1688" y="1551.667">date_debut</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1768" y="1551.667">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="1777" y="1551.667">character varying(10)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="1688" y="1567.9639">date_fin</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1752" y="1567.9639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="147" x="1761" y="1567.9639">character varying(10)</text></g><!--MD5=[ed637d2f90f30101185a74cc1a8f99b3] +class **titres_types__demarches_types__etapes_types**--><g id="elem_**titres_types__demarches_types__etapes_types**"><rect codeLine="476" fill="#F1F1F1" height="123.7813" id="**titres_types__demarches_types__etapes_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="371" x="1204" y="1410.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="365" x="1207" y="1428.4951">titres_types__demarches_types__etapes_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="1205" x2="1574" y1="1436.7969" y2="1436.7969"/><ellipse cx="1215" cy="1447.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1224" y="1453.792">titre_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1328" y="1453.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1337" y="1453.792">character varying(3) [PK][FK]</text><ellipse cx="1215" cy="1464.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="1224" y="1470.0889">demarche_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1352" y="1470.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1361" y="1470.0889">character varying(7) [PK][FK]</text><ellipse cx="1215" cy="1480.3906" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1224" y="1486.3857">etape_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1328" y="1486.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1337" y="1486.3857">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1205" x2="1574" y1="1493.6875" y2="1493.6875"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="1210" y="1510.6826">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1250" y="1510.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="1259" y="1510.6826">integer</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="1210" y="1526.9795">sections</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1274" y="1526.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="47" x="1283" y="1526.9795">jsonb[]</text></g><!--MD5=[138fb4e293345d6122dec0a43b937df9] +class **titres_types__demarches_types__etapes_types__justificatifs_t**--><g id="elem_**titres_types__demarches_types__etapes_types__justificatifs_t**"><rect codeLine="485" fill="#F1F1F1" height="140.0781" id="**titres_types__demarches_types__etapes_types__justificatifs_t**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="484" x="1147.5" y="1056"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="478" x="1150.5" y="1073.9951">titres_types__demarches_types__etapes_types__justificatifs_t</text><line style="stroke:#181818;stroke-width:0.5;" x1="1148.5" x2="1630.5" y1="1082.2969" y2="1082.2969"/><ellipse cx="1158.5" cy="1093.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1167.5" y="1099.292">titre_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1271.5" y="1099.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1280.5" y="1099.292">character varying(3) [PK][FK]</text><ellipse cx="1158.5" cy="1109.5938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="1167.5" y="1115.5889">demarche_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1295.5" y="1115.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1304.5" y="1115.5889">character varying(7) [PK][FK]</text><ellipse cx="1158.5" cy="1125.8906" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="1167.5" y="1131.8857">etape_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1271.5" y="1131.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1280.5" y="1131.8857">character varying(3) [PK][FK]</text><ellipse cx="1158.5" cy="1142.1875" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="1167.5" y="1148.1826">document_type_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1295.5" y="1148.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="196" x="1304.5" y="1148.1826">character varying(3) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="1148.5" x2="1630.5" y1="1155.4844" y2="1155.4844"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="72" x="1153.5" y="1172.4795">optionnel</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1225.5" y="1172.4795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="56" x="1234.5" y="1172.4795">boolean</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="1153.5" y="1188.7764">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="1241.5" y="1188.7764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="1250.5" y="1188.7764">text</text></g><!--MD5=[69b3fa67d081e2caa8a9861dc2eeb641] +class **titres_types_types**--><g id="elem_**titres_types_types**"><rect codeLine="495" fill="#F1F1F1" height="107.4844" id="**titres_types_types**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="220" x="2327.5" y="2039"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="144" x="2365.5" y="2056.9951">titres_types_types</text><line style="stroke:#181818;stroke-width:0.5;" x1="2328.5" x2="2546.5" y1="2065.2969" y2="2065.2969"/><ellipse cx="2338.5" cy="2076.2969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="2347.5" y="2082.292">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2363.5" y="2082.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="169" x="2372.5" y="2082.292">character varying(2) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="2328.5" x2="2546.5" y1="2089.5938" y2="2089.5938"/><ellipse cx="2338.5" cy="2100.5938" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="2347.5" y="2106.5889">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2371.5" y="2106.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="2380.5" y="2106.5889">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="2347.5" y="2122.8857">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2435.5" y="2122.8857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="27" x="2444.5" y="2122.8857">text</text><ellipse cx="2338.5" cy="2133.1875" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="2347.5" y="2139.1826">ordre</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="2387.5" y="2139.1826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="49" x="2396.5" y="2139.1826">integer</text></g><!--MD5=[bb4894758e5c56d39e342e991b469faa] +class **utilisateurs**--><g id="elem_**utilisateurs**"><rect codeLine="503" fill="#F1F1F1" height="254.1563" id="**utilisateurs**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="358" x="4450.5" y="1345.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="88" x="4585.5" y="1363.4951">utilisateurs</text><line style="stroke:#181818;stroke-width:0.5;" x1="4451.5" x2="4807.5" y1="1371.7969" y2="1371.7969"/><ellipse cx="4461.5" cy="1382.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="16" x="4470.5" y="1388.792">id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4486.5" y="1388.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="4495.5" y="1388.792">character varying(255) [PK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="4451.5" x2="4807.5" y1="1396.0938" y2="1396.0938"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="40" x="4470.5" y="1413.0889">email</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4510.5" y="1413.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4519.5" y="1413.0889">character varying(255)</text><ellipse cx="4461.5" cy="1423.3906" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="96" x="4470.5" y="1429.3857">mot_de_passe</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4566.5" y="1429.3857">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4575.5" y="1429.3857">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="24" x="4470.5" y="1445.6826">nom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4494.5" y="1445.6826">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4503.5" y="1445.6826">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="48" x="4470.5" y="1461.9795">prenom</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4518.5" y="1461.9795">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4527.5" y="1461.9795">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="4470.5" y="1478.2764">telephone_fixe</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4582.5" y="1478.2764">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4591.5" y="1478.2764">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="128" x="4470.5" y="1494.5732">telephone_mobile</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4598.5" y="1494.5732">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4607.5" y="1494.5732">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="4470.5" y="1510.8701">refresh_token</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4574.5" y="1510.8701">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4583.5" y="1510.8701">character varying(255)</text><ellipse cx="4461.5" cy="1521.1719" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="32" x="4470.5" y="1527.167">role</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4502.5" y="1527.167">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4511.5" y="1527.167">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="88" x="4470.5" y="1543.4639">preferences</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4558.5" y="1543.4639">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="28" x="4567.5" y="1543.4639">json</text><ellipse cx="4461.5" cy="1553.7656" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="4470.5" y="1559.7607">date_creation</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4574.5" y="1559.7607">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4583.5" y="1559.7607">character varying(255)</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="136" x="4470.5" y="1576.0576">administration_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4606.5" y="1576.0576">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="187" x="4615.5" y="1576.0576">character varying(255) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="80" x="4470.5" y="1592.3545">qgis_token</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4550.5" y="1592.3545">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="156" x="4559.5" y="1592.3545">character varying(255)</text></g><!--MD5=[d3168609e77bb21165f416225b8eb07d] +class **utilisateurs__entreprises**--><g id="elem_**utilisateurs__entreprises**"><rect codeLine="520" fill="#F1F1F1" height="74.8906" id="**utilisateurs__entreprises**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="311" x="3926" y="313"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="194" x="3984.5" y="330.9951">utilisateurs__entreprises</text><line style="stroke:#181818;stroke-width:0.5;" x1="3927" x2="4236" y1="339.2969" y2="339.2969"/><line style="stroke:#181818;stroke-width:1.0;" x1="3927" x2="4236" y1="347.2969" y2="347.2969"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="3932" y="364.292">utilisateur_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4044" y="364.292">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="4053" y="364.292">character varying(64) [FK]</text><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="104" x="3932" y="380.5889">entreprise_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4036" y="380.5889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="178" x="4045" y="380.5889">character varying(64) [FK]</text></g><!--MD5=[9d27d9fcc6b6982070ce8832a6b94dd0] +class **utilisateurs__titres**--><g id="elem_**utilisateurs__titres**"><rect codeLine="526" fill="#F1F1F1" height="74.8906" id="**utilisateurs__titres**" rx="2.5" ry="2.5" style="stroke:#181818;stroke-width:0.5;" width="361" x="3939" y="1088.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="144" x="4047.5" y="1106.4951">utilisateurs__titres</text><line style="stroke:#181818;stroke-width:0.5;" x1="3940" x2="4299" y1="1114.7969" y2="1114.7969"/><ellipse cx="3950" cy="1125.7969" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="112" x="3959" y="1131.792">utilisateur_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4071" y="1131.792">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="4080" y="1131.792">character varying(255) [PK][FK]</text><ellipse cx="3950" cy="1142.0938" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="monospace" font-size="14" lengthAdjust="spacing" textLength="64" x="3959" y="1148.0889">titre_id</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="5" x="4023" y="1148.0889">:</text><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="214" x="4032" y="1148.0889">character varying(255) [PK][FK]</text><line style="stroke:#181818;stroke-width:1.0;" x1="3940" x2="4299" y1="1155.3906" y2="1155.3906"/></g><!--MD5=[1c0a97f94ac829b93690b20157513b3a] +reverse link **activites_types__documents_types** to **activites_types**--><g id="link_**activites_types__documents_types**_**activites_types**"><path codeLine="532" d="M4343.2,1526.0407 C4343.2,1526.0407 4343.2,1754 4343.2,1754 C4343.2,1754 5051.1779,1754 5356.7699,1754 " fill="none" id="**activites_types__documents_types**-backto-**activites_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4343.2" x2="4335.2" y1="1526.0407" y2="1518.0407"/><line style="stroke:#181818;stroke-width:1.0;" x1="4343.2" x2="4351.2" y1="1526.0407" y2="1518.0407"/><line style="stroke:#181818;stroke-width:1.0;" x1="4343.2" x2="4343.2" y1="1526.0407" y2="1518.0407"/></g><!--MD5=[1c0a97f94ac829b93690b20157513b3a] +reverse link **activites_types__documents_types** to **activites_types**--><g id="link_**activites_types__documents_types**_**activites_types**"><path codeLine="534" d="M4271.4,1526.2136 C4271.4,1526.2136 4271.4,1759 4271.4,1759 C4271.4,1759 5037.1731,1759 5356.8685,1759 " fill="none" id="**activites_types__documents_types**-backto-**activites_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4271.4" x2="4263.4" y1="1526.2136" y2="1518.2136"/><line style="stroke:#181818;stroke-width:1.0;" x1="4271.4" x2="4279.4" y1="1526.2136" y2="1518.2136"/><line style="stroke:#181818;stroke-width:1.0;" x1="4271.4" x2="4271.4" y1="1526.2136" y2="1518.2136"/></g><!--MD5=[1b4a1e921d10c1dff99f51ffefe53446] +reverse link **activites_types__documents_types** to **documents_types**--><g id="link_**activites_types__documents_types**_**documents_types**"><path codeLine="536" d="M4127.8,1526.1021 C4127.8,1526.1021 4127.8,1798 4127.8,1798 C4127.8,1798 3165.4295,1798 2834.6146,1798 " fill="none" id="**activites_types__documents_types**-backto-**documents_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4127.8" x2="4119.8" y1="1526.1021" y2="1518.1021"/><line style="stroke:#181818;stroke-width:1.0;" x1="4127.8" x2="4135.8" y1="1526.1021" y2="1518.1021"/><line style="stroke:#181818;stroke-width:1.0;" x1="4127.8" x2="4127.8" y1="1526.1021" y2="1518.1021"/></g><!--MD5=[1b4a1e921d10c1dff99f51ffefe53446] +reverse link **activites_types__documents_types** to **documents_types**--><g id="link_**activites_types__documents_types**_**documents_types**"><path codeLine="538" d="M4199.6,1526.3156 C4199.6,1526.3156 4199.6,1802 4199.6,1802 C4199.6,1802 3177.2248,1802 2834.769,1802 " fill="none" id="**activites_types__documents_types**-backto-**documents_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4199.6" x2="4191.6" y1="1526.3156" y2="1518.3156"/><line style="stroke:#181818;stroke-width:1.0;" x1="4199.6" x2="4207.6" y1="1526.3156" y2="1518.3156"/><line style="stroke:#181818;stroke-width:1.0;" x1="4199.6" x2="4199.6" y1="1526.3156" y2="1518.3156"/></g><!--MD5=[7da6eb1e6213fa148fc5396b6022c0c5] +reverse link **activites_types__pays** to **activites_types**--><g id="link_**activites_types__pays**_**activites_types**"><path codeLine="540" d="M6107.6667,1518.2212 C6107.6667,1518.2212 6107.6667,1807 6107.6667,1807 C6107.6667,1807 5812.8885,1807 5632.1066,1807 " fill="none" id="**activites_types__pays**-backto-**activites_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="6107.6667" x2="6099.6667" y1="1518.2212" y2="1510.2212"/><line style="stroke:#181818;stroke-width:1.0;" x1="6107.6667" x2="6115.6667" y1="1518.2212" y2="1510.2212"/><line style="stroke:#181818;stroke-width:1.0;" x1="6107.6667" x2="6107.6667" y1="1518.2212" y2="1510.2212"/></g><!--MD5=[7da6eb1e6213fa148fc5396b6022c0c5] +reverse link **activites_types__pays** to **activites_types**--><g id="link_**activites_types__pays**_**activites_types**"><path codeLine="542" d="M6227.3333,1518.1346 C6227.3333,1518.1346 6227.3333,1865 6227.3333,1865 C6227.3333,1865 5844.6243,1865 5632.3403,1865 " fill="none" id="**activites_types__pays**-backto-**activites_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="6227.3333" x2="6219.3333" y1="1518.1346" y2="1510.1346"/><line style="stroke:#181818;stroke-width:1.0;" x1="6227.3333" x2="6235.3333" y1="1518.1346" y2="1510.1346"/><line style="stroke:#181818;stroke-width:1.0;" x1="6227.3333" x2="6227.3333" y1="1518.1346" y2="1510.1346"/></g><!--MD5=[52e7a2726ca4b75863c8502c74830e6c] +reverse link **activites_types__titres_types** to **activites_types**--><g id="link_**activites_types__titres_types**_**activites_types**"><path codeLine="544" d="M3916,1518.0118 C3916,1518.0118 3916,1764 3916,1764 C3916,1764 4972.5098,1764 5356.8359,1764 " fill="none" id="**activites_types__titres_types**-backto-**activites_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3916" x2="3908" y1="1518.0118" y2="1510.0118"/><line style="stroke:#181818;stroke-width:1.0;" x1="3916" x2="3924" y1="1518.0118" y2="1510.0118"/><line style="stroke:#181818;stroke-width:1.0;" x1="3916" x2="3916" y1="1518.0118" y2="1510.0118"/></g><!--MD5=[52e7a2726ca4b75863c8502c74830e6c] +reverse link **activites_types__titres_types** to **activites_types**--><g id="link_**activites_types__titres_types**_**activites_types**"><path codeLine="546" d="M3811,1518.0519 C3811,1518.0519 3811,1769 3811,1769 C3811,1769 4954.6631,1769 5356.7321,1769 " fill="none" id="**activites_types__titres_types**-backto-**activites_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3811" x2="3803" y1="1518.0519" y2="1510.0519"/><line style="stroke:#181818;stroke-width:1.0;" x1="3811" x2="3819" y1="1518.0519" y2="1510.0519"/><line style="stroke:#181818;stroke-width:1.0;" x1="3811" x2="3811" y1="1518.0519" y2="1510.0519"/></g><!--MD5=[a45e362ea16ebdcfa04593daac44a0d7] +reverse link **activites_types__titres_types** to **titres_types**--><g id="link_**activites_types__titres_types**_**titres_types**"><path codeLine="548" d="M3669.3333,1518.1948 C3669.3333,1518.1948 3669.3333,1785 3669.3333,1785 C3669.3333,1785 2903.7929,1785 2579.7091,1785 " fill="none" id="**activites_types__titres_types**-backto-**titres_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3669.3333" x2="3661.3333" y1="1518.1948" y2="1510.1948"/><line style="stroke:#181818;stroke-width:1.0;" x1="3669.3333" x2="3677.3333" y1="1518.1948" y2="1510.1948"/><line style="stroke:#181818;stroke-width:1.0;" x1="3669.3333" x2="3669.3333" y1="1518.1948" y2="1510.1948"/></g><!--MD5=[a45e362ea16ebdcfa04593daac44a0d7] +reverse link **activites_types__titres_types** to **titres_types**--><g id="link_**activites_types__titres_types**_**titres_types**"><path codeLine="550" d="M3676.6667,1518.2433 C3676.6667,1518.2433 3676.6667,1788 3676.6667,1788 C3676.6667,1788 2905.1372,1788 2579.6482,1788 " fill="none" id="**activites_types__titres_types**-backto-**titres_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3676.6667" x2="3668.6667" y1="1518.2433" y2="1510.2433"/><line style="stroke:#181818;stroke-width:1.0;" x1="3676.6667" x2="3684.6667" y1="1518.2433" y2="1510.2433"/><line style="stroke:#181818;stroke-width:1.0;" x1="3676.6667" x2="3676.6667" y1="1518.2433" y2="1510.2433"/></g><!--MD5=[1bc951786a15b43825597148929c1d3b] +reverse link **administrations__activites_types** to **activites_types**--><g id="link_**administrations__activites_types**_**activites_types**"><path codeLine="552" d="M5413.5,1534.0619 C5413.5,1534.0619 5413.5,1748.9668 5413.5,1748.9668 " fill="none" id="**administrations__activites_types**-backto-**activites_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="5413.5" x2="5405.5" y1="1534.0619" y2="1526.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="5413.5" x2="5421.5" y1="1534.0619" y2="1526.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="5413.5" x2="5413.5" y1="1534.0619" y2="1526.0619"/></g><!--MD5=[5fb91224e823abbf18d0e0bd5054330d] +reverse link **administrations__activites_types** to **administrations**--><g id="link_**administrations__activites_types**_**administrations**"><path codeLine="554" d="M5239,1534.1357 C5239,1534.1357 5239,1836 5239,1836 C5239,1836 4079.6573,1836 3706.041,1836 " fill="none" id="**administrations__activites_types**-backto-**administrations**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="5239" x2="5231" y1="1534.1357" y2="1526.1357"/><line style="stroke:#181818;stroke-width:1.0;" x1="5239" x2="5247" y1="1534.1357" y2="1526.1357"/><line style="stroke:#181818;stroke-width:1.0;" x1="5239" x2="5239" y1="1534.1357" y2="1526.1357"/></g><!--MD5=[0c823be26d54d92254fd2305b6197233] +reverse link **administrations__activites_types__emails** to **activites_types**--><g id="link_**administrations__activites_types__emails**_**activites_types**"><path codeLine="556" d="M5581.4,1526.1066 C5581.4,1526.1066 5581.4,1748.8579 5581.4,1748.8579 " fill="none" id="**administrations__activites_types__emails**-backto-**activites_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="5581.4" x2="5573.4" y1="1526.1066" y2="1518.1066"/><line style="stroke:#181818;stroke-width:1.0;" x1="5581.4" x2="5589.4" y1="1526.1066" y2="1518.1066"/><line style="stroke:#181818;stroke-width:1.0;" x1="5581.4" x2="5581.4" y1="1526.1066" y2="1518.1066"/></g><!--MD5=[0c823be26d54d92254fd2305b6197233] +reverse link **administrations__activites_types__emails** to **activites_types**--><g id="link_**administrations__activites_types__emails**_**activites_types**"><path codeLine="558" d="M5606.7,1526.1066 C5606.7,1526.1066 5606.7,1748.8579 5606.7,1748.8579 " fill="none" id="**administrations__activites_types__emails**-backto-**activites_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="5606.7" x2="5598.7" y1="1526.1066" y2="1518.1066"/><line style="stroke:#181818;stroke-width:1.0;" x1="5606.7" x2="5614.7" y1="1526.1066" y2="1518.1066"/><line style="stroke:#181818;stroke-width:1.0;" x1="5606.7" x2="5606.7" y1="1526.1066" y2="1518.1066"/></g><!--MD5=[f8d9a08add9721e6af26e20df4350d20] +reverse link **administrations__activites_types__emails** to **administrations**--><g id="link_**administrations__activites_types__emails**_**administrations**"><path codeLine="560" d="M5530.8,1526.2339 C5530.8,1526.2339 5530.8,1611 5530.8,1611 C5530.8,1611 3691.3333,1611 3691.3333,1611 C3691.3333,1611 3691.3333,1744.6197 3691.3333,1805.6881 " fill="none" id="**administrations__activites_types__emails**-backto-**administrations**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="5530.8" x2="5522.8" y1="1526.2339" y2="1518.2339"/><line style="stroke:#181818;stroke-width:1.0;" x1="5530.8" x2="5538.8" y1="1526.2339" y2="1518.2339"/><line style="stroke:#181818;stroke-width:1.0;" x1="5530.8" x2="5530.8" y1="1526.2339" y2="1518.2339"/></g><!--MD5=[f8d9a08add9721e6af26e20df4350d20] +reverse link **administrations__activites_types__emails** to **administrations**--><g id="link_**administrations__activites_types__emails**_**administrations**"><path codeLine="562" d="M5556.1,1526.1673 C5556.1,1526.1673 5556.1,1622 5556.1,1622 C5556.1,1622 3698.6667,1622 3698.6667,1622 C3698.6667,1622 3698.6667,1747.1498 3698.6667,1805.8137 " fill="none" id="**administrations__activites_types__emails**-backto-**administrations**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="5556.1" x2="5548.1" y1="1526.1673" y2="1518.1673"/><line style="stroke:#181818;stroke-width:1.0;" x1="5556.1" x2="5564.1" y1="1526.1673" y2="1518.1673"/><line style="stroke:#181818;stroke-width:1.0;" x1="5556.1" x2="5556.1" y1="1526.1673" y2="1518.1673"/></g><!--MD5=[016d5f22748f746fb89341b169e1630f] +reverse link **administrations__titres_types__etapes_types** to **administrations**--><g id="link_**administrations__titres_types__etapes_types**_**administrations**"><path codeLine="564" d="M2442.6111,1550.5646 C2442.6111,1550.5646 2442.6111,1640 2442.6111,1640 C2442.6111,1640 3494.6,1640 3494.6,1640 C3494.6,1640 3494.6,1751.1172 3494.6,1805.8078 " fill="none" id="**administrations__titres_types__etapes_types**-backto-**administrations**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2442.6111" x2="2434.6111" y1="1550.5646" y2="1542.5646"/><line style="stroke:#181818;stroke-width:1.0;" x1="2442.6111" x2="2450.6111" y1="1550.5646" y2="1542.5646"/><line style="stroke:#181818;stroke-width:1.0;" x1="2442.6111" x2="2442.6111" y1="1550.5646" y2="1542.5646"/></g><!--MD5=[016d5f22748f746fb89341b169e1630f] +reverse link **administrations__titres_types__etapes_types** to **administrations**--><g id="link_**administrations__titres_types__etapes_types**_**administrations**"><path codeLine="566" d="M2424.2222,1550.7215 C2424.2222,1550.7215 2424.2222,1647 2424.2222,1647 C2424.2222,1647 3485.8,1647 3485.8,1647 C3485.8,1647 3485.8,1752.4797 3485.8,1805.6316 " fill="none" id="**administrations__titres_types__etapes_types**-backto-**administrations**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2424.2222" x2="2416.2222" y1="1550.7215" y2="1542.7215"/><line style="stroke:#181818;stroke-width:1.0;" x1="2424.2222" x2="2432.2222" y1="1550.7215" y2="1542.7215"/><line style="stroke:#181818;stroke-width:1.0;" x1="2424.2222" x2="2424.2222" y1="1550.7215" y2="1542.7215"/></g><!--MD5=[ac17f8e7d803900f97fa5adc1f3d5638] +reverse link **administrations__titres_types__etapes_types** to **etapes_types**--><g id="link_**administrations__titres_types__etapes_types**_**etapes_types**"><path codeLine="568" d="M2149.1667,1550.6104 C2149.1667,1550.6104 2149.1667,1701 2149.1667,1701 C2149.1667,1701 1723.3217,1701 1496.6757,1701 " fill="none" id="**administrations__titres_types__etapes_types**-backto-**etapes_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2149.1667" x2="2141.1667" y1="1550.6104" y2="1542.6104"/><line style="stroke:#181818;stroke-width:1.0;" x1="2149.1667" x2="2157.1667" y1="1550.6104" y2="1542.6104"/><line style="stroke:#181818;stroke-width:1.0;" x1="2149.1667" x2="2149.1667" y1="1550.6104" y2="1542.6104"/></g><!--MD5=[ac17f8e7d803900f97fa5adc1f3d5638] +reverse link **administrations__titres_types__etapes_types** to **etapes_types**--><g id="link_**administrations__titres_types__etapes_types**_**etapes_types**"><path codeLine="570" d="M2222.3333,1550.8175 C2222.3333,1550.8175 2222.3333,1709 2222.3333,1709 C2222.3333,1709 1740.8458,1709 1496.8107,1709 " fill="none" id="**administrations__titres_types__etapes_types**-backto-**etapes_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2222.3333" x2="2214.3333" y1="1550.8175" y2="1542.8175"/><line style="stroke:#181818;stroke-width:1.0;" x1="2222.3333" x2="2230.3333" y1="1550.8175" y2="1542.8175"/><line style="stroke:#181818;stroke-width:1.0;" x1="2222.3333" x2="2222.3333" y1="1550.8175" y2="1542.8175"/></g><!--MD5=[2879d52f239d74a7ee9b73fec522acc9] +reverse link **administrations__titres_types__etapes_types** to **titres_types**--><g id="link_**administrations__titres_types__etapes_types**_**titres_types**"><path codeLine="572" d="M2387.4444,1550.9205 C2387.4444,1550.9205 2387.4444,1773.4425 2387.4444,1773.4425 " fill="none" id="**administrations__titres_types__etapes_types**-backto-**titres_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2387.4444" x2="2379.4444" y1="1550.9205" y2="1542.9205"/><line style="stroke:#181818;stroke-width:1.0;" x1="2387.4444" x2="2395.4444" y1="1550.9205" y2="1542.9205"/><line style="stroke:#181818;stroke-width:1.0;" x1="2387.4444" x2="2387.4444" y1="1550.9205" y2="1542.9205"/></g><!--MD5=[2879d52f239d74a7ee9b73fec522acc9] +reverse link **administrations__titres_types__etapes_types** to **titres_types**--><g id="link_**administrations__titres_types__etapes_types**_**titres_types**"><path codeLine="574" d="M2405.8333,1550.9205 C2405.8333,1550.9205 2405.8333,1773.4425 2405.8333,1773.4425 " fill="none" id="**administrations__titres_types__etapes_types**-backto-**titres_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2405.8333" x2="2397.8333" y1="1550.9205" y2="1542.9205"/><line style="stroke:#181818;stroke-width:1.0;" x1="2405.8333" x2="2413.8333" y1="1550.9205" y2="1542.9205"/><line style="stroke:#181818;stroke-width:1.0;" x1="2405.8333" x2="2405.8333" y1="1550.9205" y2="1542.9205"/></g><!--MD5=[301f37a5bb0f1f65b1093004a1353ff8] +reverse link **administrations__titres_types__titres_statuts** to **administrations**--><g id="link_**administrations__titres_types__titres_statuts**_**administrations**"><path codeLine="576" d="M3503.4,1550.9205 C3503.4,1550.9205 3503.4,1805.9655 3503.4,1805.9655 " fill="none" id="**administrations__titres_types__titres_statuts**-backto-**administrations**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3503.4" x2="3495.4" y1="1550.9205" y2="1542.9205"/><line style="stroke:#181818;stroke-width:1.0;" x1="3503.4" x2="3511.4" y1="1550.9205" y2="1542.9205"/><line style="stroke:#181818;stroke-width:1.0;" x1="3503.4" x2="3503.4" y1="1550.9205" y2="1542.9205"/></g><!--MD5=[301f37a5bb0f1f65b1093004a1353ff8] +reverse link **administrations__titres_types__titres_statuts** to **administrations**--><g id="link_**administrations__titres_types__titres_statuts**_**administrations**"><path codeLine="578" d="M3512.2,1550.9205 C3512.2,1550.9205 3512.2,1805.9655 3512.2,1805.9655 " fill="none" id="**administrations__titres_types__titres_statuts**-backto-**administrations**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3512.2" x2="3504.2" y1="1550.9205" y2="1542.9205"/><line style="stroke:#181818;stroke-width:1.0;" x1="3512.2" x2="3520.2" y1="1550.9205" y2="1542.9205"/><line style="stroke:#181818;stroke-width:1.0;" x1="3512.2" x2="3512.2" y1="1550.9205" y2="1542.9205"/></g><!--MD5=[a137aabe7f695f25b43b77d6bc3471b7] +reverse link **administrations__titres_types__titres_statuts** to **titres_types**--><g id="link_**administrations__titres_types__titres_statuts**_**titres_types**"><path codeLine="580" d="M3249.6667,1550.8173 C3249.6667,1550.8173 3249.6667,1779 3249.6667,1779 C3249.6667,1779 2812.8239,1779 2579.898,1779 " fill="none" id="**administrations__titres_types__titres_statuts**-backto-**titres_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3249.6667" x2="3241.6667" y1="1550.8173" y2="1542.8173"/><line style="stroke:#181818;stroke-width:1.0;" x1="3249.6667" x2="3257.6667" y1="1550.8173" y2="1542.8173"/><line style="stroke:#181818;stroke-width:1.0;" x1="3249.6667" x2="3249.6667" y1="1550.8173" y2="1542.8173"/></g><!--MD5=[a137aabe7f695f25b43b77d6bc3471b7] +reverse link **administrations__titres_types__titres_statuts** to **titres_types**--><g id="link_**administrations__titres_types__titres_statuts**_**titres_types**"><path codeLine="582" d="M3363.3333,1550.7303 C3363.3333,1550.7303 3363.3333,1782 3363.3333,1782 C3363.3333,1782 2839.1561,1782 2579.6269,1782 " fill="none" id="**administrations__titres_types__titres_statuts**-backto-**titres_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3363.3333" x2="3355.3333" y1="1550.7303" y2="1542.7303"/><line style="stroke:#181818;stroke-width:1.0;" x1="3363.3333" x2="3371.3333" y1="1550.7303" y2="1542.7303"/><line style="stroke:#181818;stroke-width:1.0;" x1="3363.3333" x2="3363.3333" y1="1550.7303" y2="1542.7303"/></g><!--MD5=[d66c85dda296e19dfecd2c8dad16df60] +reverse link **documents** to **entreprises**--><g id="link_**documents**_**entreprises**"><path codeLine="584" d="M3192.3795,482 C3192.3795,482 2450.5,482 2450.5,482 C2450.5,482 2450.5,535.8406 2450.5,594.939 " fill="none" id="**documents**-backto-**entreprises**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3192.3795" x2="3200.3795" y1="482" y2="474"/><line style="stroke:#181818;stroke-width:1.0;" x1="3192.3795" x2="3200.3795" y1="482" y2="490"/><line style="stroke:#181818;stroke-width:1.0;" x1="3192.3795" x2="3200.3795" y1="482" y2="482"/></g><!--MD5=[91ca121ae8e06dfb9ad0a9f3771ff425] +reverse link **documents** to **titres_activites**--><g id="link_**documents**_**titres_activites**"><path codeLine="586" d="M3533,502.0356 C3533,502.0356 3533,1012 3533,1012 C3533,1012 4155.4158,1012 4462.3689,1012 " fill="none" id="**documents**-backto-**titres_activites**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3533" x2="3525" y1="502.0356" y2="494.0356"/><line style="stroke:#181818;stroke-width:1.0;" x1="3533" x2="3541" y1="502.0356" y2="494.0356"/><line style="stroke:#181818;stroke-width:1.0;" x1="3533" x2="3533" y1="502.0356" y2="494.0356"/></g><!--MD5=[545e49810632fe127976840a11506069] +reverse link **documents** to **titres_etapes**--><g id="link_**documents**_**titres_etapes**"><path codeLine="588" d="M3192.4793,476 C3192.4793,476 1290.375,476 1290.375,476 C1290.375,476 1290.375,509.9923 1290.375,553.8769 " fill="none" id="**documents**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3192.4793" x2="3200.4793" y1="476" y2="468"/><line style="stroke:#181818;stroke-width:1.0;" x1="3192.4793" x2="3200.4793" y1="476" y2="484"/><line style="stroke:#181818;stroke-width:1.0;" x1="3192.4793" x2="3200.4793" y1="476" y2="476"/></g><!--MD5=[46bb5eab73823bc40fa80934c60e24c2] +reverse link **documents** to **documents_types**--><g id="link_**documents**_**documents_types**"><path codeLine="590" d="M3192.4893,488 C3192.4893,488 3110,488 3110,488 C3110,488 3110,1794 3110,1794 C3110,1794 2948.6399,1794 2834.7108,1794 " fill="none" id="**documents**-backto-**documents_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3192.4893" x2="3200.4893" y1="488" y2="480"/><line style="stroke:#181818;stroke-width:1.0;" x1="3192.4893" x2="3200.4893" y1="488" y2="496"/><line style="stroke:#181818;stroke-width:1.0;" x1="3192.4893" x2="3200.4893" y1="488" y2="488"/></g><!--MD5=[75cee05dccd3f8712847feca04867796] +link **entreprises__documents_types** to **documents_types**--><g id="link_**entreprises__documents_types**_**documents_types**"><path codeLine="592" d="M1017.2222,1798.6941 C1017.2222,1798.6941 1017.2222,1655 1017.2222,1655 C1017.2222,1655 2679.5,1655 2679.5,1655 C2679.5,1655 2679.5,1782.9522 2679.5,1782.9522 " fill="none" id="**entreprises__documents_types**-**documents_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2683.5" x2="2675.5" y1="1785.9522" y2="1785.9522"/><line style="stroke:#181818;stroke-width:1.0;" x1="2683.5" x2="2675.5" y1="1782.9522" y2="1782.9522"/><line style="stroke:#181818;stroke-width:1.0;" x1="2679.5" x2="2679.5" y1="1781.9522" y2="1789.9522"/><line style="stroke:#181818;stroke-width:1.0;" x1="1021.2222" x2="1013.2222" y1="1801.6941" y2="1801.6941"/><line style="stroke:#181818;stroke-width:1.0;" x1="1021.2222" x2="1013.2222" y1="1798.6941" y2="1798.6941"/><line style="stroke:#181818;stroke-width:1.0;" x1="1017.2222" x2="1017.2222" y1="1797.6941" y2="1805.6941"/></g><!--MD5=[75cee05dccd3f8712847feca04867796] +link **entreprises__documents_types** to **documents_types**--><g id="link_**entreprises__documents_types**_**documents_types**"><path codeLine="594" d="M1057.1111,1798.6743 C1057.1111,1798.6743 1057.1111,1662 1057.1111,1662 C1057.1111,1662 2647,1662 2647,1662 C2647,1662 2647,1782.9149 2647,1782.9149 " fill="none" id="**entreprises__documents_types**-**documents_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2651" x2="2643" y1="1785.9149" y2="1785.9149"/><line style="stroke:#181818;stroke-width:1.0;" x1="2651" x2="2643" y1="1782.9149" y2="1782.9149"/><line style="stroke:#181818;stroke-width:1.0;" x1="2647" x2="2647" y1="1781.9149" y2="1789.9149"/><line style="stroke:#181818;stroke-width:1.0;" x1="1061.1111" x2="1053.1111" y1="1801.6743" y2="1801.6743"/><line style="stroke:#181818;stroke-width:1.0;" x1="1061.1111" x2="1053.1111" y1="1798.6743" y2="1798.6743"/><line style="stroke:#181818;stroke-width:1.0;" x1="1057.1111" x2="1057.1111" y1="1797.6743" y2="1805.6743"/></g><!--MD5=[e98f756fd3b2d4ee7c2762b7ea44836f] +reverse link **entreprises__titres_types** to **entreprises**--><g id="link_**entreprises__titres_types**_**entreprises**"><path codeLine="596" d="M2427.5,404.3131 C2427.5,404.3131 2427.5,594.6015 2427.5,594.6015 " fill="none" id="**entreprises__titres_types**-backto-**entreprises**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2427.5" x2="2419.5" y1="404.3131" y2="396.3131"/><line style="stroke:#181818;stroke-width:1.0;" x1="2427.5" x2="2435.5" y1="404.3131" y2="396.3131"/><line style="stroke:#181818;stroke-width:1.0;" x1="2427.5" x2="2427.5" y1="404.3131" y2="396.3131"/></g><!--MD5=[e98f756fd3b2d4ee7c2762b7ea44836f] +reverse link **entreprises__titres_types** to **entreprises**--><g id="link_**entreprises__titres_types**_**entreprises**"><path codeLine="598" d="M2439,404.3131 C2439,404.3131 2439,594.6015 2439,594.6015 " fill="none" id="**entreprises__titres_types**-backto-**entreprises**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2439" x2="2431" y1="404.3131" y2="396.3131"/><line style="stroke:#181818;stroke-width:1.0;" x1="2439" x2="2447" y1="404.3131" y2="396.3131"/><line style="stroke:#181818;stroke-width:1.0;" x1="2439" x2="2439" y1="404.3131" y2="396.3131"/></g><!--MD5=[50b78ea79370f1b17ac5738a48f8da59] +reverse link **entreprises__titres_types** to **titres_types**--><g id="link_**entreprises__titres_types**_**titres_types**"><path codeLine="600" d="M2501.1667,404.1619 C2501.1667,404.1619 2501.1667,1773.3962 2501.1667,1773.3962 " fill="none" id="**entreprises__titres_types**-backto-**titres_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2501.1667" x2="2493.1667" y1="404.1619" y2="396.1619"/><line style="stroke:#181818;stroke-width:1.0;" x1="2501.1667" x2="2509.1667" y1="404.1619" y2="396.1619"/><line style="stroke:#181818;stroke-width:1.0;" x1="2501.1667" x2="2501.1667" y1="404.1619" y2="396.1619"/></g><!--MD5=[50b78ea79370f1b17ac5738a48f8da59] +reverse link **entreprises__titres_types** to **titres_types**--><g id="link_**entreprises__titres_types**_**titres_types**"><path codeLine="602" d="M2540.3333,404.1619 C2540.3333,404.1619 2540.3333,1773.3962 2540.3333,1773.3962 " fill="none" id="**entreprises__titres_types**-backto-**titres_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2540.3333" x2="2532.3333" y1="404.1619" y2="396.1619"/><line style="stroke:#181818;stroke-width:1.0;" x1="2540.3333" x2="2548.3333" y1="404.1619" y2="396.1619"/><line style="stroke:#181818;stroke-width:1.0;" x1="2540.3333" x2="2540.3333" y1="404.1619" y2="396.1619"/></g><!--MD5=[8ac700e74e3f5e198f9a2f6efe827f55] +reverse link **entreprises_etablissements** to **entreprises**--><g id="link_**entreprises_etablissements**_**entreprises**"><path codeLine="604" d="M2268,428.8406 C2268,428.8406 2268,594.7817 2268,594.7817 " fill="none" id="**entreprises_etablissements**-backto-**entreprises**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2268" x2="2260" y1="428.8406" y2="420.8406"/><line style="stroke:#181818;stroke-width:1.0;" x1="2268" x2="2276" y1="428.8406" y2="420.8406"/><line style="stroke:#181818;stroke-width:1.0;" x1="2268" x2="2268" y1="428.8406" y2="420.8406"/></g><!--MD5=[a0a2d3e65e40a89b85387c26c3297a75] +reverse link **etapes_types** to **etapes_types**--><g id="link_**etapes_types**_**etapes_types**"><path codeLine="606" d="M1289.5,1685.6858 C1289.5,1685.6858 1289.5,1685 1289.5,1685 C1289.5,1685 1212.25,1685 1212.25,1685 C1212.25,1685 1212.25,2009 1212.25,2009 C1212.25,2009 1358.5,2009 1358.5,2009 C1358.5,2009 1358.5,1996.9378 1358.5,1979.1743 " fill="none" id="**etapes_types**-backto-**etapes_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1289.5" x2="1297.5" y1="1683.8577" y2="1691.8577"/><line style="stroke:#181818;stroke-width:1.0;" x1="1289.5" x2="1281.5" y1="1683.8577" y2="1691.8577"/><line style="stroke:#181818;stroke-width:1.0;" x1="1289.5" x2="1289.5" y1="1683.8577" y2="1691.8577"/></g><!--MD5=[a290ee3b66583de912c4784825abd7fb] +reverse link **etapes_types__justificatifs_types** to **entreprises__documents_types**--><g id="link_**etapes_types__justificatifs_types**_**entreprises__documents_types**"><path codeLine="608" d="M777.8889,1534.0619 C777.8889,1534.0619 777.8889,1805.6834 777.8889,1805.6834 " fill="none" id="**etapes_types__justificatifs_types**-backto-**entreprises__documents_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="777.8889" x2="769.8889" y1="1534.0619" y2="1526.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="777.8889" x2="785.8889" y1="1534.0619" y2="1526.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="777.8889" x2="777.8889" y1="1534.0619" y2="1526.0619"/></g><!--MD5=[a290ee3b66583de912c4784825abd7fb] +reverse link **etapes_types__justificatifs_types** to **entreprises__documents_types**--><g id="link_**etapes_types__justificatifs_types**_**entreprises__documents_types**"><path codeLine="610" d="M817.7778,1534.0619 C817.7778,1534.0619 817.7778,1805.6834 817.7778,1805.6834 " fill="none" id="**etapes_types__justificatifs_types**-backto-**entreprises__documents_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="817.7778" x2="809.7778" y1="1534.0619" y2="1526.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="817.7778" x2="825.7778" y1="1534.0619" y2="1526.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="817.7778" x2="817.7778" y1="1534.0619" y2="1526.0619"/></g><!--MD5=[a290ee3b66583de912c4784825abd7fb] +reverse link **etapes_types__justificatifs_types** to **entreprises__documents_types**--><g id="link_**etapes_types__justificatifs_types**_**entreprises__documents_types**"><path codeLine="612" d="M857.6667,1534.0619 C857.6667,1534.0619 857.6667,1805.6834 857.6667,1805.6834 " fill="none" id="**etapes_types__justificatifs_types**-backto-**entreprises__documents_types**-2" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="857.6667" x2="849.6667" y1="1534.0619" y2="1526.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="857.6667" x2="865.6667" y1="1534.0619" y2="1526.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="857.6667" x2="857.6667" y1="1534.0619" y2="1526.0619"/></g><!--MD5=[a290ee3b66583de912c4784825abd7fb] +reverse link **etapes_types__justificatifs_types** to **entreprises__documents_types**--><g id="link_**etapes_types__justificatifs_types**_**entreprises__documents_types**"><path codeLine="614" d="M897.5556,1534.0619 C897.5556,1534.0619 897.5556,1805.6834 897.5556,1805.6834 " fill="none" id="**etapes_types__justificatifs_types**-backto-**entreprises__documents_types**-3" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="897.5556" x2="889.5556" y1="1534.0619" y2="1526.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="897.5556" x2="905.5556" y1="1534.0619" y2="1526.0619"/><line style="stroke:#181818;stroke-width:1.0;" x1="897.5556" x2="897.5556" y1="1534.0619" y2="1526.0619"/></g><!--MD5=[0e8ff061c6ba4e39f6c8ac6afa7a39a5] +reverse link **etapes_types__justificatifs_types** to **etapes_types**--><g id="link_**etapes_types__justificatifs_types**_**etapes_types**"><path codeLine="616" d="M977.3333,1534.1398 C977.3333,1534.1398 977.3333,1749 977.3333,1749 C977.3333,1749 1111.2678,1749 1220.3512,1749 " fill="none" id="**etapes_types__justificatifs_types**-backto-**etapes_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="977.3333" x2="969.3333" y1="1534.1398" y2="1526.1398"/><line style="stroke:#181818;stroke-width:1.0;" x1="977.3333" x2="985.3333" y1="1534.1398" y2="1526.1398"/><line style="stroke:#181818;stroke-width:1.0;" x1="977.3333" x2="977.3333" y1="1534.1398" y2="1526.1398"/></g><!--MD5=[0e8ff061c6ba4e39f6c8ac6afa7a39a5] +reverse link **etapes_types__justificatifs_types** to **etapes_types**--><g id="link_**etapes_types__justificatifs_types**_**etapes_types**"><path codeLine="618" d="M937.4444,1534.0636 C937.4444,1534.0636 937.4444,1778 937.4444,1778 C937.4444,1778 1097.5794,1778 1220.3391,1778 " fill="none" id="**etapes_types__justificatifs_types**-backto-**etapes_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="937.4444" x2="929.4444" y1="1534.0636" y2="1526.0636"/><line style="stroke:#181818;stroke-width:1.0;" x1="937.4444" x2="945.4444" y1="1534.0636" y2="1526.0636"/><line style="stroke:#181818;stroke-width:1.0;" x1="937.4444" x2="937.4444" y1="1534.0636" y2="1526.0636"/></g><!--MD5=[30325fd5a01508112ac852c48e8fab8f] +reverse link **journaux** to **titres**--><g id="link_**journaux**_**titres**"><path codeLine="620" d="M2982,1212.1934 C2982,1212.1934 2982,1312.7592 2982,1312.7592 " fill="none" id="**journaux**-backto-**titres**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2982" x2="2974" y1="1212.1934" y2="1204.1934"/><line style="stroke:#181818;stroke-width:1.0;" x1="2982" x2="2990" y1="1212.1934" y2="1204.1934"/><line style="stroke:#181818;stroke-width:1.0;" x1="2982" x2="2982" y1="1212.1934" y2="1204.1934"/></g><!--MD5=[b8d48d9d2027876ba41aae4a426478f8] +reverse link **titres** to **domaines**--><g id="link_**titres**_**domaines**"><path codeLine="622" d="M2769.7565,1618 C2769.7565,1618 2608.25,1618 2608.25,1618 C2608.25,1618 2608.25,1914.8974 2608.25,2038.9912 " fill="none" id="**titres**-backto-**domaines**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2769.7565" x2="2777.7565" y1="1618" y2="1610"/><line style="stroke:#181818;stroke-width:1.0;" x1="2769.7565" x2="2777.7565" y1="1618" y2="1626"/><line style="stroke:#181818;stroke-width:1.0;" x1="2769.7565" x2="2777.7565" y1="1618" y2="1618"/></g><!--MD5=[3956259077d31e1884002434d26b2324] +reverse link **titres** to **titres_types**--><g id="link_**titres**_**titres_types**"><path codeLine="624" d="M2806.25,1640.33 C2806.25,1640.33 2806.25,1777 2806.25,1777 C2806.25,1777 2683.4193,1777 2579.5409,1777 " fill="none" id="**titres**-backto-**titres_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2806.25" x2="2798.25" y1="1640.33" y2="1632.33"/><line style="stroke:#181818;stroke-width:1.0;" x1="2806.25" x2="2814.25" y1="1640.33" y2="1632.33"/><line style="stroke:#181818;stroke-width:1.0;" x1="2806.25" x2="2806.25" y1="1640.33" y2="1632.33"/></g><!--MD5=[09fc5ac27936f4202a8182691e88d2e8] +reverse link **titres__sdom_zones** to **sdom_zones**--><g id="link_**titres__sdom_zones**_**sdom_zones**"><path codeLine="626" d="M149.3333,396.1117 C149.3333,396.1117 149.3333,708.8502 149.3333,708.8502 " fill="none" id="**titres__sdom_zones**-backto-**sdom_zones**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="149.3333" x2="141.3333" y1="396.1117" y2="388.1117"/><line style="stroke:#181818;stroke-width:1.0;" x1="149.3333" x2="157.3333" y1="396.1117" y2="388.1117"/><line style="stroke:#181818;stroke-width:1.0;" x1="149.3333" x2="149.3333" y1="396.1117" y2="388.1117"/></g><!--MD5=[09fc5ac27936f4202a8182691e88d2e8] +reverse link **titres__sdom_zones** to **sdom_zones**--><g id="link_**titres__sdom_zones**_**sdom_zones**"><path codeLine="628" d="M225.6667,396.1117 C225.6667,396.1117 225.6667,708.8502 225.6667,708.8502 " fill="none" id="**titres__sdom_zones**-backto-**sdom_zones**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="225.6667" x2="217.6667" y1="396.1117" y2="388.1117"/><line style="stroke:#181818;stroke-width:1.0;" x1="225.6667" x2="233.6667" y1="396.1117" y2="388.1117"/><line style="stroke:#181818;stroke-width:1.0;" x1="225.6667" x2="225.6667" y1="396.1117" y2="388.1117"/></g><!--MD5=[b4c89db04b43d7f9a75dddbbb1278be7] +reverse link **titres__sdom_zones** to **titres_etapes**--><g id="link_**titres__sdom_zones**_**titres_etapes**"><path codeLine="630" d="M346,396.1999 C346,396.1999 346,606 346,606 C346,606 710.1365,606 938.0774,606 " fill="none" id="**titres__sdom_zones**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="346" x2="338" y1="396.1999" y2="388.1999"/><line style="stroke:#181818;stroke-width:1.0;" x1="346" x2="354" y1="396.1999" y2="388.1999"/><line style="stroke:#181818;stroke-width:1.0;" x1="346" x2="346" y1="396.1999" y2="388.1999"/></g><!--MD5=[b4c89db04b43d7f9a75dddbbb1278be7] +reverse link **titres__sdom_zones** to **titres_etapes**--><g id="link_**titres__sdom_zones**_**titres_etapes**"><path codeLine="632" d="M324,396.2055 C324,396.2055 324,658 324,658 C324,658 704.3991,658 938.4337,658 " fill="none" id="**titres__sdom_zones**-backto-**titres_etapes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="324" x2="316" y1="396.2055" y2="388.2055"/><line style="stroke:#181818;stroke-width:1.0;" x1="324" x2="332" y1="396.2055" y2="388.2055"/><line style="stroke:#181818;stroke-width:1.0;" x1="324" x2="324" y1="396.2055" y2="388.2055"/></g><!--MD5=[6885186701c20f2eb8284cfc4b03f71c] +reverse link **titres__titres** to **titres**--><g id="link_**titres__titres**_**titres**"><path codeLine="634" d="M3122.4,1171.933 C3122.4,1171.933 3122.4,1318 3122.4,1318 C3122.4,1318 3114.1105,1318 3101.0611,1318 " fill="none" id="**titres__titres**-backto-**titres**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3122.4" x2="3114.4" y1="1171.933" y2="1163.933"/><line style="stroke:#181818;stroke-width:1.0;" x1="3122.4" x2="3130.4" y1="1171.933" y2="1163.933"/><line style="stroke:#181818;stroke-width:1.0;" x1="3122.4" x2="3122.4" y1="1171.933" y2="1163.933"/></g><!--MD5=[6885186701c20f2eb8284cfc4b03f71c] +reverse link **titres__titres** to **titres**--><g id="link_**titres__titres**_**titres**"><path codeLine="636" d="M3125.8,1171.5179 C3125.8,1171.5179 3125.8,1323 3125.8,1323 C3125.8,1323 3116.0715,1323 3101.0608,1323 " fill="none" id="**titres__titres**-backto-**titres**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3125.8" x2="3117.8" y1="1171.5179" y2="1163.5179"/><line style="stroke:#181818;stroke-width:1.0;" x1="3125.8" x2="3133.8" y1="1171.5179" y2="1163.5179"/><line style="stroke:#181818;stroke-width:1.0;" x1="3125.8" x2="3125.8" y1="1171.5179" y2="1163.5179"/></g><!--MD5=[6885186701c20f2eb8284cfc4b03f71c] +reverse link **titres__titres** to **titres**--><g id="link_**titres__titres**_**titres**"><path codeLine="638" d="M3129.2,1171.8066 C3129.2,1171.8066 3129.2,1327 3129.2,1327 C3129.2,1327 3118.0732,1327 3101.2091,1327 " fill="none" id="**titres__titres**-backto-**titres**-2" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3129.2" x2="3121.2" y1="1171.8066" y2="1163.8066"/><line style="stroke:#181818;stroke-width:1.0;" x1="3129.2" x2="3137.2" y1="1171.8066" y2="1163.8066"/><line style="stroke:#181818;stroke-width:1.0;" x1="3129.2" x2="3129.2" y1="1171.8066" y2="1163.8066"/></g><!--MD5=[6885186701c20f2eb8284cfc4b03f71c] +reverse link **titres__titres** to **titres**--><g id="link_**titres__titres**_**titres**"><path codeLine="640" d="M3132.6,1171.7836 C3132.6,1171.7836 3132.6,1332 3132.6,1332 C3132.6,1332 3119.9589,1332 3101.1454,1332 " fill="none" id="**titres__titres**-backto-**titres**-3" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3132.6" x2="3124.6" y1="1171.7836" y2="1163.7836"/><line style="stroke:#181818;stroke-width:1.0;" x1="3132.6" x2="3140.6" y1="1171.7836" y2="1163.7836"/><line style="stroke:#181818;stroke-width:1.0;" x1="3132.6" x2="3132.6" y1="1171.7836" y2="1163.7836"/></g><!--MD5=[2aeae1127f1cf433ad61f383aced13d8] +reverse link **titres_activites** to **activites_statuts**--><g id="link_**titres_activites**_**activites_statuts**"><path codeLine="642" d="M4804.6631,1169 C4804.6631,1169 4854.25,1169 4854.25,1169 C4854.25,1169 4854.25,1341.9489 4854.25,1426.7344 " fill="none" id="**titres_activites**-backto-**activites_statuts**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4804.6631" x2="4796.6631" y1="1169" y2="1177"/><line style="stroke:#181818;stroke-width:1.0;" x1="4804.6631" x2="4796.6631" y1="1169" y2="1161"/><line style="stroke:#181818;stroke-width:1.0;" x1="4804.6631" x2="4796.6631" y1="1169" y2="1169"/></g><!--MD5=[f12e7196916c24138737d39df71d942b] +reverse link **titres_activites** to **titres**--><g id="link_**titres_activites**_**titres**"><path codeLine="644" d="M4454.1849,1241 C4454.1849,1241 3096.75,1241 3096.75,1241 C3096.75,1241 3096.75,1272.88 3096.75,1312.9791 " fill="none" id="**titres_activites**-backto-**titres**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4454.1849" x2="4462.1849" y1="1241" y2="1233"/><line style="stroke:#181818;stroke-width:1.0;" x1="4454.1849" x2="4462.1849" y1="1241" y2="1249"/><line style="stroke:#181818;stroke-width:1.0;" x1="4454.1849" x2="4462.1849" y1="1241" y2="1241"/></g><!--MD5=[0c6d6386a33be96c82eb157d472c1bd9] +reverse link **titres_activites** to **activites_types**--><g id="link_**titres_activites**_**activites_types**"><path codeLine="646" d="M4804.6554,1084 C4804.6554,1084 5482,1084 5482,1084 C5482,1084 5482,1551.3197 5482,1748.9266 " fill="none" id="**titres_activites**-backto-**activites_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4804.6554" x2="4796.6554" y1="1084" y2="1092"/><line style="stroke:#181818;stroke-width:1.0;" x1="4804.6554" x2="4796.6554" y1="1084" y2="1076"/><line style="stroke:#181818;stroke-width:1.0;" x1="4804.6554" x2="4796.6554" y1="1084" y2="1084"/></g><!--MD5=[5a758235c6f0faf17ad2f3404c604d82] +reverse link **titres_activites** to **utilisateurs**--><g id="link_**titres_activites**_**utilisateurs**"><path codeLine="648" d="M4629.5,1261.0563 C4629.5,1261.0563 4629.5,1345.4591 4629.5,1345.4591 " fill="none" id="**titres_activites**-backto-**utilisateurs**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4629.5" x2="4621.5" y1="1261.0563" y2="1253.0563"/><line style="stroke:#181818;stroke-width:1.0;" x1="4629.5" x2="4637.5" y1="1261.0563" y2="1253.0563"/><line style="stroke:#181818;stroke-width:1.0;" x1="4629.5" x2="4629.5" y1="1261.0563" y2="1253.0563"/></g><!--MD5=[f02828f33829f90e85d52eeba64dfd65] +reverse link **titres_administrations_gestionnaires** to **administrations**--><g id="link_**titres_administrations_gestionnaires**_**administrations**"><path codeLine="650" d="M3568,1179.7333 C3568,1179.7333 3568,1805.9452 3568,1805.9452 " fill="none" id="**titres_administrations_gestionnaires**-backto-**administrations**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3568" x2="3560" y1="1179.7333" y2="1171.7333"/><line style="stroke:#181818;stroke-width:1.0;" x1="3568" x2="3576" y1="1179.7333" y2="1171.7333"/><line style="stroke:#181818;stroke-width:1.0;" x1="3568" x2="3568" y1="1179.7333" y2="1171.7333"/></g><!--MD5=[f02828f33829f90e85d52eeba64dfd65] +reverse link **titres_administrations_gestionnaires** to **administrations**--><g id="link_**titres_administrations_gestionnaires**_**administrations**"><path codeLine="652" d="M3615,1179.7333 C3615,1179.7333 3615,1805.9452 3615,1805.9452 " fill="none" id="**titres_administrations_gestionnaires**-backto-**administrations**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3615" x2="3607" y1="1179.7333" y2="1171.7333"/><line style="stroke:#181818;stroke-width:1.0;" x1="3615" x2="3623" y1="1179.7333" y2="1171.7333"/><line style="stroke:#181818;stroke-width:1.0;" x1="3615" x2="3615" y1="1179.7333" y2="1171.7333"/></g><!--MD5=[50edc11f7d353def2b0c847860e793e5] +reverse link **titres_administrations_gestionnaires** to **titres**--><g id="link_**titres_administrations_gestionnaires**_**titres**"><path codeLine="654" d="M3499.1061,1167 C3499.1061,1167 3088.25,1167 3088.25,1167 C3088.25,1167 3088.25,1238.6761 3088.25,1312.5922 " fill="none" id="**titres_administrations_gestionnaires**-backto-**titres**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3499.1061" x2="3507.1061" y1="1167" y2="1159"/><line style="stroke:#181818;stroke-width:1.0;" x1="3499.1061" x2="3507.1061" y1="1167" y2="1175"/><line style="stroke:#181818;stroke-width:1.0;" x1="3499.1061" x2="3507.1061" y1="1167" y2="1167"/></g><!--MD5=[50edc11f7d353def2b0c847860e793e5] +reverse link **titres_administrations_gestionnaires** to **titres**--><g id="link_**titres_administrations_gestionnaires**_**titres**"><path codeLine="656" d="M3499.1874,1169 C3499.1874,1169 3092.5,1169 3092.5,1169 C3092.5,1169 3092.5,1239.6338 3092.5,1312.7509 " fill="none" id="**titres_administrations_gestionnaires**-backto-**titres**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3499.1874" x2="3507.1874" y1="1169" y2="1161"/><line style="stroke:#181818;stroke-width:1.0;" x1="3499.1874" x2="3507.1874" y1="1169" y2="1177"/><line style="stroke:#181818;stroke-width:1.0;" x1="3499.1874" x2="3507.1874" y1="1169" y2="1169"/></g><!--MD5=[3bc886a617e09c124042eedc6d62a7e6] +reverse link **titres_amodiataires** to **entreprises**--><g id="link_**titres_amodiataires**_**entreprises**"><path codeLine="658" d="M1540.3333,404.0202 C1540.3333,404.0202 1540.3333,659 1540.3333,659 C1540.3333,659 1930.7257,659 2154.8962,659 " fill="none" id="**titres_amodiataires**-backto-**entreprises**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1540.3333" x2="1532.3333" y1="404.0202" y2="396.0202"/><line style="stroke:#181818;stroke-width:1.0;" x1="1540.3333" x2="1548.3333" y1="404.0202" y2="396.0202"/><line style="stroke:#181818;stroke-width:1.0;" x1="1540.3333" x2="1540.3333" y1="404.0202" y2="396.0202"/></g><!--MD5=[3bc886a617e09c124042eedc6d62a7e6] +reverse link **titres_amodiataires** to **entreprises**--><g id="link_**titres_amodiataires**_**entreprises**"><path codeLine="660" d="M1447.6667,404.3156 C1447.6667,404.3156 1447.6667,680 1447.6667,680 C1447.6667,680 1906.9941,680 2154.6003,680 " fill="none" id="**titres_amodiataires**-backto-**entreprises**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1447.6667" x2="1439.6667" y1="404.3156" y2="396.3156"/><line style="stroke:#181818;stroke-width:1.0;" x1="1447.6667" x2="1455.6667" y1="404.3156" y2="396.3156"/><line style="stroke:#181818;stroke-width:1.0;" x1="1447.6667" x2="1447.6667" y1="404.3156" y2="396.3156"/></g><!--MD5=[d0babee4d1e3b9320c239424fffbbfc1] +reverse link **titres_amodiataires** to **titres_etapes**--><g id="link_**titres_amodiataires**_**titres_etapes**"><path codeLine="662" d="M1278.125,404.3131 C1278.125,404.3131 1278.125,553.8368 1278.125,553.8368 " fill="none" id="**titres_amodiataires**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1278.125" x2="1270.125" y1="404.3131" y2="396.3131"/><line style="stroke:#181818;stroke-width:1.0;" x1="1278.125" x2="1286.125" y1="404.3131" y2="396.3131"/><line style="stroke:#181818;stroke-width:1.0;" x1="1278.125" x2="1278.125" y1="404.3131" y2="396.3131"/></g><!--MD5=[d0babee4d1e3b9320c239424fffbbfc1] +reverse link **titres_amodiataires** to **titres_etapes**--><g id="link_**titres_amodiataires**_**titres_etapes**"><path codeLine="664" d="M1284.25,404.3131 C1284.25,404.3131 1284.25,553.8368 1284.25,553.8368 " fill="none" id="**titres_amodiataires**-backto-**titres_etapes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1284.25" x2="1276.25" y1="404.3131" y2="396.3131"/><line style="stroke:#181818;stroke-width:1.0;" x1="1284.25" x2="1292.25" y1="404.3131" y2="396.3131"/><line style="stroke:#181818;stroke-width:1.0;" x1="1284.25" x2="1284.25" y1="404.3131" y2="396.3131"/></g><!--MD5=[a2efd094f79446107ff394c3610b92ac] +reverse link **titres_communes** to **communes**--><g id="link_**titres_communes**_**communes**"><path codeLine="666" d="M1187.25,404.0934 C1187.25,404.0934 1187.25,433 1187.25,433 C1187.25,433 1910.2,433 1910.2,433 C1910.2,433 1910.2,613.9659 1910.2,700.9144 " fill="none" id="**titres_communes**-backto-**communes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1187.25" x2="1179.25" y1="404.0934" y2="396.0934"/><line style="stroke:#181818;stroke-width:1.0;" x1="1187.25" x2="1195.25" y1="404.0934" y2="396.0934"/><line style="stroke:#181818;stroke-width:1.0;" x1="1187.25" x2="1187.25" y1="404.0934" y2="396.0934"/></g><!--MD5=[a2efd094f79446107ff394c3610b92ac] +reverse link **titres_communes** to **communes**--><g id="link_**titres_communes**_**communes**"><path codeLine="668" d="M1137.5,404.0892 C1137.5,404.0892 1137.5,445 1137.5,445 C1137.5,445 1870.6,445 1870.6,445 C1870.6,445 1870.6,616.365 1870.6,700.7086 " fill="none" id="**titres_communes**-backto-**communes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1137.5" x2="1129.5" y1="404.0892" y2="396.0892"/><line style="stroke:#181818;stroke-width:1.0;" x1="1137.5" x2="1145.5" y1="404.0892" y2="396.0892"/><line style="stroke:#181818;stroke-width:1.0;" x1="1137.5" x2="1137.5" y1="404.0892" y2="396.0892"/></g><!--MD5=[d138326fc9c42e24c8b434ce230eaac5] +reverse link **titres_communes** to **titres_etapes**--><g id="link_**titres_communes**_**titres_etapes**"><path codeLine="670" d="M1038,404.3131 C1038,404.3131 1038,553.8368 1038,553.8368 " fill="none" id="**titres_communes**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1038" x2="1030" y1="404.3131" y2="396.3131"/><line style="stroke:#181818;stroke-width:1.0;" x1="1038" x2="1046" y1="404.3131" y2="396.3131"/><line style="stroke:#181818;stroke-width:1.0;" x1="1038" x2="1038" y1="404.3131" y2="396.3131"/></g><!--MD5=[d138326fc9c42e24c8b434ce230eaac5] +reverse link **titres_communes** to **titres_etapes**--><g id="link_**titres_communes**_**titres_etapes**"><path codeLine="672" d="M1087.75,404.3131 C1087.75,404.3131 1087.75,553.8368 1087.75,553.8368 " fill="none" id="**titres_communes**-backto-**titres_etapes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1087.75" x2="1079.75" y1="404.3131" y2="396.3131"/><line style="stroke:#181818;stroke-width:1.0;" x1="1087.75" x2="1095.75" y1="404.3131" y2="396.3131"/><line style="stroke:#181818;stroke-width:1.0;" x1="1087.75" x2="1087.75" y1="404.3131" y2="396.3131"/></g><!--MD5=[a03f2fe253375a9d759740d67333e799] +reverse link **titres_demarches** to **titres**--><g id="link_**titres_demarches**_**titres**"><path codeLine="674" d="M2381.8396,1217 C2381.8396,1217 2880,1217 2880,1217 C2880,1217 2880,1261.2191 2880,1312.8657 " fill="none" id="**titres_demarches**-backto-**titres**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2381.8396" x2="2373.8396" y1="1217" y2="1225"/><line style="stroke:#181818;stroke-width:1.0;" x1="2381.8396" x2="2373.8396" y1="1217" y2="1209"/><line style="stroke:#181818;stroke-width:1.0;" x1="2381.8396" x2="2373.8396" y1="1217" y2="1217"/></g><!--MD5=[eac6b20502a92c04104bba11f9b9da25] +reverse link **titres_demarches** to **demarches_types**--><g id="link_**titres_demarches**_**demarches_types**"><path codeLine="676" d="M2079.3162,1213 C2079.3162,1213 1674.5,1213 1674.5,1213 C1674.5,1213 1674.5,1535.4589 1674.5,1716.2123 " fill="none" id="**titres_demarches**-backto-**demarches_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2079.3162" x2="2087.3162" y1="1213" y2="1205"/><line style="stroke:#181818;stroke-width:1.0;" x1="2079.3162" x2="2087.3162" y1="1213" y2="1221"/><line style="stroke:#181818;stroke-width:1.0;" x1="2079.3162" x2="2087.3162" y1="1213" y2="1213"/></g><!--MD5=[020ba569f3e8f8683f8d15dfb4ec7ce1] +reverse link **titres_demarches_liens** to **titres_demarches**--><g id="link_**titres_demarches_liens**_**titres_demarches**"><path codeLine="678" d="M1770.2,792.1466 C1770.2,792.1466 1770.2,1030 1770.2,1030 C1770.2,1030 1952.2593,1030 2087.3814,1030 " fill="none" id="**titres_demarches_liens**-backto-**titres_demarches**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1770.2" x2="1762.2" y1="792.1466" y2="784.1466"/><line style="stroke:#181818;stroke-width:1.0;" x1="1770.2" x2="1778.2" y1="792.1466" y2="784.1466"/><line style="stroke:#181818;stroke-width:1.0;" x1="1770.2" x2="1770.2" y1="792.1466" y2="784.1466"/></g><!--MD5=[020ba569f3e8f8683f8d15dfb4ec7ce1] +reverse link **titres_demarches_liens** to **titres_demarches**--><g id="link_**titres_demarches_liens**_**titres_demarches**"><path codeLine="680" d="M1744.4,792.18 C1744.4,792.18 1744.4,1037 1744.4,1037 C1744.4,1037 1943.8956,1037 2087.2831,1037 " fill="none" id="**titres_demarches_liens**-backto-**titres_demarches**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1744.4" x2="1736.4" y1="792.18" y2="784.18"/><line style="stroke:#181818;stroke-width:1.0;" x1="1744.4" x2="1752.4" y1="792.18" y2="784.18"/><line style="stroke:#181818;stroke-width:1.0;" x1="1744.4" x2="1744.4" y1="792.18" y2="784.18"/></g><!--MD5=[020ba569f3e8f8683f8d15dfb4ec7ce1] +reverse link **titres_demarches_liens** to **titres_demarches**--><g id="link_**titres_demarches_liens**_**titres_demarches**"><path codeLine="682" d="M1718.6,792.0519 C1718.6,792.0519 1718.6,1043 1718.6,1043 C1718.6,1043 1935.7885,1043 2087.2266,1043 " fill="none" id="**titres_demarches_liens**-backto-**titres_demarches**-2" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1718.6" x2="1710.6" y1="792.0519" y2="784.0519"/><line style="stroke:#181818;stroke-width:1.0;" x1="1718.6" x2="1726.6" y1="792.0519" y2="784.0519"/><line style="stroke:#181818;stroke-width:1.0;" x1="1718.6" x2="1718.6" y1="792.0519" y2="784.0519"/></g><!--MD5=[020ba569f3e8f8683f8d15dfb4ec7ce1] +reverse link **titres_demarches_liens** to **titres_demarches**--><g id="link_**titres_demarches_liens**_**titres_demarches**"><path codeLine="684" d="M1692.8,792.0195 C1692.8,792.0195 1692.8,1050 1692.8,1050 C1692.8,1050 1928.1741,1050 2087.4654,1050 " fill="none" id="**titres_demarches_liens**-backto-**titres_demarches**-3" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1692.8" x2="1684.8" y1="792.0195" y2="784.0195"/><line style="stroke:#181818;stroke-width:1.0;" x1="1692.8" x2="1700.8" y1="792.0195" y2="784.0195"/><line style="stroke:#181818;stroke-width:1.0;" x1="1692.8" x2="1692.8" y1="792.0195" y2="784.0195"/></g><!--MD5=[20662f1ae6d45bee1d6e245019e8a904] +reverse link **titres_etapes** to **titres_demarches**--><g id="link_**titres_etapes**_**titres_demarches**"><path codeLine="686" d="M1304.6742,919 C1304.6742,919 2103.75,919 2103.75,919 C2103.75,919 2103.75,971.3582 2103.75,1023.4097 " fill="none" id="**titres_etapes**-backto-**titres_demarches**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1304.6742" x2="1296.6742" y1="919" y2="927"/><line style="stroke:#181818;stroke-width:1.0;" x1="1304.6742" x2="1296.6742" y1="919" y2="911"/><line style="stroke:#181818;stroke-width:1.0;" x1="1304.6742" x2="1296.6742" y1="919" y2="919"/></g><!--MD5=[c4d81e84f0a8f8be992b678fde58fae0] +reverse link **titres_etapes** to **etapes_types**--><g id="link_**titres_etapes**_**etapes_types**"><path codeLine="688" d="M1122.25,947.0298 C1122.25,947.0298 1122.25,1721 1122.25,1721 C1122.25,1721 1168.6891,1721 1220.3888,1721 " fill="none" id="**titres_etapes**-backto-**etapes_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1122.25" x2="1114.25" y1="947.0298" y2="939.0298"/><line style="stroke:#181818;stroke-width:1.0;" x1="1122.25" x2="1130.25" y1="947.0298" y2="939.0298"/><line style="stroke:#181818;stroke-width:1.0;" x1="1122.25" x2="1122.25" y1="947.0298" y2="939.0298"/></g><!--MD5=[d7a3443dc786053aaf45b0005a0539af] +reverse link **titres_etapes_justificatifs** to **documents**--><g id="link_**titres_etapes_justificatifs**_**documents**"><path codeLine="690" d="M2252,122.6154 C2252,122.6154 2252,216 2252,216 C2252,216 2882.0964,216 3200.2213,216 " fill="none" id="**titres_etapes_justificatifs**-backto-**documents**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2252" x2="2244" y1="122.6154" y2="114.6154"/><line style="stroke:#181818;stroke-width:1.0;" x1="2252" x2="2260" y1="122.6154" y2="114.6154"/><line style="stroke:#181818;stroke-width:1.0;" x1="2252" x2="2252" y1="122.6154" y2="114.6154"/></g><!--MD5=[d7a3443dc786053aaf45b0005a0539af] +reverse link **titres_etapes_justificatifs** to **documents**--><g id="link_**titres_etapes_justificatifs**_**documents**"><path codeLine="692" d="M2158,122.8562 C2158,122.8562 2158,224 2158,224 C2158,224 2860.8394,224 3200.2476,224 " fill="none" id="**titres_etapes_justificatifs**-backto-**documents**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2158" x2="2150" y1="122.8562" y2="114.8562"/><line style="stroke:#181818;stroke-width:1.0;" x1="2158" x2="2166" y1="122.8562" y2="114.8562"/><line style="stroke:#181818;stroke-width:1.0;" x1="2158" x2="2158" y1="122.8562" y2="114.8562"/></g><!--MD5=[3ff07b5ecd4d4f02072f9a7855d426a5] +reverse link **titres_etapes_justificatifs** to **titres_etapes**--><g id="link_**titres_etapes_justificatifs**_**titres_etapes**"><path codeLine="694" d="M1976.9105,65 C1976.9105,65 1248.6667,65 1248.6667,65 C1248.6667,65 1248.6667,352.4149 1248.6667,553.9421 " fill="none" id="**titres_etapes_justificatifs**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1976.9105" x2="1984.9105" y1="65" y2="57"/><line style="stroke:#181818;stroke-width:1.0;" x1="1976.9105" x2="1984.9105" y1="65" y2="73"/><line style="stroke:#181818;stroke-width:1.0;" x1="1976.9105" x2="1984.9105" y1="65" y2="65"/></g><!--MD5=[3ff07b5ecd4d4f02072f9a7855d426a5] +reverse link **titres_etapes_justificatifs** to **titres_etapes**--><g id="link_**titres_etapes_justificatifs**_**titres_etapes**"><path codeLine="696" d="M1976.7728,90 C1976.7728,90 1260.3333,90 1260.3333,90 C1260.3333,90 1260.3333,360.2499 1260.3333,553.9642 " fill="none" id="**titres_etapes_justificatifs**-backto-**titres_etapes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1976.7728" x2="1984.7728" y1="90" y2="82"/><line style="stroke:#181818;stroke-width:1.0;" x1="1976.7728" x2="1984.7728" y1="90" y2="98"/><line style="stroke:#181818;stroke-width:1.0;" x1="1976.7728" x2="1984.7728" y1="90" y2="90"/></g><!--MD5=[03373faaf659218a6391d22287ce432d] +reverse link **titres_forets** to **forets**--><g id="link_**titres_forets**_**forets**"><path codeLine="698" d="M2820.2,396.1117 C2820.2,396.1117 2820.2,708.8502 2820.2,708.8502 " fill="none" id="**titres_forets**-backto-**forets**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2820.2" x2="2812.2" y1="396.1117" y2="388.1117"/><line style="stroke:#181818;stroke-width:1.0;" x1="2820.2" x2="2828.2" y1="396.1117" y2="388.1117"/><line style="stroke:#181818;stroke-width:1.0;" x1="2820.2" x2="2820.2" y1="396.1117" y2="388.1117"/></g><!--MD5=[03373faaf659218a6391d22287ce432d] +reverse link **titres_forets** to **forets**--><g id="link_**titres_forets**_**forets**"><path codeLine="700" d="M2825.6,396.1117 C2825.6,396.1117 2825.6,708.8502 2825.6,708.8502 " fill="none" id="**titres_forets**-backto-**forets**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2825.6" x2="2817.6" y1="396.1117" y2="388.1117"/><line style="stroke:#181818;stroke-width:1.0;" x1="2825.6" x2="2833.6" y1="396.1117" y2="388.1117"/><line style="stroke:#181818;stroke-width:1.0;" x1="2825.6" x2="2825.6" y1="396.1117" y2="388.1117"/></g><!--MD5=[d4c24f274e8b8346d3fe38858e213ca3] +reverse link **titres_forets** to **titres_etapes**--><g id="link_**titres_forets**_**titres_etapes**"><path codeLine="702" d="M2809.4,396.2321 C2809.4,396.2321 2809.4,579 2809.4,579 C2809.4,579 1731.7329,579 1296.5616,579 " fill="none" id="**titres_forets**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2809.4" x2="2801.4" y1="396.2321" y2="388.2321"/><line style="stroke:#181818;stroke-width:1.0;" x1="2809.4" x2="2817.4" y1="396.2321" y2="388.2321"/><line style="stroke:#181818;stroke-width:1.0;" x1="2809.4" x2="2809.4" y1="396.2321" y2="388.2321"/></g><!--MD5=[d4c24f274e8b8346d3fe38858e213ca3] +reverse link **titres_forets** to **titres_etapes**--><g id="link_**titres_forets**_**titres_etapes**"><path codeLine="704" d="M2814.8,396.2356 C2814.8,396.2356 2814.8,587 2814.8,587 C2814.8,587 1733.0318,587 1296.7327,587 " fill="none" id="**titres_forets**-backto-**titres_etapes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2814.8" x2="2806.8" y1="396.2356" y2="388.2356"/><line style="stroke:#181818;stroke-width:1.0;" x1="2814.8" x2="2822.8" y1="396.2356" y2="388.2356"/><line style="stroke:#181818;stroke-width:1.0;" x1="2814.8" x2="2814.8" y1="396.2356" y2="388.2356"/></g><!--MD5=[6e784a41cc1305067e60d3b9a17ba901] +link **titres_phases** to **titres_demarches**--><g id="link_**titres_phases**_**titres_demarches**"><path codeLine="706" d="M2059.0634,1126 C2059.0634,1126 2080.4789,1126 2080.4789,1126 " fill="none" id="**titres_phases**-**titres_demarches**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2083.4789" x2="2083.4789" y1="1122" y2="1130"/><line style="stroke:#181818;stroke-width:1.0;" x1="2080.4789" x2="2080.4789" y1="1122" y2="1130"/><line style="stroke:#181818;stroke-width:1.0;" x1="2079.4789" x2="2087.4789" y1="1126" y2="1126"/><line style="stroke:#181818;stroke-width:1.0;" x1="2056.0634" x2="2056.0634" y1="1130" y2="1122"/><line style="stroke:#181818;stroke-width:1.0;" x1="2059.0634" x2="2059.0634" y1="1130" y2="1122"/><line style="stroke:#181818;stroke-width:1.0;" x1="2060.0634" x2="2052.0634" y1="1126" y2="1126"/></g><!--MD5=[45a48886800a15392b63a3f55826e7dc] +reverse link **titres_points** to **titres_etapes**--><g id="link_**titres_points**_**titres_etapes**"><path codeLine="708" d="M744.5053,458 C744.5053,458 988.25,458 988.25,458 C988.25,458 988.25,500.9279 988.25,553.6656 " fill="none" id="**titres_points**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="744.5053" x2="736.5053" y1="458" y2="466"/><line style="stroke:#181818;stroke-width:1.0;" x1="744.5053" x2="736.5053" y1="458" y2="450"/><line style="stroke:#181818;stroke-width:1.0;" x1="744.5053" x2="736.5053" y1="458" y2="458"/></g><!--MD5=[bb822341f6fc6d4de0380d24a9466216] +reverse link **titres_points_references** to **titres_points**--><g id="link_**titres_points_references**_**titres_points**"><path codeLine="710" d="M569.5,155.0779 C569.5,155.0779 569.5,231.4965 569.5,231.4965 " fill="none" id="**titres_points_references**-backto-**titres_points**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="569.5" x2="561.5" y1="155.0779" y2="147.0779"/><line style="stroke:#181818;stroke-width:1.0;" x1="569.5" x2="577.5" y1="155.0779" y2="147.0779"/><line style="stroke:#181818;stroke-width:1.0;" x1="569.5" x2="569.5" y1="155.0779" y2="147.0779"/></g><!--MD5=[8eb44e23b22a65eb3aec0fd44a6d21b7] +reverse link **titres_titulaires** to **entreprises**--><g id="link_**titres_titulaires**_**entreprises**"><path codeLine="712" d="M1989.4,404.0102 C1989.4,404.0102 1989.4,617 1989.4,617 C1989.4,617 2072.9583,617 2154.5582,617 " fill="none" id="**titres_titulaires**-backto-**entreprises**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1989.4" x2="1981.4" y1="404.0102" y2="396.0102"/><line style="stroke:#181818;stroke-width:1.0;" x1="1989.4" x2="1997.4" y1="404.0102" y2="396.0102"/><line style="stroke:#181818;stroke-width:1.0;" x1="1989.4" x2="1989.4" y1="404.0102" y2="396.0102"/></g><!--MD5=[8eb44e23b22a65eb3aec0fd44a6d21b7] +reverse link **titres_titulaires** to **entreprises**--><g id="link_**titres_titulaires**_**entreprises**"><path codeLine="714" d="M1949.8,404.0552 C1949.8,404.0552 1949.8,638 1949.8,638 C1949.8,638 2057.4607,638 2154.8179,638 " fill="none" id="**titres_titulaires**-backto-**entreprises**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1949.8" x2="1941.8" y1="404.0552" y2="396.0552"/><line style="stroke:#181818;stroke-width:1.0;" x1="1949.8" x2="1957.8" y1="404.0552" y2="396.0552"/><line style="stroke:#181818;stroke-width:1.0;" x1="1949.8" x2="1949.8" y1="404.0552" y2="396.0552"/></g><!--MD5=[31c3bc600c901d1b2c33bfea8fc135ac] +reverse link **titres_titulaires** to **titres_etapes**--><g id="link_**titres_titulaires**_**titres_etapes**"><path codeLine="716" d="M1710.6667,404.0866 C1710.6667,404.0866 1710.6667,563 1710.6667,563 C1710.6667,563 1471.2957,563 1296.6765,563 " fill="none" id="**titres_titulaires**-backto-**titres_etapes**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1710.6667" x2="1702.6667" y1="404.0866" y2="396.0866"/><line style="stroke:#181818;stroke-width:1.0;" x1="1710.6667" x2="1718.6667" y1="404.0866" y2="396.0866"/><line style="stroke:#181818;stroke-width:1.0;" x1="1710.6667" x2="1710.6667" y1="404.0866" y2="396.0866"/></g><!--MD5=[31c3bc600c901d1b2c33bfea8fc135ac] +reverse link **titres_titulaires** to **titres_etapes**--><g id="link_**titres_titulaires**_**titres_etapes**"><path codeLine="718" d="M1753.3333,404.1877 C1753.3333,404.1877 1753.3333,571 1753.3333,571 C1753.3333,571 1484.7745,571 1296.7308,571 " fill="none" id="**titres_titulaires**-backto-**titres_etapes**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1753.3333" x2="1745.3333" y1="404.1877" y2="396.1877"/><line style="stroke:#181818;stroke-width:1.0;" x1="1753.3333" x2="1761.3333" y1="404.1877" y2="396.1877"/><line style="stroke:#181818;stroke-width:1.0;" x1="1753.3333" x2="1753.3333" y1="404.1877" y2="396.1877"/></g><!--MD5=[321fe2fe4c559ce20662b45ab64ccbc2] +reverse link **titres_types** to **domaines**--><g id="link_**titres_types**_**domaines**"><path codeLine="720" d="M2587.7727,1887 C2587.7727,1887 2595.5,1887 2595.5,1887 C2595.5,1887 2595.5,1977.8879 2595.5,2038.7757 " fill="none" id="**titres_types**-backto-**domaines**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2587.7727" x2="2579.7727" y1="1887" y2="1895"/><line style="stroke:#181818;stroke-width:1.0;" x1="2587.7727" x2="2579.7727" y1="1887" y2="1879"/><line style="stroke:#181818;stroke-width:1.0;" x1="2587.7727" x2="2579.7727" y1="1887" y2="1887"/></g><!--MD5=[321fe2fe4c559ce20662b45ab64ccbc2] +reverse link **titres_types** to **domaines**--><g id="link_**titres_types**_**domaines**"><path codeLine="722" d="M2587.523,1892 C2587.523,1892 2589,1892 2589,1892 C2589,1892 2589,1979.3792 2589,2038.7697 " fill="none" id="**titres_types**-backto-**domaines**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2587.523" x2="2579.523" y1="1892" y2="1900"/><line style="stroke:#181818;stroke-width:1.0;" x1="2587.523" x2="2579.523" y1="1892" y2="1884"/><line style="stroke:#181818;stroke-width:1.0;" x1="2587.523" x2="2579.523" y1="1892" y2="1892"/></g><!--MD5=[adb05df5f37550978b9a727ec5c34df9] +reverse link **titres_types** to **titres_types_types**--><g id="link_**titres_types**_**titres_types_types**"><path codeLine="724" d="M2400.8333,1905.7125 C2400.8333,1905.7125 2400.8333,2038.6929 2400.8333,2038.6929 " fill="none" id="**titres_types**-backto-**titres_types_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2400.8333" x2="2392.8333" y1="1905.7125" y2="1897.7125"/><line style="stroke:#181818;stroke-width:1.0;" x1="2400.8333" x2="2408.8333" y1="1905.7125" y2="1897.7125"/><line style="stroke:#181818;stroke-width:1.0;" x1="2400.8333" x2="2400.8333" y1="1905.7125" y2="1897.7125"/></g><!--MD5=[adb05df5f37550978b9a727ec5c34df9] +reverse link **titres_types** to **titres_types_types**--><g id="link_**titres_types**_**titres_types_types**"><path codeLine="726" d="M2474.1667,1905.7125 C2474.1667,1905.7125 2474.1667,2038.6929 2474.1667,2038.6929 " fill="none" id="**titres_types**-backto-**titres_types_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2474.1667" x2="2466.1667" y1="1905.7125" y2="1897.7125"/><line style="stroke:#181818;stroke-width:1.0;" x1="2474.1667" x2="2482.1667" y1="1905.7125" y2="1897.7125"/><line style="stroke:#181818;stroke-width:1.0;" x1="2474.1667" x2="2474.1667" y1="1905.7125" y2="1897.7125"/></g><!--MD5=[d8b06086b0ff666636e38c280bf3f128] +reverse link **titres_types__demarches_types** to **demarches_types**--><g id="link_**titres_types__demarches_types**_**demarches_types**"><path codeLine="728" d="M1711.1667,1583.0657 C1711.1667,1583.0657 1711.1667,1716.19 1711.1667,1716.19 " fill="none" id="**titres_types__demarches_types**-backto-**demarches_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1711.1667" x2="1703.1667" y1="1583.0657" y2="1575.0657"/><line style="stroke:#181818;stroke-width:1.0;" x1="1711.1667" x2="1719.1667" y1="1583.0657" y2="1575.0657"/><line style="stroke:#181818;stroke-width:1.0;" x1="1711.1667" x2="1711.1667" y1="1583.0657" y2="1575.0657"/></g><!--MD5=[d8b06086b0ff666636e38c280bf3f128] +reverse link **titres_types__demarches_types** to **demarches_types**--><g id="link_**titres_types__demarches_types**_**demarches_types**"><path codeLine="730" d="M1740.3333,1583.0657 C1740.3333,1583.0657 1740.3333,1716.19 1740.3333,1716.19 " fill="none" id="**titres_types__demarches_types**-backto-**demarches_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1740.3333" x2="1732.3333" y1="1583.0657" y2="1575.0657"/><line style="stroke:#181818;stroke-width:1.0;" x1="1740.3333" x2="1748.3333" y1="1583.0657" y2="1575.0657"/><line style="stroke:#181818;stroke-width:1.0;" x1="1740.3333" x2="1740.3333" y1="1583.0657" y2="1575.0657"/></g><!--MD5=[b196decf3ae0a02b43e032c8bf23ca77] +reverse link **titres_types__demarches_types** to **titres_types**--><g id="link_**titres_types__demarches_types**_**titres_types**"><path codeLine="732" d="M2049.1594,1554 C2049.1594,1554 2369.0556,1554 2369.0556,1554 C2369.0556,1554 2369.0556,1690.4764 2369.0556,1773.3751 " fill="none" id="**titres_types__demarches_types**-backto-**titres_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2049.1594" x2="2041.1594" y1="1554" y2="1562"/><line style="stroke:#181818;stroke-width:1.0;" x1="2049.1594" x2="2041.1594" y1="1554" y2="1546"/><line style="stroke:#181818;stroke-width:1.0;" x1="2049.1594" x2="2041.1594" y1="1554" y2="1554"/></g><!--MD5=[b196decf3ae0a02b43e032c8bf23ca77] +reverse link **titres_types__demarches_types** to **titres_types**--><g id="link_**titres_types__demarches_types**_**titres_types**"><path codeLine="734" d="M2049.2167,1565 C2049.2167,1565 2350.6667,1565 2350.6667,1565 C2350.6667,1565 2350.6667,1693.581 2350.6667,1773.4418 " fill="none" id="**titres_types__demarches_types**-backto-**titres_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="2049.2167" x2="2041.2167" y1="1565" y2="1573"/><line style="stroke:#181818;stroke-width:1.0;" x1="2049.2167" x2="2041.2167" y1="1565" y2="1557"/><line style="stroke:#181818;stroke-width:1.0;" x1="2049.2167" x2="2041.2167" y1="1565" y2="1565"/></g><!--MD5=[ec109e87b6ff5b3b49648b709feff71a] +reverse link **titres_types__demarches_types__etapes_types** to **demarches_types**--><g id="link_**titres_types__demarches_types__etapes_types**_**demarches_types**"><path codeLine="736" d="M1554.6,1542.9019 C1554.6,1542.9019 1554.6,1716.4076 1554.6,1716.4076 " fill="none" id="**titres_types__demarches_types__etapes_types**-backto-**demarches_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1554.6" x2="1546.6" y1="1542.9019" y2="1534.9019"/><line style="stroke:#181818;stroke-width:1.0;" x1="1554.6" x2="1562.6" y1="1542.9019" y2="1534.9019"/><line style="stroke:#181818;stroke-width:1.0;" x1="1554.6" x2="1554.6" y1="1542.9019" y2="1534.9019"/></g><!--MD5=[ec109e87b6ff5b3b49648b709feff71a] +reverse link **titres_types__demarches_types__etapes_types** to **demarches_types**--><g id="link_**titres_types__demarches_types__etapes_types**_**demarches_types**"><path codeLine="738" d="M1559.7,1542.9019 C1559.7,1542.9019 1559.7,1716.4076 1559.7,1716.4076 " fill="none" id="**titres_types__demarches_types__etapes_types**-backto-**demarches_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1559.7" x2="1551.7" y1="1542.9019" y2="1534.9019"/><line style="stroke:#181818;stroke-width:1.0;" x1="1559.7" x2="1567.7" y1="1542.9019" y2="1534.9019"/><line style="stroke:#181818;stroke-width:1.0;" x1="1559.7" x2="1559.7" y1="1542.9019" y2="1534.9019"/></g><!--MD5=[3f10e7e3f41a0625010b04c0e7615943] +reverse link **titres_types__demarches_types__etapes_types** to **etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types**_**etapes_types**"><path codeLine="740" d="M1358.5,1542.9019 C1358.5,1542.9019 1358.5,1691.8638 1358.5,1691.8638 " fill="none" id="**titres_types__demarches_types__etapes_types**-backto-**etapes_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1358.5" x2="1350.5" y1="1542.9019" y2="1534.9019"/><line style="stroke:#181818;stroke-width:1.0;" x1="1358.5" x2="1366.5" y1="1542.9019" y2="1534.9019"/><line style="stroke:#181818;stroke-width:1.0;" x1="1358.5" x2="1358.5" y1="1542.9019" y2="1534.9019"/></g><!--MD5=[3f10e7e3f41a0625010b04c0e7615943] +reverse link **titres_types__demarches_types__etapes_types** to **etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types**_**etapes_types**"><path codeLine="742" d="M1427.5,1542.9019 C1427.5,1542.9019 1427.5,1691.8638 1427.5,1691.8638 " fill="none" id="**titres_types__demarches_types__etapes_types**-backto-**etapes_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1427.5" x2="1419.5" y1="1542.9019" y2="1534.9019"/><line style="stroke:#181818;stroke-width:1.0;" x1="1427.5" x2="1435.5" y1="1542.9019" y2="1534.9019"/><line style="stroke:#181818;stroke-width:1.0;" x1="1427.5" x2="1427.5" y1="1542.9019" y2="1534.9019"/></g><!--MD5=[04f90e7cc0fda392c65dcdf5e57c7c1e] +reverse link **titres_types__demarches_types__etapes_types** to **titres_types**--><g id="link_**titres_types__demarches_types__etapes_types**_**titres_types**"><path codeLine="744" d="M1569.9,1542.7192 C1569.9,1542.7192 1569.9,1670 1569.9,1670 C1569.9,1670 2332.2778,1670 2332.2778,1670 C2332.2778,1670 2332.2778,1726.4417 2332.2778,1773.403 " fill="none" id="**titres_types__demarches_types__etapes_types**-backto-**titres_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1569.9" x2="1561.9" y1="1542.7192" y2="1534.7192"/><line style="stroke:#181818;stroke-width:1.0;" x1="1569.9" x2="1577.9" y1="1542.7192" y2="1534.7192"/><line style="stroke:#181818;stroke-width:1.0;" x1="1569.9" x2="1569.9" y1="1542.7192" y2="1534.7192"/></g><!--MD5=[04f90e7cc0fda392c65dcdf5e57c7c1e] +reverse link **titres_types__demarches_types__etapes_types** to **titres_types**--><g id="link_**titres_types__demarches_types__etapes_types**_**titres_types**"><path codeLine="746" d="M1564.8,1542.6897 C1564.8,1542.6897 1564.8,1677 1564.8,1677 C1564.8,1677 2313.8889,1677 2313.8889,1677 C2313.8889,1677 2313.8889,1728.9068 2313.8889,1773.3115 " fill="none" id="**titres_types__demarches_types__etapes_types**-backto-**titres_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1564.8" x2="1556.8" y1="1542.6897" y2="1534.6897"/><line style="stroke:#181818;stroke-width:1.0;" x1="1564.8" x2="1572.8" y1="1542.6897" y2="1534.6897"/><line style="stroke:#181818;stroke-width:1.0;" x1="1564.8" x2="1564.8" y1="1542.6897" y2="1534.6897"/></g><!--MD5=[f9e5c2e1d9f6699d31faf778b694f791] +reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **documents_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**documents_types**"><path codeLine="748" d="M1612.6667,1204.2196 C1612.6667,1204.2196 1612.6667,1590 1612.6667,1590 C1612.6667,1590 2744.5,1590 2744.5,1590 C2744.5,1590 2744.5,1718.9019 2744.5,1789.8987 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**documents_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1612.6667" x2="1604.6667" y1="1204.2196" y2="1196.2196"/><line style="stroke:#181818;stroke-width:1.0;" x1="1612.6667" x2="1620.6667" y1="1204.2196" y2="1196.2196"/><line style="stroke:#181818;stroke-width:1.0;" x1="1612.6667" x2="1612.6667" y1="1204.2196" y2="1196.2196"/></g><!--MD5=[f9e5c2e1d9f6699d31faf778b694f791] +reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **documents_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**documents_types**"><path codeLine="750" d="M1593.8333,1204.0172 C1593.8333,1204.0172 1593.8333,1604 1593.8333,1604 C1593.8333,1604 2712,1604 2712,1604 C2712,1604 2712,1722.2969 2712,1789.763 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**documents_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1593.8333" x2="1585.8333" y1="1204.0172" y2="1196.0172"/><line style="stroke:#181818;stroke-width:1.0;" x1="1593.8333" x2="1601.8333" y1="1204.0172" y2="1196.0172"/><line style="stroke:#181818;stroke-width:1.0;" x1="1593.8333" x2="1593.8333" y1="1204.0172" y2="1196.0172"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] +reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="752" d="M1232.5385,1204.1194 C1232.5385,1204.1194 1232.5385,1410.3309 1232.5385,1410.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1232.5385" x2="1224.5385" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1232.5385" x2="1240.5385" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1232.5385" x2="1232.5385" y1="1204.1194" y2="1196.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] +reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="754" d="M1261.0769,1204.1194 C1261.0769,1204.1194 1261.0769,1410.3309 1261.0769,1410.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1261.0769" x2="1253.0769" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1261.0769" x2="1269.0769" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1261.0769" x2="1261.0769" y1="1204.1194" y2="1196.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] +reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="756" d="M1289.6154,1204.1194 C1289.6154,1204.1194 1289.6154,1410.3309 1289.6154,1410.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-2" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1289.6154" x2="1281.6154" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1289.6154" x2="1297.6154" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1289.6154" x2="1289.6154" y1="1204.1194" y2="1196.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] +reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="758" d="M1318.1538,1204.1194 C1318.1538,1204.1194 1318.1538,1410.3309 1318.1538,1410.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-3" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1318.1538" x2="1310.1538" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1318.1538" x2="1326.1538" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1318.1538" x2="1318.1538" y1="1204.1194" y2="1196.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] +reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="760" d="M1346.6923,1204.1194 C1346.6923,1204.1194 1346.6923,1410.3309 1346.6923,1410.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-4" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1346.6923" x2="1338.6923" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1346.6923" x2="1354.6923" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1346.6923" x2="1346.6923" y1="1204.1194" y2="1196.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] +reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="762" d="M1375.2308,1204.1194 C1375.2308,1204.1194 1375.2308,1410.3309 1375.2308,1410.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-5" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1375.2308" x2="1367.2308" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1375.2308" x2="1383.2308" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1375.2308" x2="1375.2308" y1="1204.1194" y2="1196.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] +reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="764" d="M1403.7692,1204.1194 C1403.7692,1204.1194 1403.7692,1410.3309 1403.7692,1410.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-6" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1403.7692" x2="1395.7692" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1403.7692" x2="1411.7692" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1403.7692" x2="1403.7692" y1="1204.1194" y2="1196.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] +reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="766" d="M1432.3077,1204.1194 C1432.3077,1204.1194 1432.3077,1410.3309 1432.3077,1410.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-7" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1432.3077" x2="1424.3077" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1432.3077" x2="1440.3077" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1432.3077" x2="1432.3077" y1="1204.1194" y2="1196.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] +reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="768" d="M1460.8462,1204.1194 C1460.8462,1204.1194 1460.8462,1410.3309 1460.8462,1410.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-8" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1460.8462" x2="1452.8462" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1460.8462" x2="1468.8462" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1460.8462" x2="1460.8462" y1="1204.1194" y2="1196.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] +reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="770" d="M1489.3846,1204.1194 C1489.3846,1204.1194 1489.3846,1410.3309 1489.3846,1410.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-9" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1489.3846" x2="1481.3846" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1489.3846" x2="1497.3846" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1489.3846" x2="1489.3846" y1="1204.1194" y2="1196.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] +reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="772" d="M1517.9231,1204.1194 C1517.9231,1204.1194 1517.9231,1410.3309 1517.9231,1410.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-10" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1517.9231" x2="1509.9231" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1517.9231" x2="1525.9231" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1517.9231" x2="1517.9231" y1="1204.1194" y2="1196.1194"/></g><!--MD5=[786c1034970f2df634f7f7fdfbb3c929] +reverse link **titres_types__demarches_types__etapes_types__justificatifs_t** to **titres_types__demarches_types__etapes_types**--><g id="link_**titres_types__demarches_types__etapes_types__justificatifs_t**_**titres_types__demarches_types__etapes_types**"><path codeLine="774" d="M1546.4615,1204.1194 C1546.4615,1204.1194 1546.4615,1410.3309 1546.4615,1410.3309 " fill="none" id="**titres_types__demarches_types__etapes_types__justificatifs_t**-backto-**titres_types__demarches_types__etapes_types**-11" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="1546.4615" x2="1538.4615" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1546.4615" x2="1554.4615" y1="1204.1194" y2="1196.1194"/><line style="stroke:#181818;stroke-width:1.0;" x1="1546.4615" x2="1546.4615" y1="1204.1194" y2="1196.1194"/></g><!--MD5=[40dd8de91751e40451e2192300a75775] +reverse link **utilisateurs** to **administrations**--><g id="link_**utilisateurs**_**administrations**"><path codeLine="776" d="M4442.2689,1571 C4442.2689,1571 3684,1571 3684,1571 C3684,1571 3684,1736.9081 3684,1805.9284 " fill="none" id="**utilisateurs**-backto-**administrations**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4442.2689" x2="4450.2689" y1="1571" y2="1563"/><line style="stroke:#181818;stroke-width:1.0;" x1="4442.2689" x2="4450.2689" y1="1571" y2="1579"/><line style="stroke:#181818;stroke-width:1.0;" x1="4442.2689" x2="4450.2689" y1="1571" y2="1571"/></g><!--MD5=[f28ed266483423ffe50277f9cba4244d] +reverse link **utilisateurs__entreprises** to **entreprises**--><g id="link_**utilisateurs__entreprises**_**entreprises**"><path codeLine="778" d="M3932.5,396.0503 C3932.5,396.0503 3932.5,640 3932.5,640 C3932.5,640 2866.8394,640 2462.0133,640 " fill="none" id="**utilisateurs__entreprises**-backto-**entreprises**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3932.5" x2="3924.5" y1="396.0503" y2="388.0503"/><line style="stroke:#181818;stroke-width:1.0;" x1="3932.5" x2="3940.5" y1="396.0503" y2="388.0503"/><line style="stroke:#181818;stroke-width:1.0;" x1="3932.5" x2="3932.5" y1="396.0503" y2="388.0503"/></g><!--MD5=[15561590a5374a355d05a7abef5df509] +reverse link **utilisateurs__entreprises** to **utilisateurs**--><g id="link_**utilisateurs__entreprises**_**utilisateurs**"><path codeLine="780" d="M4245.1564,351 C4245.1564,351 4459.5,351 4459.5,351 C4459.5,351 4459.5,1051.8629 4459.5,1345.4861 " fill="none" id="**utilisateurs__entreprises**-backto-**utilisateurs**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4245.1564" x2="4237.1564" y1="351" y2="359"/><line style="stroke:#181818;stroke-width:1.0;" x1="4245.1564" x2="4237.1564" y1="351" y2="343"/><line style="stroke:#181818;stroke-width:1.0;" x1="4245.1564" x2="4237.1564" y1="351" y2="351"/></g><!--MD5=[554cd1a2dbcb03010d4bf5244d6ab8cb] +reverse link **utilisateurs__titres** to **titres**--><g id="link_**utilisateurs__titres**_**titres**"><path codeLine="782" d="M3966.3333,1171.7226 C3966.3333,1171.7226 3966.3333,1337 3966.3333,1337 C3966.3333,1337 3390.2428,1337 3101.0723,1337 " fill="none" id="**utilisateurs__titres**-backto-**titres**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3966.3333" x2="3958.3333" y1="1171.7226" y2="1163.7226"/><line style="stroke:#181818;stroke-width:1.0;" x1="3966.3333" x2="3974.3333" y1="1171.7226" y2="1163.7226"/><line style="stroke:#181818;stroke-width:1.0;" x1="3966.3333" x2="3966.3333" y1="1171.7226" y2="1163.7226"/></g><!--MD5=[554cd1a2dbcb03010d4bf5244d6ab8cb] +reverse link **utilisateurs__titres** to **titres**--><g id="link_**utilisateurs__titres**_**titres**"><path codeLine="784" d="M3993.6667,1171.9428 C3993.6667,1171.9428 3993.6667,1341 3993.6667,1341 C3993.6667,1341 3396.4438,1341 3101.0401,1341 " fill="none" id="**utilisateurs__titres**-backto-**titres**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="3993.6667" x2="3985.6667" y1="1171.9428" y2="1163.9428"/><line style="stroke:#181818;stroke-width:1.0;" x1="3993.6667" x2="4001.6667" y1="1171.9428" y2="1163.9428"/><line style="stroke:#181818;stroke-width:1.0;" x1="3993.6667" x2="3993.6667" y1="1171.9428" y2="1163.9428"/></g><!--MD5=[26aba9329e960314c6eed3e229e91b1b] +reverse link **utilisateurs__titres** to **utilisateurs**--><g id="link_**utilisateurs__titres**_**utilisateurs**"><path codeLine="786" d="M4308.3315,1114 C4308.3315,1114 4456.5,1114 4456.5,1114 C4456.5,1114 4456.5,1242.263 4456.5,1345.3494 " fill="none" id="**utilisateurs__titres**-backto-**utilisateurs**" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4308.3315" x2="4300.3315" y1="1114" y2="1122"/><line style="stroke:#181818;stroke-width:1.0;" x1="4308.3315" x2="4300.3315" y1="1114" y2="1106"/><line style="stroke:#181818;stroke-width:1.0;" x1="4308.3315" x2="4300.3315" y1="1114" y2="1114"/></g><!--MD5=[26aba9329e960314c6eed3e229e91b1b] +reverse link **utilisateurs__titres** to **utilisateurs**--><g id="link_**utilisateurs__titres**_**utilisateurs**"><path codeLine="788" d="M4308.1856,1139 C4308.1856,1139 4453.5,1139 4453.5,1139 C4453.5,1139 4453.5,1251.2196 4453.5,1345.4666 " fill="none" id="**utilisateurs__titres**-backto-**utilisateurs**-1" style="stroke:#181818;stroke-width:1.0;"/><line style="stroke:#181818;stroke-width:1.0;" x1="4308.1856" x2="4300.1856" y1="1139" y2="1147"/><line style="stroke:#181818;stroke-width:1.0;" x1="4308.1856" x2="4300.1856" y1="1139" y2="1131"/><line style="stroke:#181818;stroke-width:1.0;" x1="4308.1856" x2="4300.1856" y1="1139" y2="1139"/></g><!--MD5=[f66eca3388647fd9857c70a639a5325c] link **caches** to **communes_postgis**--></g></svg> \ No newline at end of file diff --git a/packages/api/sources/titres-types--titres-statuts.json b/packages/api/sources/titres-types--titres-statuts.json deleted file mode 100644 index 4c44a9fb3..000000000 --- a/packages/api/sources/titres-types--titres-statuts.json +++ /dev/null @@ -1,772 +0,0 @@ -[ - { - "titre_type_id": "apc", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "apc", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "apc", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "apc", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "apc", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "apc", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "aph", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "aph", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "aph", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "aph", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "aph", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "aph", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "apm", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "apm", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "apm", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "apm", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "apm", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "apm", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "apw", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "apw", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "apw", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "apw", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "apw", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "apw", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "arc", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "arc", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "arc", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "arc", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "arc", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "arc", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "arg", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "arg", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "arg", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "arg", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "arg", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "arg", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "arm", - "titre_statut_id": "dmc", - "public_lecture": true - }, - { - "titre_type_id": "arm", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "arm", - "titre_statut_id": "ech", - "public_lecture": true - }, - { - "titre_type_id": "arm", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "arm", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "arm", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "axm", - "titre_statut_id": "dmc", - "public_lecture": true - }, - { - "titre_type_id": "axm", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "axm", - "titre_statut_id": "ech", - "public_lecture": true - }, - { - "titre_type_id": "axm", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "axm", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "axm", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "cxf", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "cxf", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "cxf", - "titre_statut_id": "ech", - "public_lecture": true - }, - { - "titre_type_id": "cxf", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "cxf", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "cxf", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "cxg", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "cxg", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "cxg", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "cxg", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "cxg", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "cxg", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "cxh", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "cxh", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "cxh", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "cxh", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "cxh", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "cxh", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "cxm", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "cxm", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "cxm", - "titre_statut_id": "ech", - "public_lecture": true - }, - { - "titre_type_id": "cxm", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "cxm", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "cxm", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "cxr", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "cxr", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "cxr", - "titre_statut_id": "ech", - "public_lecture": true - }, - { - "titre_type_id": "cxr", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "cxr", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "cxr", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "cxs", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "cxs", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "cxs", - "titre_statut_id": "ech", - "public_lecture": true - }, - { - "titre_type_id": "cxs", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "cxs", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "cxs", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "cxw", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "cxw", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "cxw", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "cxw", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "cxw", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "cxw", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "pcc", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "pcc", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "pcc", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "pcc", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "pcc", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "pcc", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "prf", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "prf", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "prf", - "titre_statut_id": "ech", - "public_lecture": true - }, - { - "titre_type_id": "prf", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "prf", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "prf", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "prg", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "prg", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "prg", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "prg", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "prg", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "prg", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "prh", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "prh", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "prh", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "prh", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "prh", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "prh", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "prm", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "prm", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "prm", - "titre_statut_id": "ech", - "public_lecture": true - }, - { - "titre_type_id": "prm", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "prm", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "prm", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "prr", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "prr", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "prr", - "titre_statut_id": "ech", - "public_lecture": true - }, - { - "titre_type_id": "prr", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "prr", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "prr", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "prs", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "prs", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "prs", - "titre_statut_id": "ech", - "public_lecture": true - }, - { - "titre_type_id": "prs", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "prs", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "prs", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "prw", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "prw", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "prw", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "prw", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "prw", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "prw", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "pxg", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "pxg", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "pxg", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "pxg", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "pxg", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "pxg", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "pxh", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "pxh", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "pxh", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "pxh", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "pxh", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "pxh", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "pxm", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "pxm", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "pxm", - "titre_statut_id": "ech", - "public_lecture": true - }, - { - "titre_type_id": "pxm", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "pxm", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "pxm", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "pxr", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "pxr", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "pxr", - "titre_statut_id": "ech", - "public_lecture": true - }, - { - "titre_type_id": "pxr", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "pxr", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "pxr", - "titre_statut_id": "val", - "public_lecture": true - }, - { - "titre_type_id": "pxw", - "titre_statut_id": "dmc" - }, - { - "titre_type_id": "pxw", - "titre_statut_id": "dmi", - "public_lecture": true - }, - { - "titre_type_id": "pxw", - "titre_statut_id": "ech" - }, - { - "titre_type_id": "pxw", - "titre_statut_id": "ind" - }, - { - "titre_type_id": "pxw", - "titre_statut_id": "mod", - "public_lecture": true - }, - { - "titre_type_id": "pxw", - "titre_statut_id": "val", - "public_lecture": true - } -] \ No newline at end of file diff --git a/packages/api/src/api/graphql/resolvers/metas-join.ts b/packages/api/src/api/graphql/resolvers/metas-join.ts index 91eb1b924..472d2d58d 100644 --- a/packages/api/src/api/graphql/resolvers/metas-join.ts +++ b/packages/api/src/api/graphql/resolvers/metas-join.ts @@ -4,7 +4,6 @@ import { userGet } from '../../../database/queries/utilisateurs' import { titresTypesGet, - titresTypesTitresStatutsGet, titresTypesDemarchesTypesGet, titresTypesDemarchesTypesEtapesTypesGet, etapesTypesDocumentsTypesGet, @@ -15,6 +14,7 @@ import { GraphQLResolveInfo } from 'graphql' import { fieldsBuild } from './_fields-build' import { isSuper } from 'camino-common/src/roles' import { toSpecificDocuments } from 'camino-common/src/static/titresTypes_demarchesTypes_etapesTypes' +import { titreTypesStatutsTitresPublicLecture } from 'camino-common/src/static/titresTypesTypes_domaine_titresStatuts' const titresTypes = async ( _: never, @@ -42,22 +42,8 @@ const titresTypes = async ( // -const titresTypesTitresStatuts = async (_: never, context: IToken) => { - try { - const user = await userGet(context.user?.id) - - if (!isSuper(user)) { - throw new Error('droits insuffisants') - } - - const titresTypesTitresStatuts = await titresTypesTitresStatutsGet() - - return titresTypesTitresStatuts - } catch (e) { - console.error(e) - - throw e - } +const titresTypesTitresStatuts = (_: never) => { + return titreTypesStatutsTitresPublicLecture } const titresTypesDemarchesTypes = async (_: never, context: IToken) => { diff --git a/packages/api/src/business/processes/__mocks__/titres-public-update-titres.ts b/packages/api/src/business/processes/__mocks__/titres-public-update-titres.ts index 1ff3af148..a436b4d6c 100644 --- a/packages/api/src/business/processes/__mocks__/titres-public-update-titres.ts +++ b/packages/api/src/business/processes/__mocks__/titres-public-update-titres.ts @@ -1,10 +1,11 @@ import Titres from '../../../database/models/titres' -const titresPublicModifie = [ +export const titresPublicModifie = [ { typeId: 'cxh', type: { - titresTypesTitresStatuts: [] + domaineId: 'h', + typeId: 'cx' }, demarches: [], publicLecture: true, @@ -12,16 +13,15 @@ const titresPublicModifie = [ } as unknown as Titres ] -const titresPublicIdentique = [ +export const titresPublicIdentique = [ { typeId: 'cxh', type: { - titresTypesTitresStatuts: [] + domaineId: 'h', + typeId: 'cx' }, demarches: null, publicLecture: false, entreprisesLecture: true } as unknown as Titres ] - -export { titresPublicModifie, titresPublicIdentique } diff --git a/packages/api/src/business/processes/titres-public-update.ts b/packages/api/src/business/processes/titres-public-update.ts index f1a1d942d..8fb96c076 100644 --- a/packages/api/src/business/processes/titres-public-update.ts +++ b/packages/api/src/business/processes/titres-public-update.ts @@ -1,6 +1,6 @@ +import { titrePublicFind } from 'camino-common/src/static/titresTypesTypes_domaine_titresStatuts' import { titresGet, titreUpdate } from '../../database/queries/titres' import { userSuper } from '../../database/user-super' -import titrePublicFind from '../rules/titre-public-find' type ITitrePatch = { publicLecture: boolean @@ -16,7 +16,7 @@ export const titresPublicUpdate = async (titresIds?: string[]) => { { ids: titresIds }, { fields: { - type: { titresTypesTitresStatuts: { id: {} } }, + type: { id: {} }, demarches: { id: {} } } }, @@ -29,8 +29,9 @@ export const titresPublicUpdate = async (titresIds?: string[]) => { for (const titre of titres) { const { publicLecture, entreprisesLecture } = titrePublicFind( - titre.titreStatutId!, - titre.type!.titresTypesTitresStatuts!, + titre.titreStatutId, + titre.type?.typeId, + titre.type?.domaineId, titre.demarches || [] ) diff --git a/packages/api/src/business/rules/titre-public-find.test.ts b/packages/api/src/business/rules/titre-public-find.test.ts deleted file mode 100644 index 3886d1dfb..000000000 --- a/packages/api/src/business/rules/titre-public-find.test.ts +++ /dev/null @@ -1,94 +0,0 @@ -import { ITitreDemarche } from '../../types' - -import titrePublicFind from './titre-public-find' - -const demarchesBuild = (etapesProps: Partial<ITitreDemarche>[]) => - etapesProps.map( - (etapeProps, i) => - ({ - ...etapeProps, - ordre: i + 1 - } as unknown as ITitreDemarche) - ) - -describe("publicité d'un titre", () => { - test('un titre est toujours visible par son demandeur ou titulaire', () => { - expect(titrePublicFind('dmi', [], [])).toMatchObject({ - entreprisesLecture: true - }) - }) - - test("un titre sans étape n'est pas public", () => { - expect(titrePublicFind('dmi', [], [])).toMatchObject({ - publicLecture: false - }) - }) - - test("un titre sans autorisation de statut n'est pas public", () => { - expect(titrePublicFind('dmi', [], [])).toMatchObject({ - publicLecture: false - }) - }) - - test("un titre dont l'autorisation pour son statut est mise à `false` n'est pas public", () => { - expect( - titrePublicFind( - 'dmi', - [{ titreTypeId: 'prm', titreStatutId: 'dmi', publicLecture: false }], - [] - ) - ).toMatchObject({ - publicLecture: false - }) - }) - - test("un titre dont l'autorisation pour son statut est mise à `true` et dont la démarche d'octroi n'est pas publique n'est pas public", () => { - expect( - titrePublicFind( - 'dmi', - [{ titreTypeId: 'prm', titreStatutId: 'dmi', publicLecture: true }], - demarchesBuild([{ typeId: 'oct', publicLecture: false }]) - ) - ).toMatchObject({ publicLecture: false }) - }) - - test("un titre dont l'autorisation pour son statut est mise à `true` et dont la démarche de mutation virtuelle n'est pas publique n'est pas public", () => { - expect( - titrePublicFind( - 'dmi', - [{ titreTypeId: 'prm', titreStatutId: 'dmi', publicLecture: true }], - demarchesBuild([{ typeId: 'vut', publicLecture: false }]) - ) - ).toMatchObject({ publicLecture: false }) - }) - - test("un titre dont l'autorisation pour son statut est mise à `true` et qui n'a pas de démarche d'octroi n'est pas public", () => { - expect( - titrePublicFind( - 'dmi', - [{ titreTypeId: 'prm', titreStatutId: 'dmi', publicLecture: true }], - demarchesBuild([{ typeId: 'pro', publicLecture: true }]) - ) - ).toMatchObject({ publicLecture: false }) - }) - - test("un titre dont l'autorisation pour son statut est mise à `true` et dont la démarche d'octroi est publique est public", () => { - expect( - titrePublicFind( - 'dmi', - [{ titreTypeId: 'prm', titreStatutId: 'dmi', publicLecture: true }], - demarchesBuild([{ typeId: 'oct', publicLecture: true }]) - ) - ).toMatchObject({ publicLecture: true }) - }) - - test("un titre dont l'autorisation pour son statut est mise à `true` et dont la mutation partielle est publique est public", () => { - expect( - titrePublicFind( - 'dmi', - [{ titreTypeId: 'prm', titreStatutId: 'dmi', publicLecture: true }], - demarchesBuild([{ typeId: 'vut', publicLecture: true }]) - ) - ).toMatchObject({ publicLecture: true }) - }) -}) diff --git a/packages/api/src/business/rules/titre-public-find.ts b/packages/api/src/business/rules/titre-public-find.ts deleted file mode 100644 index 5989dcedd..000000000 --- a/packages/api/src/business/rules/titre-public-find.ts +++ /dev/null @@ -1,32 +0,0 @@ -import { ITitreDemarche, ITitreTypeTitreStatut } from '../../types' -import { isDemarcheTypeOctroi } from 'camino-common/src/static/demarchesTypes' - -const titrePublicFind = ( - titreStatutId: string, - titresTypesTitresStatuts: ITitreTypeTitreStatut[], - titreDemarches: ITitreDemarche[] -) => { - const entreprisesLecture = true - let publicLecture = false - - const titreTypeTitreStatut = titresTypesTitresStatuts.find( - a => a.titreStatutId === titreStatutId - ) - - // si une jointure existe - // et la démarche d'octroi (virtuelle ou non) est publique - // alors le titre est public - if (titreTypeTitreStatut?.publicLecture) { - const titreDemarcheOctroi = titreDemarches.find( - d => isDemarcheTypeOctroi(d.typeId) && d.publicLecture - ) - - if (titreDemarcheOctroi) { - publicLecture = true - } - } - - return { publicLecture, entreprisesLecture } -} - -export default titrePublicFind diff --git a/packages/api/src/database/models/titres-types--titres-statuts.ts b/packages/api/src/database/models/titres-types--titres-statuts.ts deleted file mode 100644 index f79a2f8cc..000000000 --- a/packages/api/src/database/models/titres-types--titres-statuts.ts +++ /dev/null @@ -1,29 +0,0 @@ -import { Model, Modifiers } from 'objection' -import { ITitreTypeTitreStatut } from '../../types' - -interface TitresTypesTitresStatuts extends ITitreTypeTitreStatut {} - -class TitresTypesTitresStatuts extends Model { - public static tableName = 'titresTypes__titresStatuts' - - public static jsonSchema = { - type: 'object', - required: ['titreTypeId', 'titreStatutId'], - - properties: { - titreTypeId: { type: 'string', maxLength: 3 }, - titreStatutId: { type: 'string', maxLength: 3 }, - publicLecture: { type: 'boolean' } - } - } - - public static idColumn = ['titreTypeId', 'titreStatutId'] - - public static modifiers: Modifiers = { - orderAsc: builder => { - builder.orderBy([{ column: 'titreTypeId' }, { column: 'titreStatutId' }]) - } - } -} - -export default TitresTypesTitresStatuts diff --git a/packages/api/src/database/models/titres-types.ts b/packages/api/src/database/models/titres-types.ts index 1622b98d8..24b95af04 100644 --- a/packages/api/src/database/models/titres-types.ts +++ b/packages/api/src/database/models/titres-types.ts @@ -2,7 +2,6 @@ import { Model, Modifiers } from 'objection' import { ITitreType } from '../../types' -import TitresTypesTitresStatuts from './titres-types--titres-statuts' import Domaines from './domaines' import DemarchesTypes from './demarches-types' import TitresTypesTypes from './titres-types-types' @@ -65,15 +64,6 @@ class TitresTypes extends Model { }, to: 'demarchesTypes.id' } - }, - - titresTypesTitresStatuts: { - relation: Model.HasManyRelation, - modelClass: TitresTypesTitresStatuts, - join: { - from: 'titresTypes.id', - to: 'titresTypes__titresStatuts.titreTypeId' - } } }) diff --git a/packages/api/src/database/queries/_options.ts b/packages/api/src/database/queries/_options.ts index 4448bf76e..651ac80f1 100644 --- a/packages/api/src/database/queries/_options.ts +++ b/packages/api/src/database/queries/_options.ts @@ -11,7 +11,7 @@ const demarchesTypes = { } const titresTypes = { - graph: `[demarchesTypes(orderAsc).${demarchesTypes.graph}, type, titresTypesTitresStatuts]` + graph: `[demarchesTypes(orderAsc).${demarchesTypes.graph}, type]` } const documentsRelateTrue = ['type'] @@ -114,8 +114,7 @@ const titresEtapes = { const titresTypesRelateFalse = [ 'type', 'demarchesTypes', - 'demarchesTypes.etapesTypes', - 'titresTypesTitresStatuts' + 'demarchesTypes.etapesTypes' ] const titresDemarchesRelateTrue = [ diff --git a/packages/api/src/database/queries/graph/fields-add.ts b/packages/api/src/database/queries/graph/fields-add.ts index 93c3032c8..3a121b232 100644 --- a/packages/api/src/database/queries/graph/fields-add.ts +++ b/packages/api/src/database/queries/graph/fields-add.ts @@ -21,10 +21,6 @@ const fieldsTitreAdd = (fields: IFields) => { fields.titre.type = { id: {}, type: { id: {} } } } - if (!fields.titre.type.titresTypesTitresStatuts) { - fields.titre.type.titresTypesTitresStatuts = { id: {} } - } - if (!fields.titre.domaine) { fields.titre.domaine = { id: {} } } diff --git a/packages/api/src/database/queries/graph/fields-format.ts b/packages/api/src/database/queries/graph/fields-format.ts index 10209ed3d..a43d8962d 100644 --- a/packages/api/src/database/queries/graph/fields-format.ts +++ b/packages/api/src/database/queries/graph/fields-format.ts @@ -5,8 +5,7 @@ const fieldsOrderAsc = [ 'references', 'etapesTypes', 'titresTypes', - 'titresTypesEtapesTypes', - 'titresTypesTitresStatuts' + 'titresTypesEtapesTypes' ] const fieldsToRemove = ['coordonnees', 'incertitudes', 'heritageProps'] const titreFieldsToRemove: string[] = ['geojsonCentre', 'references'] diff --git a/packages/api/src/database/queries/metas.ts b/packages/api/src/database/queries/metas.ts index c50b55d30..155420074 100644 --- a/packages/api/src/database/queries/metas.ts +++ b/packages/api/src/database/queries/metas.ts @@ -21,7 +21,6 @@ import { } from './permissions/metas' import TitresTypes from '../models/titres-types' -import TitresTypesTitresStatuts from '../models/titres-types--titres-statuts' import TitresTypesDemarchesTypesEtapesTypes from '../models/titres-types--demarches-types-etapes-types' import TitresTypesDemarchesTypes from '../models/titres-types--demarches-types' import EtapesTypesJustificatifsTypes from '../models/etapes-types--justificatifs-types' @@ -74,9 +73,6 @@ const titresTypesGet = async (_: never, { fields }: { fields?: IFields }) => { return TitresTypes.query().withGraphFetched(graph).orderBy('id') } -const titresTypesTitresStatutsGet = async () => - TitresTypesTitresStatuts.query().orderBy(['titreTypeId', 'titreStatutId']) - const titresTypesDemarchesTypesGet = async () => TitresTypesDemarchesTypes.query().orderBy(['titreTypeId', 'demarcheTypeId']) @@ -286,7 +282,6 @@ export { devisesGet, documentsTypesGet, documentTypeGet, - titresTypesTitresStatutsGet, titresTypesDemarchesTypesGet, titresTypesDemarchesTypesEtapesTypesGet, titreTypeDemarcheTypeEtapeTypeGet, diff --git a/packages/api/src/knex/migrations-schema/20221102162801_delete-titres-types-titres-statuts.js b/packages/api/src/knex/migrations-schema/20221102162801_delete-titres-types-titres-statuts.js new file mode 100644 index 000000000..a31f1e3b8 --- /dev/null +++ b/packages/api/src/knex/migrations-schema/20221102162801_delete-titres-types-titres-statuts.js @@ -0,0 +1,5 @@ +exports.up = async knex => { + await knex.schema.dropTable('titres_types__titres_statuts') +} + +exports.down = () => ({}) diff --git a/packages/api/src/knex/seeds/03-metas.js b/packages/api/src/knex/seeds/03-metas.js index 3e03a772f..d5421f3ef 100644 --- a/packages/api/src/knex/seeds/03-metas.js +++ b/packages/api/src/knex/seeds/03-metas.js @@ -5,7 +5,6 @@ const seeding = require('../seeding') const domaines = require('../../../sources/domaines.json') const titresTypesTypes = require('../../../sources/titres-types-types.json') const titresTypes = require('../../../sources/titres-types.json') -const titresTypes_titresStatuts = require('../../../sources/titres-types--titres-statuts.json') const demarchesTypes = require('../../../sources/demarches-types.json') const titresTypes__demarchesTypes = require('../../../sources/titres-types--demarches-types.json') const etapesTypes = require('../../../sources/etapes-types.json') @@ -24,7 +23,6 @@ const seed = (module.exports = seeding(async ({ insert }) => { ]) await Promise.all([insert('titresTypes', titresTypes)]) await Promise.all([ - insert('titresTypes__titresStatuts', titresTypes_titresStatuts), insert('titresTypes__demarchesTypes', titresTypes__demarchesTypes), insert( 'titresTypes__demarchesTypes__etapesTypes', diff --git a/packages/api/src/tools/database-to-json/tables.ts b/packages/api/src/tools/database-to-json/tables.ts index aeaac8016..df1fca14e 100644 --- a/packages/api/src/tools/database-to-json/tables.ts +++ b/packages/api/src/tools/database-to-json/tables.ts @@ -84,10 +84,6 @@ export const tables = [ 'document_type_id' ] }, - { - name: 'titres_types__titres_statuts', - orderBy: ['titre_type_id', 'titre_statut_id'] - }, { name: 'titres_types_types', orderBy: ['id'] }, { name: 'utilisateurs', orderBy: ['id'] }, { diff --git a/packages/api/src/types.ts b/packages/api/src/types.ts index bec4e6df1..256744095 100644 --- a/packages/api/src/types.ts +++ b/packages/api/src/types.ts @@ -437,13 +437,6 @@ interface ITitreTypeEtapeType { etapeType?: IEtapeType | null } -interface ITitreTypeTitreStatut { - titreTypeId: TitreTypeId - titreType?: ITitreType | null - titreStatutId: TitreStatutId - publicLecture: boolean -} - interface ITitreTypeDemarcheType { titreTypeId: string demarcheTypeId: string @@ -464,8 +457,11 @@ interface IActiviteTypeTitreType { activiteType?: IActiviteType | null } -interface IAdministrationTitreTypeTitreStatut extends ITitreTypeTitreStatut { - administrationId: string +interface IAdministrationTitreTypeTitreStatut { + titreTypeId: TitreTypeId + titreType?: ITitreType | null + titreStatutId: TitreStatutId + administrationId: AdministrationId titresModificationInterdit: boolean demarchesModificationInterdit: boolean etapesModificationInterdit: boolean @@ -753,7 +749,6 @@ interface ITitreType { archive?: boolean | null type: ITitreTypeType demarchesTypes?: IDemarcheType[] | null - titresTypesTitresStatuts?: ITitreTypeTitreStatut[] | null contenuIds?: IContenuId[] | null sections?: ISection[] | null } @@ -873,7 +868,6 @@ export { IGeoJson, IGeoJsonProperties, IGeometry, - ITitreTypeTitreStatut, ITitreTypeDemarcheType, IActiviteTypeTitreType, IEtapeTypeJustificatifType, diff --git a/packages/api/tsconfig.json b/packages/api/tsconfig.json index a47931369..6548c6ead 100644 --- a/packages/api/tsconfig.json +++ b/packages/api/tsconfig.json @@ -30,5 +30,5 @@ } }, "exclude": ["node_modules", "**/__mocks__/*"], - "include": ["src/**/*", "sources/**/*"] + "include": ["src/**/*", "sources/**/*", "../common/src/**/*"] } diff --git a/packages/common/src/static/titresTypesTypes_domaine_titresStatuts.test.ts b/packages/common/src/static/titresTypesTypes_domaine_titresStatuts.test.ts new file mode 100644 index 000000000..8eb833aac --- /dev/null +++ b/packages/common/src/static/titresTypesTypes_domaine_titresStatuts.test.ts @@ -0,0 +1,57 @@ +import { DEMARCHES_TYPES_IDS } from './demarchesTypes' +import { DOMAINES_IDS } from './domaines' +import { TitresStatutIds } from './titresStatuts' +import { TITRES_TYPES_TYPES_IDS } from './titresTypesTypes' +import { titrePublicFind } from './titresTypesTypes_domaine_titresStatuts' + +describe("publicité d'un titre", () => { + test('un titre est toujours visible par son demandeur ou titulaire', () => { + expect(titrePublicFind(TitresStatutIds.DemandeInitiale, TITRES_TYPES_TYPES_IDS.CONCESSION, DOMAINES_IDS.METAUX, [])).toMatchObject({ + entreprisesLecture: true + }) + }) + + test("un titre sans démarche n'est pas public", () => { + expect(titrePublicFind(TitresStatutIds.DemandeInitiale, TITRES_TYPES_TYPES_IDS.CONCESSION, DOMAINES_IDS.METAUX, [])).toMatchObject({ + publicLecture: false + }) + }) + + test("un titre dont l'autorisation pour son statut est mise à `false` n'est pas public", () => { + expect( + titrePublicFind(TitresStatutIds.DemandeInitiale, TITRES_TYPES_TYPES_IDS.PERMIS_EXCLUSIF_DE_CARRIERES, DOMAINES_IDS.METAUX, [{ typeId: DEMARCHES_TYPES_IDS.Octroi, publicLecture: true }]) + ).toMatchObject({ + publicLecture: false + }) + }) + + test("un titre dont l'autorisation pour son statut est mise à `true` et dont la démarche d'octroi n'est pas publique n'est pas public", () => { + expect(titrePublicFind(TitresStatutIds.DemandeInitiale, TITRES_TYPES_TYPES_IDS.CONCESSION, DOMAINES_IDS.METAUX, [{ typeId: DEMARCHES_TYPES_IDS.Octroi, publicLecture: false }])).toMatchObject({ + publicLecture: false + }) + }) + + test("un titre dont l'autorisation pour son statut est mise à `true` et dont la démarche de mutation virtuelle n'est pas publique n'est pas public", () => { + expect( + titrePublicFind(TitresStatutIds.DemandeInitiale, TITRES_TYPES_TYPES_IDS.CONCESSION, DOMAINES_IDS.METAUX, [{ typeId: DEMARCHES_TYPES_IDS.MutationPartielle, publicLecture: false }]) + ).toMatchObject({ publicLecture: false }) + }) + + test("un titre dont l'autorisation pour son statut est mise à `true` et qui n'a pas de démarche d'octroi n'est pas public", () => { + expect(titrePublicFind(TitresStatutIds.DemandeInitiale, TITRES_TYPES_TYPES_IDS.CONCESSION, DOMAINES_IDS.METAUX, [{ typeId: DEMARCHES_TYPES_IDS.Prolongation, publicLecture: true }])).toMatchObject( + { publicLecture: false } + ) + }) + + test("un titre dont l'autorisation pour son statut est mise à `true` et dont la démarche d'octroi est publique est public", () => { + expect(titrePublicFind(TitresStatutIds.DemandeInitiale, TITRES_TYPES_TYPES_IDS.CONCESSION, DOMAINES_IDS.METAUX, [{ typeId: DEMARCHES_TYPES_IDS.Octroi, publicLecture: true }])).toMatchObject({ + publicLecture: true + }) + }) + + test("un titre dont l'autorisation pour son statut est mise à `true` et dont la mutation partielle est publique est public", () => { + expect( + titrePublicFind(TitresStatutIds.DemandeInitiale, TITRES_TYPES_TYPES_IDS.CONCESSION, DOMAINES_IDS.METAUX, [{ typeId: DEMARCHES_TYPES_IDS.MutationPartielle, publicLecture: true }]) + ).toMatchObject({ publicLecture: true }) + }) +}) diff --git a/packages/common/src/static/titresTypesTypes_domaine_titresStatuts.ts b/packages/common/src/static/titresTypesTypes_domaine_titresStatuts.ts new file mode 100644 index 000000000..f2c56af9f --- /dev/null +++ b/packages/common/src/static/titresTypesTypes_domaine_titresStatuts.ts @@ -0,0 +1,90 @@ +import { isNotNullNorUndefined } from '../typescript-tools' +import { DemarcheTypeId, isDemarcheTypeOctroi } from './demarchesTypes' +import { DomaineId, DOMAINES_IDS, isDomaineId } from './domaines' +import { TitresStatutIds, TitreStatutId } from './titresStatuts' +import { TitreTypeId, toTitreTypeId } from './titresTypes' +import { TITRES_TYPES_TYPES_IDS, TitreTypeTypeId, isTitreTypeType } from './titresTypesTypes' + +export const titrePublicFind = ( + titreStatutId: TitreStatutId | null | undefined, + titreTypeTypeId: TitreTypeTypeId | undefined, + domaineId: DomaineId | undefined, + titreDemarches: { typeId: DemarcheTypeId; publicLecture?: boolean | undefined | null }[] +) => { + const entreprisesLecture = true + let publicLecture = false + if (!titreStatutId || !titreTypeTypeId || !domaineId) { + return { publicLecture, entreprisesLecture } + } + + // si le type de titre associé au domaine associé au statut du titre est public + // et la démarche d'octroi (virtuelle ou non) est publique + // alors le titre est public + if (isTitrePublicLecture(titreTypeTypeId, domaineId, titreStatutId)) { + const titreDemarcheOctroi = titreDemarches.find(d => isDemarcheTypeOctroi(d.typeId) && d.publicLecture) + + if (titreDemarcheOctroi) { + publicLecture = true + } + } + + return { publicLecture, entreprisesLecture } +} + +const isTitrePublicLecture = (titreTypeType: TitreTypeTypeId, domaineId: DomaineId, titreStatutId: TitreStatutId): boolean => { + return titresPublicLecture[titreTypeType]?.[domaineId]?.includes(titreStatutId) ?? false +} + +const titresPublicLecture: { [key in TitreTypeTypeId]?: { [key in DomaineId]?: TitreStatutId[] } } = { + [TITRES_TYPES_TYPES_IDS.AUTORISATION_DE_PROSPECTION]: { + [DOMAINES_IDS.CARRIERES]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.HYDROCARBURE]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.METAUX]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.GRANULATS_MARINS]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide] + }, + [TITRES_TYPES_TYPES_IDS.AUTORISATION_DE_RECHERCHE]: { + [DOMAINES_IDS.CARRIERES]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.GEOTHERMIE]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.METAUX]: [TitresStatutIds.DemandeClassee, TitresStatutIds.DemandeInitiale, TitresStatutIds.Echu, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide] + }, + [TITRES_TYPES_TYPES_IDS.AUTORISATION_D_EXPLOITATION]: { + [DOMAINES_IDS.METAUX]: [TitresStatutIds.DemandeClassee, TitresStatutIds.DemandeInitiale, TitresStatutIds.Echu, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide] + }, + [TITRES_TYPES_TYPES_IDS.CONCESSION]: { + [DOMAINES_IDS.FOSSILES]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.Echu, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.GEOTHERMIE]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.HYDROCARBURE]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.METAUX]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.Echu, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.RADIOACTIF]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.Echu, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.SOUTERRAIN]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.Echu, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.GRANULATS_MARINS]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide] + }, + [TITRES_TYPES_TYPES_IDS.PERMIS_EXCLUSIF_DE_CARRIERES]: { + [DOMAINES_IDS.CARRIERES]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide] + }, + [TITRES_TYPES_TYPES_IDS.PERMIS_EXCLUSIF_DE_RECHERCHES]: { + [DOMAINES_IDS.FOSSILES]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.Echu, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.GEOTHERMIE]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.HYDROCARBURE]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.METAUX]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.Echu, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.RADIOACTIF]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.Echu, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.SOUTERRAIN]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.Echu, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.GRANULATS_MARINS]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide] + }, + [TITRES_TYPES_TYPES_IDS.PERMIS_D_EXPLOITATION]: { + [DOMAINES_IDS.GEOTHERMIE]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.HYDROCARBURE]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.METAUX]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.Echu, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.RADIOACTIF]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.Echu, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide], + [DOMAINES_IDS.GRANULATS_MARINS]: [TitresStatutIds.DemandeInitiale, TitresStatutIds.ModificationEnInstance, TitresStatutIds.Valide] + } +} + +export const titreTypesStatutsTitresPublicLecture: { titreTypeId: TitreTypeId; titreStatutId: TitreStatutId; publicLecture: boolean }[] = Object.keys(titresPublicLecture) + .filter(isTitreTypeType) + .flatMap(keyType => { + return Object.keys(titresPublicLecture[keyType] ?? []) + .filter(isDomaineId) + .flatMap(keyDomaine => titresPublicLecture[keyType]?.[keyDomaine]?.flatMap(statut => ({ titreTypeId: toTitreTypeId(keyType, keyDomaine), titreStatutId: statut, publicLecture: true }))) + }) + .filter(isNotNullNorUndefined) diff --git a/packages/ui/src/api/metas.js b/packages/ui/src/api/metas.js index a728b4a53..8c852ec79 100644 --- a/packages/ui/src/api/metas.js +++ b/packages/ui/src/api/metas.js @@ -88,19 +88,6 @@ const titresTypes = apiGraphQLFetch( ) // tables de jointure - -const titresTypesTitresStatuts = apiGraphQLFetch( - gql` - query TitresTypesTitresStatuts { - titresTypesTitresStatuts { - ...titreTypeTitreStatut - } - } - - ${fragmentTitreTypeTitreStatut} - ` -) - const titresTypesDemarchesTypes = apiGraphQLFetch( gql` query TitresTypesDemarchesTypes { @@ -180,7 +167,6 @@ export { etapesTypes, documentsTypes, titresTypes, - titresTypesTitresStatuts, titresTypesDemarchesTypes, titresTypesDemarchesTypesEtapesTypes, titresTypesDemarchesTypesEtapesTypesDocumentsTypes, diff --git a/packages/ui/src/store/metas-definitions.js b/packages/ui/src/store/metas-definitions.js index e7fd57f62..a5f3033a9 100644 --- a/packages/ui/src/store/metas-definitions.js +++ b/packages/ui/src/store/metas-definitions.js @@ -3,7 +3,6 @@ import { etapesTypes, documentsTypes, titresTypes, - titresTypesTitresStatuts, titresTypesDemarchesTypes, titresTypesDemarchesTypesEtapesTypes, etapesTypesDocumentsTypes, @@ -24,6 +23,7 @@ import { Domaines } from 'camino-common/src/static/domaines' import { TitresTypesTypes } from 'camino-common/src/static/titresTypesTypes' import { sortedTitresStatuts } from 'camino-common/src/static/titresStatuts' import { phasesStatuts } from 'camino-common/src/static/phasesStatuts' +import { titreTypesStatutsTitresPublicLecture } from 'camino-common/src/static/titresTypesTypes_domaine_titresStatuts' const labelGet = entity => (entity ? `${entity.id} - ${entity.nom}` : '') @@ -76,7 +76,7 @@ const metasIndex = { ] }, 'titre-types--titres-statuts': { - get: titresTypesTitresStatuts, + get: () => titreTypesStatutsTitresPublicLecture, nom: 'Types des titres | Statuts des titres', colonnes: [ { diff --git a/packages/ui/tsconfig.json b/packages/ui/tsconfig.json index 4dadab6eb..85a0c2529 100644 --- a/packages/ui/tsconfig.json +++ b/packages/ui/tsconfig.json @@ -26,5 +26,5 @@ "allowJs": true }, "exclude": ["node_modules", "**/node_modules/*", "dist"], - "include": ["./src/**/*"] + "include": ["./src/**/*", "../common/src/**/*"] } -- GitLab