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

From version 11.2
edited by Helena
on 2025/05/14 14:51
Change comment: There is no comment for this version
To version 13.2
edited by Helena
on 2025/05/14 15:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -271,20 +271,19 @@
271 271  * TITLE – a multi-lingual data attribute
272 272  * SOURCE_AGENCY – a multi-value data attribute
273 273  
274 -<Obs xsi:type="dsd:ObsType" OBS_VALUE="112" OBS_STAUS=”A” TIME_PERIOD="2010-09">
275 -<!—- complex multi-value and multi-lingual data attributes ~-~->
276 -<Comp id="TITLE" xsi:type="ns1:TITLE_ATTRIBUTE">
277 -<Value>
278 -<common:Text xml:lang="en">Some English Text</common:Text>
279 -<common:Text xml:lang="fr">Quelques textes en anglais</common:Text>
280 -</Value>
281 -</Comp>
282 -
283 -<Comp id="SOURCE_AGENCY" xsi:type="ns1:SOURCE_AGENCY_ATTRIBUTE">
284 -<Value>4F0</Value>
285 -<Value>4D0</Value>
286 -<Value>CZ2</Value>
287 -</Comp>
274 +> <Obs xsi:type="dsd:ObsType" OBS_VALUE="112" OBS_STAUS=”A” TIME_PERIOD="2010-09">
275 +> <!—- complex multi-value and multi-lingual data attributes ~-~->
276 +> <Comp id="TITLE" xsi:type="ns1:TITLE_ATTRIBUTE">
277 +> <Value>
278 +> <common:Text xml:lang="en">Some English Text</common:Text>
279 +> <common:Text xml:lang="fr">Quelques textes en anglais</common:Text>
280 +> </Value>
281 +> </Comp>
282 +> <Comp id="SOURCE_AGENCY" xsi:type="ns1:SOURCE_AGENCY_ATTRIBUTE">
283 +> <Value>4F0</Value>
284 +> <Value>4D0</Value>
285 +> <Value>CZ2</Value>
286 +> </Comp>
288 288  <!—- metadata attributes are reported like in metadata messages ~-~->
289 289  <Metadata>
290 290  <Attribute id="COLLECTION">
... ... @@ -391,7 +391,7 @@
391 391  
392 392  The version 2.1 Codelist Map been replaced with Representation Map which allows mappings to be defined between any combination of Code Lists, Value Lists and noncoded representations such as text strings and numbers.
393 393  
394 -==== Many-to-many source and target components ====
393 +=== Many-to-many source and target components ===
395 395  
396 396  Structure mapping rules may be defined with both multiple source components and multiple target components in contrast to version 2.1 where only one source and target was allowed. That supports many-to-many (n-n) mapping use cases where the output of a mapping rule may be dependent on the combination of a number of input components. For instance:
397 397  
... ... @@ -405,15 +405,15 @@
405 405  
406 406  The Structure Map may now define input or output components which have a fixed value.
407 407  
408 -==== Time representations mapping ====
407 +=== Time representations mapping ===
409 409  
410 410  Non SDMX time representations may now be described in a Structure Map, allowing them to be mapped into SDMX time formats.
411 411  
412 -==== Regular expression and substring mappings ====
411 +=== Regular expression and substring mappings ===
413 413  
414 414  All item maps allow the use of regular expressions and substrings to match source values, specifically: Concept Scheme Map, Reporting Taxonomy Map, Category Scheme Map and Organisation Scheme Map.
415 415  
416 -==== Item maps validity period ====
415 +=== Item maps validity period ===
417 417  
418 418  Item maps may further define the period for which the mapping is valid, meaning the mapping rule will only be applied if the row of information being mapped is within the period.
419 419