INTERLIS 2.3; !!======================================================================================== !! Copyright (c) 2026, GIS-Fachstelle des Amtes für Geoinformation Kanton Basel-Landschaft !! All rights reserved. !! !! Datum | Version | Autor/in | Aenderung !!---------------------------------------------------------------------------------------- !! 24.03.2026 | 1.0 | Mü | Initiale Erstellung. !!---------------------------------------------------------------------------------------- !!@ technicalContact="mailto:support.gis@bl.ch" !!@ furtherInformation="https://geo.bl.ch" !!======================================================================================== MODEL ch_bl_aue_versorgungsperimeter_biogas_v1_0 (de) AT "https://models.geo.bl.ch/AUE/" VERSION "2026-03-24" = IMPORTS UNQUALIFIED Units, CoordSys, INTERLIS; IMPORTS bl_basis_kgdm_lv95_v2_0; TOPIC ch_bl_aue_versorgungsperimeter_biogas = CLASS versorgungsperimeter_biogas = netzname : MANDATORY TEXT*32 ; gasversorgungsunternehmen_name : MANDATORY TEXT*32 ; gasversorgungsunternehmen_email : MANDATORY TEXT*32 ; gasversorgungsunternehmen_telefon : MANDATORY TEXT*16 ; !! Letzte vorgenommene Änderung an Informationen zum Objekt aktualitaet: MANDATORY bl_basis_kgdm_lv95_v2_0.BLDatum ; geometrie : MANDATORY bl_basis_kgdm_lv95_v2_0.BLMultiFlaeche2D ; END versorgungsperimeter_biogas; END ch_bl_aue_versorgungsperimeter_biogas; END ch_bl_aue_versorgungsperimeter_biogas_v1_0.