INTERLIS 2.3; !!======================================================================================== !! Copyright (c) 2021, GIS-Fachstelle des Amtes für Geoinformation Kanton Basel-Landschaft !! All rights reserved. !! !! Datum | Version | Autor/in | Aenderung !!---------------------------------------------------------------------------------------- !! 13.05.2025 | 1.0 | Philipp Franke | Ersterstellung !!---------------------------------------------------------------------------------------- !!@ technicalContact="mailto:support.gis@bl.ch" !!@ furtherInformation="https://geo.bl.ch" !!======================================================================================== MODEL ch_bl_amb_zivilschutzorganisationen_v1_0 (de) AT "https://models.geo.bl.ch/amb/" VERSION "2025-05-13" = IMPORTS UNQUALIFIED Units, CoordSys, INTERLIS; IMPORTS UNQUALIFIED bl_basis_kgdm_lv95_v2_0; IMPORTS CatalogueObjects_V1; TOPIC codelisten = CLASS organisation EXTENDS CatalogueObjects_V1.Catalogues.Item = Bezeichnung: TEXT * 50; END organisation; STRUCTURE organisation_ref EXTENDS CatalogueObjects_V1.Catalogues.CatalogueReference = Reference (EXTENDED) : REFERENCE TO (EXTERNAL) organisation; END organisation_ref; END codelisten; TOPIC zivilschutzorganisationen = DEPENDS ON ch_bl_amb_zivilschutzorganisationen_v1_0.codelisten; CLASS zivilschutzorganisationen = id: MANDATORY 1 .. 99999; zivilschutzorganisationen: MANDATORY ch_bl_amb_zivilschutzorganisationen_v1_0.codelisten.organisation_ref; geometrie: MANDATORY BLMultiFlaeche2D; UNIQUE id; END zivilschutzorganisationen; END zivilschutzorganisationen; END ch_bl_amb_zivilschutzorganisationen_v1_0.