Changes for page 12 Validation and Transformation Language (VTL)
Last modified by Helena on 2025/09/10 11:19
Summary
-
Page properties (4 modified, 0 added, 0 removed)
-
Objects (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,0 @@ 1 -Methodology.SDMX 3\.0 Standards\. Section 6\. Technical notes.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. arturkryazhev1 +xwiki:XWiki.helena - Tags
-
... ... @@ -1,1 +1,0 @@ 1 -Artefact|Attribute|Code|Component|Concept scheme|Currency|Data set|Data structure definition|Dataflow|Decimals|Dimension|Facet|Maintainable artefact|Measure|Nameable artefact|Representation|SDMX Information Model|Statistical data and metadata exchange|Structural metadata|Validation and transformation language - Content
-
... ... @@ -412,36 +412,38 @@ 412 412 413 413 [[image:1747388275998-621.png]] 414 414 415 -In fact the [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] operator “sub” has exactly the same behaviour. Therefore,(% style="color:#2ecc71" %)mapping(%%)different parts of a[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] [[Dataflow>>doc:xwiki:Glossary.Dataflow.WebHome]]to different[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] [[Data Sets>>doc:xwiki:Glossary.Dataset.WebHome]]in the direction from[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]]to [[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] through the ordered concatenation notation is equivalent to a proper use of the operator “**sub**” on such a[[Dataflow>>doc:xwiki:Glossary.Dataflow.WebHome]].{{footnote}}In case the ordered concatenation notation is used, the VTL Transformation described above, e.g. ‘DF1(1.0)/POPULATION.USA’ := DF1(1.0) [ sub INDICATOR=“POPULATION”, COUNTRY=“USA”], is implicitly executed. In order to test the overall compliance of the VTL program to the VTL consistency rules, it has to be considered as part of the VTL program even if it is not explicitly coded.{{/footnote}}415 +In fact the VTL operator “sub” has exactly the same behaviour. Therefore, mapping different parts of a SDMX Dataflow to different VTL Data Sets in the direction from SDMX to VTL through the ordered concatenation notation is equivalent to a proper use of the operator “**sub**” on such a Dataflow.{{footnote}}In case the ordered concatenation notation is used, the VTL Transformation described above, e.g. ‘DF1(1.0)/POPULATION.USA’ := DF1(1.0) [ sub INDICATOR=“POPULATION”, COUNTRY=“USA”], is implicitly executed. In order to test the overall compliance of the VTL program to the VTL consistency rules, it has to be considered as part of the VTL program even if it is not explicitly coded.{{/footnote}} 416 416 417 -In the direction from [[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]]to [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] it is allowed to omit the value of one or moreDimensionComponents on which the (% style="color:#2ecc71" %)mapping(%%) is based, but maintaining all the separating dots (therefore it may happen to find two or more consecutive dots and dots in the beginning or in the end). The absence of value means that for the corresponding [[Dimension>>doc:xwiki:Glossary.Dimension.WebHome]] all the values are kept and the [[Dimension>>doc:xwiki:Glossary.Dimension.WebHome]] is not dropped.417 +In the direction from SDMX to VTL it is allowed to omit the value of one or more 418 418 419 - Forexample, ‘DF(1.0.0)/POPULATION.’ (notethe dotintheendofthe name)isthe[[VTL>>doc:xwiki:Glossary.Validationand transformationlanguage.WebHome]][[dataset>>doc:xwiki:Glossary.Dataset.WebHome]]thatcontainsalltheobservationsofthe[[Dataflow>>doc:xwiki:Glossary.Dataflow.WebHome]]DF(1.0.0)forwhich//INDICATOR//=POPULATIONandCOUNTRY=anyvalue.419 +DimensionComponents on which the mapping is based, but maintaining all the separating dots (therefore it may happen to find two or more consecutive dots and dots in the beginning or in the end). The absence of value means that for the corresponding Dimension all the values are kept and the Dimension is not dropped. 420 420 421 - Thisisequivalent to theapplication of the[[VTL>>doc:xwiki:Glossary.Validationandtransformationlanguage.WebHome]]“sub”operator onlyto theidentifier //INDICATOR//:421 +For example, ‘DF(1.0.0)/POPULATION.’ (note the dot in the end of the name) is the VTL dataset that contains all the observations of the Dataflow DF(1.0.0) for which //INDICATOR// = POPULATION and COUNTRY = any value. 422 422 423 +This is equivalent to the application of the VTL “sub” operator only to the identifier //INDICATOR//: 424 + 423 423 [[image:1747388244829-693.png]] 424 424 425 425 Therefore the VTL Data Set ‘DF1(1.0.0)/POPULATION.’ would have the identifiers COUNTRY and TIME_PERIOD. 426 426 427 -Heterogeneous invocations of the same [[Dataflow>>doc:xwiki:Glossary.Dataflow.WebHome]]are allowed, i.e. omitting different429 +Heterogeneous invocations of the same Dataflow are allowed, i.e. omitting different 428 428 429 429 Dimensions in different invocations. 430 430 431 -Let us now analyse __the mapping direction from [[VTL>>doc:xwiki:Glossary.Validationandtransformationlanguage.WebHome]] to [[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]]__.433 +Let us now analyse __the mapping direction from VTL to SDMX__. 432 432 433 -In this situation, distinct parts of a [[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] [[Dataflow>>doc:xwiki:Glossary.Dataflow.WebHome]]are calculated as distinct[[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] [[datasets>>doc:xwiki:Glossary.Data set.WebHome]], under the(% style="color:#2ecc71" %)constraint(%%)that they must have the same[[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]]datastructure.435 +In this situation, distinct parts of a SDMX Dataflow are calculated as distinct VTL datasets, under the constraint that they must have the same VTL data structure. 434 434 435 -For example, let us assume that the [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]programmer wants to calculate the[[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]]437 +For example, let us assume that the VTL programmer wants to calculate the SDMX 436 436 437 437 Dataflow DF2(1.0.0) having the Dimensions TIME_PERIOD, INDICATOR, and COUNTRY and that such a programmer finds it convenient to calculate separately the parts of DF2(1.0.0) that have different combinations of values for INDICATOR and COUNTRY: 438 438 439 -* each part is calculated as a [[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] derived[[Data Set>>doc:xwiki:Glossary.Data set.WebHome]], result of a dedicated[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]Transformation;{{footnote}}If the whole DF2(1.0) is calculated by means of just one VTL Transformation, then the mapping between the SDMX Dataflow and the corresponding VTL dataset is one-to-one and this kind of mapping (one SDMX Dataflow to many VTL datasets) does not apply.{{/footnote}}440 -* the data structure of all these [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] [[Data Sets>>doc:xwiki:Glossary.Dataset.WebHome]]has the TIME_PERIOD identifier and does not have the INDICATOR and COUNTRY identifiers.{{footnote}}This is possible as each VTL dataset corresponds to one particular combination of values of INDICATOR and COUNTRY.{{/footnote}}441 +* each part is calculated as a VTL derived Data Set, result of a dedicated VTL Transformation;{{footnote}}If the whole DF2(1.0) is calculated by means of just one VTL Transformation, then the mapping between the SDMX Dataflow and the corresponding VTL dataset is one-to-one and this kind of mapping (one SDMX Dataflow to many VTL datasets) does not apply.{{/footnote}} 442 +* the data structure of all these VTL Data Sets has the TIME_PERIOD identifier and does not have the INDICATOR and COUNTRY identifiers.{{footnote}}This is possible as each VTL dataset corresponds to one particular combination of values of INDICATOR and COUNTRY.{{/footnote}} 441 441 442 -Under these hypothesis, such derived [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] [[Data Sets>>doc:xwiki:Glossary.Dataset.WebHome]]can be(% style="color:#2ecc71" %)mapped(%%)to DF2(1.0.0) by declaring the DimensionComponents INDICATOR and COUNTRY as mapping dimensions{{footnote}}The mapping dimensions are defined as FromVtlSpaceKeys of the FromVtlSuperSpace of the VtlDataflowMapping relevant to DF2(1.0).{{/footnote}}.444 +Under these hypothesis, such derived VTL Data Sets can be mapped to DF2(1.0.0) by declaring the DimensionComponents INDICATOR and COUNTRY as mapping dimensions{{footnote}}The mapping dimensions are defined as FromVtlSpaceKeys of the FromVtlSuperSpace of the VtlDataflowMapping relevant to DF2(1.0).{{/footnote}}. 443 443 444 -The corresponding [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]Transformations, assuming that the result needs to be persistent, would be of this kind:{{footnote}}the symbol of the VTL persistent assignment is used (<-){{/footnote}}446 +The corresponding VTL Transformations, assuming that the result needs to be persistent, would be of this kind:{{footnote}}the symbol of the VTL persistent assignment is used (<-){{/footnote}} 445 445 446 446 ‘DF2(1.0.0)/INDICATORvalue.COUNTRYvalue’ <- expression 447 447 ... ... @@ -451,72 +451,74 @@ 451 451 452 452 [[image:1747388206717-256.png]] 453 453 454 -As said, it is assumed that these [[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] derived[[Data Sets>>doc:xwiki:Glossary.Dataset.WebHome]]have the TIME_PERIOD as the only identifier. In the mapping from[[VTL>>doc:xwiki:Glossary.Validationandtransformationlanguage.WebHome]] toSMDX, the[[Dimensions>>doc:xwiki:Glossary.Dimension.WebHome]]INDICATOR and COUNTRY are added to the[[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]]datastructure on order to obtain the[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] one, with the following values respectively:456 +As said, it is assumed that these VTL derived Data Sets have the TIME_PERIOD as the only identifier. In the mapping from VTL to SMDX, the Dimensions INDICATOR and COUNTRY are added to the VTL data structure on order to obtain the SDMX one, with the following values respectively: 455 455 456 456 [[image:1747388148322-387.png]] 457 457 458 -It should be noted that the application of this many-to-one mapping from [[VTL>>doc:xwiki:Glossary.Validationandtransformationlanguage.WebHome]] to [[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]]is equivalent to an appropriate sequence of[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]Transformations. These use the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] operator “calc” to add the proper[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] identifiers (in the example, INDICATOR and COUNTRY) and to assign to them the proper values and the operator “union” in order to obtain the final[[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] [[dataset>>doc:xwiki:Glossary.Dataset.WebHome]](in the example DF2(1.0.0)), that can be(% style="color:#2ecc71" %)mapped(%%)one-to-one to the homonymous[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] [[Dataflow>>doc:xwiki:Glossary.Dataflow.WebHome]].Following the same example, these[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]Transformations would be:460 +It should be noted that the application of this many-to-one mapping from VTL to SDMX is equivalent to an appropriate sequence of VTL Transformations. These use the VTL operator “calc” to add the proper VTL identifiers (in the example, INDICATOR and COUNTRY) and to assign to them the proper values and the operator “union” in order to obtain the final VTL dataset (in the example DF2(1.0.0)), that can be mapped oneto-one to the homonymous SDMX Dataflow. Following the same example, these VTL Transformations would be: 459 459 460 460 [[image:1747388179021-814.png]] 461 461 462 -In other words, starting from the [[datasets>>doc:xwiki:Glossary.Dataset.WebHome]] explicitly calculated through[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]](in the example ‘DF2(1.0)/GDPPERCAPITA.USA’ and so on), the first step consists in calculating other (non-persistent)[[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] [[datasets>>doc:xwiki:Glossary.Dataset.WebHome]](in the exampleDF2bis_GDPPERCAPITA_USA and so on) by adding the identifiers INDICATOR and COUNTRY with the desired values (//INDICATORvalue// and //COUNTRYvalue)//. Finally, all these non-persistent [[Data Sets>>doc:xwiki:Glossary.Data set.WebHome]] are united and give the final result DF2(1.0){{footnote}}The result is persistent in this example but it can be also non persistent if needed.{{/footnote}}, which can be (% style="color:#2ecc71" %)mapped(%%) one-to-one to the homonymous [[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]] [[Dataflow>>doc:xwiki:Glossary.Dataflow.WebHome]] having the [[dimension>>doc:xwiki:Glossary.Dimension.WebHome]] [[components>>doc:xwiki:Glossary.Component.WebHome]] TIME_PERIOD, INDICATOR and COUNTRY.464 +In other words, starting from the datasets explicitly calculated through VTL (in the example ‘DF2(1.0)/GDPPERCAPITA.USA’ and so on), the first step consists in calculating other (non-persistent) VTL datasets (in the example 463 463 464 - Therefore, (% style="color:#2ecc71" %)mapping(%%) different [[VTL>>doc:xwiki:Glossary.Validationandtransformationlanguage.WebHome]][[datasets>>doc:xwiki:Glossary.Data set.WebHome]] having thesamedata structureto different partsof a [[SDMX>>doc:xwiki:Glossary.Statisticaldata andmetadataexchange.WebHome]] [[Dataflow>>doc:xwiki:Glossary.Dataflow.WebHome]],i.e. inthe direction from [[VTL>>doc:xwiki:Glossary.Validationandtransformationlanguage.WebHome]]to [[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]],through theordered concatenationnotationisequivalenttoaproperuse oftheoperators “calc” and“union”on such[[datasets>>doc:xwiki:Glossary.Dataset.WebHome]].{{footnote}}In case theorderedconcatenationnotationfromVTLtoSDMXisused,the setofTransformationsdescribedaboveisimplicitly performed; therefore, inordertotesttheoverallcompliance oftheVTL programto theVTL consistencyrules,theseimplicitTransformationshaveto beconsidered aspartofthe VTL programeveniftheyarenot explicitly coded.{{/footnote}}466 +DF2bis_GDPPERCAPITA_USA and so on) by adding the identifiers INDICATOR and COUNTRY with the desired values (//INDICATORvalue// and //COUNTRYvalue)//. Finally, all these non-persistent Data Sets are united and give the final result DF2(1.0){{footnote}}The result is persistent in this example but it can be also non persistent if needed.{{/footnote}}, which can be mapped one-to-one to the homonymous SDMX Dataflow having the dimension components TIME_PERIOD, INDICATOR and COUNTRY. 465 465 466 - Itisworthnoting that in the direction from[[VTL>>doc:xwiki:Glossary.Validationandtransformationlanguage.WebHome]]to[[SDMX>>doc:xwiki:Glossary.Statisticaldata andmetadata exchange.WebHome]]itismandatoryto specifythevalue forevery[[Dimension>>doc:xwiki:Glossary.Dimension.WebHome]]onwhichthe(%style="color:#2ecc71" %)mapping(%%) isbased(inotherword, in thename of thecalculated[[VTL>>doc:xwiki:Glossary.Validationandtransformationlanguage.WebHome]][[dataset>>doc:xwiki:Glossary.Data set.WebHome]]is__not__possibletoomitthevalue ofsome ofthe Dimensions).468 +Therefore, mapping different VTL datasets having the same data structure to different parts of a SDMX Dataflow, i.e. in the direction from VTL to SDMX, through the ordered concatenation notation is equivalent to a proper use of the operators “calc” and “union” on such datasets.{{footnote}}In case the ordered concatenation notation from VTL to SDMX is used, the set of Transformations described above is implicitly performed; therefore, in order to test the overall compliance of the VTL program to the VTL consistency rules, these implicit Transformations have to be considered as part of the VTL program even if they are not explicitly coded.{{/footnote}} 467 467 470 +It is worth noting that in the direction from VTL to SDMX it is mandatory to specify the value for every Dimension on which the mapping is based (in other word, in the name of the calculated VTL dataset is __not__ possible to omit the value of some of the Dimensions). 471 + 468 468 === 12.3.7 Mapping variables and value domains between VTL and SDMX === 469 469 470 -With reference to the [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]“model for Variables and Value domains”, the following additional mappings have to be considered:474 +With reference to the VTL “model for Variables and Value domains”, the following additional mappings have to be considered: 471 471 472 472 (% style="width:895.294px" %) 473 473 |(% style="width:278px" %)**VTL**|(% style="width:613px" %)**SDMX** 474 -|(% style="width:278px" %)** [[Data Set>>doc:xwiki:Glossary.Dataset.WebHome]] [[Component>>doc:xwiki:Glossary.Component.WebHome]]**|(% style="width:613px" %)Although this abstraction exists in[[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]], it does not have an explicit definition and correspond to a[[Component>>doc:xwiki:Glossary.Component.WebHome]](either a DimensionComponent or a[[Measure>>doc:xwiki:Glossary.Measure.WebHome]]or a DataAttribute) belonging to one specific[[Dataflow>>doc:xwiki:Glossary.Dataflow.WebHome]]{{footnote}}Through SDMX Constraints, it is possible to specify the values that a Component of a Dataflow can assume.{{/footnote}}478 +|(% style="width:278px" %)**Data Set Component**|(% style="width:613px" %)Although this abstraction exists in SDMX, it does not have an explicit definition and correspond to a Component (either a DimensionComponent or a Measure or a DataAttribute) belonging to one specific Dataflow{{footnote}}Through SDMX Constraints, it is possible to specify the values that a Component of a Dataflow can assume.{{/footnote}} 475 475 |(% style="width:278px" %)**Represented Variable**|(% style="width:613px" %)((( 476 - (% style="color:#2ecc71" %)**Concept**(%%)with a definite480 +**Concept** with a definite 477 477 478 - [[Representation>>doc:xwiki:Glossary.Representation.WebHome]]482 +Representation 479 479 ))) 480 480 |(% style="width:278px" %)**Value Domain**|(% style="width:613px" %)((( 481 -** [[Representation>>doc:xwiki:Glossary.Representation.WebHome]]** (see the Structure Pattern in the Base Package)485 +**Representation** (see the Structure Pattern in the Base Package) 482 482 ))) 483 483 |(% style="width:278px" %)**Enumerated Value Domain / 484 - [[Code>>doc:xwiki:Glossary.Code.WebHome]]List**|(% style="width:613px" %)**Codelist**485 -|(% style="width:278px" %)** [[Code>>doc:xwiki:Glossary.Code.WebHome]]**|(% style="width:613px" %)(((486 -** [[Code>>doc:xwiki:Glossary.Code.WebHome]]** (for enumerated DimensionComponent,[[Measure>>doc:xwiki:Glossary.Measure.WebHome]], DataAttribute)488 +Code List**|(% style="width:613px" %)**Codelist** 489 +|(% style="width:278px" %)**Code**|(% style="width:613px" %)((( 490 +**Code** (for enumerated DimensionComponent, Measure, DataAttribute) 487 487 ))) 488 488 |(% style="width:278px" %)**Described Value Domain**|(% style="width:613px" %)((( 489 -non-enumerated** [[Representation>>doc:xwiki:Glossary.Representation.WebHome]]**(having[[Facets>>doc:xwiki:Glossary.Facet.WebHome]]/ ExtendedFacets, see the Structure Pattern in the Base Package)493 +non-enumerated** Representation **(having Facets / ExtendedFacets, see the Structure Pattern in the Base Package) 490 490 ))) 491 -|(% style="width:278px" %)**Value**|(% style="width:613px" %)Although this abstraction exists in [[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]], it does not have an explicit definition and correspond to a **[[Code>>doc:xwiki:Glossary.Code.WebHome]]** of a Codelist (for enumerated[[Representations>>doc:xwiki:Glossary.Representation.WebHome]]) or to a valid **value **(for non-enumerated** **[[Representations>>doc:xwiki:Glossary.Representation.WebHome]])492 -|(% style="width:278px" %)**Value Domain Subset / Set**|(% style="width:613px" %)This abstraction does not exist in [[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]]493 -|(% style="width:278px" %)**Enumerated Value Domain Subset / Enumerated Set**|(% style="width:613px" %)This abstraction does not exist in [[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]]494 -|(% style="width:278px" %)**Described Value Domain Subset / Described Set**|(% style="width:613px" %)This abstraction does not exist in [[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]]495 -|(% style="width:278px" %)**Set list**|(% style="width:613px" %)This abstraction does not exist in [[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]]495 +|(% style="width:278px" %)**Value**|(% style="width:613px" %)Although this abstraction exists in SDMX, it does not have an explicit definition and correspond to a **Code** of a Codelist (for enumerated Representations) or to a valid **value **(for non-enumerated** **Representations) 496 +|(% style="width:278px" %)**Value Domain Subset / Set**|(% style="width:613px" %)This abstraction does not exist in SDMX 497 +|(% style="width:278px" %)**Enumerated Value Domain Subset / Enumerated Set**|(% style="width:613px" %)This abstraction does not exist in SDMX 498 +|(% style="width:278px" %)**Described Value Domain Subset / Described Set**|(% style="width:613px" %)This abstraction does not exist in SDMX 499 +|(% style="width:278px" %)**Set list**|(% style="width:613px" %)This abstraction does not exist in SDMX 496 496 497 -The main difference between [[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] and [[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]]relies on the fact that the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] [[artefacts>>doc:xwiki:Glossary.Artefact.WebHome]]for defining subsets of Value Domains do not exist in[[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]], therefore the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] features for referring to predefined subsets are not available in[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]].These[[artefacts>>doc:xwiki:Glossary.Artefact.WebHome]]are the Value Domain Subset (or Set), either enumerated or described, the Set List (list of values belonging to enumerated subsets) and the[[Data Set>>doc:xwiki:Glossary.Dataset.WebHome]] [[Component>>doc:xwiki:Glossary.Component.WebHome]](aimed at defining the set of values that the[[Component>>doc:xwiki:Glossary.Component.WebHome]]of a[[Data Set>>doc:xwiki:Glossary.Dataset.WebHome]]can take, possibly a subset of the[[codes>>doc:xwiki:Glossary.Code.WebHome]]of Value Domain).501 +The main difference between VTL and SDMX relies on the fact that the VTL artefacts for defining subsets of Value Domains do not exist in SDMX, therefore the VTL features for referring to predefined subsets are not available in SDMX. These artefacts are the Value Domain Subset (or Set), either enumerated or described, the Set List (list of values belonging to enumerated subsets) and the Data Set Component (aimed at defining the set of values that the Component of a Data Set can take, possibly a subset of the codes of Value Domain). 498 498 499 -Another difference consists in the fact that all Value Domains are considered as identifiable objects in [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] either if enumerated or not, while in[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]]theCodelist (corresponding to a[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] enumerated Value Domain) is identifiable, while the[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]]non-enumerated[[Representation>>doc:xwiki:Glossary.Representation.WebHome]](corresponding to a[[VTL>>doc:xwiki:Glossary.Validationand transformationlanguage.WebHome]] non-enumerated Value Domain) is not identifiable. As a consequence, the definition of the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]Rulesets, which in[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]can refer either to enumerated or non-enumerated value domains, in[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]]canrefer only to enumerated Value Domains (i.e. to[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]]Codelists). As for the(% style="color:#2ecc71" %)mapping(%%)between[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]variables and[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] (% style="color:#2ecc71" %)Concepts(%%), it should be noted that these[[artefacts>>doc:xwiki:Glossary.Artefact.WebHome]]do not coincide perfectly. In fact, the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]variables are represented variables, defined always on the same Value Domain (“[[Representation>>doc:xwiki:Glossary.Representation.WebHome]]” in[[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]]) independently of the[[data set>>doc:xwiki:Glossary.Dataset.WebHome]]/ data structure in which they appear{{footnote}}By using represented variables, VTL can assume that data structures having the same variables as identifiers can be composed one another because the correspondent values can match.{{/footnote}}, while the[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] (% style="color:#2ecc71" %)Concepts(%%)can have different[[Representations>>doc:xwiki:Glossary.Representation.WebHome]]in different DataStructures.{{footnote}}A Concept becomes a Component in a DataStructureDefinition, and Components can have different LocalRepresentations in different DataStructureDefinitions, also overriding the (possible) base representation of the Concept.{{/footnote}} This means that one[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] (% style="color:#2ecc71" %)Concept(%%)can correspond to many[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]Variables, one for each[[representation>>doc:xwiki:Glossary.Representation.WebHome]]the(% style="color:#2ecc71" %)Concept(%%)has.503 +Another difference consists in the fact that all Value Domains are considered as identifiable objects in VTL either if enumerated or not, while in SDMX the Codelist (corresponding to a VTL enumerated Value Domain) is identifiable, while the SDMX non-enumerated Representation (corresponding to a VTL non-enumerated Value Domain) is not identifiable. As a consequence, the definition of the VTL Rulesets, which in VTL can refer either to enumerated or non-enumerated value domains, in SDMX can refer only to enumerated Value Domains (i.e. to SDMX Codelists). As for the mapping between VTL variables and SDMX Concepts, it should be noted that these artefacts do not coincide perfectly. In fact, the VTL variables are represented variables, defined always on the same Value Domain (“Representation” in SDMX) independently of the data set / data structure in which they appear{{footnote}}By using represented variables, VTL can assume that data structures having the same variables as identifiers can be composed one another because the correspondent values can match.{{/footnote}}, while the SDMX Concepts can have different Representations in different DataStructures.{{footnote}}A Concept becomes a Component in a DataStructureDefinition, and Components can have different LocalRepresentations in different DataStructureDefinitions, also overriding the (possible) base representation of the Concept.{{/footnote}} This means that one SDMX Concept can correspond to many VTL Variables, one for each representation the Concept has. 500 500 501 -Therefore, it is important to be aware that some [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] operations (for example the binary operations at[[data set>>doc:xwiki:Glossary.Dataset.WebHome]] (% style="color:#2ecc71" %)level(%%))are consistent only if the[[components>>doc:xwiki:Glossary.Component.WebHome]]having the same names in the operated[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] [[Data Sets>>doc:xwiki:Glossary.Dataset.WebHome]]have also the same[[representation>>doc:xwiki:Glossary.Representation.WebHome]](i.e. the same Value Domain as for[[VTL>>doc:xwiki:Glossary.Validation and transformation language.WebHome]]). For example, it is possible to obtain correct results from the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] expression505 +Therefore, it is important to be aware that some VTL operations (for example the binary operations at data set level) are consistent only if the components having the same names in the operated VTL Data Sets have also the same representation (i.e. the same Value Domain as for VTL). For example, it is possible to obtain correct results from the VTL expression 502 502 503 -DS_c := DS_a + DS_b (where DS_a, DS_b, DS_c are [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] [[Data Sets>>doc:xwiki:Glossary.Data set.WebHome]])507 +DS_c := DS_a + DS_b (where DS_a, DS_b, DS_c are VTL Data Sets) 504 504 505 -if the matching [[components>>doc:xwiki:Glossary.Component.WebHome]]in DS_a and DS_b (e.g. ref_date, geo_area, sector …) refer to the same general[[representation>>doc:xwiki:Glossary.Representation.WebHome]].In simpler words, DS_a and DS_b must use the same values/[[codes>>doc:xwiki:Glossary.Code.WebHome]](for ref_date, geo_area, sector … ), otherwise the relevant values would not match and the result of the operation would be wrong.509 +if the matching components in DS_a and DS_b (e.g. ref_date, geo_area, sector …) refer to the same general representation. In simpler words, DS_a and DS_b must use the same values/codes (for ref_date, geo_area, sector … ), otherwise the relevant values would not match and the result of the operation would be wrong. 506 506 507 -As mentioned, the property above is not enforced by construction in [[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]], and different[[representations>>doc:xwiki:Glossary.Representation.WebHome]]of the same(% style="color:#2ecc71" %)Concept(%%)can be not compatible one another (for example, it may happen that geo_area is represented by ISO-alpha-3[[codes>>doc:xwiki:Glossary.Code.WebHome]]in DS_a and by ISO alpha-2[[codes>>doc:xwiki:Glossary.Code.WebHome]]in DS_b). Therefore, it will be up to the definer of[[VTL>>doc:xwiki:Glossary.Validation and transformation language.WebHome]]511 +As mentioned, the property above is not enforced by construction in SDMX, and different representations of the same Concept can be not compatible one another (for example, it may happen that geo_area is represented by ISO-alpha-3 codes in DS_a and by ISO alpha-2 codes in DS_b). Therefore, it will be up to the definer of VTL 508 508 509 -Transformations to ensure that the [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] expressions are consistent with the actual[[representations>>doc:xwiki:Glossary.Representation.WebHome]]of the correspondent[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] (% style="color:#2ecc71" %)Concepts(%%).513 +Transformations to ensure that the VTL expressions are consistent with the actual representations of the correspondent SDMX Concepts. 510 510 511 -It remains up to the [[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]]-[[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] definer also the assurance of the consistency between a[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]Ruleset defined on Variables and the[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] [[Components>>doc:xwiki:Glossary.Component.WebHome]]on which the Ruleset is applied. In fact, a[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]Ruleset is expressed by means of the values of the Variables (i.e.[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] (% style="color:#2ecc71" %)Concepts(%%)), i.e. assuming definite[[representations>>doc:xwiki:Glossary.Representation.WebHome]]for them (e.g. ISOalpha-3 for country). If the Ruleset is applied to[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] [[Components>>doc:xwiki:Glossary.Component.WebHome]]that have the same name of the(% style="color:#2ecc71" %)Concept(%%)they refer to but different[[representations>>doc:xwiki:Glossary.Representation.WebHome]](e.g. ISO-alpha-2 for country), the Ruleset cannot work properly.515 +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. 512 512 513 513 == 12.4 Mapping between SDMX and VTL Data Types == 514 514 515 515 === 12.4.1 VTL Data types === 516 516 517 -According to the [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]User Guide the possible operations in[[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] depend on the data types of the[[artefacts>>doc:xwiki:Glossary.Artefact.WebHome]].For example, numbers can be multiplied but text strings cannot. In the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]Transformations, the compliance between the operators and the data types of their operands is statically checked, i.e., violations result in compile-time errors.521 +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. 518 518 519 -The [[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]]data types are sub-divided in scalar types (like integers, strings, etc.), which are the types of the scalar values, and compound types (like[[Data Sets>>doc:xwiki:Glossary.Data set.WebHome]],[[Components>>doc:xwiki:Glossary.Component.WebHome]], Rulesets, etc.), which are the types of the compound structures. See below the diagram of the[[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]]data types, taken from the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]User Manual:523 +The VTL data types are sub-divided in scalar types (like integers, strings, etc.), which are the types of the scalar values, and compound types (like Data Sets, Components, Rulesets, etc.), which are the types of the compound structures. See below the diagram of the VTL data types, taken from the VTL User Manual: 520 520 521 521 [[image:1747388434672-948.png]] 522 522 ... ... @@ -523,9 +523,9 @@ 523 523 (% class="wikigeneratedid" id="HFigure222013VTLDataTypes" %) 524 524 **Figure 22 – VTL Data Types** 525 525 526 -The [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] scalar types are in turn subdivided in basic scalar types, which are elementary (not defined in term of other data types) and Value Domain and Set scalar types, which are defined in terms of the basic scalar types.530 +The VTL scalar types are in turn subdivided in basic scalar types, which are elementary (not defined in term of other data types) and Value Domain and Set scalar types, which are defined in terms of the basic scalar types. 527 527 528 -The [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] basic scalar types are listed below and follow a hierarchical structure in terms of supersets/subsets (e.g. "scalar" is the superset of all the basic scalar types):532 +The VTL basic scalar types are listed below and follow a hierarchical structure in terms of supersets/subsets (e.g. "scalar" is the superset of all the basic scalar types): 529 529 530 530 [[image:1747388465321-274.png]] 531 531 ... ... @@ -533,25 +533,25 @@ 533 533 534 534 === 12.4.2 VTL basic scalar types and SDMX data types === 535 535 536 -The [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] assumes that a basic scalar type has a unique internal[[representation>>doc:xwiki:Glossary.Representation.WebHome]]and can have more external[[representations>>doc:xwiki:Glossary.Representation.WebHome]].540 +The VTL assumes that a basic scalar type has a unique internal representation and can have more external representations. 537 537 538 -The internal [[representation>>doc:xwiki:Glossary.Representation.WebHome]]is the format used within a[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] system to represent (and process) all the scalar values of a certain type. In principle, this format is hidden and not necessarily known by users. The external[[representations>>doc:xwiki:Glossary.Representation.WebHome]]are instead the external formats of the values of a certain basic scalar type, i.e. the formats known by the users. For example, the internal[[representation>>doc:xwiki:Glossary.Representation.WebHome]]of the dates can be an integer counting the days since a predefined date (e.g. from 01/01/4713 BC up to 31/12/5874897 AD like in Postgres) while two possible external[[representations>>doc:xwiki:Glossary.Representation.WebHome]]are the formats YYYY-MMGG and MM-GG-YYYY (e.g. respectively 2010-12-31 and 12-31-2010).542 +The internal representation is the format used within a VTL system to represent (and process) all the scalar values of a certain type. In principle, this format is hidden and not necessarily known by users. The external representations are instead the external formats of the values of a certain basic scalar type, i.e. the formats known by the users. For example, the internal representation of the dates can be an integer counting the days since a predefined date (e.g. from 01/01/4713 BC up to 31/12/5874897 AD like in Postgres) while two possible external representations are the formats YYYY-MMGG and MM-GG-YYYY (e.g. respectively 2010-12-31 and 12-31-2010). 539 539 540 -The internal [[representation>>doc:xwiki:Glossary.Representation.WebHome]]is the reference format that allows[[VTL>>doc:xwiki:Glossary.Validationandtransformationlanguage.WebHome]] to operate on more values of the same type (for example on more dates) even if such values have different external formats: these values are all converted to the unique internal[[representation>>doc:xwiki:Glossary.Representation.WebHome]]so that they can be composed together (e.g. to find the more recent date, to find the time span between these dates and so on).544 +The internal representation is the reference format that allows VTL to operate on more values of the same type (for example on more dates) even if such values have different external formats: these values are all converted to the unique internal representation so that they can be composed together (e.g. to find the more recent date, to find the time span between these dates and so on). 541 541 542 -The [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] assumes that a unique internal[[representation>>doc:xwiki:Glossary.Representation.WebHome]]exists for each basic scalar type but does not prescribe any particular format for it, leaving the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] systems free to using they preferred or already existing internal format. By consequence, in[[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] the basic scalar types are abstractions not associated to a specific format.546 +The VTL assumes that a unique internal representation exists for each basic scalar type but does not prescribe any particular format for it, leaving the VTL systems free to using they preferred or already existing internal format. By consequence, in VTL the basic scalar types are abstractions not associated to a specific format. 543 543 544 - [[SDMX>>doc:xwiki:Glossary.Statisticaldataand metadata exchange.WebHome]] data types are conceived instead to support the data exchange, therefore they do have a format, which is known by the users and correspond, in[[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] terms, to external[[representations>>doc:xwiki:Glossary.Representation.WebHome]].Therefore, for each[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] basic scalar type there can be more[[SDMX>>doc:xwiki:Glossary.Statisticaldataand metadata exchange.WebHome]] data types (the latter are explained in the section "General Notes for Implementers" of this document and are actually much more numerous than the former).548 +SDMX data types are conceived instead to support the data exchange, therefore they do have a format, which is known by the users and correspond, in VTL terms, to external representations. Therefore, for each VTL basic scalar type there can be more SDMX data types (the latter are explained in the section "General Notes for Implementers" of this document and are actually much more numerous than the former). 545 545 546 -The following paragraphs describe the mapping between the [[SDMX>>doc:xwiki:Glossary.Statisticaldataand metadata exchange.WebHome]] data types and the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] basic scalar types. This mapping shall be presented in the two directions of possible conversion, i.e. from[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]]to [[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] andvice-versa.550 +The following paragraphs describe the mapping between the SDMX data types and the VTL basic scalar types. This mapping shall be presented in the two directions of possible conversion, i.e. from SDMX to VTL and vice-versa. 547 547 548 -The conversion from [[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]]to [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]happens when an[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] [[artefact>>doc:xwiki:Glossary.Artefact.WebHome]]acts as inputs of a[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]Transformation. As already said, in fact, at compile time the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] needs to know the[[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] type of the operands in order to check their compliance with the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] operators and at runtime it must convert the values from their external ([[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]])[[representations>>doc:xwiki:Glossary.Representation.WebHome]]to the corresponding internal ([[VTL>>doc:xwiki:Glossary.Validation and transformation language.WebHome]]) ones.552 +The conversion from SDMX to VTL happens when an SDMX artefact acts as inputs of a VTL Transformation. As already said, in fact, at compile time the VTL needs to know the VTL type of the operands in order to check their compliance with the VTL operators and at runtime it must convert the values from their external (SDMX) representations to the corresponding internal (VTL) ones. 549 549 550 -The opposite conversion, i.e. from [[VTL>>doc:xwiki:Glossary.Validationandtransformationlanguage.WebHome]] to [[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]], happens when a[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] result, i.e. a[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] [[Data Set>>doc:xwiki:Glossary.Dataset.WebHome]] output of a Transformation, must become a[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] [[artefact>>doc:xwiki:Glossary.Artefact.WebHome]](or part of it). The values of the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] result must be converted into the desired ([[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]]) external[[representations>>doc:xwiki:Glossary.Representation.WebHome]](data types) of the[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] [[artefact>>doc:xwiki:Glossary.Artefact.WebHome]].554 +The opposite conversion, i.e. from VTL to SDMX, happens when a VTL result, i.e. a VTL Data Set output of a Transformation, must become a SDMX artefact (or part of it). The values of the VTL result must be converted into the desired (SDMX) external representations (data types) of the SDMX artefact. 551 551 552 552 === 12.4.3 Mapping SDMX data types to VTL basic scalar types === 553 553 554 -The following table describes the default mapping for converting from the [[SDMX>>doc:xwiki:Glossary.Statisticaldataand metadata exchange.WebHome]] data types to the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] basic scalar types.558 +The following table describes the default mapping for converting from the SDMX data types to the VTL basic scalar types. 555 555 556 556 (% style="width:823.294px" %) 557 557 |(% style="width:509px" %)**SDMX data type (BasicComponentDataType)**|(% style="width:312px" %)**Default VTL basic scalar type** ... ... @@ -587,7 +587,7 @@ 587 587 Short 588 588 (corresponds to XML Schema xs:short datatype; between -32768 and -32767 (inclusive)) 589 589 )))|(% style="width:312px" %)integer 590 -|(% style="width:509px" %) [[Decimal>>doc:xwiki:Glossary.Decimals.WebHome]](corresponds to XML Schema xs:decimal datatype; subset of real numbers that can be represented as[[decimals>>doc:xwiki:Glossary.Decimals.WebHome]])|(% style="width:312px" %)number594 +|(% style="width:509px" %)Decimal (corresponds to XML Schema xs:decimal datatype; subset of real numbers that can be represented as decimals)|(% style="width:312px" %)number 591 591 |(% style="width:509px" %)((( 592 592 Float 593 593 (corresponds to XML Schema xs:float datatype; patterned after the IEEE single-precision 32-bit floating point type) ... ... @@ -598,7 +598,7 @@ 598 598 )))|(% style="width:312px" %)number 599 599 |(% style="width:509px" %)((( 600 600 Boolean 601 -(corresponds to the XML Schema xs:boolean datatype; support the mathematical (% style="color:#2ecc71" %)concept(%%)of binary-valued logic: {true, false})605 +(corresponds to the XML Schema xs:boolean datatype; support the mathematical concept of binary-valued logic: {true, false}) 602 602 )))|(% style="width:312px" %)boolean 603 603 604 604 (% style="width:822.294px" %) ... ... @@ -612,15 +612,15 @@ 612 612 )))|(% colspan="1" style="width:311px" %)integer 613 613 |(% colspan="2" style="width:507px" %)((( 614 614 InclusiveValueRange 615 -( [[decimal>>doc:xwiki:Glossary.Decimals.WebHome]]number within a closed interval, whose bounds are specified in the[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] [[representation>>doc:xwiki:Glossary.Representation.WebHome]]by the[[facets>>doc:xwiki:Glossary.Facet.WebHome]]minValue and maxValue)619 +(decimal number within a closed interval, whose bounds are specified in the SDMX representation by the facets minValue and maxValue) 616 616 )))|(% colspan="1" style="width:311px" %)number 617 617 |(% colspan="2" style="width:507px" %)((( 618 618 ExclusiveValueRange 619 -( [[decimal>>doc:xwiki:Glossary.Decimals.WebHome]]number within an open interval, whose bounds are specified in the[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] [[representation>>doc:xwiki:Glossary.Representation.WebHome]]by the[[facets>>doc:xwiki:Glossary.Facet.WebHome]]minValue and maxValue)623 +(decimal number within an open interval, whose bounds are specified in the SDMX representation by the facets minValue and maxValue) 620 620 )))|(% colspan="1" style="width:311px" %)number 621 621 |(% colspan="2" style="width:507px" %)((( 622 622 Incremental 623 -( [[decimal>>doc:xwiki:Glossary.Decimals.WebHome]]number the increased by a specific interval (defined by the interval[[facet>>doc:xwiki:Glossary.Facet.WebHome]]), which is typically enforced outside of the XML validation)627 +(decimal number the increased by a specific interval (defined by the interval facet), which is typically enforced outside of the XML validation) 624 624 )))|(% colspan="1" style="width:311px" %)number 625 625 |(% colspan="2" style="width:507px" %)((( 626 626 ObservationalTimePeriod ... ... @@ -677,19 +677,19 @@ 677 677 )))|(% colspan="2" style="width:312px" %)date 678 678 |(% colspan="1" style="width:507px" %)((( 679 679 TimeRange 680 -(YYYY-MM-DD(Thh:mm:ss)?/) 684 +(YYYY-MM-DD(Thh:mm:ss)?/<duration>) 681 681 )))|(% colspan="2" style="width:312px" %)time 682 682 |(% colspan="1" style="width:507px" %)((( 683 683 Month 684 -(MM; speicifies a month independent of a year; e.g. February is black history month in the United States) 688 +(~-~-MM; speicifies a month independent of a year; e.g. February is black history month in the United States) 685 685 )))|(% colspan="2" style="width:312px" %)string 686 686 |(% colspan="1" style="width:507px" %)((( 687 687 MonthDay 688 -(MM-DD; specifies a day within a month independent of a year; e.g. Christmas is December 25^^th^^; used to specify reporting year start day) 692 +(~-~-MM-DD; specifies a day within a month independent of a year; e.g. Christmas is December 25^^th^^; used to specify reporting year start day) 689 689 )))|(% colspan="2" style="width:312px" %)string 690 690 |(% colspan="1" style="width:507px" %)((( 691 691 Day 692 -(-DD; specifies a day independent of a month or year; e.g. the 15^^th^^ is payday) 696 +(~-~--DD; specifies a day independent of a month or year; e.g. the 15^^th^^ is payday) 693 693 )))|(% colspan="2" style="width:312px" %)string 694 694 |(% colspan="1" style="width:507px" %)((( 695 695 Time ... ... @@ -707,11 +707,11 @@ 707 707 (% class="wikigeneratedid" id="HFigure142013MappingsfromSDMXdatatypestoVTLBasicScalarTypes" %) 708 708 **Figure 14 – Mappings from SDMX data types to VTL Basic Scalar Types** 709 709 710 -When [[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] takes in input[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] [[artefacts>>doc:xwiki:Glossary.Artefact.WebHome]], it is assumed that a type conversion according to the table above always happens. In case a different[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] basic scalar type is desired, it can be achieved in the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]program taking in input the default[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] basic scalar type above and applying to it the[[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] type conversion features (see the implicit and explicit type conversion and the "cast" operator in the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]Reference Manual).714 +When VTL takes in input SDMX artefacts, it is assumed that a type conversion according to the table above always happens. In case a different VTL basic scalar type is desired, it can be achieved in the VTL program taking in input the default VTL basic scalar type above and applying to it the VTL type conversion features (see the implicit and explicit type conversion and the "cast" operator in the VTL Reference Manual). 711 711 712 712 === 12.4.4 Mapping VTL basic scalar types to SDMX data types === 713 713 714 -The following table describes the default conversion from the [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] basic scalar types to the[[SDMX>>doc:xwiki:Glossary.Statisticaldataand metadata exchange.WebHome]] data types .718 +The following table describes the default conversion from the VTL basic scalar types to the SDMX data types . 715 715 716 716 (% style="width:1073.29px" %) 717 717 |(% style="width:207px" %)((( ... ... @@ -723,13 +723,13 @@ 723 723 |(% style="width:207px" %)Number|(% style="width:462px" %)Float|(% style="width:402px" %)Like XML (xs:float) 724 724 |(% style="width:207px" %)Integer|(% style="width:462px" %)Integer|(% style="width:402px" %)Like XML (xs:int) 725 725 |(% style="width:207px" %)Date|(% style="width:462px" %)DateTime|(% style="width:402px" %)YYYY-MM-DDT00:00:00Z 726 -|(% style="width:207px" %)Time|(% style="width:462px" %)StandardTimePeriod|(% style="width:402px" %)/ (as defined above) 730 +|(% style="width:207px" %)Time|(% style="width:462px" %)StandardTimePeriod|(% style="width:402px" %)<date>/<date> (as defined above) 727 727 |(% style="width:207px" %)time_period|(% style="width:462px" %)((( 728 728 ReportingTimePeriod 729 729 (StandardReportingPeriod) 730 730 )))|(% style="width:402px" %)((( 731 731 YYYY-Pppp 732 -(according to [[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]])736 +(according to SDMX ) 733 733 ))) 734 734 |(% style="width:207px" %)Duration|(% style="width:462px" %)Duration|(% style="width:402px" %)((( 735 735 Like XML (xs:duration) ... ... @@ -740,9 +740,9 @@ 740 740 (% class="wikigeneratedid" id="HFigure142013MappingsfromSDMXdatatypestoVTLBasicScalarTypes-1" %) 741 741 **Figure 14 – Mappings from SDMX data types to VTL Basic Scalar Types** 742 742 743 -In case a different default conversion is desired, it can be achieved through the CustomTypeScheme and CustomType [[artefacts>>doc:xwiki:Glossary.Artefact.WebHome]](see also the section Transformations and Expressions of the[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]]information model).747 +In case a different default conversion is desired, it can be achieved through the CustomTypeScheme and CustomType artefacts (see also the section Transformations and Expressions of the SDMX information model). 744 744 745 -The custom output formats can be specified by means of the [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] formatting mask described in the section "Type Conversion and Formatting Mask" of the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]Reference Manual. Such a section describes the masks for the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] basic scalar types "number", "integer", "date", "time", "time_period" and "duration" and gives examples. As for the types "string" and "boolean" the[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]conventions are extended with some other special characters as described in the following table.749 +The custom output formats can be specified by means of the VTL formatting mask described in the section "Type Conversion and Formatting Mask" of the VTL Reference Manual. Such a section describes the masks for the VTL basic scalar types "number", "integer", "date", "time", "time_period" and "duration" and gives examples. As for the types "string" and "boolean" the VTL conventions are extended with some other special characters as described in the following table. 746 746 747 747 (% style="width:713.294px" %) 748 748 |(% colspan="2" style="width:710px" %)VTL special characters for the formatting masks ... ... @@ -792,26 +792,26 @@ 792 792 |\|(% style="width:486px" %)prefix for the special characters that must appear in the mask 793 793 |N|(% style="width:486px" %)fixed number of digits used in the preceding textual representation of the month or the day 794 794 795 -The default conversion, either standard or customized, can be used to deduce automatically the [[representation>>doc:xwiki:Glossary.Representation.WebHome]]of the[[components>>doc:xwiki:Glossary.Component.WebHome]]of the result of a[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]Transformation. In alternative, the[[representation>>doc:xwiki:Glossary.Representation.WebHome]]of the resulting[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] [[Dataflow>>doc:xwiki:Glossary.Dataflow.WebHome]]can be given explicitly by providing its DataStructureDefinition. In other words, the[[representation>>doc:xwiki:Glossary.Representation.WebHome]]specified in the[[DSD>>doc:xwiki:Glossary.Data structure definition.WebHome]], if available, overrides any default conversion{{footnote}}The representation given in the DSD should obviously be compatible with the VTL data type.{{/footnote}}.799 +The default conversion, either standard or customized, can be used to deduce automatically the representation of the components of the result of a VTL Transformation. In alternative, the representation of the resulting SDMX Dataflow can be given explicitly by providing its DataStructureDefinition. In other words, the representation specified in the DSD, if available, overrides any default conversion{{footnote}}The representation given in the DSD should obviously be compatible with the VTL data type.{{/footnote}}. 796 796 797 797 === 12.4.5 Null Values === 798 798 799 -In the conversions from [[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]]to [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] it is assumed by default that a missing value in[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] becomes a NULL in[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]].After the conversion, the NULLs can be manipulated through the proper[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] operators.803 +In the conversions from SDMX to VTL it is assumed by default that a missing value in SDMX becomes a NULL in VTL. After the conversion, the NULLs can be manipulated through the proper VTL operators. 800 800 801 -On the other side, the [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]programs can produce in output NULL values for[[Measures>>doc:xwiki:Glossary.Measure.WebHome]]and[[Attributes>>doc:xwiki:Glossary.Attribute.WebHome]](Null values are not allowed in the Identifiers). In the conversion from[[VTL>>doc:xwiki:Glossary.Validationandtransformationlanguage.WebHome]] to [[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]], it is assumed that a NULL in[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] becomes a missing value in[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]].In the conversion from[[VTL>>doc:xwiki:Glossary.Validationandtransformationlanguage.WebHome]] to [[SDMX>>doc:xwiki:Glossary.Statistical data and metadata exchange.WebHome]], the default assumption can be overridden, separately for each[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] basic scalar type, by specifying which the value that represents the NULL in[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]]is. This can be specified in the[[attribute>>doc:xwiki:Glossary.Attribute.WebHome]]"nullValue" of the CustomType[[artefact>>doc:xwiki:Glossary.Artefact.WebHome]](see also the section Transformations and Expressions of the[[SDMX information model>>doc:xwiki:Glossary.SDMX Information Model.WebHome]]). A CustomType belongs to a CustomTypeScheme, which can be referenced by one or more TransformationScheme (i.e.[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]programs). The overriding assumption is applied for all the[[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]] [[Dataflows>>doc:xwiki:Glossary.Dataflow.WebHome]]calculated in the TransformationScheme.805 +On the other side, the VTL programs can produce in output NULL values for Measures and Attributes (Null values are not allowed in the Identifiers). In the conversion from VTL to SDMX, it is assumed that a NULL in VTL becomes a missing value in SDMX. In the conversion from VTL to SDMX, the default assumption can be overridden, separately for each VTL basic scalar type, by specifying which the value that represents the NULL in SDMX is. This can be specified in the attribute "nullValue" of the CustomType artefact (see also the section Transformations and Expressions of the SDMX information model). A CustomType belongs to a CustomTypeScheme, which can be referenced by one or more TransformationScheme (i.e. VTL programs). The overriding assumption is applied for all the SDMX Dataflows calculated in the TransformationScheme. 802 802 803 803 === 12.4.6 Format of the literals used in VTL Transformations === 804 804 805 -The [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]programs can contain literals, i.e. specific values of certain data types written directly in the[[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] definitions or expressions. The[[VTL>>doc:xwiki:Glossary.Validationandtransformation language.WebHome]] does not prescribe a specific format for the literals and leave the specific[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] systems and the definers of[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]Transformations free of using their preferred formats.809 +The VTL programs can contain literals, i.e. specific values of certain data types written directly in the VTL definitions or expressions. The VTL does not prescribe a specific format for the literals and leave the specific VTL systems and the definers of VTL Transformations free of using their preferred formats. 806 806 807 -Given this discretion, it is essential to know which are the external [[representations>>doc:xwiki:Glossary.Representation.WebHome]]adopted for the literals in a[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]program, in order to interpret them correctly. For example, if the external format for the dates is YYYY-MM-DD the date literal 2010-0102 has the meaning of 2^^nd^^ January 2010, instead if the external format for the dates is YYYY-DD-MM the same literal has the meaning of 1^^st^^ February 2010.811 +Given this discretion, it is essential to know which are the external representations adopted for the literals in a VTL program, in order to interpret them correctly. For example, if the external format for the dates is YYYY-MM-DD the date literal 2010-0102 has the meaning of 2^^nd^^ January 2010, instead if the external format for the dates is YYYY-DD-MM the same literal has the meaning of 1^^st^^ February 2010. 808 808 809 -Hereinafter, i.e. in the [[SDMX>>doc:xwiki:Glossary.Statisticaldata and metadata exchange.WebHome]]implementation of the[[VTL>>doc:xwiki:Glossary.Validation and transformation language.WebHome]], it is assumed that the literals are expressed according to the "default output format" of the table of the previous paragraph ("Mapping[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] basic scalar types to[[SDMX>>doc:xwiki:Glossary.Statisticaldataand metadata exchange.WebHome]] data types") unless otherwise specified.813 +Hereinafter, i.e. in the SDMX implementation of the VTL, it is assumed that the literals are expressed according to the "default output format" of the table of the previous paragraph ("Mapping VTL basic scalar types to SDMX data types") unless otherwise specified. 810 810 811 -A different format can be specified in the [[attribute>>doc:xwiki:Glossary.Attribute.WebHome]]"vtlLiteralFormat" of the CustomType[[artefact>>doc:xwiki:Glossary.Artefact.WebHome]](see also the section Transformations and Expressions of the[[SDMX information model>>doc:xwiki:Glossary.SDMX Information Model.WebHome]]).815 +A different format can be specified in the attribute "vtlLiteralFormat" of the CustomType artefact (see also the section Transformations and Expressions of the SDMX information model). 812 812 813 -Like in the case of the conversion of NULLs described in the previous paragraph, the overriding assumption is applied, for a certain [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] basic scalar type, if a value is found for the vtlLiteralFormat[[attribute>>doc:xwiki:Glossary.Attribute.WebHome]]of the CustomType of such[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]] basic scalar type. The overriding assumption is applied for all the literals of a related[[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]TransformationScheme.817 +Like in the case of the conversion of NULLs described in the previous paragraph, the overriding assumption is applied, for a certain VTL basic scalar type, if a value is found for the vtlLiteralFormat attribute of the CustomType of such VTL basic scalar type. The overriding assumption is applied for all the literals of a related VTL TransformationScheme. 814 814 815 -In case a literal is operand of a [[VTL>>doc:xwiki:Glossary.Validationand transformation language.WebHome]]Cast operation, the format specified in the Cast overrides all the possible otherwise specified formats.819 +In case a literal is operand of a VTL Cast operation, the format specified in the Cast overrides all the possible otherwise specified formats. 816 816 817 817 {{putFootnotes/}}
- SUZ.Methodology.Code.MethodologyClass[0]
-