INTERLIS 2.3; /** !!------------------------------------------------------------------------------ * !! Version | wer | Aenderung * !!------------------------------------------------------------------------------ * !! 2021-02-02 | STP | Initialversion Publikationsdatenmodell PLZ-Gebiete */ !!@ technicalContact="mailto:geoinformation@gl.ch" MODEL GL_PLZGebiete_Publikation_V1 (de) AT "https://www.gl.ch" VERSION "2021-02-02" = IMPORTS GeometryCHLV95_V1; TOPIC PLZG = OID AS INTERLIS.UUIDOID; /** PLZ-Gebiete aus der AV (Datensatz: swisstopo) */ CLASS PLZ_Gebiete = /** PLZ - Postleitzahl */ PLZ: MANDATORY 1000..9999; /** PLZ-Zusatzziffern */ Zusatzziffern: MANDATORY 0..99; /** Ortschaftsname */ Ort: MANDATORY TEXT*40; /** Geometrie: Polygon */ Geometrie: MANDATORY GeometryCHLV95_V1.Surface; END PLZ_Gebiete; END PLZG; END GL_PLZGebiete_Publikation_V1.