From b3062cba4473598a51ed009f70cd4f942b78c9b1 Mon Sep 17 00:00:00 2001 From: Nicolas Laval Date: Tue, 21 Jan 2025 16:09:00 +0100 Subject: [PATCH] Update SDMX ruleset in sample --- vtl-sdmx/src/test/resources/DSD_BPE_CENSUS.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vtl-sdmx/src/test/resources/DSD_BPE_CENSUS.xml b/vtl-sdmx/src/test/resources/DSD_BPE_CENSUS.xml index 15671012..b16ece3e 100644 --- a/vtl-sdmx/src/test/resources/DSD_BPE_CENSUS.xml +++ b/vtl-sdmx/src/test/resources/DSD_BPE_CENSUS.xml @@ -322,8 +322,8 @@ urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=FR1:BPE_DETAIL(1.0) - Dataflow for BPE_CENSUS - urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=FR1:LEGAL_POP(1.0) + Dataflow for LEGAL_POP_CUBE + urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=FR1:LEGAL_POP_CUBE(1.0) Dataflow for BPE_MUNICIPALITY @@ -357,8 +357,8 @@ Datapoint Ruleset UNIQUE_MUNICIPALITY - define datapoint ruleset UNIQUE_MUNICIPALITY (valuedomain CL_DEPCOM) is - MUNICIPALITY_FORMAT_RULE : match_characters(CL_DEPCOM, "[0-9]{5}|2[A-B][0-9]{3}") errorcode "Municipality code is not in the correct format" + define datapoint ruleset UNIQUE_MUNICIPALITY (variable DEPCOM) is + MUNICIPALITY_FORMAT_RULE : match_characters(DEPCOM, "[0-9]{5}|2[A-B][0-9]{3}") errorcode "Municipality code is not in the correct format" end datapoint ruleset;