INTERLIS 2.3;

!!@ Title = "Linthperimeter"; 
!!@ shortDescription = "Linthperimeter"; 
!!@ Issuer = http://www.areg.sg.ch; 
!!@ technicalContact = mailto:geodaten@sg.ch; 
!!@ furtherInformation = http://www.geoinformation.sg.ch; 
!!@ IDkGeoIV = "93-SG"; 
!!@ kGeoIV_Kategorie = "IV"; 
!!@ kGeoIV_Zustaendigkeit = "AWE - Amt für Wasser und Energie";
!!@ eCH_Kategorie_Nr = -; 
!!@ eCH_Kategorie_Name = "-"; 
!!@ Modelltyp = "Publikation"; 
!!@ kGDI_Kuerzel = "LIP"; 
!!@ Compilerversion = "ili2c-5.2.0"; 
 
!! Bemerkungen: 
!!  
!! Aenderungs-Historie: 
!! 2022-05-13 / 1.0.0 / Erstfassung des Modells

MODEL SG_Linthperimeter_kt_V1_0_0
  AT "https://models.geo.sg.ch"
  VERSION "2022-05-13" =  
    IMPORTS SG_Basis_kt_V1_0_0;


  TOPIC LIP =

    CLASS LIP_Linthperimeter =
      Geometrie : MANDATORY SG_Basis_kt_V1_0_0.SGMultiFlaeche2D;
      Gemeinde : MANDATORY TEXT*255;
      Kanton : MANDATORY TEXT*255;
      Flaeche : MANDATORY 0.000 .. 50.000;
      AnteilFlaeche : MANDATORY 0.00 .. 100.00;
      DatumErfassung : MANDATORY INTERLIS.XMLDate;
    END LIP_Linthperimeter;

  END LIP;
  
END SG_Linthperimeter_kt_V1_0_0.