Changes for page SDMX 3.0 Standards. Summary of Major Changes and New Functionality
Last modified by Helena on 2025/09/10 11:19
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -271,48 +271,47 @@ 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> 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> 287 +> <!—- metadata attributes are reported like in metadata messages ~-~-> 288 +> <Metadata> 289 +> <Attribute id="COLLECTION"> 290 +> <Attribute id="METHOD"> 291 +> <Text lang="en">AAA</Text> 292 +> </Attribute> 293 +> </Attribute> 294 +> <Attribute id="CONTACT"> 295 +> <Value>CONTACT 1</Value> 296 +> <Attribute id="NAME"> 297 +> <Value>Contact 1 Name 1</Value> 298 +> </Attribute> 299 +> <Attribute id="NAME"> 300 +> <Value>Contact 1 Name 2</Value> 301 +> </Attribute> 302 +> </Attribute> 303 +> <Attribute id="CONTACT"> 304 +> <Value>CONTACT 2</Value> 305 +> <Attribute id="NAME"> 306 +> <Value>Contact 2 Name 1</Value> 307 +> </Attribute> 308 +> <Attribute id="NAME"> 309 +> <Value>Contact 2 Name 2</Value> 310 +> </Attribute> 311 +> </Attribute> 312 +> </Metadata> 313 +> </Obs> 282 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> 288 -<!—- metadata attributes are reported like in metadata messages ~-~-> 289 -<Metadata> 290 -<Attribute id="COLLECTION"> 291 -<Attribute id="METHOD"> 292 -<Text lang="en">AAA</Text> 293 -</Attribute> 294 -</Attribute> 295 -<Attribute id="CONTACT"> 296 -<Value>CONTACT 1</Value> 297 -<Attribute id="NAME"> 298 -<Value>Contact 1 Name 1</Value> 299 -</Attribute> 300 -<Attribute id="NAME"> 301 -<Value>Contact 1 Name 2</Value> 302 -</Attribute> 303 -</Attribute> 304 -<Attribute id="CONTACT"> 305 -<Value>CONTACT 2</Value> 306 -<Attribute id="NAME"> 307 -<Value>Contact 2 Name 1</Value> 308 -</Attribute> 309 -<Attribute id="NAME"> 310 -<Value>Contact 2 Name 2</Value> 311 -</Attribute> 312 -</Attribute> 313 -</Metadata> 314 -</Obs> 315 - 316 316 === New - Metadata Provision Agreement === 317 317 318 318 In version 2.1 a Provision Agreement could be used to report information against a Dataflow or Metadataflow. From version 3.0 this is managed by two separate structures, the Data Provision Agreement and the Metadata Provision Agreement. ... ... @@ -385,13 +385,13 @@ 385 385 * GeographicCodelist – each item includes an element to represent a specific Geo Feature Set which is described using the same expression syntax as for GeospatialInformation type. 386 386 * GeoGridCodelist – A code list defining a geographical grid composed of cells representing regular squared portions of the Earth. Each item references a cell within the grid. 387 387 388 -== =3.7 Structure Mapping ===387 +== 3.7 Structure Mapping == 389 389 390 390 The Structure Set in version 2.1 is a container for many mapping structures including Data Structure Map, Codelist Map and Concept Map. For version 3.0 the Structure Set artefact has been deprecated and replaced with a number of new maintainables giving better flexibility and reusability, specifically: Structure Map, Concept Scheme Map, Representation Map, Reporting Taxonomy Map, Category Scheme Map and Organisation Scheme Map. 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,19 +405,19 @@ 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 420 -== =3.8 Constraints ===419 +== 3.8 Constraints == 421 421 422 422 Constraints in version 3.0 are modelled using two separate artefacts which replace the version 2.1 content constraint: 423 423 ... ... @@ -432,17 +432,17 @@ 432 432 433 433 Attachment constraints have been deprecated due to a lack of use cases. 434 434 435 -== =3.9 Code List Extension ===434 +== 3.9 Code List Extension == 436 436 437 437 In addition to the two new specialised geospatial forms, the option has been added to define a code list as an extension of, or by inheriting codes from, other lists. An optional prefix can be added to inherited codes to disambiguate duplicates. 438 438 439 439 This feature allows new code lists to be easily derived from existing lists without the need to make and manually maintain copies. When querying for extended code list structures using the REST API, the option has been added to retrieve either the definition or the materialised list. Traditional literal lists of codes continue to be supported. 440 440 441 -== =3.10 Discriminated Union of Code Lists ===440 +== 3.10 Discriminated Union of Code Lists == 442 442 443 443 Combining code list extension with wildcarded constraints solves the discriminated union of code lists problem where a classification or breakdown has multiple “variants” which are all valid but mutually exclusive. A common example is economic activity where several alternative classification schemes are in use including ISIC revisions 1 to 4 and NACE as used in the European Community. 444 444 445 -== =3.11 Code Hierarchies ===444 +== 3.11 Code Hierarchies == 446 446 447 447 Code hierarchies allow the definition of complex hierarchies of codes from potentially multiple lists for data discovery purposes. Hierarchical Codelist has been deprecated and replaced by two new artefacts: Hierarchy – the actual hierarchy of codes, and Hierarchy Association links hierarchies directly to any other identifiable object, a capability missing 312 from the version 2.1 model. Further, the linkage can be within a particular context, for instance linking a hierarchy to a dimension within the context of a specific Dataflow (dimension REF_AREA in the context of the ECB:EXR Dataflow). 448 448