INTERLIS 2.3; !!======================================================================================== !! Copyright (c) 2021, GIS-Fachstelle des Amtes für Geoinformation Kanton Basel-Landschaft !! All rights reserved. !! !! Datum | Version | Autor/in | Aenderung !!---------------------------------------------------------------------------------------- !! 09.06.2025 | 1.0 | RUDERT-GEOINFORMATIK | Ersterstellung !!---------------------------------------------------------------------------------------- !!@ technicalContact="mailto:support.gis@bl.ch" !!@ furtherInformation="https://geo.bl.ch" MODEL ch_bl_aue_stoerfallbetriebe_v1_0 (de) AT "http://models.geo.bl.ch/AUE/" VERSION "2025-06-09" = IMPORTS UNQUALIFIED bl_basis_kgdm_lv95_v2_0; TOPIC ch_bl_aue_stoerfallbetriebe = CLASS stoerfallbetrieb = betriebsname : MANDATORY TEXT*250; konsultationsbereich : MANDATORY TEXT*20; geometrie : MANDATORY bl_basis_kgdm_lv95_v2_0.BLKoord2D; END stoerfallbetrieb; CLASS konsultationsbereich_stoerfallbetrieb = betriebsname : MANDATORY TEXT*250; konsultationsbereich : MANDATORY TEXT*20; geometrie : MANDATORY bl_basis_kgdm_lv95_v2_0.BLFlaeche2D; END konsultationsbereich_stoerfallbetrieb; END ch_bl_aue_stoerfallbetriebe; END ch_bl_aue_stoerfallbetriebe_v1_0.