Difference between revisions of "Structure Set"

From FMR Knowledge Base
Jump to navigation Jump to search
(Structure Properties)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:SDMX Structures]]
+
[[Category:SDMX 2.1 Structures]]
  
Maintainable collection of Structure Maps that link Components together in a source/target relationship where there is a semantic equivalence between the source and the target Components.
+
A Structure Set is a maintainable collection of Structure Maps that link Components together in a source/target relationship where there is a semantic equivalence between the source and the target Components.
  
The Structure Set can contain maps between two Item Schemes of the same type: Codelist, Concept Scheme, Organisation Unit Scheme, Data Provider Scheme, Data Consumer Scheme. The Structure Set can also contain a map between two Data Structures i.e. map of the Dimensions and Attributes and corresponding code values where these are also mapped.
+
There are two main types of Structure Map:<br>
  
A typical use of Structure Sets is to provide mappings between an SDMX data structure used in an internal system with an SDMX structure of an external dataset when imported to or exported from the internal system.
+
Maps between item schemas
 +
* Codelist Map
 +
* Concept Scheme Map
 +
 
 +
Maps to change the dimensionality of datasets
 +
* Data Structure Map
 +
* Dataflow Map
 +
 
 +
A typical use of Structure Sets is to provide mappings between an SDMX data structure used in an internal system with an SDMX structure of an external dataset when imported to or exported from the internal system. Where a dataset's internal [[Data Structure Definition]] is too complex for public dissemination, Structure Maps can be used to map to a Data Structure Definition with fewer dimensions and attributes.
  
 
==Structure Properties==
 
==Structure Properties==
Line 13: Line 21:
 
|-
 
|-
 
! scope=row style="text-align: left;"  | Maintainable
 
! scope=row style="text-align: left;"  | Maintainable
| [[Maintainable|Yes]]
+
| [[Maintainable V10|Yes]]
 
|-
 
|-
 
! scope=row style="text-align: left;"  | Identifiable
 
! scope=row style="text-align: left;"  | Identifiable
| [[Identifiable|Yes]]
+
| [[Identifiable V10|Yes]]
 
|-
 
|-
 
! scope=row style="text-align: left;"  | Item Scheme
 
! scope=row style="text-align: left;"  | Item Scheme
| [[Item_Scheme|No]]
+
| [[Item_Scheme V10|No]]
 
|-
 
|-
 
! scope=row style="text-align: left;"  | SDMX Information Model Versions  
 
! scope=row style="text-align: left;"  | SDMX Information Model Versions  
Line 31: Line 39:
 
==Context within the SDMX 2.1 Information Model==
 
==Context within the SDMX 2.1 Information Model==
  
[[File:L_AllStructureSets.png|900px]]
+
[[File:L_AllStructureSets.png|Structure Set|600px]]
 
 
==Conventions==
 
'''Structure Set IDs'''
 
IDs are conventionally uppercase using underscores '_' as separators if required. Examples:
 
 
 
{| class="wikitable"
 
|-
 
! Agency !! Structure Set ID !! Description !! Example
 
|-
 
| METATECH || SS_EXAMPLE_1 || Example Structure Set 1 || [https://demo.metadatatechnology.com/FusionRegistry/ws/public/sdmxapi/rest/structureset/METATECH/SS_EXAMPLE_1/1.0 SDMX-ML]
 
|
 
|}
 
 
 
 
 
[[Structure_Sets_Version_10.5.7_and_earlier|Click here for more information on structure mapping in Version 10.5.7 and earlier]].
 

Latest revision as of 08:36, 17 April 2024


A Structure Set is a maintainable collection of Structure Maps that link Components together in a source/target relationship where there is a semantic equivalence between the source and the target Components.

There are two main types of Structure Map:

Maps between item schemas

  • Codelist Map
  • Concept Scheme Map

Maps to change the dimensionality of datasets

  • Data Structure Map
  • Dataflow Map

A typical use of Structure Sets is to provide mappings between an SDMX data structure used in an internal system with an SDMX structure of an external dataset when imported to or exported from the internal system. Where a dataset's internal Data Structure Definition is too complex for public dissemination, Structure Maps can be used to map to a Data Structure Definition with fewer dimensions and attributes.

Structure Properties

Structure Type Standard SDMX Structural Metadata Artefact
Maintainable Yes
Identifiable Yes
Item Scheme No
SDMX Information Model Versions 2.0, 2.1
URN - StructureSet namespace urn:sdmx:org.sdmx.infomodel.mapping.Structureset

Context within the SDMX 2.1 Information Model

Structure Set