Difference between revisions of "Data Structure Definition"

From Fusion Registry Wiki
Jump to navigation Jump to search
(Context within the SDMX 2.1 Information Model)
(Usage)
Line 30: Line 30:
  
 
==Usage==
 
==Usage==
<p>Data Structure Definitions (DSDs) are used to describe the structure of datasets by specifying the [[Dimension|Dimensions]], [[Attribute|Attributes]] and [[Measure|Measures]]. DSDs are reusable in that each one can be used by multiple different [[Dataflow|Dataflows]]. This is useful where a number of different datasets need to be collected or disseminated that all share the same dimensionality and coding schemes.</p>
+
<p>Data Structure Definitions (DSDs) are used to describe the structure of datasets by specifying their [[Dimension], [[Attribute]] and [[Measure]] [[Component|Components]]. DSDs are reusable in that each can be used by multiple different [[Dataflow|Dataflows]]. This is useful where a number of different datasets need to be collected or disseminated that all share the same dimensionality and coding schemes.</p>
 +
<p>Consider three datasets on the topics of Education, Health and Infrastructure. A simple DSD could be designed suitable for all three datasets</p>
 +
{| class="wikitable"
 +
|-
 +
! Header text !! Header text
 +
|-
 +
| Dimension || Indicator
 +
|-
 +
| Dimension || Reference Area
 +
|-
 +
| Dimension || Frequency
 +
|-
 +
| Time || Time Period
 +
|-
 +
| Attribute || Unit Multiplier
 +
|-
 +
| Attribute || Observation Status
 +
|-
 +
| Primary Measure || Observation Value
 +
 
 +
|}

Revision as of 02:43, 20 December 2019

Overview

An SDMX Data Structure Definition (DSD) describes the structure and dimensionality of a dataset in terms of its dimensions, attributes and measures.

Structure Properties

Structure Type Standard SDMX Structural Metadata Artefact
Maintainable Yes
Identifiable Yes
Item Scheme No
SDMX Information Model Versions 1.0, 2.0, 2.1
Concept ID DSD

Context within the SDMX 2.1 Information Model

SDMX Information Model - Core Artefacts - DSD.png

The schematic illustrates the Data Structure Definition artefact within the SDMX 2.1 Information Model

Usage

Data Structure Definitions (DSDs) are used to describe the structure of datasets by specifying their [[Dimension], Attribute and Measure Components. DSDs are reusable in that each can be used by multiple different Dataflows. This is useful where a number of different datasets need to be collected or disseminated that all share the same dimensionality and coding schemes.

Consider three datasets on the topics of Education, Health and Infrastructure. A simple DSD could be designed suitable for all three datasets

Header text Header text
Dimension Indicator
Dimension Reference Area
Dimension Frequency
Time Time Period
Attribute Unit Multiplier
Attribute Observation Status
Primary Measure Observation Value