INTERLIS 2.4; !!======================================================================================== !! technisches Geodatenmodell zur Datenintegration in die kantonale Geodateninfrastruktur kGDI !! Copyright (c) 2026, GIS-Fachstelle des Amtes für Geoinformation Kanton Basel-Landschaft !! All rights reserved. !! !! Datum | Version | Autor/in | Aenderung !!---------------------------------------------------------------------------------------- !! 23.07.2026 | | rm | Ersterstellung !!---------------------------------------------------------------------------------------- !!@ technicalContact="mailto:support.gis@bl.ch" !!@ furtherInformation="https://geo.bl.ch" MODEL ch_bl_arp_historische_verkehrswege_v1_0 (de) AT "https://models.geo.bl.ch/arp/technische_modelle_kgdi/" VERSION "2026-07-23" = IMPORTS UNQUALIFIED Units, ch_bl_basis_v3_0; TOPIC ch_bl_arp_historische_verkehrswege = CLASS verkehrsweg = ivs_name: TEXT*100; ivs_nr : TEXT*20; typ : TEXT*30; ivs_id : 0 .. 100000; ivs_typ : 1 .. 10; ivs_bed : 0 .. 100000; ivs_kanton : TEXT*2; ivs_sort : TEXT*20 ; link_weg : INTERLIS.URI; geometrie : MANDATORY ch_bl_basis_v3_0.CH_LinieOhneBogen ; END verkehrsweg; END ch_bl_arp_historische_verkehrswege; END ch_bl_arp_historische_verkehrswege_v1_0.