From d6fdd9d661b9e388a91c67380f5fa10767a4e104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bulot?= Date: Wed, 11 Dec 2024 16:12:19 +0100 Subject: [PATCH] feat: Add IsDynamicUnit + extends Unit content (#138) - add IsDynamicUnit + extends Unit content - bump version --- pom.xml | 2 +- src/main/resources/xsd/Questionnaire.xsd | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 774053a..f30d972 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ fr.insee.pogues pogues-model - 1.4.2 + 1.5.0 jar Pogues Model diff --git a/src/main/resources/xsd/Questionnaire.xsd b/src/main/resources/xsd/Questionnaire.xsd index f655cbc..0bb457c 100644 --- a/src/main/resources/xsd/Questionnaire.xsd +++ b/src/main/resources/xsd/Questionnaire.xsd @@ -813,9 +813,16 @@ Number of decimal places. - + - The list of units available at INSEE is described in this file : + default value is false + Allows Unit to interpret the content of Unit (reference to a Variable or Uri leading to a static unit) + + + + + When dynamic, Unit contains a reference to a Variable (containing the value) + When not dynamic, Unit contains a Uri leading to an element of the list of units available at INSEE is described in this file: https://github.com/InseeFr/DDI-Access-Services/blob/main/src/main/resources/measure-units.json.