INTERLIS 2.3; !!======================================================================================== !! Copyright (c) 2023, GIS-Fachstelle des Amtes für Geoinformation Kanton Basel-Landschaft !! All rights reserved. !! !! Datum | Version | Autor/in | Aenderung !!---------------------------------------------------------------------------------------- !! 05.07.2023 | 1.0 | OPENGIS.ch | Ersterstellung !! 13.06.2025 | 1.0 | rm | Definition obligatorische Attribute !! 07.08.2025 | 1.0 | rm | Attribute X- & Y-Koordinate entfernt !! | | | Umbenennung LHA -> AUE !!---------------------------------------------------------------------------------------- !!@ technicalContact="mailto:support.gis@bl.ch" !!@ furtherInformation="https://geo.bl.ch" !!======================================================================================== MODEL ch_bl_aue_windverhaeltnisse_und_betreiber_stationen_v1_0 (de) AT "http://models.geo.bl.ch/AUE" VERSION "2025-08-07" = IMPORTS UNQUALIFIED Units, CoordSys, INTERLIS; IMPORTS UNQUALIFIED bl_basis_kgdm_lv95_v2_0; TOPIC ch_bl_aue_windverhaeltnisse_und_betreiber_stationen = CLASS wind = stationsname : MANDATORY TEXT*200; typ : MANDATORY TEXT*200; komponentenkuerzel : MANDATORY TEXT*200; hoehe_ueber_meer : MANDATORY bl_basis_kgdm_lv95_v2_0.BLHoehe; hoehe_ueber_boden : 0 .. 999 [INTERLIS.m]; wind_link : MANDATORY TEXT*500; von1 : INTERLIS.XMLDate; bis1 : INTERLIS.XMLDate; von2 : INTERLIS.XMLDate; bis2 : INTERLIS.XMLDate; pdf : TEXT*500; geometrie : MANDATORY bl_basis_kgdm_lv95_v2_0.BLKoord2D; END wind; END ch_bl_aue_windverhaeltnisse_und_betreiber_stationen; END ch_bl_aue_windverhaeltnisse_und_betreiber_stationen_v1_0.