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. 125-BS Bienenstände Kantonales Geodatenmodell (KGDM) Metadaten: https://www.geocat.ch/geonetwork/srv/ger/catalog.search#/metadata/aab43931-2ed3-4b86-8a7b-eb68ff4fe8aa Modellrepository inkl. Modellbeschreibungen: https://models.geo.bs.ch ===================================================================================== Revision History: 2021-05-26 / svawac, svagal Modell erstellt ===================================================================================== */ MODEL BH_Bienenstaende_KGDM_V1_0_LV95 (de) AT "https://www.geo.bs.ch" VERSION "2021-05-26" = IMPORTS BS_Basis_KGDM_V1_0_LV95; TOPIC Bienenstaende = CLASS Standort = /** Identifikator des Standortes */ Id_Standort : MANDATORY 0 .. 9999; /** Name des Bienenstandbesitzers */ Name : TEXT; /** Vorname des Bienenstandbesitzers */ Vorname : TEXT; /** Strasse des Bienenstandbesitzers */ Strasse : TEXT; /** Wohnort des Bienenstandbesitzers */ Wohnort : TEXT; /** Postleitzahl des Bienenstandbesitzers */ Postleitzahl : 0 .. 99999; /** E-Mail Adresse des Bienenstandbesitzers */ Email : TEXT; /** Kantonskürzel des Standortes */ Kanton : TEXT; /** Ortschaft des Standortes */ Ortschaft : TEXT; /** Stand Nr. des Standortes */ Standortnummer : TEXT; /** Adresse des Standortes */ Adresse : TEXT; /** Völkeranzahl des Standortes */ Voelker : 0 .. 9999; Geometrie: MANDATORY BS_Basis_KGDM_V1_0_LV95.BSKoord2D; UNIQUE Id_Standort; END Standort; END Bienenstaende; END BH_Bienenstaende_KGDM_V1_0_LV95.