From 7e7a81e9817ef267b8ef7eb8507be059abf5819d Mon Sep 17 00:00:00 2001 From: Romain <romain.bomme@veremes.com> Date: Mon, 14 Sep 2020 10:16:35 +0200 Subject: [PATCH] Ajout diagramme UML s_cadastre --- Diagrammes_UML_pgModeler/cadastre.dbm | 2298 +++++++++++++++++++++++++ 1 file changed, 2298 insertions(+) create mode 100644 Diagrammes_UML_pgModeler/cadastre.dbm diff --git a/Diagrammes_UML_pgModeler/cadastre.dbm b/Diagrammes_UML_pgModeler/cadastre.dbm new file mode 100644 index 0000000..2ee55a0 --- /dev/null +++ b/Diagrammes_UML_pgModeler/cadastre.dbm @@ -0,0 +1,2298 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +CAUTION: Do not modify this file unless you know what you are doing. + Unexpected results may occur if the code is changed deliberately. +--> +<dbmodel pgmodeler-ver="0.9.2_snapshot20191127" last-position="0,234" last-zoom="0.55" max-obj-count="54" + default-schema="public" default-owner="postgres"> +<role name="u_vitis" + createrole="true" + inherit="true" + login="true" + encrypted="true" + password="********"> + <roles names="postgres" role-type="member" /> +</role> + +<database name="vmap_353" encoding="UTF8" lc-collate="French_France.1252" lc-ctype="French_France.1252" is-template="false" allow-conns="true"> + <role name="postgres"/> + <tablespace name="pg_default"/> +</database> + +<tag name="Entité ponctuelle"> + <style id="table-body" colors="#fcfcfc,#fcfcfc,#808080"/> + <style id="table-ext-body" colors="#fcfcfc,#fcfcfc,#808080"/> + <style id="table-name" colors="#ffffff"/> + <style id="table-schema-name" colors="#ffffff"/> + <style id="table-title" colors="#90ca71,#90ca71,#648b4e"/> +</tag> +<schema name="public" layer="0" fill-color="#e1e1e1" sql-disabled="true"> +</schema> + +<schema name="s_cadastre" layer="0" fill-color="#83af1f"> + <role name="u_vitis"/> +</schema> + +<table name="tc_dur" layer="0" collapse-mode="1" max-obj-count="2"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[entité batiment]]></comment> + <position x="800" y="2080"/> + <column name="dur_code" not-null="true"> + <type name="character varying" length="2"/> + <comment><![CDATA[Code du type de batiment]]></comment> + </column> + <column name="dur_lib"> + <type name="character varying" length="255"/> + <comment><![CDATA[Libellé du type de batiment]]></comment> + </column> + <constraint name="tc_dur_pkey" type="pk-constr" table="s_cadastre.tc_dur"> + <columns names="dur_code" ref-type="src-columns"/> + </constraint> +</table> + +<table name="tc_qupl" layer="0" collapse-mode="1" max-obj-count="2"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[entité subdivision_de_section_cadastrale]]></comment> + <position x="420" y="2080"/> + <column name="qupl_code" not-null="true"> + <type name="character varying" length="2"/> + <comment><![CDATA[Code de la qualité du plan de la subdivision cadastrale]]></comment> + </column> + <column name="qupl_lib"> + <type name="character varying" length="255"/> + <comment><![CDATA[Libellé de la qualité du plan de la subdivision cadastrale]]></comment> + </column> + <constraint name="tc_qupl_pkey" type="pk-constr" table="s_cadastre.tc_qupl"> + <columns names="qupl_code" ref-type="src-columns"/> + </constraint> +</table> + +<table name="tc_indp" layer="0" collapse-mode="1" max-obj-count="2"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[entité parcelle]]></comment> + <position x="1720" y="2020"/> + <column name="indp_code" not-null="true"> + <type name="character varying" length="2"/> + <comment><![CDATA[Code de la figuration de la parcelle au plan]]></comment> + </column> + <column name="indp_lib"> + <type name="character varying" length="255"/> + <comment><![CDATA[Libellé de la figuration de la parcelle au plan]]></comment> + </column> + <constraint name="tc_indp_pkey" type="pk-constr" table="s_cadastre.tc_indp"> + <columns names="indp_code" ref-type="src-columns"/> + </constraint> +</table> + +<table name="tc_ppln" layer="0" collapse-mode="1" max-obj-count="2"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[entité point_de_canevas]]></comment> + <position x="1860" y="2300"/> + <column name="ppln_code" not-null="true"> + <type name="character varying" length="2"/> + <comment><![CDATA[Code de la précision planimétrique du point du canevas]]></comment> + </column> + <column name="ppln_lib"> + <type name="character varying" length="255"/> + <comment><![CDATA[Libellé de la précision planimétrique du point du canevas]]></comment> + </column> + <constraint name="tc_ppln_pkey" type="pk-constr" table="s_cadastre.tc_ppln"> + <columns names="ppln_code" ref-type="src-columns"/> + </constraint> +</table> + +<table name="tc_map" layer="0" collapse-mode="1" max-obj-count="2"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[entité point_de_canevas]]></comment> + <position x="1720" y="1880"/> + <column name="map_code" not-null="true"> + <type name="character varying" length="2"/> + <comment><![CDATA[Code de la stabilité de matérialisation du support du point de canevas]]></comment> + </column> + <column name="map_lib"> + <type name="character varying" length="255"/> + <comment><![CDATA[Libellé de la stabilité de matérialisation du support du point de canevas]]></comment> + </column> + <constraint name="tc_map_pkey" type="pk-constr" table="s_cadastre.tc_map"> + <columns names="map_code" ref-type="src-columns"/> + </constraint> +</table> + +<table name="tc_palt" layer="0" collapse-mode="1" max-obj-count="2"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[entité point_de_canevas]]></comment> + <position x="2240" y="2160"/> + <column name="palt_code" not-null="true"> + <type name="character varying" length="2"/> + <comment><![CDATA[Code de la précision altimétrique du point du canevas]]></comment> + </column> + <column name="palt_lib"> + <type name="character varying" length="255"/> + <comment><![CDATA[Libellé de la précision altimétrique du point du canevas]]></comment> + </column> + <constraint name="tc_palt_pkey" type="pk-constr" table="s_cadastre.tc_palt"> + <columns names="palt_code" ref-type="src-columns"/> + </constraint> +</table> + +<table name="tc_inp" layer="0" collapse-mode="1" max-obj-count="2"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[entité subdivision_de_section_cadastrale]]></comment> + <position x="800" y="2220"/> + <column name="inp_code" not-null="true"> + <type name="character varying" length="2"/> + <comment><![CDATA[Code du mode d'incorporation au plan de la subdivision cadastrale]]></comment> + </column> + <column name="inp_lib"> + <type name="character varying" length="255"/> + <comment><![CDATA[Libellé du mode d'incorporation au plan de la subdivision cadastrale]]></comment> + </column> + <constraint name="tc_inp_pkey" type="pk-constr" table="s_cadastre.tc_inp"> + <columns names="inp_code" ref-type="src-columns"/> + </constraint> +</table> + +<table name="tc_sym" layer="0" collapse-mode="1" max-obj-count="2"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[entité point_de_canevas]]></comment> + <position x="420" y="2220"/> + <column name="sym_code" not-null="true"> + <type name="character varying" length="2"/> + <comment><![CDATA[Code du genre de point de canevas]]></comment> + </column> + <column name="sym_lib"> + <type name="character varying" length="255"/> + <comment><![CDATA[Libellé du genre de point de canevas]]></comment> + </column> + <constraint name="tc_sym_pkey" type="pk-constr" table="s_cadastre.tc_sym"> + <columns names="sym_code" ref-type="src-columns"/> + </constraint> +</table> + +<table name="tc_can" layer="0" collapse-mode="1" max-obj-count="2"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[entité point_de_canevas]]></comment> + <position x="1860" y="2160"/> + <column name="can_code" not-null="true"> + <type name="character varying" length="2"/> + <comment><![CDATA[Code de l'origine du point du canevas]]></comment> + </column> + <column name="can_lib"> + <type name="character varying" length="255"/> + <comment><![CDATA[Libellé de l'origine du point du canevas]]></comment> + </column> + <constraint name="tc_can_pkey" type="pk-constr" table="s_cadastre.tc_can"> + <columns names="can_code" ref-type="src-columns"/> + </constraint> +</table> + +<table name="tc_copl" layer="0" collapse-mode="1" max-obj-count="2"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[entité subdivision_de_section_cadastrale]]></comment> + <position x="1180" y="2140"/> + <column name="copl_code" not-null="true"> + <type name="character varying" length="2"/> + <comment><![CDATA[Code du mode de confection de la subdivision cadastrale]]></comment> + </column> + <column name="copl_lib"> + <type name="character varying" length="255"/> + <comment><![CDATA[Libellé du mode de confection de la subdivision cadastrale]]></comment> + </column> + <constraint name="tc_copl_pkey" type="pk-constr" table="s_cadastre.tc_copl"> + <columns names="copl_code" ref-type="src-columns"/> + </constraint> +</table> + +<table name="version" layer="0" collapse-mode="1" max-obj-count="4"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <position x="20" y="2120"/> + <column name="version" not-null="true"> + <type name="character varying" length="100"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="build" not-null="true"> + <type name="integer" length="0"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="date" not-null="true"> + <type name="timestamp with time zone" length="0" with-timezone="true"/> + <comment><![CDATA[Date au format aaaa-mm-jj]]></comment> + </column> + <column name="active"> + <type name="boolean" length="0"/> + <comment><![CDATA[Oui/non]]></comment> + </column> + <constraint name="pk_version" type="pk-constr" table="s_cadastre.version"> + <columns names="version" ref-type="src-columns"/> + </constraint> +</table> + +<usertype name="geometry" configuration="base" + internal-length="0" by-value="false" + alignment="double precision" storage="main" + delimiter=":" + category="U" sql-disabled="true"> + <schema name="public"/> + <role name="postgres"/> + <comment><![CDATA[postgis type: Planar spatial data type.]]></comment> +</usertype> + +<table name="batiment" layer="0" collapse-mode="1" max-obj-count="8"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Construction assise sur une ou plusieurs parcelles cadastrales]]></comment> + <position x="20" y="1880"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.batiment_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="dur_code"> + <type name="character" length="2"/> + <comment><![CDATA[Code du type de bâtiment]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="tex"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte du bâtiment]]></comment> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.batiment"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_batiment" type="pk-constr" table="s_cadastre.batiment"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="borne_de_limite_de_propriete" layer="0" collapse-mode="1" max-obj-count="6"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Borne située en limite de propriété et représentée par un symbole ponctuel.]]></comment> + <position x="1080" y="1420"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.borne_de_limite_de_propriete_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.borne_de_limite_de_propriete"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_borne_de_limite_de_propriete" type="pk-constr" table="s_cadastre.borne_de_limite_de_propriete"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="charge" layer="0" collapse-mode="1" max-obj-count="6"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Partie d'une parcelle grevée d'une charge ou d'un droit différent. Cette caractéristique ne concerne que les départements d'Alsace et de Moselle.]]></comment> + <position x="1560" y="2140"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.charge_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.charge"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="uk_cadastre_charge_oid" type="pk-constr" table="s_cadastre.charge"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="commune" layer="0" collapse-mode="1" max-obj-count="7"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Territoire contenant un nombre entier de subdivisions de section cadastrales. Son emprise est constituée à partir de l'union des subdivisions de section qui composent au moment de l'échange. Le contour de l'objet "COMMUNE" est calculé automatiquement à partir des subdivisions de section reçues, même si l'objet "COMMUNE" a été transmis dans l'échange.]]></comment> + <position x="1720" y="1660"/> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="annee"> + <type name="character" length="4"/> + </column> + <column name="source_code"> + <type name="character" length="3"/> + </column> + <column name="dep_code"> + <type name="character" length="2"/> + <comment><![CDATA[Code département sur 2 caractères]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.commune"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_commune" type="pk-constr" table="s_cadastre.commune"> + <columns names="id_com" ref-type="src-columns"/> + </constraint> +</table> + +<table name="ensemble_immobilier" layer="0" collapse-mode="1" max-obj-count="7"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Elément ponctuel permettant la gestion de l'ensemble immobilier auquel est associé son libellé.]]></comment> + <position x="1040" y="1660"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.ensemble_immobilier_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.ensemble_immobilier"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_ensemble_immobilier" type="pk-constr" table="s_cadastre.ensemble_immobilier"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="lieu_dit" layer="0" collapse-mode="1" max-obj-count="7"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Ensemble de parcelles entières comportant une même dénomination géographique résultant de l'usage.]]></comment> + <position x="1740" y="1420"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.lieu_dit_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.lieu_dit"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_lieu_dit" type="pk-constr" table="s_cadastre.lieu_dit"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="numero_de_voirie" layer="0" collapse-mode="1" max-obj-count="7"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Numéro correspondant à l'adresse de la parcelle.]]></comment> + <position x="2080" y="1420"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.numero_de_voirie_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.numero_de_voirie"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_numero_de_voirie" type="pk-constr" table="s_cadastre.numero_de_voirie"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="objet_du_reseau_routier" layer="0" collapse-mode="1" max-obj-count="8"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Elément surfacique (fermé) utilisé pour la gestion de l'emprise des voies situées sur le domaine cadastré. C'est normalement le cas des voies privées situées à l'intérieur des lotissements et représentées en tiretés.]]></comment> + <position x="740" y="1420"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.objet_du_reseau_routier_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="rcad"> + <type name="character varying" length="255"/> + <comment><![CDATA[Domaine cadastré]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.objet_du_reseau_routier"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_objet_du_reseau_routier" type="pk-constr" table="s_cadastre.objet_du_reseau_routier"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="objet_lineaire_divers" layer="0" collapse-mode="1" max-obj-count="8"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Détail topographique linéaire représenté par un signe conventionnel de type linéaire permettant de documenter le plan cadastral et d'en améliorer la lisibilité.]]></comment> + <position x="20" y="1420"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.objet_lineaire_divers_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="sym_code" not-null="true"> + <type name="character" length="2"/> + <comment><![CDATA[Code du genre du détail topo]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.objet_lineaire_divers"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_objet_lineaire_divers" type="pk-constr" table="s_cadastre.objet_lineaire_divers"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="objet_ponctuel_divers" layer="0" collapse-mode="1" max-obj-count="9"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Détail topographique ponctuel représenté par un signe conventionnel de type ponctuel permettant de documenter le plan cadastral et d'en améliorer la lisibilité.]]></comment> + <position x="380" y="1420"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.objet_ponctuel_divers_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="sym_code" not-null="true"> + <type name="character" length="2"/> + <comment><![CDATA[Code du genre du détail topo]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="ori" not-null="true"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation du symbole graphique]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.objet_ponctuel_divers"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_objet_ponctuel_divers" type="pk-constr" table="s_cadastre.objet_ponctuel_divers"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="objet_surfacique_divers" layer="0" collapse-mode="1" max-obj-count="8"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Détail topographique surfacique représenté par un signe conventionnel de type surfacique permettant de documenter le plan cadastral et d'en améliorer la lisibilité.]]></comment> + <position x="1380" y="1420"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.objet_surfacique_divers_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="sym_code" not-null="true"> + <type name="character" length="2"/> + <comment><![CDATA[Code du genre du détail topo]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.objet_surfacique_divers"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_objet_surfacique_divers" type="pk-constr" table="s_cadastre.objet_surfacique_divers"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="parcelle" layer="0" collapse-mode="1" max-obj-count="13"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Portion de territoires communal d'un seul tenant située dans une subdivision de section et appartenant à un même propriétaire. Certaines parcelles, incluses dans la voirie et en attente d'une régularisation juridique, ne figure pas au plan.]]></comment> + <position x="1380" y="1660"/> + <column name="id_par" not-null="true"> + <type name="character" length="14"/> + <comment><![CDATA[Code de la commune]]></comment> + </column> + <column name="indp_code"> + <type name="character" length="2"/> + <comment><![CDATA[Code d'arpentage]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="dep_code"> + <type name="character" length="2"/> + <comment><![CDATA[Code departement sur 2 caractères]]></comment> + </column> + <column name="parcelle"> + <type name="character" length="4"/> + <comment><![CDATA[Numéro de parcelle sur 4 caractères au format '0000' tel qu'on le trouve dans les fichiers MAJIC.]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="coar"> + <type name="character varying" length="1"/> + <comment><![CDATA[Code arpentage]]></comment> + </column> + <column name="supf"> + <type name="real" length="0"/> + <comment><![CDATA[Superficie fiscale]]></comment> + </column> + <column name="feuille"> + <type name="character" length="2"/> + <comment><![CDATA[Numéro de feuille]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.parcelle"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_parcelle" type="pk-constr" table="s_cadastre.parcelle"> + <columns names="id_par" ref-type="src-columns"/> + </constraint> +</table> + +<table name="point_de_canevas" layer="0" collapse-mode="1" max-obj-count="13"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Objet ponctuel servant d'appui aux opérations de lever des plans.]]></comment> + <position x="2100" y="1860"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.point_de_canevas_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="sym_code" not-null="true"> + <type name="character" length="2"/> + <comment><![CDATA[code du symbole graphique]]></comment> + </column> + <column name="can_code" not-null="true"> + <type name="character" length="2"/> + <comment><![CDATA[Code de maître d'ouvrage du point de canevas]]></comment> + </column> + <column name="map_code" not-null="true"> + <type name="character" length="2"/> + <comment><![CDATA[Code de matérialisation d'un point fixe]]></comment> + </column> + <column name="palt_code" not-null="true"> + <type name="character" length="2"/> + <comment><![CDATA[code des caractéristiques de l'objet au regard de la précision altimétrique]]></comment> + </column> + <column name="ppln_code" not-null="true"> + <type name="character" length="2"/> + <comment><![CDATA[code des caractéristiques de l'objet au regard de la précision planimétrique]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="ori"> + <type name="real" length="0"/> + <comment><![CDATA[orientation]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.point_de_canevas"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_point_de_canevas" type="pk-constr" table="s_cadastre.point_de_canevas"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="point_de_construction" layer="0" collapse-mode="1" max-obj-count="19"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Objet ponctuel permettant de représenter des noeuds servant d'appui aux objets géographiques]]></comment> + <tag name="Entité ponctuelle"/> + <position x="1740" y="940"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.point_de_construction_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="abs"> + <type name="real" length="0"/> + </column> + <column name="alti"> + <type name="real" length="0"/> + </column> + <column name="confe"> + <type name="character varying" length="255"/> + </column> + <column name="ecart"> + <type name="real" length="0"/> + </column> + <column name="etat"> + <type name="character" length="1"/> + </column> + <column name="ord"> + <type name="real" length="0"/> + </column> + <column name="vcon1"> + <type name="real" length="0"/> + </column> + <column name="vcon2"> + <type name="real" length="0"/> + </column> + <column name="vcon3"> + <type name="real" length="0"/> + </column> + <column name="etat_code"> + <type name="character" length="10"/> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte(Concaténation des TEX)]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.point_de_construction"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_point_de_construction" type="pk-constr" table="s_cadastre.point_de_construction"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="section_cadastrale" layer="0" collapse-mode="1" max-obj-count="6"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Partie du plan cadastral correspondant à une portion du territoire communal et comportant, suivant le cas, une ou plusieurs subdivisions de section. Cet objet est obligatoire dans tous les lots formant l'échange.]]></comment> + <position x="2100" y="1660"/> + <column name="id_sec" not-null="true"> + <type name="character" length="10"/> + <comment><![CDATA[Identifiant de section]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Lettre de section]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.section_cadastrale"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_cadastre_section_cadastrale_id_sec" type="pk-constr" table="s_cadastre.section_cadastrale"> + <columns names="id_sec" ref-type="src-columns"/> + </constraint> +</table> + +<table name="subdivision_de_section_cadastrale" layer="0" collapse-mode="1" max-obj-count="19"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Portion de section cadastrale disposant de caractéristiques propres au regard notamment de son échelle, sa qualité et son mode de confection. Une section a au moins une subdivision de section. Cet objet correspond à la feuille cadastrale.]]></comment> + <position x="360" y="1660"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.subdivision_de_section_cadastrale_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="id_sec" not-null="true"> + <type name="character" length="10"/> + <comment><![CDATA[Identifiant de section]]></comment> + </column> + <column name="copl_code" not-null="true"> + <type name="character" length="2"/> + <comment><![CDATA[Code de confection du plan]]></comment> + </column> + <column name="inp_code" not-null="true"> + <type name="character" length="2"/> + <comment><![CDATA[Code du mode d'incorporation au plan]]></comment> + </column> + <column name="qupl_code" not-null="true"> + <type name="character" length="2"/> + <comment><![CDATA[Code de qualité du plan]]></comment> + </column> + <column name="dep_code" not-null="true"> + <type name="character" length="2"/> + <comment><![CDATA[Code departement sur 2 caractères]]></comment> + </column> + <column name="dedi"> + <type name="character" length="255"/> + <comment><![CDATA[Date d'édition ou de confection du plan]]></comment> + </column> + <column name="dis"> + <type name="character" length="255"/> + <comment><![CDATA[Date d'incorporation au SIG]]></comment> + </column> + <column name="dred"> + <type name="character" length="255"/> + <comment><![CDATA[Date de réédition ou de réfection du plan]]></comment> + </column> + <column name="eor"> + <type name="character" length="255"/> + <comment><![CDATA[Echelle d'origine du plan]]></comment> + </column> + <column name="icl"> + <type name="real" length="0"/> + <comment><![CDATA[Inclinaison de la feuille du plan]]></comment> + </column> + <column name="feuille"> + <type name="character" length="2"/> + <comment><![CDATA[Numéro de feuille]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Lettre de section]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.subdivision_de_section_cadastrale"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_subdivision_de_section_cadastrale" type="pk-constr" table="s_cadastre.subdivision_de_section_cadastrale"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="subdivision_fiscale" layer="0" collapse-mode="1" max-obj-count="7"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Partie d'une parcelle ayant une seule nature de culture ou de propriété et constituant une unité au regard de la fiscalité directe locale.]]></comment> + <position x="700" y="1880"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.subdivision_fiscale_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="tex"> + <type name="character" length="1"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.subdivision_fiscale"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_subdivision_fiscale" type="pk-constr" table="s_cadastre.subdivision_fiscale"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="texte_ensemble_immobilier" layer="0" collapse-mode="1" max-obj-count="24"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Libellés des lieux dits]]></comment> + <tag name="Entité ponctuelle"/> + <position x="1780" y="460"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.texte_ensemble_immobilier_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="fon"> + <type name="character" length="255"/> + <comment><![CDATA[Nom en clair de la police topographique]]></comment> + </column> + <column name="hei"> + <type name="real" length="0"/> + <comment><![CDATA[Hauteur des caractères]]></comment> + </column> + <column name="tyu"> + <type name="character" length="10"/> + <comment><![CDATA[Type de l'unité utilisée]]></comment> + </column> + <column name="cef"> + <type name="real" length="0"/> + <comment><![CDATA[Facteur d'agrandissement]]></comment> + </column> + <column name="csp"> + <type name="real" length="0"/> + <comment><![CDATA[Espacement inter-caractères]]></comment> + </column> + <column name="di1"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur hauteur]]></comment> + </column> + <column name="di2"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur hauteur]]></comment> + </column> + <column name="di3"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur base]]></comment> + </column> + <column name="di4"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur base]]></comment> + </column> + <column name="tpa"> + <type name="character" length="10"/> + <comment><![CDATA[Sens d'écriture]]></comment> + </column> + <column name="hta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement horizontal du texte]]></comment> + </column> + <column name="vta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement vertical du texte]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="rotation"> + <type name="real" length="0"/> + <comment><![CDATA[Rotation]]></comment> + </column> + <column name="taille"> + <type name="double precision" length="0"/> + <comment><![CDATA[Taille]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.texte_ensemble_immobilier"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_texte_ensemble_immobilier" type="pk-constr" table="s_cadastre.texte_ensemble_immobilier"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="texte_lieu_dit" layer="0" collapse-mode="1" max-obj-count="24"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Libellés des lieux-dits]]></comment> + <tag name="Entité ponctuelle"/> + <position x="720" y="940"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.texte_lieu_dit_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="fon"> + <type name="character" length="255"/> + <comment><![CDATA[Nom en clair de la police topographique]]></comment> + </column> + <column name="hei"> + <type name="real" length="0"/> + <comment><![CDATA[Hauteur des caractères]]></comment> + </column> + <column name="tyu"> + <type name="character" length="10"/> + <comment><![CDATA[Type de l'unité utilisée]]></comment> + </column> + <column name="cef"> + <type name="real" length="0"/> + <comment><![CDATA[Facteur d'agrandissement]]></comment> + </column> + <column name="csp"> + <type name="real" length="0"/> + <comment><![CDATA[Espacement inter-caractères]]></comment> + </column> + <column name="di1"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur hauteur]]></comment> + </column> + <column name="di2"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur hauteur]]></comment> + </column> + <column name="di3"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur base]]></comment> + </column> + <column name="di4"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur base]]></comment> + </column> + <column name="tpa"> + <type name="character" length="10"/> + <comment><![CDATA[Sens d'écriture]]></comment> + </column> + <column name="hta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement horizontal du texte]]></comment> + </column> + <column name="vta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement vertical du texte]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="rotation"> + <type name="real" length="0"/> + <comment><![CDATA[Rotation]]></comment> + </column> + <column name="taille"> + <type name="double precision" length="0"/> + <comment><![CDATA[Taille]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.texte_lieu_dit"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_texte_lieu_dit" type="pk-constr" table="s_cadastre.texte_lieu_dit"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="texte_numero_de_voirie" layer="0" collapse-mode="1" max-obj-count="24"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Libellés des numéros de voirie]]></comment> + <tag name="Entité ponctuelle"/> + <position x="1060" y="940"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.texte_numero_de_voirie_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="fon"> + <type name="character" length="255"/> + <comment><![CDATA[Nom en clair de la police topographique]]></comment> + </column> + <column name="hei"> + <type name="real" length="0"/> + <comment><![CDATA[Hauteur des caractères]]></comment> + </column> + <column name="tyu"> + <type name="character" length="10"/> + <comment><![CDATA[Type de l'unité utilisée]]></comment> + </column> + <column name="cef"> + <type name="real" length="0"/> + <comment><![CDATA[Facteur d'agrandissement]]></comment> + </column> + <column name="csp"> + <type name="real" length="0"/> + <comment><![CDATA[Espacement inter-caractères]]></comment> + </column> + <column name="di1"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur hauteur]]></comment> + </column> + <column name="di2"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur hauteur]]></comment> + </column> + <column name="di3"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur base]]></comment> + </column> + <column name="di4"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur base]]></comment> + </column> + <column name="tpa"> + <type name="character" length="10"/> + <comment><![CDATA[Sens d'écriture]]></comment> + </column> + <column name="hta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement horizontal du texte]]></comment> + </column> + <column name="vta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement vertical du texte]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="rotation"> + <type name="real" length="0"/> + <comment><![CDATA[Rotation]]></comment> + </column> + <column name="taille"> + <type name="double precision" length="0"/> + <comment><![CDATA[Taille]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.texte_numero_de_voirie"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_texte_numero_de_voirie" type="pk-constr" table="s_cadastre.texte_numero_de_voirie"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="texte_objet_du_reseau_routier" layer="0" collapse-mode="1" max-obj-count="24"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Libellés des objets du réseau routier]]></comment> + <tag name="Entité ponctuelle"/> + <position x="720" y="460"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.texte_objet_du_reseau_routier_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="fon"> + <type name="character" length="255"/> + <comment><![CDATA[Nom en clair de la police topographique]]></comment> + </column> + <column name="hei"> + <type name="real" length="0"/> + <comment><![CDATA[Hauteur des caractères]]></comment> + </column> + <column name="tyu"> + <type name="character" length="10"/> + <comment><![CDATA[Type de l'unité utilisée]]></comment> + </column> + <column name="cef"> + <type name="real" length="0"/> + <comment><![CDATA[Facteur d'agrandissement]]></comment> + </column> + <column name="csp"> + <type name="real" length="0"/> + <comment><![CDATA[Espacement inter-caractères]]></comment> + </column> + <column name="di1"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur hauteur]]></comment> + </column> + <column name="di2"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur hauteur]]></comment> + </column> + <column name="di3"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur base]]></comment> + </column> + <column name="di4"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur base]]></comment> + </column> + <column name="tpa"> + <type name="character" length="10"/> + <comment><![CDATA[Sens d'écriture]]></comment> + </column> + <column name="hta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement horizontal du texte]]></comment> + </column> + <column name="vta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement vertical du texte]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="rotation"> + <type name="real" length="0"/> + <comment><![CDATA[Rotation]]></comment> + </column> + <column name="taille"> + <type name="double precision" length="0"/> + <comment><![CDATA[Taille]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.texte_objet_du_reseau_routier"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_texte_objet_du_reseau_routier" type="pk-constr" table="s_cadastre.texte_objet_du_reseau_routier"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="texte_objet_lineaire_divers" layer="0" collapse-mode="1" max-obj-count="24"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Libellés des objets linéaires divers]]></comment> + <tag name="Entité ponctuelle"/> + <position x="20" y="940"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.texte_objet_lineaire_divers_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="fon"> + <type name="character" length="255"/> + <comment><![CDATA[Nom en clair de la police topographique]]></comment> + </column> + <column name="hei"> + <type name="real" length="0"/> + <comment><![CDATA[Hauteur des caractères]]></comment> + </column> + <column name="tyu"> + <type name="character" length="10"/> + <comment><![CDATA[Type de l'unité utilisée]]></comment> + </column> + <column name="cef"> + <type name="real" length="0"/> + <comment><![CDATA[Facteur d'agrandissement]]></comment> + </column> + <column name="csp"> + <type name="real" length="0"/> + <comment><![CDATA[Espacement inter-caractères]]></comment> + </column> + <column name="di1"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur hauteur]]></comment> + </column> + <column name="di2"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur hauteur]]></comment> + </column> + <column name="di3"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur base]]></comment> + </column> + <column name="di4"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur base]]></comment> + </column> + <column name="tpa"> + <type name="character" length="10"/> + <comment><![CDATA[Sens d'écriture]]></comment> + </column> + <column name="hta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement horizontal du texte]]></comment> + </column> + <column name="vta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement vertical du texte]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="rotation"> + <type name="real" length="0"/> + <comment><![CDATA[Rotation]]></comment> + </column> + <column name="taille"> + <type name="double precision" length="0"/> + <comment><![CDATA[Taille]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.texte_objet_lineaire_divers"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_texte_objet_lineaire_divers" type="pk-constr" table="s_cadastre.texte_objet_lineaire_divers"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="texte_objet_ponctuel_divers" layer="0" collapse-mode="1" max-obj-count="24"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Libellés des objets ponctuel divers]]></comment> + <tag name="Entité ponctuelle"/> + <position x="1440" y="460"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.texte_objet_ponctuel_divers_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="fon"> + <type name="character" length="255"/> + <comment><![CDATA[Nom en clair de la police topographique]]></comment> + </column> + <column name="hei"> + <type name="real" length="0"/> + <comment><![CDATA[Hauteur des caractères]]></comment> + </column> + <column name="tyu"> + <type name="character" length="10"/> + <comment><![CDATA[Type de l'unité utilisée]]></comment> + </column> + <column name="cef"> + <type name="real" length="0"/> + <comment><![CDATA[Facteur d'agrandissement]]></comment> + </column> + <column name="csp"> + <type name="real" length="0"/> + <comment><![CDATA[Espacement inter-caractères]]></comment> + </column> + <column name="di1"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur hauteur]]></comment> + </column> + <column name="di2"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur hauteur]]></comment> + </column> + <column name="di3"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur base]]></comment> + </column> + <column name="di4"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur base]]></comment> + </column> + <column name="tpa"> + <type name="character" length="10"/> + <comment><![CDATA[Sens d'écriture]]></comment> + </column> + <column name="hta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement horizontal du texte]]></comment> + </column> + <column name="vta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement vertical du texte]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="rotation"> + <type name="real" length="0"/> + <comment><![CDATA[Rotation]]></comment> + </column> + <column name="taille"> + <type name="double precision" length="0"/> + <comment><![CDATA[Taille]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.texte_objet_ponctuel_divers"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_texte_objet_ponctuel_divers" type="pk-constr" table="s_cadastre.texte_objet_ponctuel_divers"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="texte_objet_surfacique_divers" layer="0" collapse-mode="1" max-obj-count="24"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Libellés des objets surfacique divers]]></comment> + <tag name="Entité ponctuelle"/> + <position x="1080" y="460"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.texte_objet_surfacique_divers_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="fon"> + <type name="character" length="255"/> + <comment><![CDATA[Nom en clair de la police topographique]]></comment> + </column> + <column name="hei"> + <type name="real" length="0"/> + <comment><![CDATA[Hauteur des caractères]]></comment> + </column> + <column name="tyu"> + <type name="character" length="10"/> + <comment><![CDATA[Type de l'unité utilisée]]></comment> + </column> + <column name="cef"> + <type name="real" length="0"/> + <comment><![CDATA[Facteur d'agrandissement]]></comment> + </column> + <column name="csp"> + <type name="real" length="0"/> + <comment><![CDATA[Espacement inter-caractères]]></comment> + </column> + <column name="di1"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur hauteur]]></comment> + </column> + <column name="di2"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur hauteur]]></comment> + </column> + <column name="di3"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur base]]></comment> + </column> + <column name="di4"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur base]]></comment> + </column> + <column name="tpa"> + <type name="character" length="10"/> + <comment><![CDATA[Sens d'écriture]]></comment> + </column> + <column name="hta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement horizontal du texte]]></comment> + </column> + <column name="vta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement vertical du texte]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="rotation"> + <type name="real" length="0"/> + <comment><![CDATA[Rotation]]></comment> + </column> + <column name="taille"> + <type name="double precision" length="0"/> + <comment><![CDATA[Taille]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.texte_objet_surfacique_divers"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> +</table> + +<table name="texte_parcelle" layer="0" collapse-mode="1" max-obj-count="24"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Libellés des parcelles]]></comment> + <tag name="Entité ponctuelle"/> + <position x="1400" y="940"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.texte_parcelle_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="fon"> + <type name="character" length="255"/> + <comment><![CDATA[Nom en clair de la police topographique]]></comment> + </column> + <column name="hei"> + <type name="real" length="0"/> + <comment><![CDATA[Hauteur des caractères]]></comment> + </column> + <column name="tyu"> + <type name="character" length="10"/> + <comment><![CDATA[Type de l'unité utilisée]]></comment> + </column> + <column name="cef"> + <type name="real" length="0"/> + <comment><![CDATA[Facteur d'agrandissement]]></comment> + </column> + <column name="csp"> + <type name="real" length="0"/> + <comment><![CDATA[Espacement inter-caractères]]></comment> + </column> + <column name="di1"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur hauteur]]></comment> + </column> + <column name="di2"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur hauteur]]></comment> + </column> + <column name="di3"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur base]]></comment> + </column> + <column name="di4"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur base]]></comment> + </column> + <column name="tpa"> + <type name="character" length="10"/> + <comment><![CDATA[Sens d'écriture]]></comment> + </column> + <column name="hta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement horizontal du texte]]></comment> + </column> + <column name="vta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement vertical du texte]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="rotation"> + <type name="real" length="0"/> + <comment><![CDATA[Rotation]]></comment> + </column> + <column name="taille"> + <type name="double precision" length="0"/> + <comment><![CDATA[Taille]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.texte_parcelle"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_texte_parcelle" type="pk-constr" table="s_cadastre.texte_parcelle"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="texte_section_cadastrale" layer="0" collapse-mode="1" max-obj-count="24"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Libellés des sections cadastrales]]></comment> + <tag name="Entité ponctuelle"/> + <position x="380" y="940"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.texte_section_cadastrale_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="fon"> + <type name="character" length="255"/> + <comment><![CDATA[Nom en clair de la police topographique]]></comment> + </column> + <column name="hei"> + <type name="real" length="0"/> + <comment><![CDATA[Hauteur des caractères]]></comment> + </column> + <column name="tyu"> + <type name="character" length="10"/> + <comment><![CDATA[Type de l'unité utilisée]]></comment> + </column> + <column name="cef"> + <type name="real" length="0"/> + <comment><![CDATA[Facteur d'agrandissement]]></comment> + </column> + <column name="csp"> + <type name="real" length="0"/> + <comment><![CDATA[Espacement inter-caractères]]></comment> + </column> + <column name="di1"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur hauteur]]></comment> + </column> + <column name="di2"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur hauteur]]></comment> + </column> + <column name="di3"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur base]]></comment> + </column> + <column name="di4"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur base]]></comment> + </column> + <column name="tpa"> + <type name="character" length="10"/> + <comment><![CDATA[Sens d'écriture]]></comment> + </column> + <column name="hta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement horizontal du texte]]></comment> + </column> + <column name="vta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement vertical du texte]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="rotation"> + <type name="real" length="0"/> + <comment><![CDATA[Rotation]]></comment> + </column> + <column name="taille"> + <type name="double precision" length="0"/> + <comment><![CDATA[Taille]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.texte_section_cadastrale"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_texte_section_cadastrale" type="pk-constr" table="s_cadastre.texte_section_cadastrale"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="texte_troncon_de_cours_d_eau" layer="0" collapse-mode="1" max-obj-count="24"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Libellés des tronçons de cours d'eau]]></comment> + <tag name="Entité ponctuelle"/> + <position x="0" y="460"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.texte_troncon_de_cours_d_eau_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="fon"> + <type name="character" length="255"/> + <comment><![CDATA[Nom en clair de la police topographique]]></comment> + </column> + <column name="hei"> + <type name="real" length="0"/> + <comment><![CDATA[Hauteur des caractères]]></comment> + </column> + <column name="tyu"> + <type name="character" length="10"/> + <comment><![CDATA[Type de l'unité utilisée]]></comment> + </column> + <column name="cef"> + <type name="real" length="0"/> + <comment><![CDATA[Facteur d'agrandissement]]></comment> + </column> + <column name="csp"> + <type name="real" length="0"/> + <comment><![CDATA[Espacement inter-caractères]]></comment> + </column> + <column name="di1"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur hauteur]]></comment> + </column> + <column name="di2"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur hauteur]]></comment> + </column> + <column name="di3"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur base]]></comment> + </column> + <column name="di4"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur base]]></comment> + </column> + <column name="tpa"> + <type name="character" length="10"/> + <comment><![CDATA[Sens d'écriture]]></comment> + </column> + <column name="hta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement horizontal du texte]]></comment> + </column> + <column name="vta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement vertical du texte]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="rotation"> + <type name="real" length="0"/> + <comment><![CDATA[Rotation]]></comment> + </column> + <column name="taille"> + <type name="double precision" length="0"/> + <comment><![CDATA[Taille]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.texte_troncon_de_cours_d_eau"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_texte_troncon_de_cours_d_eau" type="pk-constr" table="s_cadastre.texte_troncon_de_cours_d_eau"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="texte_zone_de_communication" layer="0" collapse-mode="1" max-obj-count="24"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Libellés des zones de communication]]></comment> + <tag name="Entité ponctuelle"/> + <position x="360" y="460"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.texte_zone_de_communication_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="fon"> + <type name="character" length="255"/> + <comment><![CDATA[Nom en clair de la police topographique]]></comment> + </column> + <column name="hei"> + <type name="real" length="0"/> + <comment><![CDATA[Hauteur des caractères]]></comment> + </column> + <column name="tyu"> + <type name="character" length="10"/> + <comment><![CDATA[Type de l'unité utilisée]]></comment> + </column> + <column name="cef"> + <type name="real" length="0"/> + <comment><![CDATA[Facteur d'agrandissement]]></comment> + </column> + <column name="csp"> + <type name="real" length="0"/> + <comment><![CDATA[Espacement inter-caractères]]></comment> + </column> + <column name="di1"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur hauteur]]></comment> + </column> + <column name="di2"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur hauteur]]></comment> + </column> + <column name="di3"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur base]]></comment> + </column> + <column name="di4"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur base]]></comment> + </column> + <column name="tpa"> + <type name="character" length="10"/> + <comment><![CDATA[Sens d'écriture]]></comment> + </column> + <column name="hta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement horizontal du texte]]></comment> + </column> + <column name="vta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement vertical du texte]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + <comment><![CDATA[Texte]]></comment> + </column> + <column name="rotation"> + <type name="real" length="0"/> + <comment><![CDATA[Rotation]]></comment> + </column> + <column name="taille"> + <type name="double precision" length="0"/> + <comment><![CDATA[Taille]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.texte_zone_de_communication"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_texte_zone_de_communication" type="pk-constr" table="s_cadastre.texte_zone_de_communication"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="troncon_de_cours_d_eau" layer="0" collapse-mode="1" max-obj-count="7"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Elément surfacique (fermé) utilisé pour tous les cours d'eau et les rivages de mers. Un libellé y est associé.]]></comment> + <position x="20" y="1660"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.troncon_de_cours_d_eau_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.troncon_de_cours_d_eau"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_troncon_de_cours_d_eau" type="pk-constr" table="s_cadastre.troncon_de_cours_d_eau"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="zone_de_communication" layer="0" collapse-mode="1" max-obj-count="7"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Voie du domaine non cadastré (ou passant sur des parcelles non figurées au plan) représentée par un élément linéaire correspondant à son axe.]]></comment> + <position x="700" y="1660"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.zone_de_communication_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="pre"> + <type name="character" length="3"/> + <comment><![CDATA[Préfixe de section]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.zone_de_communication"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="pk_zone_de_communication" type="pk-constr" table="s_cadastre.zone_de_communication"> + <columns names="id" ref-type="src-columns"/> + </constraint> +</table> + +<table name="unite_fonciere" layer="0" collapse-mode="1" max-obj-count="7"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Ilot d'un seul tenant composé d'une ou plusieurs parcelles appartenant à un même propriétaire ou à la même indivision]]></comment> + <position x="1000" y="1880"/> + <column name="id_uf" not-null="true"> + <type name="character" length="14"/> + <comment><![CDATA[Identifiant unique sur 14 caractères]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + <comment><![CDATA[Code commune sur 5 caractères]]></comment> + </column> + <column name="id_dnupro"> + <type name="character" length="11"/> + <comment><![CDATA[Identifiant national de compte communal. ]]></comment> + </column> + <column name="superficie"> + <type name="double precision" length="0"/> + <comment><![CDATA[Superficie]]></comment> + </column> + <column name="nb_parcelles"> + <type name="integer" length="0"/> + <comment><![CDATA[Nombre de parcelles]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.unite_fonciere"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> + <constraint name="unite_fonciere_pkey" type="pk-constr" table="s_cadastre.unite_fonciere"> + <columns names="id_uf" ref-type="src-columns"/> + </constraint> +</table> + +<table name="unite_fonciere_parcelle" layer="0" collapse-mode="2" max-obj-count="3"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Parcelle contiguë appartenant à un seul et même propriétaire]]></comment> + <position x="1380" y="1980"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.unite_fonciere_parcelle_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique]]></comment> + </column> + <column name="id_uf"> + <type name="character" length="14"/> + <comment><![CDATA[Identifiant unique d'unité foncière]]></comment> + </column> + <column name="id_par"> + <type name="character" length="14"/> + <comment><![CDATA[Identifiant unique de parcelle]]></comment> + </column> +</table> + +<table name="texte_subdivision_fiscale" layer="0" collapse-mode="1" max-obj-count="24"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Libellés des subdivisions fiscales]]></comment> + <tag name="Entité ponctuelle"/> + <position x="2120" y="460"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.texte_subdivision_fiscale_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet ]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + </column> + <column name="section"> + <type name="character" length="2"/> + </column> + <column name="fon"> + <type name="character" length="255"/> + </column> + <column name="hei"> + <type name="real" length="0"/> + </column> + <column name="tyu"> + <type name="character" length="10"/> + </column> + <column name="cef"> + <type name="real" length="0"/> + </column> + <column name="csp"> + <type name="real" length="0"/> + </column> + <column name="di1"> + <type name="real" length="0"/> + </column> + <column name="di2"> + <type name="real" length="0"/> + </column> + <column name="di3"> + <type name="real" length="0"/> + </column> + <column name="di4"> + <type name="real" length="0"/> + </column> + <column name="tpa"> + <type name="character" length="10"/> + </column> + <column name="hta"> + <type name="character" length="10"/> + </column> + <column name="vta"> + <type name="character" length="10"/> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + </column> + <column name="rotation"> + <type name="real" length="0"/> + </column> + <column name="taille"> + <type name="double precision" length="0"/> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="pre"> + <type name="character" length="3"/> + </column> + <constraint name="pk_texte_subdivision_fiscale" type="pk-constr" table="s_cadastre.texte_subdivision_fiscale"> + <columns names="id" ref-type="src-columns"/> + </constraint> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.texte_subdivision_fiscale"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> +</table> + +<table name="texte_batiment" layer="0" collapse-mode="1" max-obj-count="24"> + <schema name="s_cadastre"/> + <role name="u_vitis"/> + <comment><![CDATA[Libellés des bâtiments]]></comment> + <tag name="Entité ponctuelle"/> + <position x="2100" y="940"/> + <column name="id" not-null="true" default-value="nextval('s_cadastre.texte_batiment_id_seq'::regclass)"> + <type name="bigint" length="0"/> + <comment><![CDATA[Identifiant unique de l'objet]]></comment> + </column> + <column name="id_com" not-null="true"> + <type name="character" length="5"/> + </column> + <column name="section"> + <type name="character" length="2"/> + <comment><![CDATA[Section]]></comment> + </column> + <column name="fon"> + <type name="character" length="255"/> + <comment><![CDATA[Nom en clair de la police topographique ]]></comment> + </column> + <column name="hei"> + <type name="real" length="0"/> + <comment><![CDATA[Hauteur des caractères]]></comment> + </column> + <column name="tyu"> + <type name="character" length="10"/> + <comment><![CDATA[Type de l'unité utilisée]]></comment> + </column> + <column name="cef"> + <type name="real" length="0"/> + <comment><![CDATA[Facteur d'agrandissement]]></comment> + </column> + <column name="csp"> + <type name="real" length="0"/> + <comment><![CDATA[Espacement inter-caractères]]></comment> + </column> + <column name="di1"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur hauteur]]></comment> + </column> + <column name="di2"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur hauteur]]></comment> + </column> + <column name="di3"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante X du vecteur base]]></comment> + </column> + <column name="di4"> + <type name="real" length="0"/> + <comment><![CDATA[Orientation composante Y du vecteur base]]></comment> + </column> + <column name="tpa"> + <type name="character" length="10"/> + <comment><![CDATA[Sens d'écriture]]></comment> + </column> + <column name="hta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement horizontal du texte]]></comment> + </column> + <column name="vta"> + <type name="character" length="10"/> + <comment><![CDATA[Alignement vertical du texte]]></comment> + </column> + <column name="texte"> + <type name="character varying" length="255"/> + </column> + <column name="rotation"> + <type name="real" length="0"/> + <comment><![CDATA[Rotation]]></comment> + </column> + <column name="taille"> + <type name="double precision" length="0"/> + <comment><![CDATA[Taille]]></comment> + </column> + <column name="geom"> + <type name="public.geometry" length="0"/> + </column> + <column name="pre"> + <type name="character" length="3"/> + </column> + <constraint name="pk_texte_batiment" type="pk-constr" table="s_cadastre.texte_batiment"> + <columns names="id" ref-type="src-columns"/> + </constraint> + <constraint name="enforce_srid_geom" type="ck-constr" table="s_cadastre.texte_batiment"> + <expression><![CDATA[(st_srid(geom) = 2154)]]></expression> + </constraint> +</table> + +<permission> + <object name="s_cadastre" type="schema"/> + <roles names="u_vitis"/> + <privileges create="true" usage="true"/> +</permission> +</dbmodel> -- GitLab