INTERLIS 2.3; /** ===================================================================================== Bau- und Verkehrsdepartement des Kantons Basel-Stadt Grundbuch- und Vermessungsamt, Geoinformation Dufourstrasse 40/50 CH-4001 Basel geo@bs.ch www.geo.bs.ch Geobasisdatensatz Nr. 184>A Kantonale Ausnahmetransportrouten Kantonales Geodatenmodell (KGDM) Metadaten: https://www.geocat.ch/geonetwork/srv/ger/catalog.search#/metadata/98467633-6e7f-44aa-89cf-dcfa538293b4 Modellrepository inkl. Modellbeschreibungen: https://models.geo.bs.ch ===================================================================================== Revision History: 29.05.2018/svagal Modell erstellt 14.01.2019/svadiy Kommentar nach technischer Wegleitung angepasst und Unique value hinzugefügt ===================================================================================== */ MODEL AT_Ausnahmetransportrouten_KGDM_V1_0_LV95 (de) AT "https://www.geo.bs.ch" VERSION "2019-01-14" = IMPORTS BS_Basis_KGDM_V1_0_LV95; DOMAIN TOPIC Ausnahmetransportrouten = CLASS Ausnahmetransportroute = /** Def: Eindeutiger Identifikator */ Id_Route : MANDATORY 0 .. 999999; /** Def: Routentyp ASTRA */ Type : MANDATORY TEXT*5; /** Def: Routentyp Basel */ TypeBS : MANDATORY TEXT*5; /** Def: Fahrbahnbreite */ RoadWidth : MANDATORY 0.00 .. 9999.99; /** Def: Lichte Höhe */ RoadClearance : MANDATORY 0.00 .. 9999.99; /** Def: Gesamtgewicht */ TotalWeight : MANDATORY 0 .. 9999; /** Def: Achslast */ AxisLoad : MANDATORY TEXT*5; /** Def: Achslast Basel */ AxisLoadBS : TEXT*5; Geometrie : MANDATORY BS_Basis_KGDM_V1_0_LV95.BSLinie2DKreisbogen; UNIQUE Id_Route; END Ausnahmetransportroute; END Ausnahmetransportrouten; END AT_Ausnahmetransportrouten_KGDM_V1_0_LV95.