From ad9061ea7277e717ba7cf40ffa3913e712c390bb Mon Sep 17 00:00:00 2001 From: Karsten Deininger Date: Mon, 4 Nov 2019 14:57:05 +0100 Subject: [PATCH] Add attribute "approval_date" (#62) * Add attribute "approval_date" Add new property `approval_date` to `Document` elements. This addition is needed to fix an issue with the data at Canton AI. Closes #56 --- CHANGELOG | 1 + geolink_formatter/schema/v1.0.0.xsd | 2 ++ geolink_formatter/schema/v1.1.0.xsd | 3 +++ geolink_formatter/schema/v1.1.1.xsd | 3 +++ 4 files changed, 9 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 032f6490..e56799bf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,7 @@ Supported geoLink schema versions: v1.0.0, v1.1.0, v1.1.1 (default) - Add test for arbitrary URL parameters - Add enumeration value "Bezirk" for attribute "federal_level" - If available, show abrogation date instead of files in HTML output +- Add additional attributes in schema (approval_date, publication_date and cycle) 1.3.2 diff --git a/geolink_formatter/schema/v1.0.0.xsd b/geolink_formatter/schema/v1.0.0.xsd index de3f33e6..43dc85f9 100644 --- a/geolink_formatter/schema/v1.0.0.xsd +++ b/geolink_formatter/schema/v1.0.0.xsd @@ -57,6 +57,8 @@ + + diff --git a/geolink_formatter/schema/v1.1.0.xsd b/geolink_formatter/schema/v1.1.0.xsd index 525a867d..036b44ab 100644 --- a/geolink_formatter/schema/v1.1.0.xsd +++ b/geolink_formatter/schema/v1.1.0.xsd @@ -50,6 +50,7 @@ + @@ -59,6 +60,8 @@ + + diff --git a/geolink_formatter/schema/v1.1.1.xsd b/geolink_formatter/schema/v1.1.1.xsd index 525a867d..036b44ab 100644 --- a/geolink_formatter/schema/v1.1.1.xsd +++ b/geolink_formatter/schema/v1.1.1.xsd @@ -50,6 +50,7 @@ + @@ -59,6 +60,8 @@ + +