INTERLIS 2.3; /** !!------------------------------------------------------------------------------ * !! Version | wer | Aenderung * !!------------------------------------------------------------------------------ * !! 2021-07-22 | STP | Initialversion Publikationsdatenmodell UNESCO-Welterbe */ !!@ technicalContact="mailto:geoinformation@gl.ch" MODEL GL_UNESCO_Welterbe_Publikation_V1 (de) AT "https://www.gl.ch" VERSION "2021-07-22" = IMPORTS Units,GeometryCHLV95_V1; TOPIC UNESCO_Welterbe = OID AS INTERLIS.UUIDOID; /** UNESCO-Welterbestätten im Kanton Glarus */ CLASS WNE = /** Objektnummer */ Objektnummer: MANDATORY TEXT*30; /** Name der Welterbestätte */ Name: MANDATORY TEXT*80; /** Objektblatt */ Objektblatt: URI; /** Art der Festestzung/Bestimmung */ Festsetzung: (SAC,SPA,SCI,RAMSAR,NDA); /** Schutzkategorie IUCN */ IUCNKategorie: MANDATORY TEXT; /** Fläche der Welterbestätte */ GISFlaeche: MANDATORY 0.000 .. 999999.000 [Units.ha]; /** Inkraftsetzungsdatum */ Inkraftsetzungsdatum: MANDATORY INTERLIS.XMLDate; /** Mutationsdatum */ Mutationsdatum: INTERLIS.XMLDate; /** Erläuterung zur Mutation */ Mutation_Erlaeuterung: TEXT; /** Geometrie: */ Geometrie: MANDATORY GeometryCHLV95_V1.MultiSurface; END WNE; END UNESCO_Welterbe; END GL_UNESCO_Welterbe_Publikation_V1.