Last modified by Artur on 2025/09/10 11:19

From version 1.14
edited by Helena
on 2025/06/16 13:14
Change comment: There is no comment for this version
To version 1.15
edited by Helena
on 2025/06/16 13:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,6 +19,7 @@
19 19  This section does not explain the VTL language or any of the content published in the VTL guides. Rather, this is a description of how the VTL can be used in the SDMX context and applied to SDMX artefacts.
20 20  
21 21  == 12.2 References to SDMX artefacts from VTL statements ==
22 +
22 22  === 12.2.1 Introduction ===
23 23  
24 24  The VTL can manipulate SDMX artefacts (or objects) by referencing them through predefined conventional names (aliases).
... ... @@ -48,10 +48,8 @@
48 48  
49 49  The generic structure of the URN is the following:
50 50  
51 -SDMXprefix.SDMX-IM-package-name.class-name=agency-id:maintainedobject-id
52 +SDMXprefix.SDMX-IM-package-name.class-name=agency-id:maintainedobject-id (maintainedobject-version).*container-object-id.object-id
52 52  
53 -(maintainedobject-version).*container-object-id.object-id
54 -
55 55  The **SDMXprefix** is "urn:sdmx:org", always the same for all SDMX artefacts.
56 56  
57 57  The SDMX-IM-package-name** **is the concatenation of the string** **"sdmx.infomodel." with the package-name, which the artefact belongs to. For example, for referencing a Dataflow the SDMX-IM-package-name is "sdmx.infomodel.datastructure", because the class Dataflow belongs to the package "datastructure".
... ... @@ -72,24 +72,19 @@
72 72  
73 73  The maintainedobject-version is the version, according to the SDMX versioning rules, of the maintained object which the artefact belongs to (for example, possible versions might be 1.0, 2.3, 1.0.0, 2.1.0 or 3.1.2).
74 74  
75 -The container-object-id does not apply to the classes that can be referenced in VTL Transformations, therefore is not present in their URN
74 +The container-object-id does not apply to the classes that can be referenced in VTL Transformations, therefore is not present in their URN.
76 76  
77 77  The object-id is the name of the non-maintainable artefact (when the artefact is maintainable its name is already specified as the maintainedobject-id, see above), in particular it has to be specified:
78 78  
79 -* if the artefact is a Dimension, TimeDimension, Measure or
80 -
81 -DataAttribute (the object-id is the name of one of the artefacts above, which are data structure components)
82 -
78 +* if the artefact is a Dimension, TimeDimension, Measure or DataAttribute (the object-id is the name of one of the artefacts above, which are data structure components)
83 83  * if the artefact is a Concept (the object-id is the name of the Concept)
84 84  
85 85  For example, by using the URN, the VTL Transformation that sums two SDMX Dataflows DF1 and DF2 and assigns the result to a third persistent Dataflow DFR, assuming that DF1, DF2 and DFR are the maintainedobject-id of the three Dataflows, that their version is 1.0.0 and their Agency is AG, would be written as{{footnote}}Since these references to SDMX objects include non-permitted characters as per the VTL ID notation, they need to be included between single quotes, according to the VTL rules for irregular names.{{/footnote}}:
86 86  
87 -'urn:sdmx:org.sdmx.infomodel.datastructure.Dataflow=AG:DFR(1.0.0)' <-
83 +>(% style="font-size:16px" %) 'urn:sdmx:org.sdmx.infomodel.datastructure.Dataflow=AG:DFR(1.0.0)' <-
84 +>(% style="font-size:16px" %) 'urn:sdmx:org.sdmx.infomodel.datastructure.Dataflow=AG:DF1(1.0.0)' +
85 +>(% style="font-size:16px" %) 'urn:sdmx:org.sdmx.infomodel.datastructure.Dataflow=AG:DF2(1.0.0)'
88 88  
89 -'urn:sdmx:org.sdmx.infomodel.datastructure.Dataflow=AG:DF1(1.0.0)' +
90 -
91 -'urn:sdmx:org.sdmx.infomodel.datastructure.Dataflow=AG:DF2(1.0.0)'
92 -
93 93  === 12.2.3 Abbreviation of the URN ===
94 94  
95 95  The complete formulation of the URN described above is exhaustive but verbose, even for very simple statements. In order to reduce the verbosity through a simplified identifier and make the work of transformation definers easier, proper abbreviations of the URN are possible. Using this approach, the referenced artefacts remain intelligible in the VTL code by a human reader.
... ... @@ -180,6 +180,7 @@
180 180  In the body of the Rulesets, the Codes and in general all the Values can be written without any other specification, because the artefact, which the Values are referred (Codelist, Concept) to can be deduced from the Ruleset signature.
181 181  
182 182  == 12.3 Mapping between SDMX and VTL artefacts ==
177 +
183 183  === 12.3.1. When the mapping occurs ===
184 184  
185 185  The mapping methods between the VTL and SDMX object classes allow transforming a SDMX definition in a VTL one and vice-versa for the artefacts to be manipulated. It should be remembered that VTL programs (i.e. Transformation Schemes) are represented in SDMX through the TransformationScheme maintainable class which is composed of Transformations (nameable artefacts). Each Transformation assigns the outcome of the evaluation of a VTL expression to a result: the input operands of the expression and the result can be SDMX artefacts. Every time a SDMX object is referenced in a VTL Transformation as an input operand, there is the need to generate a VTL definition of the object, so that the VTL operations can take place. This can be made starting from the SDMX definition and applying a SDMX-VTL mapping method in the direction from SDMX to VTL. The possible mapping methods from SDMX to VTL are described in the following paragraphs and are conceived to allow the automatic deduction of the VTL definition of the object from the knowledge of the SDMX definition.
... ... @@ -539,6 +539,7 @@
539 539  It remains up to the SDMX-VTL definer also the assurance of the consistency between a VTL Ruleset defined on Variables and the SDMX Components on which the Ruleset is applied. In fact, a VTL Ruleset is expressed by means of the values of the Variables (i.e. SDMX Concepts), i.e. assuming definite representations for them (e.g. ISOalpha-3 for country). If the Ruleset is applied to SDMX Components that have the same name of the Concept they refer to but different representations (e.g. ISO-alpha-2 for country), the Ruleset cannot work properly.
540 540  
541 541  == 12.4 Mapping between SDMX and VTL Data Types ==
537 +
542 542  === 12.4.1 VTL Data types ===
543 543  
544 544  According to the VTL User Guide the possible operations in VTL depend on the data types of the artefacts. For example, numbers can be multiplied but text strings cannot. In the VTL Transformations, the compliance between the operators and the data types of their operands is statically checked, i.e., violations result in compile-time errors.