Skip to content

Commit

Permalink
Fix DSD_BPE_CENSUS.xml shema path
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Jan 20, 2025
1 parent 8ca41ac commit 58ca9a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions vtl-sdmx/src/test/resources/DSD_BPE_CENSUS.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<mes:Structure xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:mes="http://www.sdmx.org/resources/sdmxml/schemas/v3_0/message" xmlns:str="http://www.sdmx.org/resources/sdmxml/schemas/v3_0/structure" xmlns:com="http://www.sdmx.org/resources/sdmxml/schemas/v3_0/common" xsi:schemaLocation="http://www.sdmx.org/resources/sdmxml/schemas/v3_0/message https://raw.githubusercontent.com/sdmx-twg/sdmx-ml-v2_1/master/schemas/SDMXMessage.xsd">
<mes:Structure xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:mes="http://www.sdmx.org/resources/sdmxml/schemas/v3_0/message" xmlns:str="http://www.sdmx.org/resources/sdmxml/schemas/v3_0/structure" xmlns:com="http://www.sdmx.org/resources/sdmxml/schemas/v3_0/common" xsi:schemaLocation="http://www.sdmx.org/resources/sdmxml/schemas/v3_0/message https://raw.githubusercontent.com/sdmx-twg/sdmx-ml/refs/heads/master/schemas/SDMXMessage.xsd">
<mes:Header>
<mes:ID>DSD_BPE_DETAIL_1049</mes:ID>
<mes:Test>false</mes:Test>
Expand Down Expand Up @@ -345,6 +345,10 @@
<com:Name xml:lang="en">VTL Mapping #1</com:Name>
<str:Dataflow>urn:sdmx:org.sdmx.infomodel.datastructure.Dataflow=FR1:BPE_DETAIL(1.0)</str:Dataflow>
</str:VtlMapping>
<str:VtlMapping alias="BPE_DETAIL_VTL" id="VTLM1">
<com:Name xml:lang="en">VTL Mapping #1</com:Name>
<str:Dataflow>urn:sdmx:org.sdmx.infomodel.datastructure.Dataflow=FR1:BPE_DETAIL(1.0)</str:Dataflow>
</str:VtlMapping>
</str:VtlMappingScheme>
</str:VtlMappingSchemes>
<str:RulesetSchemes>
Expand All @@ -371,7 +375,6 @@
<str:TransformationSchemes>
<str:TransformationScheme agencyID="FR1" id="BPE_CENSUS" version="1.0" vtlVersion="2.0">
<com:Name xml:lang="en">Transformation Scheme for BPE - CENSUS</com:Name>
<str:RulesetScheme>urn:sdmx:org.sdmx.infomodel.transformation.RulesetScheme=FR1:RS1(1.0)</str:RulesetScheme>
<str:Transformation id="STEP_1" isPersistent="false">
<com:Name xml:lang="en">Step 1</com:Name>
<com:Description xml:lang="en">Validation of municipality code in input file</com:Description>
Expand Down Expand Up @@ -440,6 +443,7 @@
</str:Expression>
<str:Result>BPE_CENSUS_NUTS3_2021</str:Result>
</str:Transformation>
<str:RulesetScheme>urn:sdmx:org.sdmx.infomodel.transformation.RulesetScheme=FR1:RS1(1.0)</str:RulesetScheme>
</str:TransformationScheme>
</str:TransformationSchemes>
</mes:Structures>
Expand Down

0 comments on commit 58ca9a9

Please sign in to comment.