/[openfoncier]/trunk/data/pgsql/v3.12.0-a1.sql
ViewVC logotype

Contents of /trunk/data/pgsql/v3.12.0-a1.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2500 - (show annotations)
Thu Nov 21 10:53:15 2013 UTC (11 years, 2 months ago) by softime
Original Path: trunk/data/pgsql/v3.12.0-a1-dev.sql
File size: 72991 byte(s)
Ajout des commentaires pour la table donnees_techniques, je ne suis pas arrivé à trouver de description pour certain champ

1 --------------------------------------------------------------------------------
2 -- Script de mise à jour vers la version v3.12.0-a1
3 --
4 -- XXX Ce fichier doit être renommé en v3.11.0-a1.sql au moment de la release
5 --
6 -- @package openfoncier
7 -- @version SVN : $Id$
8 -------------------------------------------------------------------------------
9
10 --
11 -- Commentaires des tables
12 --
13
14 -- action
15 COMMENT ON TABLE action IS 'Action effectuée lors de l''ajout d''un événement d''instruction';
16 COMMENT ON COLUMN action.action IS 'Identifiant unique';
17 COMMENT ON COLUMN action.libelle IS 'Libellé de l''action';
18 COMMENT ON COLUMN action.regle_etat IS 'Règle de calcul de l''état des dossiers d''instruction';
19 COMMENT ON COLUMN action.regle_delai IS 'Règle de calcul du délai des dossiers d''instruction';
20 COMMENT ON COLUMN action.regle_accord_tacite IS 'Règle de calcul de l''accord tacite ou non des dossiers d''instruction';
21 COMMENT ON COLUMN action.regle_avis IS 'Règle de calcul de l''avis final des dossiers d''instruction';
22 COMMENT ON COLUMN action.regle_date_limite IS 'Règle de calcul de la date limite des dossiers d''instruction';
23 COMMENT ON COLUMN action.regle_date_notification_delai IS 'Règle de calcul de la date de notification de délai des dossiers d''instruction';
24 COMMENT ON COLUMN action.regle_date_complet IS 'Règle de calcul de la date de complétude des dossiers d''instruction';
25 COMMENT ON COLUMN action.regle_date_validite IS 'Règle de calcul de date de validité des dossiers d''instruction';
26 COMMENT ON COLUMN action.regle_date_decision IS 'Règle de calcul de date de décision des dossiers d''instruction';
27 COMMENT ON COLUMN action.regle_date_chantier IS 'Règle de calcul de date d''ouverture de chantier chantier';
28 COMMENT ON COLUMN action.regle_date_achevement IS 'Règle de calcul de date d''achèvement de travaux';
29 COMMENT ON COLUMN action.regle_date_conformite IS 'Règle de calcul de date de conformité des dossiers d''instruction';
30 COMMENT ON COLUMN action.regle_date_rejet IS 'Règle de calcul de la date de rejet des dossiers d''instruction';
31 COMMENT ON COLUMN action.regle_date_dernier_depot IS 'Règle de calcul de la date de dernier dépôt des dossiers d''instruction';
32 COMMENT ON COLUMN action.regle_date_limite_incompletude IS 'Règle de calcul de la date limite d''incomplétude des dossiers d''instruction';
33 COMMENT ON COLUMN action.regle_delai_incompletude IS 'Règle de calcul du délai d''incomplétude des dossiers d''instruction';
34 COMMENT ON COLUMN action.regle_autorite_competente IS 'Règle de calcul de l''autorité compétente des dossiers d''instruction';
35
36 -- affectation_automatique
37 COMMENT ON TABLE affectation_automatique IS 'Les dossiers d''instruction sont affectés aux instructeurs en fonction du type de dossier, arrondissement, quartier et section (dans cette priorité)';
38 COMMENT ON COLUMN affectation_automatique.affectation_automatique IS 'Identifiant unique';
39 COMMENT ON COLUMN affectation_automatique.arrondissement IS 'Arrondissement affecté à l''instructeur';
40 COMMENT ON COLUMN affectation_automatique.quartier IS 'Quartier affecté à l''instructeur';
41 COMMENT ON COLUMN affectation_automatique.section IS 'Section affectée à l''instructeur';
42 COMMENT ON COLUMN affectation_automatique.instructeur IS 'Identifiant de l''instructeur';
43 COMMENT ON COLUMN affectation_automatique.dossier_autorisation_type_detaille IS 'Type de dossier d''autorisation affectés à l''instructeur';
44
45 -- architecte
46
47 COMMENT ON TABLE architecte IS 'Coordonnées d''un architecte';
48 COMMENT ON COLUMN architecte.architecte IS 'Identifiant unique';
49 COMMENT ON COLUMN architecte.nom IS 'Nom de famille de l''architecte';
50 COMMENT ON COLUMN architecte.prenom IS 'Prénom de l''architecte';
51 COMMENT ON COLUMN architecte.adresse1 IS 'Adresse de l''architecte';
52 COMMENT ON COLUMN architecte.adresse2 IS 'Complément d''adresse de l''architecte';
53 COMMENT ON COLUMN architecte.cp IS 'Code postal de l''architecte';
54 COMMENT ON COLUMN architecte.ville IS 'Ville de l''architecte';
55 COMMENT ON COLUMN architecte.pays IS 'Pays de l''architecte';
56 COMMENT ON COLUMN architecte.inscription IS 'Numéro d''inscription au conseil national de l''ordre des architectes de l''architecte';
57 COMMENT ON COLUMN architecte.telephone IS 'Téléphone de l''architecte';
58 COMMENT ON COLUMN architecte.fax IS 'Fax de l''architecte';
59 COMMENT ON COLUMN architecte.email IS 'Email de l''architecte';
60 COMMENT ON COLUMN architecte.note IS 'Note à propos de l''architecte';
61 COMMENT ON COLUMN architecte.frequent IS 'Permet de faire apparaître l''architecte dans la recherche sur les architectes dans les données techniques';
62 COMMENT ON COLUMN architecte.nom_cabinet IS 'Nom du cabinet dans lequel travail l''architecte';
63
64 -- arrondissement
65 COMMENT ON TABLE arrondissement IS 'Division territoriale, administrative de la ville';
66 COMMENT ON COLUMN arrondissement.arrondissement IS 'Identifiant unique';
67 COMMENT ON COLUMN arrondissement.libelle IS 'Libellé de l''arrondissement';
68 COMMENT ON COLUMN arrondissement.code_postal IS 'Code postal de l''arrondissement';
69 COMMENT ON COLUMN arrondissement.code_impots IS 'Code impôt de l''arrondissement, notamment utilisé pour les références cadastrales afin de récupérer l''adresse depuis un SIG';
70
71 -- autorite_competente
72 COMMENT ON TABLE autorite_competente IS 'Autorité compétente pour rendre une décision sur une instruction';
73 COMMENT ON COLUMN autorite_competente.autorite_competente IS 'Identifiant unique';
74 COMMENT ON COLUMN autorite_competente.code IS 'Le code de l''autorité compétente';
75 COMMENT ON COLUMN autorite_competente.libelle IS 'Libellé de l''autorité compétente';
76 COMMENT ON COLUMN autorite_competente.description IS 'Description de l''autorité compétente';
77
78 -- avis_consultation
79 COMMENT ON TABLE avis_consultation IS 'Avis décidé après une consultation';
80 COMMENT ON COLUMN avis_consultation.avis_consultation IS 'Identifiant unique';
81 COMMENT ON COLUMN avis_consultation.libelle IS 'Libellé de l''avis';
82 COMMENT ON COLUMN avis_consultation.abrege IS 'Abréviation de l''avis';
83 COMMENT ON COLUMN avis_consultation.om_validite_debut IS 'Date de début de validité de l''avis';
84 COMMENT ON COLUMN avis_consultation.om_validite_fin IS 'Date de fin de validité de l''avis';
85
86 -- avis_decision
87 COMMENT ON TABLE avis_decision IS 'Avis décidé après l''instruction d''un dossier d''instruction';
88 COMMENT ON COLUMN avis_decision.libelle IS 'Libellé de l''avis';
89 COMMENT ON COLUMN avis_decision.typeavis IS 'Type d''avis à rendre';
90 COMMENT ON COLUMN avis_decision.sitadel IS 'Type de mouvement sitadel';
91 COMMENT ON COLUMN avis_decision.sitadel_motif IS 'Motif de refus sitadel';
92 COMMENT ON COLUMN avis_decision.avis_decision IS 'Identifiant unique';
93
94 -- bible
95 COMMENT ON TABLE bible IS 'Bible qui regroupe des textes applicable sur les événements d''instruction';
96 COMMENT ON COLUMN bible.bible IS 'Identifiant unique';
97 COMMENT ON COLUMN bible.libelle IS 'Titre/Résumé du texte de la bible';
98 COMMENT ON COLUMN bible.evenement IS 'Événement sur lequel le texte de la bible est applicable';
99 COMMENT ON COLUMN bible.contenu IS 'Texte de la bible';
100 COMMENT ON COLUMN bible.complement IS 'Complément de l''événement d''instruction sur lequel s''applique le texte de la bible';
101 COMMENT ON COLUMN bible.automatique IS 'Applique automatiquement le texte de la bible sur la lettre type';
102 COMMENT ON COLUMN bible.dossier_autorisation_type IS 'Type du dossier d''autorisation sur lequel le texte de la bible est applicable';
103
104 -- blocnote
105 COMMENT ON TABLE blocnote IS 'Annotation concernant le dossier d''instruction lié';
106 COMMENT ON COLUMN blocnote.blocnote IS 'Identifiant unique';
107 COMMENT ON COLUMN blocnote.categorie IS 'Catégorie de la note';
108 COMMENT ON COLUMN blocnote.note IS 'Contenu de la note';
109 COMMENT ON COLUMN blocnote.dossier IS 'Dossier d''instruction lié';
110
111 -- cerfa
112 COMMENT ON TABLE cerfa IS 'Configuration de l''affichage des formulaires CERFA';
113 COMMENT ON COLUMN cerfa.cerfa IS 'Identifiant unique';
114 COMMENT ON COLUMN cerfa.libelle IS 'Libellé du formulaire CERFA';
115 COMMENT ON COLUMN cerfa.code IS 'Code du formulaire CERFA';
116 COMMENT ON COLUMN cerfa.om_validite_debut IS 'Début de validité du formulaire CERFA';
117 COMMENT ON COLUMN cerfa.om_validite_fin IS 'Fin de validité du formulaire CERFA';
118 COMMENT ON COLUMN cerfa.am_lotiss IS 'Va afficher le champ am_lotiss';
119 COMMENT ON COLUMN cerfa.am_autre_div IS 'Va afficher le champ am_autre_div';
120 COMMENT ON COLUMN cerfa.am_camping IS 'Va afficher le champ am_camping';
121 COMMENT ON COLUMN cerfa.am_caravane IS 'Va afficher le champ am_caravane';
122 COMMENT ON COLUMN cerfa.am_carav_duree IS 'Va afficher le champ am_carav_duree';
123 COMMENT ON COLUMN cerfa.am_statio IS 'Va afficher le champ am_statio';
124 COMMENT ON COLUMN cerfa.am_statio_cont IS 'Va afficher le champ am_statio_cont';
125 COMMENT ON COLUMN cerfa.am_affou_exhau IS 'Va afficher le champ am_affou_exhau';
126 COMMENT ON COLUMN cerfa.am_affou_exhau_sup IS 'Va afficher le champ am_affou_exhau_sup';
127 COMMENT ON COLUMN cerfa.am_affou_prof IS 'Va afficher le champ am_affou_prof';
128 COMMENT ON COLUMN cerfa.am_exhau_haut IS 'Va afficher le champ am_exhau_haut';
129 COMMENT ON COLUMN cerfa.am_coupe_abat IS 'Va afficher le champ am_coupe_abat';
130 COMMENT ON COLUMN cerfa.am_prot_plu IS 'Va afficher le champ am_prot_plu';
131 COMMENT ON COLUMN cerfa.am_prot_muni IS 'Va afficher le champ am_prot_muni';
132 COMMENT ON COLUMN cerfa.am_mobil_voyage IS 'Va afficher le champ am_mobil_voyage';
133 COMMENT ON COLUMN cerfa.am_aire_voyage IS 'Va afficher le champ am_aire_voyage';
134 COMMENT ON COLUMN cerfa.am_rememb_afu IS 'Va afficher le champ am_rememb_afu';
135 COMMENT ON COLUMN cerfa.am_parc_resid_loi IS 'Va afficher le champ am_parc_resid_loi';
136 COMMENT ON COLUMN cerfa.am_sport_moto IS 'Va afficher le champ am_sport_moto';
137 COMMENT ON COLUMN cerfa.am_sport_attrac IS 'Va afficher le champ am_sport_attrac';
138 COMMENT ON COLUMN cerfa.am_sport_golf IS 'Va afficher le champ am_sport_golf';
139 COMMENT ON COLUMN cerfa.am_mob_art IS 'Va afficher le champ am_mob_art';
140 COMMENT ON COLUMN cerfa.am_modif_voie_esp IS 'Va afficher le champ am_modif_voie_esp';
141 COMMENT ON COLUMN cerfa.am_plant_voie_esp IS 'Va afficher le champ am_plant_voie_esp';
142 COMMENT ON COLUMN cerfa.am_chem_ouv_esp IS 'Va afficher le champ am_chem_ouv_esp';
143 COMMENT ON COLUMN cerfa.am_agri_peche IS 'Va afficher le champ am_agri_peche';
144 COMMENT ON COLUMN cerfa.am_crea_voie IS 'Va afficher le champ am_crea_voie';
145 COMMENT ON COLUMN cerfa.am_modif_voie_exist IS 'Va afficher le champ am_modif_voie_exist';
146 COMMENT ON COLUMN cerfa.am_crea_esp_sauv IS 'Va afficher le champ am_crea_esp_sauv';
147 COMMENT ON COLUMN cerfa.am_crea_esp_class IS 'Va afficher le champ am_crea_esp_class';
148 COMMENT ON COLUMN cerfa.am_projet_desc IS 'Va afficher le champ am_projet_desc';
149 COMMENT ON COLUMN cerfa.am_terr_surf IS 'Va afficher le champ am_terr_surf';
150 COMMENT ON COLUMN cerfa.am_tranche_desc IS 'Va afficher le champ am_tranche_desc';
151 COMMENT ON COLUMN cerfa.am_lot_max_nb IS 'Va afficher le champ am_lot_max_nb';
152 COMMENT ON COLUMN cerfa.am_lot_max_shon IS 'Va afficher le champ am_lot_max_shon';
153 COMMENT ON COLUMN cerfa.am_lot_cstr_cos IS 'Va afficher le champ am_lot_cstr_cos';
154 COMMENT ON COLUMN cerfa.am_lot_cstr_plan IS 'Va afficher le champ am_lot_cstr_plan';
155 COMMENT ON COLUMN cerfa.am_lot_cstr_vente IS 'Va afficher le champ am_lot_cstr_vente';
156 COMMENT ON COLUMN cerfa.am_lot_fin_diff IS 'Va afficher le champ am_lot_fin_diff';
157 COMMENT ON COLUMN cerfa.am_lot_consign IS 'Va afficher le champ am_lot_consign';
158 COMMENT ON COLUMN cerfa.am_lot_gar_achev IS 'Va afficher le champ am_lot_gar_achev';
159 COMMENT ON COLUMN cerfa.am_lot_vente_ant IS 'Va afficher le champ am_lot_vente_ant';
160 COMMENT ON COLUMN cerfa.am_empl_nb IS 'Va afficher le champ am_empl_nb';
161 COMMENT ON COLUMN cerfa.am_tente_nb IS 'Va afficher le champ am_tente_nb';
162 COMMENT ON COLUMN cerfa.am_carav_nb IS 'Va afficher le champ am_carav_nb';
163 COMMENT ON COLUMN cerfa.am_mobil_nb IS 'Va afficher le champ am_mobil_nb';
164 COMMENT ON COLUMN cerfa.am_pers_nb IS 'Va afficher le champ am_pers_nb';
165 COMMENT ON COLUMN cerfa.am_empl_hll_nb IS 'Va afficher le champ am_empl_hll_nb';
166 COMMENT ON COLUMN cerfa.am_hll_shon IS 'Va afficher le champ am_hll_shon';
167 COMMENT ON COLUMN cerfa.am_periode_exploit IS 'Va afficher le champ am_periode_exploit';
168 COMMENT ON COLUMN cerfa.am_exist_agrand IS 'Va afficher le champ am_exist_agrand';
169 COMMENT ON COLUMN cerfa.am_exist_date IS 'Va afficher le champ am_exist_date';
170 COMMENT ON COLUMN cerfa.am_exist_num IS 'Va afficher le champ am_exist_num';
171 COMMENT ON COLUMN cerfa.am_exist_nb_avant IS 'Va afficher le champ am_exist_nb_avant';
172 COMMENT ON COLUMN cerfa.am_exist_nb_apres IS 'Va afficher le champ am_exist_nb_apres';
173 COMMENT ON COLUMN cerfa.am_coupe_bois IS 'Va afficher le champ am_coupe_bois';
174 COMMENT ON COLUMN cerfa.am_coupe_parc IS 'Va afficher le champ am_coupe_parc';
175 COMMENT ON COLUMN cerfa.am_coupe_align IS 'Va afficher le champ am_coupe_align';
176 COMMENT ON COLUMN cerfa.am_coupe_ess IS 'Va afficher le champ am_coupe_ess';
177 COMMENT ON COLUMN cerfa.am_coupe_age IS 'Va afficher le champ am_coupe_age';
178 COMMENT ON COLUMN cerfa.am_coupe_dens IS 'Va afficher le champ am_coupe_dens';
179 COMMENT ON COLUMN cerfa.am_coupe_qual IS 'Va afficher le champ am_coupe_qual';
180 COMMENT ON COLUMN cerfa.am_coupe_trait IS 'Va afficher le champ am_coupe_trait';
181 COMMENT ON COLUMN cerfa.am_coupe_autr IS 'Va afficher le champ am_coupe_autr';
182 COMMENT ON COLUMN cerfa.co_archi_recours IS 'Va afficher le champ co_archi_recours';
183 COMMENT ON COLUMN cerfa.co_cstr_nouv IS 'Va afficher le champ co_cstr_nouv';
184 COMMENT ON COLUMN cerfa.co_cstr_exist IS 'Va afficher le champ co_cstr_exist';
185 COMMENT ON COLUMN cerfa.co_cloture IS 'Va afficher le champ co_cloture';
186 COMMENT ON COLUMN cerfa.co_elec_tension IS 'Va afficher le champ co_elec_tension';
187 COMMENT ON COLUMN cerfa.co_div_terr IS 'Va afficher le champ co_div_terr';
188 COMMENT ON COLUMN cerfa.co_projet_desc IS 'Va afficher le champ co_projet_desc';
189 COMMENT ON COLUMN cerfa.co_anx_pisc IS 'Va afficher le champ co_anx_pisc';
190 COMMENT ON COLUMN cerfa.co_anx_gara IS 'Va afficher le champ co_anx_gara';
191 COMMENT ON COLUMN cerfa.co_anx_veran IS 'Va afficher le champ co_anx_veran';
192 COMMENT ON COLUMN cerfa.co_anx_abri IS 'Va afficher le champ co_anx_abri';
193 COMMENT ON COLUMN cerfa.co_anx_autr IS 'Va afficher le champ co_anx_autr';
194 COMMENT ON COLUMN cerfa.co_anx_autr_desc IS 'Va afficher le champ co_anx_autr_desc';
195 COMMENT ON COLUMN cerfa.co_tot_log_nb IS 'Va afficher le champ co_tot_log_nb';
196 COMMENT ON COLUMN cerfa.co_tot_ind_nb IS 'Va afficher le champ co_tot_ind_nb';
197 COMMENT ON COLUMN cerfa.co_tot_coll_nb IS 'Va afficher le champ co_tot_coll_nb';
198 COMMENT ON COLUMN cerfa.co_mais_piece_nb IS 'Va afficher le champ co_mais_piece_nb';
199 COMMENT ON COLUMN cerfa.co_mais_niv_nb IS 'Va afficher le champ co_mais_niv_nb';
200 COMMENT ON COLUMN cerfa.co_fin_lls_nb IS 'Va afficher le champ co_fin_lls_nb';
201 COMMENT ON COLUMN cerfa.co_fin_aa_nb IS 'Va afficher le champ co_fin_aa_nb';
202 COMMENT ON COLUMN cerfa.co_fin_ptz_nb IS 'Va afficher le champ co_fin_ptz_nb';
203 COMMENT ON COLUMN cerfa.co_fin_autr_nb IS 'Va afficher le champ co_fin_autr_nb';
204 COMMENT ON COLUMN cerfa.co_fin_autr_desc IS 'Va afficher le champ co_fin_autr_desc';
205 COMMENT ON COLUMN cerfa.co_mais_contrat_ind IS 'Va afficher le champ co_mais_contrat_ind';
206 COMMENT ON COLUMN cerfa.co_uti_pers IS 'Va afficher le champ co_uti_pers';
207 COMMENT ON COLUMN cerfa.co_uti_vente IS 'Va afficher le champ co_uti_vente';
208 COMMENT ON COLUMN cerfa.co_uti_loc IS 'Va afficher le champ co_uti_loc';
209 COMMENT ON COLUMN cerfa.co_uti_princ IS 'Va afficher le champ co_uti_princ';
210 COMMENT ON COLUMN cerfa.co_uti_secon IS 'Va afficher le champ co_uti_secon';
211 COMMENT ON COLUMN cerfa.co_resid_agees IS 'Va afficher le champ co_resid_agees';
212 COMMENT ON COLUMN cerfa.co_resid_etud IS 'Va afficher le champ co_resid_etud';
213 COMMENT ON COLUMN cerfa.co_resid_tourism IS 'Va afficher le champ co_resid_tourism';
214 COMMENT ON COLUMN cerfa.co_resid_hot_soc IS 'Va afficher le champ co_resid_hot_soc';
215 COMMENT ON COLUMN cerfa.co_resid_soc IS 'Va afficher le champ co_resid_soc';
216 COMMENT ON COLUMN cerfa.co_resid_hand IS 'Va afficher le champ co_resid_hand';
217 COMMENT ON COLUMN cerfa.co_resid_autr IS 'Va afficher le champ co_resid_autr';
218 COMMENT ON COLUMN cerfa.co_resid_autr_desc IS 'Va afficher le champ co_resid_autr_desc';
219 COMMENT ON COLUMN cerfa.co_foyer_chamb_nb IS 'Va afficher le champ co_foyer_chamb_nb';
220 COMMENT ON COLUMN cerfa.co_log_1p_nb IS 'Va afficher le champ co_log_1p_nb';
221 COMMENT ON COLUMN cerfa.co_log_2p_nb IS 'Va afficher le champ co_log_2p_nb';
222 COMMENT ON COLUMN cerfa.co_log_3p_nb IS 'Va afficher le champ co_log_3p_nb';
223 COMMENT ON COLUMN cerfa.co_log_4p_nb IS 'Va afficher le champ co_log_4p_nb';
224 COMMENT ON COLUMN cerfa.co_log_5p_nb IS 'Va afficher le champ co_log_5p_nb';
225 COMMENT ON COLUMN cerfa.co_log_6p_nb IS 'Va afficher le champ co_log_6p_nb';
226 COMMENT ON COLUMN cerfa.co_bat_niv_nb IS 'Va afficher le champ co_bat_niv_nb';
227 COMMENT ON COLUMN cerfa.co_trx_exten IS 'Va afficher le champ co_trx_exten';
228 COMMENT ON COLUMN cerfa.co_trx_surelev IS 'Va afficher le champ co_trx_surelev';
229 COMMENT ON COLUMN cerfa.co_trx_nivsup IS 'Va afficher le champ co_trx_nivsup';
230 COMMENT ON COLUMN cerfa.co_demont_periode IS 'Va afficher le champ co_demont_periode';
231 COMMENT ON COLUMN cerfa.co_sp_transport IS 'Va afficher le champ co_sp_transport';
232 COMMENT ON COLUMN cerfa.co_sp_enseign IS 'Va afficher le champ co_sp_enseign';
233 COMMENT ON COLUMN cerfa.co_sp_act_soc IS 'Va afficher le champ co_sp_act_soc';
234 COMMENT ON COLUMN cerfa.co_sp_ouvr_spe IS 'Va afficher le champ co_sp_ouvr_spe';
235 COMMENT ON COLUMN cerfa.co_sp_sante IS 'Va afficher le champ co_sp_sante';
236 COMMENT ON COLUMN cerfa.co_sp_culture IS 'Va afficher le champ co_sp_culture';
237 COMMENT ON COLUMN cerfa.co_statio_avt_nb IS 'Va afficher le champ co_statio_avt_nb';
238 COMMENT ON COLUMN cerfa.co_statio_apr_nb IS 'Va afficher le champ co_statio_apr_nb';
239 COMMENT ON COLUMN cerfa.co_statio_adr IS 'Va afficher le champ co_statio_adr';
240 COMMENT ON COLUMN cerfa.co_statio_place_nb IS 'Va afficher le champ co_statio_place_nb';
241 COMMENT ON COLUMN cerfa.co_statio_tot_surf IS 'Va afficher le champ co_statio_tot_surf';
242 COMMENT ON COLUMN cerfa.co_statio_tot_shob IS 'Va afficher le champ co_statio_tot_shob';
243 COMMENT ON COLUMN cerfa.co_statio_comm_cin_surf IS 'Va afficher le champ co_statio_comm_cin_surf';
244 COMMENT ON COLUMN cerfa.tab_surface IS 'Va afficher le champ tab_surface';
245 COMMENT ON COLUMN cerfa.dm_constr_dates IS 'Va afficher le champ dm_constr_dates';
246 COMMENT ON COLUMN cerfa.dm_total IS 'Va afficher le champ dm_total';
247 COMMENT ON COLUMN cerfa.dm_partiel IS 'Va afficher le champ dm_partiel';
248 COMMENT ON COLUMN cerfa.dm_projet_desc IS 'Va afficher le champ dm_projet_desc';
249 COMMENT ON COLUMN cerfa.dm_tot_log_nb IS 'Va afficher le champ dm_tot_log_nb';
250 COMMENT ON COLUMN cerfa.tax_surf_tot IS 'Va afficher le champ tax_surf_tot';
251 COMMENT ON COLUMN cerfa.tax_surf IS 'Va afficher le champ tax_surf';
252 COMMENT ON COLUMN cerfa.tax_surf_suppr_mod IS 'Va afficher le champ tax_surf_suppr_mod';
253 COMMENT ON COLUMN cerfa.tab_tax_su_princ IS 'Va afficher le champ tab_tax_su_princ';
254 COMMENT ON COLUMN cerfa.tab_tax_su_heber IS 'Va afficher le champ tab_tax_su_heber';
255 COMMENT ON COLUMN cerfa.tab_tax_su_secon IS 'Va afficher le champ tab_tax_su_secon';
256 COMMENT ON COLUMN cerfa.tab_tax_su_tot IS 'Va afficher le champ tab_tax_su_tot';
257 COMMENT ON COLUMN cerfa.tax_ext_pret IS 'Va afficher le champ tax_ext_pret';
258 COMMENT ON COLUMN cerfa.tax_ext_desc IS 'Va afficher le champ tax_ext_desc';
259 COMMENT ON COLUMN cerfa.tax_surf_tax_exist_cons IS 'Va afficher le champ tax_surf_tax_exist_cons';
260 COMMENT ON COLUMN cerfa.tax_log_exist_nb IS 'Va afficher le champ tax_log_exist_nb';
261 COMMENT ON COLUMN cerfa.tax_trx_presc_ppr IS 'Va afficher le champ tax_trx_presc_ppr';
262 COMMENT ON COLUMN cerfa.tax_monu_hist IS 'Va afficher le champ tax_monu_hist';
263 COMMENT ON COLUMN cerfa.tax_comm_nb IS 'Va afficher le champ tax_comm_nb';
264 COMMENT ON COLUMN cerfa.tab_tax_su_non_habit_surf IS 'Va afficher le champ tab_tax_su_non_habit_surf';
265 COMMENT ON COLUMN cerfa.tab_tax_am IS 'Va afficher le champ tab_tax_am';
266 COMMENT ON COLUMN cerfa.vsd_surf_planch_smd IS 'Va afficher le champ vsd_surf_planch_smd';
267 COMMENT ON COLUMN cerfa.vsd_unit_fonc_sup IS 'Va afficher le champ vsd_unit_fonc_sup';
268 COMMENT ON COLUMN cerfa.vsd_unit_fonc_constr_sup IS 'Va afficher le champ vsd_unit_fonc_constr_sup';
269 COMMENT ON COLUMN cerfa.vsd_val_terr IS 'Va afficher le champ vsd_val_terr';
270 COMMENT ON COLUMN cerfa.vsd_const_sxist_non_dem_surf IS 'Va afficher le champ vsd_const_sxist_non_dem_surf';
271 COMMENT ON COLUMN cerfa.vsd_rescr_fisc IS 'Va afficher le champ vsd_rescr_fisc';
272 COMMENT ON COLUMN cerfa.pld_val_terr IS 'Va afficher le champ pld_val_terr';
273 COMMENT ON COLUMN cerfa.pld_const_exist_dem IS 'Va afficher le champ pld_const_exist_dem';
274 COMMENT ON COLUMN cerfa.pld_const_exist_dem_surf IS 'Va afficher le champ pld_const_exist_dem_surf';
275 COMMENT ON COLUMN cerfa.code_cnil IS 'Va afficher le champ code_cnil';
276 COMMENT ON COLUMN cerfa.terr_juri_titul IS 'Va afficher le champ terr_juri_titul';
277 COMMENT ON COLUMN cerfa.terr_juri_lot IS 'Va afficher le champ terr_juri_lot';
278 COMMENT ON COLUMN cerfa.terr_juri_zac IS 'Va afficher le champ terr_juri_zac';
279 COMMENT ON COLUMN cerfa.terr_juri_afu IS 'Va afficher le champ terr_juri_afu';
280 COMMENT ON COLUMN cerfa.terr_juri_pup IS 'Va afficher le champ terr_juri_pup';
281 COMMENT ON COLUMN cerfa.terr_juri_oin IS 'Va afficher le champ terr_juri_oin';
282 COMMENT ON COLUMN cerfa.terr_juri_desc IS 'Va afficher le champ terr_juri_desc';
283 COMMENT ON COLUMN cerfa.terr_div_surf_etab IS 'Va afficher le champ terr_div_surf_etab';
284 COMMENT ON COLUMN cerfa.terr_div_surf_av_div IS 'Va afficher le champ terr_div_surf_av_div';
285 COMMENT ON COLUMN cerfa.doc_date IS 'Va afficher le champ doc_date';
286 COMMENT ON COLUMN cerfa.doc_tot_trav IS 'Va afficher le champ doc_tot_trav';
287 COMMENT ON COLUMN cerfa.doc_tranche_trav IS 'Va afficher le champ doc_tranche_trav';
288 COMMENT ON COLUMN cerfa.doc_tranche_trav_desc IS 'Va afficher le champ doc_tranche_trav_desc';
289 COMMENT ON COLUMN cerfa.doc_surf IS 'Va afficher le champ doc_surf';
290 COMMENT ON COLUMN cerfa.doc_nb_log IS 'Va afficher le champ doc_nb_log';
291 COMMENT ON COLUMN cerfa.doc_nb_log_indiv IS 'Va afficher le champ doc_nb_log_indiv';
292 COMMENT ON COLUMN cerfa.doc_nb_log_coll IS 'Va afficher le champ doc_nb_log_coll';
293 COMMENT ON COLUMN cerfa.doc_nb_log_lls IS 'Va afficher le champ doc_nb_log_lls';
294 COMMENT ON COLUMN cerfa.doc_nb_log_aa IS 'Va afficher le champ doc_nb_log_aa';
295 COMMENT ON COLUMN cerfa.doc_nb_log_ptz IS 'Va afficher le champ doc_nb_log_ptz';
296 COMMENT ON COLUMN cerfa.doc_nb_log_autre IS 'Va afficher le champ doc_nb_log_autre';
297 COMMENT ON COLUMN cerfa.daact_date IS 'Va afficher le champ daact_date';
298 COMMENT ON COLUMN cerfa.daact_date_chgmt_dest IS 'Va afficher le champ daact_date_chgmt_dest';
299 COMMENT ON COLUMN cerfa.daact_tot_trav IS 'Va afficher le champ daact_tot_trav';
300 COMMENT ON COLUMN cerfa.daact_tranche_trav IS 'Va afficher le champ daact_tranche_trav';
301 COMMENT ON COLUMN cerfa.daact_tranche_trav_desc IS 'Va afficher le champ daact_tranche_trav_desc';
302 COMMENT ON COLUMN cerfa.daact_surf IS 'Va afficher le champ daact_surf';
303 COMMENT ON COLUMN cerfa.daact_nb_log IS 'Va afficher le champ daact_nb_log';
304 COMMENT ON COLUMN cerfa.daact_nb_log_indiv IS 'Va afficher le champ daact_nb_log_indiv';
305 COMMENT ON COLUMN cerfa.daact_nb_log_coll IS 'Va afficher le champ daact_nb_log_coll';
306 COMMENT ON COLUMN cerfa.daact_nb_log_lls IS 'Va afficher le champ daact_nb_log_lls';
307 COMMENT ON COLUMN cerfa.daact_nb_log_aa IS 'Va afficher le champ daact_nb_log_aa';
308 COMMENT ON COLUMN cerfa.daact_nb_log_ptz IS 'Va afficher le champ daact_nb_log_ptz';
309 COMMENT ON COLUMN cerfa.daact_nb_log_autre IS 'Va afficher le champ daact_nb_log_autre';
310 COMMENT ON COLUMN cerfa.am_div_mun IS 'Va afficher le champ am_div_mun';
311 COMMENT ON COLUMN cerfa.co_perf_energ IS 'Va afficher le champ co_perf_energ';
312 COMMENT ON COLUMN cerfa.architecte IS 'Va afficher le champ architecte';
313 COMMENT ON COLUMN cerfa.co_statio_avt_shob IS 'Va afficher le champ co_statio_avt_shob';
314 COMMENT ON COLUMN cerfa.co_statio_apr_shob IS 'Va afficher le champ co_statio_apr_shob';
315 COMMENT ON COLUMN cerfa.co_statio_avt_surf IS 'Va afficher le champ co_statio_avt_surf';
316 COMMENT ON COLUMN cerfa.co_statio_apr_surf IS 'Va afficher le champ co_statio_apr_surf';
317 COMMENT ON COLUMN cerfa.co_trx_amgt IS 'Va afficher le champ co_trx_amgt';
318 COMMENT ON COLUMN cerfa.co_modif_aspect IS 'Va afficher le champ co_modif_aspect';
319 COMMENT ON COLUMN cerfa.co_modif_struct IS 'Va afficher le champ co_modif_struct';
320 COMMENT ON COLUMN cerfa.co_ouvr_elec IS 'Va afficher le champ co_ouvr_elec';
321 COMMENT ON COLUMN cerfa.co_ouvr_infra IS 'Va afficher le champ co_ouvr_infra';
322 COMMENT ON COLUMN cerfa.co_trx_imm IS 'Va afficher le champ co_trx_imm';
323 COMMENT ON COLUMN cerfa.co_cstr_shob IS 'Va afficher le champ co_cstr_shob';
324 COMMENT ON COLUMN cerfa.am_voyage_deb IS 'Va afficher le champ am_voyage_deb';
325 COMMENT ON COLUMN cerfa.am_voyage_fin IS 'Va afficher le champ am_voyage_fin';
326 COMMENT ON COLUMN cerfa.am_modif_amgt IS 'Va afficher le champ am_modif_amgt';
327 COMMENT ON COLUMN cerfa.am_lot_max_shob IS 'Va afficher le champ am_lot_max_shob';
328 COMMENT ON COLUMN cerfa.mod_desc IS 'Va afficher le champ mod_desc';
329 COMMENT ON COLUMN cerfa.tr_total IS 'Va afficher le champ tr_total';
330 COMMENT ON COLUMN cerfa.tr_partiel IS 'Va afficher le champ tr_partiel';
331 COMMENT ON COLUMN cerfa.tr_desc IS 'Va afficher le champ tr_desc';
332 COMMENT ON COLUMN cerfa.avap_co_elt_pro IS 'Va afficher le champ avap_co_elt_pro';
333 COMMENT ON COLUMN cerfa.avap_nouv_haut_surf IS 'Va afficher le champ avap_nouv_haut_surf';
334 COMMENT ON COLUMN cerfa.avap_co_clot IS 'Va afficher le champ avap_co_clot';
335 COMMENT ON COLUMN cerfa.avap_aut_coup_aba_arb IS 'Va afficher le champ avap_aut_coup_aba_arb';
336 COMMENT ON COLUMN cerfa.avap_ouv_infra IS 'Va afficher le champ avap_ouv_infra';
337 COMMENT ON COLUMN cerfa.avap_aut_inst_mob IS 'Va afficher le champ avap_aut_inst_mob';
338 COMMENT ON COLUMN cerfa.avap_aut_plant IS 'Va afficher le champ avap_aut_plant';
339 COMMENT ON COLUMN cerfa.avap_aut_auv_elec IS 'Va afficher le champ avap_aut_auv_elec';
340 COMMENT ON COLUMN cerfa.tax_dest_loc_tr IS 'Va afficher le champ tax_dest_loc_tr';
341
342 -- civilite
343 COMMENT ON TABLE civilite IS 'Titre de civilité';
344 COMMENT ON COLUMN civilite.civilite IS 'Identifiant unique';
345 COMMENT ON COLUMN civilite.code IS 'Code de la civilité';
346 COMMENT ON COLUMN civilite.libelle IS 'Libellé de la civilité';
347 COMMENT ON COLUMN civilite.om_validite_debut IS 'Date de debut de validité de la civilité';
348 COMMENT ON COLUMN civilite.om_validite_fin IS 'Date de fin de validité de la civilité';
349
350 -- commission
351 COMMENT ON TABLE commission IS 'Demande de passage en commission';
352 COMMENT ON COLUMN commission.commission IS 'Identifiant unique';
353 COMMENT ON COLUMN commission.code IS 'Code de la commission';
354 COMMENT ON COLUMN commission.commission_type IS 'Type de la commission';
355 COMMENT ON COLUMN commission.libelle IS 'Libellé de la commission';
356 COMMENT ON COLUMN commission.date_commission IS 'Date de passage en commission';
357 COMMENT ON COLUMN commission.heure_commission IS 'Heure de passage en commission';
358 COMMENT ON COLUMN commission.lieu_adresse_ligne1 IS 'Adresse lieu de passage en commission';
359 COMMENT ON COLUMN commission.lieu_adresse_ligne2 IS 'Complément adresse lieu de passage en commission';
360 COMMENT ON COLUMN commission.lieu_salle IS 'Salle du passage en commission';
361 COMMENT ON COLUMN commission.listes_de_diffusion IS 'Liste des emails à notifier pour le compte rendu de la commission';
362 COMMENT ON COLUMN commission.participants IS 'Participants à la commission';
363 COMMENT ON COLUMN commission.om_fichier_commission_ordre_jour IS 'Fichier de l''ordre du jour de commission';
364 COMMENT ON COLUMN commission.om_final_commission_ordre_jour IS 'Fichier finalisé de l''ordre du jour de commission';
365 COMMENT ON COLUMN commission.om_fichier_commission_compte_rendu IS 'Fichier du compte rendu de la commission';
366 COMMENT ON COLUMN commission.om_final_commission_compte_rendu IS 'Fichier finalisé du compte rendu de la commission';
367
368 -- commission_type
369
370 COMMENT ON TABLE commission_type IS 'Les types de commission';
371 COMMENT ON COLUMN commission_type.commission_type IS 'Identifiant unique';
372 COMMENT ON COLUMN commission_type.code IS 'Code du type de commission';
373 COMMENT ON COLUMN commission_type.libelle IS 'Libellé du type de commision';
374 COMMENT ON COLUMN commission_type.lieu_adresse_ligne1 IS 'Adresse des commissions de ce type';
375 COMMENT ON COLUMN commission_type.lieu_adresse_ligne2 IS 'Complément d''adresse des commissions de ce type';
376 COMMENT ON COLUMN commission_type.lieu_salle IS 'Salle où ont lieu les commissions de ce type';
377 COMMENT ON COLUMN commission_type.listes_de_diffusion IS 'Liste de diffusion des commissions de ce type';
378 COMMENT ON COLUMN commission_type.participants IS 'Participants aux commissions de ce type';
379 COMMENT ON COLUMN commission_type.corps_du_courriel IS 'Corps du courriel diffusé à la liste de diffusion des commissions de ce type';
380 COMMENT ON COLUMN commission_type.om_validite_debut IS 'Date de début de validité de ce type de commission';
381 COMMENT ON COLUMN commission_type.om_validite_fin IS 'Date de fin de validité de ce type de commission';
382
383 -- consultation
384 COMMENT ON TABLE consultation IS 'Demande de consultation d''un dossier d''instruction à un service';
385 COMMENT ON COLUMN consultation.consultation IS 'Identifiant unique';
386 COMMENT ON COLUMN consultation.dossier IS 'Dossier d''instruction sur lequel il y a la demande de consultation';
387 COMMENT ON COLUMN consultation.date_envoi IS 'Libellé de la civilité';
388 COMMENT ON COLUMN consultation.date_retour IS 'Date de retour de la consultation';
389 COMMENT ON COLUMN consultation.date_limite IS 'Date limite pour la consultation';
390 COMMENT ON COLUMN consultation.service IS 'Service demandé pour la consultation';
391 COMMENT ON COLUMN consultation.avis_consultation IS 'Avis de la consultation';
392 COMMENT ON COLUMN consultation.date_reception IS 'Date de réception de la consultation';
393 COMMENT ON COLUMN consultation.motivation IS 'Motivation du service pour l''avis rendu sur la consultation';
394 COMMENT ON COLUMN consultation.fichier IS 'Document joint à la réponse de consultation';
395 COMMENT ON COLUMN consultation.lu IS 'Indique que la demande de consultation a été lue';
396 COMMENT ON COLUMN consultation.code_barres IS 'Code barre de la consultation';
397 COMMENT ON COLUMN consultation.om_fichier_consultation IS 'Document résumé de la consultation';
398 COMMENT ON COLUMN consultation.om_final_consultation IS 'Document résumé de la consultation finalisé';
399
400 -- demande
401 COMMENT ON TABLE demande IS 'Demande saisie par le guichet unique';
402 COMMENT ON COLUMN demande.demande IS 'Identifiant unique';
403 COMMENT ON COLUMN demande.dossier_autorisation_type_detaille IS 'Type du dossier d''autorisation (PCI, AZ, AT, ...) à sa création';
404 COMMENT ON COLUMN demande.demande_type IS 'Type de la demande, influe sur le type du dossier d''instruction (initial, modificatif, transfert, ...) à sa création';
405 COMMENT ON COLUMN demande.dossier_instruction IS 'Dossier d''instruction de la demande';
406 COMMENT ON COLUMN demande.dossier_autorisation IS 'Dossier d''autorisation de la demande';
407 COMMENT ON COLUMN demande.date_demande IS 'Date de la demande';
408 COMMENT ON COLUMN demande.terrain_references_cadastrales IS 'Références cadastrales de l''adresse du terrain';
409 COMMENT ON COLUMN demande.terrain_adresse_voie_numero IS 'Numéro de la voie de l''adresse du terrain';
410 COMMENT ON COLUMN demande.terrain_adresse_voie IS 'Nom de la voie de l''adresse du terrain';
411 COMMENT ON COLUMN demande.terrain_adresse_lieu_dit IS 'Lieu dit de l''adresse du terrain';
412 COMMENT ON COLUMN demande.terrain_adresse_localite IS 'Ville de l''adresse du terrain';
413 COMMENT ON COLUMN demande.terrain_adresse_code_postal IS 'Code postal de l''adresse du terrain';
414 COMMENT ON COLUMN demande.terrain_adresse_bp IS 'Boîte postale de l''adresse du terrain';
415 COMMENT ON COLUMN demande.terrain_adresse_cedex IS 'Cedex de l''adresse du terrain';
416 COMMENT ON COLUMN demande.terrain_superficie IS 'Superficie du terrain';
417 COMMENT ON COLUMN demande.instruction_recepisse IS 'Récipissé de l''instruction lors de la création de la demande';
418 COMMENT ON COLUMN demande.arrondissement IS 'Arrondissement de la demande';
419
420 -- demande_nature
421 COMMENT ON TABLE demande_nature IS 'Nature de la demande';
422 COMMENT ON COLUMN demande_nature.demande_nature IS 'Identifiant unique';
423 COMMENT ON COLUMN demande_nature.code IS 'Code de la nature de la demande';
424 COMMENT ON COLUMN demande_nature.libelle IS 'Libellé de la nature de la demande';
425 COMMENT ON COLUMN demande_nature.description IS 'Description de la nature de la demande';
426
427 -- demande_type
428 COMMENT ON TABLE demande_type IS 'Type de la demande';
429 COMMENT ON COLUMN demande_type.demande_type IS 'Identifiant unique';
430 COMMENT ON COLUMN demande_type.code IS 'Code du type de la demande';
431 COMMENT ON COLUMN demande_type.libelle IS 'Libellé du type de la demande';
432 COMMENT ON COLUMN demande_type.description IS 'Description du type de la demande';
433 COMMENT ON COLUMN demande_type.demande_nature IS 'Nature de la demande';
434 COMMENT ON COLUMN demande_type.groupe IS 'Groupe du type de la demande. Permet de filtrer les choix du champ dossier_autorisation_type_detaille';
435 COMMENT ON COLUMN demande_type.dossier_instruction_type IS 'Type du dossier d''instruction crée par la demande';
436 COMMENT ON COLUMN demande_type.dossier_autorisation_type_detaille IS 'Type détaillé du dossier d''autorisation crée par la demande. Permet de filtrer les choix du champ dossier_instruction_type';
437 COMMENT ON COLUMN demande_type.contraintes IS 'Permet de définir si les informations des demandeurs du dossier d''instruction précédent doivent être récupérées';
438 COMMENT ON COLUMN demande_type.qualification IS 'Le dossier d''instruction crée doit être à qualifier';
439 COMMENT ON COLUMN demande_type.evenement IS 'Événement à instancier lors de la création de la demande';
440
441 -- demandeur
442
443 -- direction
444 COMMENT ON TABLE direction IS 'Direction des divisions, nécessaire aussi pour obtenir le nom du responsable de service dans certains documents';
445 COMMENT ON COLUMN direction.direction IS 'Identifiant unique';
446 COMMENT ON COLUMN direction.code IS 'Code de la direction';
447 COMMENT ON COLUMN direction.libelle IS 'Libellé de la direction';
448 COMMENT ON COLUMN direction.description IS 'Description de la direction';
449 COMMENT ON COLUMN direction.chef IS 'Nom et prénom du chef de la direction';
450 COMMENT ON COLUMN direction.om_validite_debut IS 'Date de début de validité de la direction';
451 COMMENT ON COLUMN direction.om_validite_fin IS 'Date de fin de validité de la direction';
452
453 -- division
454 COMMENT ON TABLE division IS 'Division regroupant les instructeurs';
455 COMMENT ON COLUMN division.division IS 'Identifiant unique';
456 COMMENT ON COLUMN division.code IS 'Code de la division';
457 COMMENT ON COLUMN division.libelle IS 'Libellé de la division';
458 COMMENT ON COLUMN division.description IS 'Description de la division';
459 COMMENT ON COLUMN division.chef IS 'Nom et prénom du chef de la division';
460 COMMENT ON COLUMN division.direction IS 'Direction à laquel est rattachée la division';
461 COMMENT ON COLUMN division.om_validite_debut IS 'Date de début de validité de la division';
462 COMMENT ON COLUMN division.om_validite_fin IS 'Date de fin de validité de la division';
463
464 -- document_numerise
465 COMMENT ON TABLE document_numerise IS 'Document numérisé rattaché à un dossier d''instruction';
466 COMMENT ON COLUMN document_numerise.document_numerise IS 'Identifiant unique';
467 COMMENT ON COLUMN document_numerise.uid IS 'Identifiant unique du fichier, compose aussi son chemin';
468 COMMENT ON COLUMN document_numerise.dossier IS 'Dossier d''instruction sur lequel est rattaché le document';
469 COMMENT ON COLUMN document_numerise.nom_fichier IS 'Nom du fichier';
470 COMMENT ON COLUMN document_numerise.date_creation IS 'Date de création du fichier';
471 COMMENT ON COLUMN document_numerise.document_numerise_type IS 'Type du document';
472
473 -- document_numerise_type
474 COMMENT ON TABLE document_numerise_type IS 'Type de document numérisé';
475 COMMENT ON COLUMN document_numerise_type.document_numerise_type IS 'Identifiant unique';
476 COMMENT ON COLUMN document_numerise_type.code IS 'Code du type de document numérisé';
477 COMMENT ON COLUMN document_numerise_type.libelle IS 'Libellé du type de document numérisé';
478 COMMENT ON COLUMN document_numerise_type.document_numerise_type_categorie IS 'Catégorie du type de document numérisé';
479
480 -- document_numerise_type_categorie
481 COMMENT ON TABLE document_numerise_type_categorie IS 'Catégorie du type de document numérisé';
482 COMMENT ON COLUMN document_numerise_type_categorie.document_numerise_type_categorie IS 'Identifiant unique';
483 COMMENT ON COLUMN document_numerise_type_categorie.libelle IS 'Libellé de la catégorie du type de document numérisé';
484
485 -- donnees_techniques
486 COMMENT ON TABLE donnees_techniques IS 'Données techniques';
487 COMMENT ON COLUMN donnees_techniques.donnees_techniques IS 'Identifiant unique';
488 COMMENT ON COLUMN donnees_techniques.dossier_instruction IS 'Dossier d''instruction sur lequel sont rattachées les données techniques';
489 COMMENT ON COLUMN donnees_techniques.lot IS 'Lot sur lequel sont rattachées les données techniques';
490 COMMENT ON COLUMN donnees_techniques.am_lotiss IS 'Lotissement';
491 COMMENT ON COLUMN donnees_techniques.am_autre_div IS 'Remembrement réalisé par une association foncière urbaine libre';
492 COMMENT ON COLUMN donnees_techniques.am_camping IS 'Terrain de camping';
493 COMMENT ON COLUMN donnees_techniques.am_caravane IS 'Installation d’une caravane en dehors d’un terrain de camping ou d’un parc résidentiel de loisirs';
494 COMMENT ON COLUMN donnees_techniques.am_carav_duree IS 'Durée annuelle d’installation (en mois)';
495 COMMENT ON COLUMN donnees_techniques.am_statio IS 'Aires de stationnement ouvertes au public, dépôts de véhicules et garages collectifs de caravanes ou de résidences mobiles de loisirs';
496 COMMENT ON COLUMN donnees_techniques.am_statio_cont IS 'Contenance de l''aire de stationnement (nombre d’unités)';
497 COMMENT ON COLUMN donnees_techniques.am_affou_exhau IS 'Travaux d’affouillements ou d’exhaussements du sol';
498 COMMENT ON COLUMN donnees_techniques.am_affou_exhau_sup IS 'Superficie (en m2) des travaux d’affouillements ou d’exhaussements du sol';
499 COMMENT ON COLUMN donnees_techniques.am_affou_prof IS 'Profondeur pour les travaux affouillements du sol';
500 COMMENT ON COLUMN donnees_techniques.am_exhau_haut IS 'Hauteur pour les travaux exhaussements du sol';
501 COMMENT ON COLUMN donnees_techniques.am_coupe_abat IS 'Coupe et abattage d’arbres';
502 COMMENT ON COLUMN donnees_techniques.am_prot_plu IS 'Modification ou suppression d’un élément protégé par un plan local d’urbanisme ou document d’urbanisme en tenant lieu(plan d’occupation des sols, plan de sauvegarde et de mise en valeur, plan d’aménagement de zone)';
503 COMMENT ON COLUMN donnees_techniques.am_prot_muni IS 'Modification ou suppression d’un élément protégé par une délibération du conseil municipal';
504 COMMENT ON COLUMN donnees_techniques.am_mobil_voyage IS 'Installation d’une résidence mobile constituant l’habitat permanent des gens du voyage pendant plus de trois mois consécutifs';
505 COMMENT ON COLUMN donnees_techniques.am_aire_voyage IS 'Aire d’accueil des gens du voyage';
506 COMMENT ON COLUMN donnees_techniques.am_rememb_afu IS 'Travaux ayant pour effet de modifier l’aménagement des abords d’un bâtiment situé dans un secteur sauvegardé';
507 COMMENT ON COLUMN donnees_techniques.am_parc_resid_loi IS 'Parc résidentiel de loisirs ou village de vacances';
508 COMMENT ON COLUMN donnees_techniques.am_sport_moto IS 'Aménagement d’un terrain pour la pratique de sports ou de loisirs motorisés';
509 COMMENT ON COLUMN donnees_techniques.am_sport_attrac IS 'Aménagement d’un parc d’attraction ou d’une aire de jeux et de sports';
510 COMMENT ON COLUMN donnees_techniques.am_sport_golf IS 'Aménagement d’un golf';
511 COMMENT ON COLUMN donnees_techniques.am_mob_art IS 'Installation de mobilier urbain, d’œuvre d’art';
512 COMMENT ON COLUMN donnees_techniques.am_modif_voie_esp IS 'Modification de voie ou espace publics';
513 COMMENT ON COLUMN donnees_techniques.am_plant_voie_esp IS 'Plantations effectuées sur les voies ou espaces publics';
514 COMMENT ON COLUMN donnees_techniques.am_chem_ouv_esp IS 'Chemin piétonnier ou objet mobilier destiné à l’accueil ou à l’information du public, lorsqu’ils sont nécessaires à la gestion ou à l’ouverture au public de ces espaces ou milieux';
515 COMMENT ON COLUMN donnees_techniques.am_agri_peche IS 'Aménagement nécessaire à l’exercice des activités agricoles, de pêche et de culture marine ou lacustres, conchylicoles, pastorales et forestières';
516 COMMENT ON COLUMN donnees_techniques.am_crea_voie IS 'Création d’une voie';
517 COMMENT ON COLUMN donnees_techniques.am_modif_voie_exist IS 'Travaux ayant pour effet de modifier les caractéristiques d’une voie existante';
518 COMMENT ON COLUMN donnees_techniques.am_crea_esp_sauv IS 'Création d’un espace public (secteur sauvegardé)';
519 COMMENT ON COLUMN donnees_techniques.am_crea_esp_class IS 'Création d’un espace public (site classé)';
520 COMMENT ON COLUMN donnees_techniques.am_projet_desc IS 'Description de votre projet de construction';
521 COMMENT ON COLUMN donnees_techniques.am_terr_surf IS 'Superficie du (ou des) terrain(s) à aménager (en m²)';
522 COMMENT ON COLUMN donnees_techniques.am_tranche_desc IS 'Si les travaux sont réalisés par tranches, veuillez en préciser le nombre et leur contenu';
523 COMMENT ON COLUMN donnees_techniques.am_lot_max_nb IS 'Nombre maximum de lots projetés';
524 COMMENT ON COLUMN donnees_techniques.am_lot_max_shon IS 'Surface de plancher maximale envisagée (en m²) des lots';
525 COMMENT ON COLUMN donnees_techniques.am_lot_cstr_cos IS 'Par application du coefficient d’occupation du sol (COS) à chaque lot';
526 COMMENT ON COLUMN donnees_techniques.am_lot_cstr_plan IS 'Conformément aux plans ou tableaux joints à la présente demande';
527 COMMENT ON COLUMN donnees_techniques.am_lot_cstr_vente IS 'La constructibilité sera déterminée à la vente de chaque lot. Dans ce cas, le lotisseur devra fournir un certificat aux constructeurs.';
528 COMMENT ON COLUMN donnees_techniques.am_lot_fin_diff IS 'Le projet fait l’objet d’une demande de travaux de finition différés';
529 COMMENT ON COLUMN donnees_techniques.am_lot_consign IS 'consignation en compte bloqué';
530 COMMENT ON COLUMN donnees_techniques.am_lot_gar_achev IS 'garantie financière d’achèvement des travaux';
531 COMMENT ON COLUMN donnees_techniques.am_lot_vente_ant IS 'Le projet fait l’objet d’une demande de vente ou location de lots par anticipation';
532 COMMENT ON COLUMN donnees_techniques.am_empl_nb IS 'Nombre maximum d’emplacements réservés aux tentes, caravanes ou résidences mobiles de loisirs';
533 COMMENT ON COLUMN donnees_techniques.am_tente_nb IS 'Nombre maximum d’emplacements réservés aux tentes';
534 COMMENT ON COLUMN donnees_techniques.am_carav_nb IS 'Nombre maximum d’emplacements réservés aux caravanes ';
535 COMMENT ON COLUMN donnees_techniques.am_mobil_nb IS 'Nombre maximum d’emplacements réservés aux mobiles de loisirs';
536 COMMENT ON COLUMN donnees_techniques.am_pers_nb IS 'Nombre maximal de personnes accueillies';
537 COMMENT ON COLUMN donnees_techniques.am_empl_hll_nb IS 'Nombre d’emplacements réservés aux HLL';
538 COMMENT ON COLUMN donnees_techniques.am_hll_shon IS 'Surface de plancher prévue, réservée aux HLL';
539 COMMENT ON COLUMN donnees_techniques.am_periode_exploit IS 'Lorsque le terrain est destiné à une exploitation saisonnière, veuillez préciser la (ou les) période(s) d’exploitation';
540 COMMENT ON COLUMN donnees_techniques.am_exist_agrand IS 'Agrandissement ou réaménagement d’une structure existante';
541 COMMENT ON COLUMN donnees_techniques.am_exist_date IS 'Date et/ou numéro de l’autorisation';
542 COMMENT ON COLUMN donnees_techniques.am_exist_num IS 'Nombre d’emplacements';
543 COMMENT ON COLUMN donnees_techniques.am_exist_nb_avant IS 'Nombre d’emplacements avant agrandissement ou réaménagement';
544 COMMENT ON COLUMN donnees_techniques.am_exist_nb_apres IS 'Nombre d’emplacements après agrandissement ou réaménagement';
545 COMMENT ON COLUMN donnees_techniques.am_coupe_bois IS 'Description de l''environnement : bois ou forêt';
546 COMMENT ON COLUMN donnees_techniques.am_coupe_parc IS 'Description de l''environnement : parc';
547 COMMENT ON COLUMN donnees_techniques.am_coupe_align IS 'Description de l''environnement : alignement (espaces verts urbains)';
548 COMMENT ON COLUMN donnees_techniques.am_coupe_ess IS 'Nature du boisement : Essences';
549 COMMENT ON COLUMN donnees_techniques.am_coupe_age IS 'Nature du boisement : Age';
550 COMMENT ON COLUMN donnees_techniques.am_coupe_dens IS 'Nature du boisement : Densité';
551 COMMENT ON COLUMN donnees_techniques.am_coupe_qual IS 'Nature du boisement : Qualité';
552 COMMENT ON COLUMN donnees_techniques.am_coupe_trait IS 'Nature du boisement : Traitement';
553 COMMENT ON COLUMN donnees_techniques.am_coupe_autr IS 'Nature du boisement : Autres';
554 COMMENT ON COLUMN donnees_techniques.co_archi_recours IS 'Vous avez eu recours à un architecte';
555 COMMENT ON COLUMN donnees_techniques.co_cstr_nouv IS 'Nouvelle construction';
556 COMMENT ON COLUMN donnees_techniques.co_cstr_exist IS 'Travaux ou changement de destination sur une construction existante';
557 COMMENT ON COLUMN donnees_techniques.co_cloture IS 'Travaux clôturé';
558 COMMENT ON COLUMN donnees_techniques.co_elec_tension IS 'Puissance électrique nécessaire à votre projet';
559 COMMENT ON COLUMN donnees_techniques.co_div_terr IS 'Le terrain doit être divisé en propriété ou en jouissance avant l’achèvement de la (ou des) construction(s)';
560 COMMENT ON COLUMN donnees_techniques.co_projet_desc IS 'Courte description de votre projet ou de vos travaux';
561 COMMENT ON COLUMN donnees_techniques.co_anx_pisc IS 'Complément construction : Piscine';
562 COMMENT ON COLUMN donnees_techniques.co_anx_gara IS 'Complément construction : Garage';
563 COMMENT ON COLUMN donnees_techniques.co_anx_veran IS 'Complément construction : Véranda';
564 COMMENT ON COLUMN donnees_techniques.co_anx_abri IS 'Complément construction : Abri de jardin';
565 COMMENT ON COLUMN donnees_techniques.co_anx_autr IS 'Complément construction : Autres annexes à l’habitation';
566 COMMENT ON COLUMN donnees_techniques.co_anx_autr_desc IS 'Informations complémentaires sur les autres annexes à l’habitation';
567 COMMENT ON COLUMN donnees_techniques.co_tot_log_nb IS 'Nombre total de logements créés';
568 COMMENT ON COLUMN donnees_techniques.co_tot_ind_nb IS 'Nombre total de logements individuels créés';
569 COMMENT ON COLUMN donnees_techniques.co_tot_coll_nb IS 'Nombre total de logements collectifs créés';
570 COMMENT ON COLUMN donnees_techniques.co_mais_piece_nb IS 'Nombre de pièces de la maison';
571 COMMENT ON COLUMN donnees_techniques.co_mais_niv_nb IS 'Nombre de niveaux de la maison';
572 COMMENT ON COLUMN donnees_techniques.co_fin_lls_nb IS 'Répartition du nombre total de logement créés par type de financement : Logement Locatif Social';
573 COMMENT ON COLUMN donnees_techniques.co_fin_aa_nb IS 'Répartition du nombre total de logement créés par type de financement : Accession Sociale (hors prêt à taux zéro)';
574 COMMENT ON COLUMN donnees_techniques.co_fin_ptz_nb IS 'Répartition du nombre total de logement créés par type de financement : Prêt à taux zéro';
575 COMMENT ON COLUMN donnees_techniques.co_fin_autr_nb IS 'Répartition du nombre total de logement créés par type de financement : Autres financements';
576 COMMENT ON COLUMN donnees_techniques.co_fin_autr_desc IS 'Description des autres financements';
577 COMMENT ON COLUMN donnees_techniques.co_mais_contrat_ind IS 'Souscrit un contrat de construction de maison individuelle';
578 COMMENT ON COLUMN donnees_techniques.co_uti_pers IS 'Occupation personnelle ou en compte propre';
579 COMMENT ON COLUMN donnees_techniques.co_uti_vente IS 'Mode d''utilisation principale des logements : Pour la vente';
580 COMMENT ON COLUMN donnees_techniques.co_uti_loc IS 'Mode d''utilisation principale des logements : Pour la location';
581 COMMENT ON COLUMN donnees_techniques.co_uti_princ IS 'Occupation personnelle : Résidence principale';
582 COMMENT ON COLUMN donnees_techniques.co_uti_secon IS 'Occupation personnelle : Résidence secondaire';
583 COMMENT ON COLUMN donnees_techniques.co_resid_agees IS 'Projet foyer ou residence : Résidence pour personnes âgées';
584 COMMENT ON COLUMN donnees_techniques.co_resid_etud IS 'Projet foyer ou residence : Résidence pour étudiants';
585 COMMENT ON COLUMN donnees_techniques.co_resid_tourism IS 'Projet foyer ou residence : Résidence de tourisme';
586 COMMENT ON COLUMN donnees_techniques.co_resid_hot_soc IS 'Projet foyer ou residence : Résidence hôtelière à vocation sociale';
587 COMMENT ON COLUMN donnees_techniques.co_resid_soc IS 'Projet foyer ou residence : Résidence sociale';
588 COMMENT ON COLUMN donnees_techniques.co_resid_hand IS 'Projet foyer ou residence : Résidence pour personnes handicapées';
589 COMMENT ON COLUMN donnees_techniques.co_resid_autr IS 'Projet foyer ou residence : Résidence autres';
590 COMMENT ON COLUMN donnees_techniques.co_resid_autr_desc IS 'Précision sur résidence autres';
591 COMMENT ON COLUMN donnees_techniques.co_foyer_chamb_nb IS 'Nombre de chambres créées en foyer ou dans un hébergement d’un autre type';
592 COMMENT ON COLUMN donnees_techniques.co_log_1p_nb IS 'Repartition du nombre de logements créés selon le nombre de pièces : 1 pièce';
593 COMMENT ON COLUMN donnees_techniques.co_log_2p_nb IS 'Repartition du nombre de logements créés selon le nombre de pièces : 2 pièces';
594 COMMENT ON COLUMN donnees_techniques.co_log_3p_nb IS 'Repartition du nombre de logements créés selon le nombre de pièces : 3 pièces';
595 COMMENT ON COLUMN donnees_techniques.co_log_4p_nb IS 'Repartition du nombre de logements créés selon le nombre de pièces : 4 pièces';
596 COMMENT ON COLUMN donnees_techniques.co_log_5p_nb IS 'Repartition du nombre de logements créés selon le nombre de pièces : 5 pièces';
597 COMMENT ON COLUMN donnees_techniques.co_log_6p_nb IS 'Repartition du nombre de logements créés selon le nombre de pièces : 6 pièces';
598 COMMENT ON COLUMN donnees_techniques.co_bat_niv_nb IS 'Nombre de niveaux du bâtiment le plus élevé';
599 COMMENT ON COLUMN donnees_techniques.co_trx_exten IS 'Travaux comprennent notamment : Extension';
600 COMMENT ON COLUMN donnees_techniques.co_trx_surelev IS 'Travaux comprennent notamment : Surélévation';
601 COMMENT ON COLUMN donnees_techniques.co_trx_nivsup IS 'Travaux comprennent notamment : Création de niveaux supplémentaires';
602 COMMENT ON COLUMN donnees_techniques.co_demont_periode IS 'Période(s) de l’année durant laquelle (lesquelles) la construction doit être démontée';
603 COMMENT ON COLUMN donnees_techniques.co_sp_transport IS 'Destination des constructions futures en cas de réalisation au bénéfice d''un service public ou d''intérêt collectif : Transport';
604 COMMENT ON COLUMN donnees_techniques.co_sp_enseign IS 'Destination des constructions futures en cas de réalisation au bénéfice d''un service public ou d''intérêt collectif : Enseignement et recherche';
605 COMMENT ON COLUMN donnees_techniques.co_sp_act_soc IS 'Destination des constructions futures en cas de réalisation au bénéfice d''un service public ou d''intérêt collectif : Action sociale';
606 COMMENT ON COLUMN donnees_techniques.co_sp_ouvr_spe IS 'Destination des constructions futures en cas de réalisation au bénéfice d''un service public ou d''intérêt collectif : Ouvrage spécial';
607 COMMENT ON COLUMN donnees_techniques.co_sp_sante IS 'Destination des constructions futures en cas de réalisation au bénéfice d''un service public ou d''intérêt collectif : Santé';
608 COMMENT ON COLUMN donnees_techniques.co_sp_culture IS 'Destination des constructions futures en cas de réalisation au bénéfice d''un service public ou d''intérêt collectif : Culture et loisir';
609 COMMENT ON COLUMN donnees_techniques.co_statio_avt_nb IS 'Nombre de places de stationnement avant réalisation du projet';
610 COMMENT ON COLUMN donnees_techniques.co_statio_apr_nb IS 'Nombre de places de stationnement après réalisation du projet';
611 COMMENT ON COLUMN donnees_techniques.co_statio_adr IS 'Adresse(s) des aires de stationnement';
612 COMMENT ON COLUMN donnees_techniques.co_statio_place_nb IS 'Nombre de places affectées au projet, aménagées ou réservées en dehors du terrain sur lequel est situé le projet';
613 COMMENT ON COLUMN donnees_techniques.co_statio_tot_surf IS 'Surface totale affectée au stationnement';
614 COMMENT ON COLUMN donnees_techniques.co_statio_tot_shob IS 'Surface bâtie affectée au stationnement';
615 COMMENT ON COLUMN donnees_techniques.co_statio_comm_cin_surf IS 'Emprise au sol des surfaces, bâties ou non, affectées au stationnement';
616 COMMENT ON COLUMN donnees_techniques.su_avt_shon1 IS '';
617 COMMENT ON COLUMN donnees_techniques.su_avt_shon2 IS '';
618 COMMENT ON COLUMN donnees_techniques.su_avt_shon3 IS '';
619 COMMENT ON COLUMN donnees_techniques.su_avt_shon4 IS '';
620 COMMENT ON COLUMN donnees_techniques.su_avt_shon5 IS '';
621 COMMENT ON COLUMN donnees_techniques.su_avt_shon6 IS '';
622 COMMENT ON COLUMN donnees_techniques.su_avt_shon7 IS '';
623 COMMENT ON COLUMN donnees_techniques.su_avt_shon8 IS '';
624 COMMENT ON COLUMN donnees_techniques.su_avt_shon9 IS '';
625 COMMENT ON COLUMN donnees_techniques.su_cstr_shon1 IS '';
626 COMMENT ON COLUMN donnees_techniques.su_cstr_shon2 IS '';
627 COMMENT ON COLUMN donnees_techniques.su_cstr_shon3 IS '';
628 COMMENT ON COLUMN donnees_techniques.su_cstr_shon4 IS '';
629 COMMENT ON COLUMN donnees_techniques.su_cstr_shon5 IS '';
630 COMMENT ON COLUMN donnees_techniques.su_cstr_shon6 IS '';
631 COMMENT ON COLUMN donnees_techniques.su_cstr_shon7 IS '';
632 COMMENT ON COLUMN donnees_techniques.su_cstr_shon8 IS '';
633 COMMENT ON COLUMN donnees_techniques.su_cstr_shon9 IS '';
634 COMMENT ON COLUMN donnees_techniques.su_trsf_shon1 IS '';
635 COMMENT ON COLUMN donnees_techniques.su_trsf_shon2 IS '';
636 COMMENT ON COLUMN donnees_techniques.su_trsf_shon3 IS '';
637 COMMENT ON COLUMN donnees_techniques.su_trsf_shon4 IS '';
638 COMMENT ON COLUMN donnees_techniques.su_trsf_shon5 IS '';
639 COMMENT ON COLUMN donnees_techniques.su_trsf_shon6 IS '';
640 COMMENT ON COLUMN donnees_techniques.su_trsf_shon7 IS '';
641 COMMENT ON COLUMN donnees_techniques.su_trsf_shon8 IS '';
642 COMMENT ON COLUMN donnees_techniques.su_trsf_shon9 IS '';
643 COMMENT ON COLUMN donnees_techniques.su_chge_shon1 IS '';
644 COMMENT ON COLUMN donnees_techniques.su_chge_shon2 IS '';
645 COMMENT ON COLUMN donnees_techniques.su_chge_shon3 IS '';
646 COMMENT ON COLUMN donnees_techniques.su_chge_shon4 IS '';
647 COMMENT ON COLUMN donnees_techniques.su_chge_shon5 IS '';
648 COMMENT ON COLUMN donnees_techniques.su_chge_shon6 IS '';
649 COMMENT ON COLUMN donnees_techniques.su_chge_shon7 IS '';
650 COMMENT ON COLUMN donnees_techniques.su_chge_shon8 IS '';
651 COMMENT ON COLUMN donnees_techniques.su_chge_shon9 IS '';
652 COMMENT ON COLUMN donnees_techniques.su_demo_shon1 IS '';
653 COMMENT ON COLUMN donnees_techniques.su_demo_shon2 IS '';
654 COMMENT ON COLUMN donnees_techniques.su_demo_shon3 IS '';
655 COMMENT ON COLUMN donnees_techniques.su_demo_shon4 IS '';
656 COMMENT ON COLUMN donnees_techniques.su_demo_shon5 IS '';
657 COMMENT ON COLUMN donnees_techniques.su_demo_shon6 IS '';
658 COMMENT ON COLUMN donnees_techniques.su_demo_shon7 IS '';
659 COMMENT ON COLUMN donnees_techniques.su_demo_shon8 IS '';
660 COMMENT ON COLUMN donnees_techniques.su_demo_shon9 IS '';
661 COMMENT ON COLUMN donnees_techniques.su_sup_shon1 IS '';
662 COMMENT ON COLUMN donnees_techniques.su_sup_shon2 IS '';
663 COMMENT ON COLUMN donnees_techniques.su_sup_shon3 IS '';
664 COMMENT ON COLUMN donnees_techniques.su_sup_shon4 IS '';
665 COMMENT ON COLUMN donnees_techniques.su_sup_shon5 IS '';
666 COMMENT ON COLUMN donnees_techniques.su_sup_shon6 IS '';
667 COMMENT ON COLUMN donnees_techniques.su_sup_shon7 IS '';
668 COMMENT ON COLUMN donnees_techniques.su_sup_shon8 IS '';
669 COMMENT ON COLUMN donnees_techniques.su_sup_shon9 IS '';
670 COMMENT ON COLUMN donnees_techniques.su_tot_shon1 IS '';
671 COMMENT ON COLUMN donnees_techniques.su_tot_shon2 IS '';
672 COMMENT ON COLUMN donnees_techniques.su_tot_shon3 IS '';
673 COMMENT ON COLUMN donnees_techniques.su_tot_shon4 IS '';
674 COMMENT ON COLUMN donnees_techniques.su_tot_shon5 IS '';
675 COMMENT ON COLUMN donnees_techniques.su_tot_shon6 IS '';
676 COMMENT ON COLUMN donnees_techniques.su_tot_shon7 IS '';
677 COMMENT ON COLUMN donnees_techniques.su_tot_shon8 IS '';
678 COMMENT ON COLUMN donnees_techniques.su_tot_shon9 IS '';
679 COMMENT ON COLUMN donnees_techniques.su_avt_shon_tot IS '';
680 COMMENT ON COLUMN donnees_techniques.su_cstr_shon_tot IS '';
681 COMMENT ON COLUMN donnees_techniques.su_trsf_shon_tot IS '';
682 COMMENT ON COLUMN donnees_techniques.su_chge_shon_tot IS '';
683 COMMENT ON COLUMN donnees_techniques.su_demo_shon_tot IS '';
684 COMMENT ON COLUMN donnees_techniques.su_sup_shon_tot IS '';
685 COMMENT ON COLUMN donnees_techniques.su_tot_shon_tot IS '';
686 COMMENT ON COLUMN donnees_techniques.dm_constr_dates IS 'Date(s) approximative(s) à laquelle le ou les bâtiments dont la démolition est envisagée ont été construits';
687 COMMENT ON COLUMN donnees_techniques.dm_total IS 'Démolition totale';
688 COMMENT ON COLUMN donnees_techniques.dm_partiel IS 'Démolition partiel';
689 COMMENT ON COLUMN donnees_techniques.dm_projet_desc IS 'En cas de démolition partielle, veuillez décrire les travaux qui seront, le cas échéant, effectués sur les constructions restantes';
690 COMMENT ON COLUMN donnees_techniques.dm_tot_log_nb IS 'Nombre de logement démolis';
691 COMMENT ON COLUMN donnees_techniques.tax_surf_tot IS 'Superficie totale du (ou des) terrain(s) (en m²)';
692 COMMENT ON COLUMN donnees_techniques.tax_surf IS 'Superficie du (ou des) terrain(s) à aménager (en m²)';
693 COMMENT ON COLUMN donnees_techniques.tax_surf_suppr_mod IS 'Surface taxable supprimée par la modification (en m²)';
694 COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb1 IS '';
695 COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb2 IS '';
696 COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb3 IS '';
697 COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb4 IS '';
698 COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb_tot1 IS '';
699 COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb_tot2 IS '';
700 COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb_tot3 IS '';
701 COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb_tot4 IS '';
702 COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf1 IS '';
703 COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf2 IS '';
704 COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf3 IS '';
705 COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf4 IS '';
706 COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf_sup1 IS '';
707 COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf_sup2 IS '';
708 COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf_sup3 IS '';
709 COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf_sup4 IS '';
710 COMMENT ON COLUMN donnees_techniques.tax_su_heber_log_nb1 IS '';
711 COMMENT ON COLUMN donnees_techniques.tax_su_heber_log_nb2 IS '';
712 COMMENT ON COLUMN donnees_techniques.tax_su_heber_log_nb3 IS '';
713 COMMENT ON COLUMN donnees_techniques.tax_su_heber_log_nb_tot1 IS '';
714 COMMENT ON COLUMN donnees_techniques.tax_su_heber_log_nb_tot2 IS '';
715 COMMENT ON COLUMN donnees_techniques.tax_su_heber_log_nb_tot3 IS '';
716 COMMENT ON COLUMN donnees_techniques.tax_su_heber_surf1 IS '';
717 COMMENT ON COLUMN donnees_techniques.tax_su_heber_surf2 IS '';
718 COMMENT ON COLUMN donnees_techniques.tax_su_heber_surf3 IS '';
719 COMMENT ON COLUMN donnees_techniques.tax_su_heber_surf_sup1 IS '';
720 COMMENT ON COLUMN donnees_techniques.tax_su_heber_surf_sup2 IS '';
721 COMMENT ON COLUMN donnees_techniques.tax_su_heber_surf_sup3 IS '';
722 COMMENT ON COLUMN donnees_techniques.tax_su_secon_log_nb IS '';
723 COMMENT ON COLUMN donnees_techniques.tax_su_tot_log_nb IS '';
724 COMMENT ON COLUMN donnees_techniques.tax_su_secon_log_nb_tot IS '';
725 COMMENT ON COLUMN donnees_techniques.tax_su_secon_surf IS '';
726 COMMENT ON COLUMN donnees_techniques.tax_su_tot_surf IS '';
727 COMMENT ON COLUMN donnees_techniques.tax_su_secon_surf_sup IS '';
728 COMMENT ON COLUMN donnees_techniques.tax_su_tot_surf_sup IS '';
729 COMMENT ON COLUMN donnees_techniques.tax_ext_pret IS 'Aide pour la réalisation des travaux';
730 COMMENT ON COLUMN donnees_techniques.tax_ext_desc IS 'Description de l''aide pour la réalisation des travaux';
731 COMMENT ON COLUMN donnees_techniques.tax_surf_tax_exist_cons IS 'Conserver la surface taxable existante';
732 COMMENT ON COLUMN donnees_techniques.tax_log_exist_nb IS 'Quel est le nombre de logements existants ?';
733 COMMENT ON COLUMN donnees_techniques.tax_am_statio_ext IS 'Nombre de places de stationnement situées à l’extérieur de la construction';
734 COMMENT ON COLUMN donnees_techniques.tax_sup_bass_pisc IS 'Superficie du bassin de la piscine';
735 COMMENT ON COLUMN donnees_techniques.tax_empl_ten_carav_mobil_nb IS 'Nombre d’emplacements de tentes, de caravanes et de résidences mobiles de loisirs';
736 COMMENT ON COLUMN donnees_techniques.tax_empl_hll_nb IS 'Nombre d’emplacements pour les habitations légères de loisirs';
737 COMMENT ON COLUMN donnees_techniques.tax_eol_haut_nb IS 'Nombre d’éoliennes dont la hauteur est supérieure à 12 m';
738 COMMENT ON COLUMN donnees_techniques.tax_pann_volt_sup IS 'Superficie des panneaux photovoltaïques posés au sol';
739 COMMENT ON COLUMN donnees_techniques.tax_am_statio_ext_sup IS 'Nombre de places de stationnement situées à l’extérieur de la construction';
740 COMMENT ON COLUMN donnees_techniques.tax_sup_bass_pisc_sup IS 'Superficie du bassin de la piscine';
741 COMMENT ON COLUMN donnees_techniques.tax_empl_ten_carav_mobil_nb_sup IS 'Nombre d’emplacements de tentes, de caravanes et de résidences mobiles de loisirs';
742 COMMENT ON COLUMN donnees_techniques.tax_empl_hll_nb_sup IS 'Nombre d’emplacements pour les habitations légères de loisirs';
743 COMMENT ON COLUMN donnees_techniques.tax_eol_haut_nb_sup IS 'Nombre d’éoliennes dont la hauteur est supérieure à 12 m';
744 COMMENT ON COLUMN donnees_techniques.tax_pann_volt_sup_sup IS 'Superficie des panneaux photovoltaïques posés au sol';
745 COMMENT ON COLUMN donnees_techniques.tax_trx_presc_ppr IS 'Les travaux projetés sont-ils réalisés suite à des prescriptions résultant d’un Plan de Prévention des Risques naturels, technologiques ou miniers ?';
746 COMMENT ON COLUMN donnees_techniques.tax_monu_hist IS 'La construction projetée concerne t-elle un immeuble classé parmi les monuments historiques ou inscrit à l’inventaire des monuments historiques ?';
747 COMMENT ON COLUMN donnees_techniques.tax_comm_nb IS 'Nombre de commerces dont la surface de vente est inférieure à 400 m²';
748 COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf1 IS '';
749 COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf2 IS '';
750 COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf3 IS '';
751 COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf4 IS '';
752 COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf5 IS '';
753 COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf6 IS '';
754 COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf7 IS '';
755 COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf_sup1 IS '';
756 COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf_sup2 IS '';
757 COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf_sup3 IS '';
758 COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf_sup4 IS '';
759 COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf_sup5 IS '';
760 COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf_sup6 IS '';
761 COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf_sup7 IS '';
762 COMMENT ON COLUMN donnees_techniques.vsd_surf_planch_smd IS 'La surface de plancher de la construction projetée est-elle égale ou supérieure au seuil minimal de densité';
763 COMMENT ON COLUMN donnees_techniques.vsd_unit_fonc_sup IS 'La superficie de votre unité foncière';
764 COMMENT ON COLUMN donnees_techniques.vsd_unit_fonc_constr_sup IS 'La superficie de l’unité foncière effectivement constructible';
765 COMMENT ON COLUMN donnees_techniques.vsd_val_terr IS 'La valeur du m² de terrain nu et libre';
766 COMMENT ON COLUMN donnees_techniques.vsd_const_sxist_non_dem_surf IS 'Les surfaces de plancher des constructions existantes non destinées à être démolies (en m²)';
767 COMMENT ON COLUMN donnees_techniques.vsd_rescr_fisc IS 'Si vous avez bénéficié avant le dépôt de votre demande d’un rescrit fiscal, indiquez sa date';
768 COMMENT ON COLUMN donnees_techniques.pld_val_terr IS 'Valeur du m² de terrain nu et libre';
769 COMMENT ON COLUMN donnees_techniques.pld_const_exist_dem IS 'Des constructions existant sur votre terrain avant le 1er avril 1976 ont été démolies';
770 COMMENT ON COLUMN donnees_techniques.pld_const_exist_dem_surf IS 'Si oui, indiquez ici la surface de plancher démolie';
771 COMMENT ON COLUMN donnees_techniques.code_cnil IS 'code CNIL';
772 COMMENT ON COLUMN donnees_techniques.terr_juri_titul IS 'Titulaire d’un certificat d’urbanisme pour le terrain';
773 COMMENT ON COLUMN donnees_techniques.terr_juri_lot IS 'Le terrain est situé dans un lotissement';
774 COMMENT ON COLUMN donnees_techniques.terr_juri_zac IS 'Le terrain situé dans une Zone d’Aménagement Concertée (Z.A.C.)';
775 COMMENT ON COLUMN donnees_techniques.terr_juri_afu IS 'Le terrain fait partie d’un remembrement urbain (Association Foncière Urbain)';
776 COMMENT ON COLUMN donnees_techniques.terr_juri_pup IS 'Le terrain est situé dans un périmètre ayant fait l’objet d’une convention de Projet Urbain Partenarial (P.U.P)';
777 COMMENT ON COLUMN donnees_techniques.terr_juri_oin IS 'Le projet est situé dans le périmètre d’une Opération d’Intérêt National (O.I.N)';
778 COMMENT ON COLUMN donnees_techniques.terr_juri_desc IS 'Si votre terrain est concerné par l’un des cas ci-dessus, veuillez préciser, si vous les connaissez, les dates de décision ou d’autorisation, les numéros et les dénominations ';
779 COMMENT ON COLUMN donnees_techniques.terr_div_surf_etab IS 'surface des constructions déjà établies sur l’autre partie du terrain (en m2)';
780 COMMENT ON COLUMN donnees_techniques.terr_div_surf_av_div IS 'et la superficie du terrain avant division (en m²)';
781 COMMENT ON COLUMN donnees_techniques.doc_date IS 'Date ouverture chantier';
782 COMMENT ON COLUMN donnees_techniques.doc_tot_trav IS 'Pour la totalité des travaux';
783 COMMENT ON COLUMN donnees_techniques.doc_tranche_trav IS 'Pour une tranche des travaux';
784 COMMENT ON COLUMN donnees_techniques.doc_tranche_trav_desc IS 'Veuillez préciser quels sont les aménagements ou constructions commencés';
785 COMMENT ON COLUMN donnees_techniques.doc_surf IS 'Surface créée';
786 COMMENT ON COLUMN donnees_techniques.doc_nb_log IS 'Nombre de logements commencés';
787 COMMENT ON COLUMN donnees_techniques.doc_nb_log_indiv IS 'Nombre de logements individuels commencés';
788 COMMENT ON COLUMN donnees_techniques.doc_nb_log_coll IS 'Nombre de logements collectifs commencés';
789 COMMENT ON COLUMN donnees_techniques.doc_nb_log_lls IS 'Logement Locatif Social';
790 COMMENT ON COLUMN donnees_techniques.doc_nb_log_aa IS 'Accession Sociale';
791 COMMENT ON COLUMN donnees_techniques.doc_nb_log_ptz IS 'Prêt à taux zéro';
792 COMMENT ON COLUMN donnees_techniques.doc_nb_log_autre IS 'Autres financements';
793 COMMENT ON COLUMN donnees_techniques.daact_date IS 'Date achévement chantier';
794 COMMENT ON COLUMN donnees_techniques.daact_date_chgmt_dest IS 'Date changement de destination';
795 COMMENT ON COLUMN donnees_techniques.daact_tot_trav IS 'Pour la totalité des travaux';
796 COMMENT ON COLUMN donnees_techniques.daact_tranche_trav IS 'Pour une tranche des travaux';
797 COMMENT ON COLUMN donnees_techniques.daact_tranche_trav_desc IS 'Veuillez préciser quels sont les aménagements ou constructions achevés';
798 COMMENT ON COLUMN donnees_techniques.daact_surf IS 'Surface créée';
799 COMMENT ON COLUMN donnees_techniques.daact_nb_log IS 'Nombre de logements terminés';
800 COMMENT ON COLUMN donnees_techniques.daact_nb_log_indiv IS 'Nombre de logements individuels terminés';
801 COMMENT ON COLUMN donnees_techniques.daact_nb_log_coll IS 'Nombre de logements collectifs terminés';
802 COMMENT ON COLUMN donnees_techniques.daact_nb_log_lls IS 'Logement Locatif Social ';
803 COMMENT ON COLUMN donnees_techniques.daact_nb_log_aa IS 'Accession Sociale (hors prêt à taux zéro) ';
804 COMMENT ON COLUMN donnees_techniques.daact_nb_log_ptz IS 'Prêt à taux zéro';
805 COMMENT ON COLUMN donnees_techniques.daact_nb_log_autre IS 'Autres financements';
806 COMMENT ON COLUMN donnees_techniques.dossier_autorisation IS 'Dossier d''autorisation concernés par les données techniques';
807 COMMENT ON COLUMN donnees_techniques.am_div_mun IS 'Division foncière située dans une partie de la commune délimitée par le conseil municipal';
808 COMMENT ON COLUMN donnees_techniques.co_perf_energ IS 'Niveau de performance énergétique';
809 COMMENT ON COLUMN donnees_techniques.architecte IS 'Vous avez eu recours à un architecte';
810 COMMENT ON COLUMN donnees_techniques.co_statio_avt_shob IS 'Surface hors œuvre brute des aires bâties de stationnement en m² avant réalisation';
811 COMMENT ON COLUMN donnees_techniques.co_statio_apr_shob IS 'Surface hors œuvre brute des aires bâties de stationnement en m² après réalisation';
812 COMMENT ON COLUMN donnees_techniques.co_statio_avt_surf IS 'Surface de l’emprise au sol des aires non bâties de stationnement en m² avant construction';
813 COMMENT ON COLUMN donnees_techniques.co_statio_apr_surf IS 'Surface de l’emprise au sol des aires non bâties de stationnement en m² après réalisation';
814 COMMENT ON COLUMN donnees_techniques.co_trx_amgt IS '';
815 COMMENT ON COLUMN donnees_techniques.co_modif_aspect IS '';
816 COMMENT ON COLUMN donnees_techniques.co_modif_struct IS '';
817 COMMENT ON COLUMN donnees_techniques.co_ouvr_elec IS '';
818 COMMENT ON COLUMN donnees_techniques.co_ouvr_infra IS '';
819 COMMENT ON COLUMN donnees_techniques.co_trx_imm IS '';
820 COMMENT ON COLUMN donnees_techniques.co_cstr_shob IS '';
821 COMMENT ON COLUMN donnees_techniques.am_voyage_deb IS '';
822 COMMENT ON COLUMN donnees_techniques.am_voyage_fin IS '';
823 COMMENT ON COLUMN donnees_techniques.am_modif_amgt IS '';
824 COMMENT ON COLUMN donnees_techniques.am_lot_max_shob IS 'indiquez la surface hors œuvre brute (SHOB) maximale envisagée';
825 COMMENT ON COLUMN donnees_techniques.mod_desc IS 'Descriptiondes modifications apportées à votre projet';
826 COMMENT ON COLUMN donnees_techniques.tr_total IS 'transfert total';
827 COMMENT ON COLUMN donnees_techniques.tr_partiel IS 'transfert partiel';
828 COMMENT ON COLUMN donnees_techniques.tr_desc IS 'description de la (ou des) partie(s) tranférée(s)';
829 COMMENT ON COLUMN donnees_techniques.avap_co_elt_pro IS 'Modification ou suppression d''un élément protégé par une délibération du conseil municipal.';
830 COMMENT ON COLUMN donnees_techniques.avap_nouv_haut_surf IS 'Construction nouvelle de moins de 12m de hauteur et dont la surface hors œuvre brute ne dépasse 2m²';
831 COMMENT ON COLUMN donnees_techniques.avap_co_clot IS 'Clôture';
832 COMMENT ON COLUMN donnees_techniques.avap_aut_coup_aba_arb IS 'Coupe et abattage d''arbres';
833 COMMENT ON COLUMN donnees_techniques.avap_ouv_infra IS 'Ouvrage d''infrastructure';
834 COMMENT ON COLUMN donnees_techniques.avap_aut_inst_mob IS 'Installation de mobilier urbain ou d''oeuvre d''art';
835 COMMENT ON COLUMN donnees_techniques.avap_aut_plant IS 'Plantation effectuée sur voie ou espace public';
836 COMMENT ON COLUMN donnees_techniques.avap_aut_auv_elec IS 'Ouvrage et accessoires de lignes de distribution électrique';
837 COMMENT ON COLUMN donnees_techniques.tax_dest_loc_tr IS '';
838
839 -- dossier
840
841 -- dossier_autorisation
842
843 -- dossier_autorisation_parcelle
844
845 -- dossier_autorisation_type
846
847 -- dossier_autorisation_type_detaille
848
849 -- dossier_commission
850
851 -- dossier_instruction_type
852
853 -- dossier_message
854
855 -- dossier_parcelle
856
857 -- etat
858
859 -- etat_dossier_autorisation
860
861 -- evenement
862
863 -- genre
864
865 -- groupe
866
867 -- instructeur
868
869 -- instruction
870
871 -- lien_demande_demandeur
872
873 -- lien_demande_type_etat_dossier_autorisation
874
875 -- lien_dossier_autorisation_demandeur
876
877 -- lien_dossier_demandeur
878
879 -- lien_dossier_instruction_type_evenement
880
881 -- lien_lot_demandeur
882
883 -- lien_service_om_utilisateur
884
885 -- lien_service_service_categorie
886
887 -- lot
888
889 -- om_collectivite
890
891 -- om_dashboard
892
893 -- om_droit
894
895 -- om_etat
896
897 -- om_lettretype
898
899 -- om_logo
900
901 -- om_parametre
902
903 -- om_profil
904
905 -- om_requete
906
907 -- om_sig_map
908
909 -- om_sig_map_comp
910
911 -- om_sig_map_wms
912
913 -- om_sig_wms
914
915 -- om_sousetat
916
917 -- om_utilisateur
918
919 -- om_version
920
921 -- om_widget
922
923 -- parcelle
924
925 -- parcelle_lot
926
927 -- pos
928
929 -- proprietaire
930
931 -- quartier
932
933 -- rapport_instruction
934
935 -- regle
936
937 -- rivoli
938
939 -- service
940
941 -- service_categorie
942
943 -- servitude_ligne
944
945 -- servitude_point
946
947 -- servitude_surfacique
948
949 -- sig_elyx
950
951 -- signataire_arrete
952
953 -- transition
954

Properties

Name Value
svn:keywords Id

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26