INTERLIS 2.3; !!======================================================================================== !! Copyright (c) 2023, GIS-Fachstelle des Amtes für Geoinformation Kanton Basel-Landschaft !! All rights reserved. !! !! Datum | Version | Autor/in | Aenderung !!---------------------------------------------------------------------------------------- !! 06.07.2023 | 1.0 | OPENGIS.ch | Ersterstellung !!---------------------------------------------------------------------------------------- !!@ technicalContact="mailto:support.gis@bl.ch" !!@ furtherInformation="https://geo.bl.ch" !!======================================================================================== MODEL ch_bl_lha_luft_anlagen_betriebe_intern_v1_0 (de) AT "http://models.geo.bl.ch/LHA" VERSION "2023-07-06" = IMPORTS ch_bl_lha_luft_anlagen_betriebe_v1_0; TOPIC ch_bl_lha_luft_anlagen_betriebe_intern EXTENDS ch_bl_lha_luft_anlagen_betriebe_v1_0.ch_bl_lha_luft_anlagen_betriebe= CLASS anlage_lha (EXTENDED)= anlagenname : TEXT*100; baujahr : 0 .. 9999; anlage_fwl : 0 .. 2147483647; lrk_eingehalten : TEXT*4; anlagenverantwortlicher : TEXT*100; snap_code : 1 .. 2147483647; voc_total : 0.000 .. 100000.000; nox_total : 0.000 .. 100000.000; stb_total : 0.000 .. 100000.000; END anlage_lha; END ch_bl_lha_luft_anlagen_betriebe_intern; END ch_bl_lha_luft_anlagen_betriebe_intern_v1_0.