Version 17.1 by Helena K. on 2026/04/16 15:37

Hide last authors
Helena K. 3.2 1 {{box title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
Helena K. 1.1 4
Helena K. 3.2 5 == 5.1 Introduction ==
6
Artur K. 12.1 7 The DataStructureDefiniton is the class name for a structure definition for data. Some organisations know this type of definition as a “Key Family” and so the two names are synonymous. The term [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]] (also referred to as [[DSD>>doc:Glossary.Data structure definition.WebHome]]) is used in this specification.
Helena K. 1.1 8
Artur K. 12.1 9 Many of the constructs in this layer of the model inherit from the [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] Base Layer. Therefore, it is necessary to study both the inheritance and the relationship diagrams to understand the functionality of individual packages. In simple sub models these are shown in the same diagram but are omitted from the more complex sub models for the sake of clarity. In these cases, the inheritance diagram below shows the full inheritance tree for the classes concerned with data structure definitions.
Helena K. 1.1 10
Artur K. 12.1 11 There are very few additional classes in this sub model other than those shown in the inheritance diagram below. In other words, the [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] Base gives most of the structure of this sub model both in terms of associations and in terms of [[attributes>>doc:Glossary.Attribute.WebHome]]. The relationship diagrams shown in this section show clearly when these associations are inherited from the [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] Base (see the Appendix “A Short Guide to UML in the [[SDMX Information Model>>doc:Glossary.SDMX Information Model.WebHome]]” to see the diagrammatic notation used to depict this).
Helena K. 1.1 12
Artur K. 12.1 13 The actual [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] Base construct from which the concrete classes inherit depends upon the requirements of the class for:
Helena K. 1.1 14
Artur K. 12.1 15 [[Annotation>>doc:Glossary.Annotation.WebHome]] – //AnnotableArtefact//
Helena K. 1.1 16 Identification – //IdentifiableArtefact//
17 Naming – //NameableArtefact//
18 Versioning – //VersionableArtefact//
19 Maintenance – //MaintainableArtefact//
20
Helena K. 3.2 21 == 5.2 Inheritance View ==
Helena K. 1.1 22
Helena K. 3.2 23 === 5.2.1 Class Diagram ===
Helena K. 1.1 24
25 [[image:1749246368774-202.jpeg]]
26
Helena K. 15.2 27 [[image:image53.png]]
28
Helena K. 1.1 29 **Figure 27 Class inheritance in the Data Structure Definition and Data Set Packages**
30
Helena K. 3.3 31 === 5.2.2 Explanation of the Diagram ===
Helena K. 1.1 32
Helena K. 3.3 33 ==== 5.2.2.1 Narrative ====
Helena K. 1.1 34
Artur K. 12.1 35 Those classes in the [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] metamodel which require [[annotations>>doc:Glossary.Annotation.WebHome]] inherit from //AnnotableArtefact//. These are:
Helena K. 1.1 36
Helena K. 3.6 37 //IdentifiableArtefact
Artur K. 12.1 38 [[DataSet>>doc:Glossary.Data set.WebHome]]
Helena K. 3.6 39 Key// (and therefore //SeriesKey// and //GroupKey//)
Helena K. 1.1 40 //Observation//
41
Artur K. 12.1 42 Those classes in the [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] metamodel which require [[annotations>>doc:Glossary.Annotation.WebHome]] and global identity are derived from //IdentifiableArtefact//. These are:
Helena K. 1.1 43
Helena K. 3.6 44 //NameableArtefact
45 ComponentList
Artur K. 12.1 46 [[Component>>doc:Glossary.Component.WebHome]]//
Helena K. 1.1 47
Artur K. 12.1 48 Those classes in the [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] metamodel which require [[annotations>>doc:Glossary.Annotation.WebHome]], global identity, multilingual name and multilingual description are derived from //NameableArtefact//. These are:
Helena K. 1.1 49
Helena K. 3.6 50 //VersionableArtefact
51 Item//
Helena K. 1.1 52
Artur K. 12.1 53 The classes in the [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] metamodel which require [[annotations>>doc:Glossary.Annotation.WebHome]], global identity, multilingual name and multilingual description, and versioning are derived from //VersionableArtefact//. These are:
Helena K. 1.1 54
55 //MaintainableArtefact//
56
Artur K. 12.1 57 Abstract classes which represent information that is maintained by [[Maintenance Agencies>>doc:Glossary.Maintenance agency.WebHome]] all inherit from //MaintainableArtefact//, they also inherit all the features of a //VersionableArtefact//, and are:
Helena K. 1.1 58
Helena K. 3.6 59 //StructureUsage
60 Structure
61 ItemScheme//
Helena K. 1.1 62
63 All the above classes are abstract. The key to understanding the class diagrams presented in this section are the concrete classes that inherit from these abstract classes.
64
Artur K. 12.1 65 Those concrete classes in the [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]] and [[Dataset>>doc:Glossary.Data set.WebHome]] packages of the metamodel which require to be maintained by Agencies all inherit (via other abstract classes) from //MaintainableArtefact//, these are:
Helena K. 1.1 66
Artur K. 12.1 67 [[Dataflow>>doc:Glossary.Dataflow.WebHome]]
Helena K. 1.1 68 DataStructureDefinition
Artur K. 12.1 69 The [[component>>doc:Glossary.Component.WebHome]] structures that are lists of lists, inherit directly from //Structure//. A //Structure// contains several lists of [[components>>doc:Glossary.Component.WebHome]]. The concrete class that inherits from //Structure// is:
Helena K. 1.1 70 DataStructureDefinition
71
Artur K. 12.1 72 A DataStructureDefinition contains a list of [[dimensions>>doc:Glossary.Dimension.WebHome]], a list of [[measures>>doc:Glossary.Measure.WebHome]] and a list of [[attributes>>doc:Glossary.Attribute.WebHome]].
Helena K. 1.1 73
74 The concrete classes which inherit from //ComponentList// and are subcomponents of the DataStructureDefinition are:
75
Artur K. 12.1 76 DimensionDescriptor – content is [[Dimension>>doc:Glossary.Dimension.WebHome]] and TimeDimension
77 DimensionGroupDescriptor – content is an association to [[Dimension>>doc:Glossary.Dimension.WebHome]], TimeDimension
78 MeasureDescriptor – content is [[Measure>>doc:Glossary.Measure.WebHome]]
Helena K. 1.1 79 AttributeDescriptor – content is DataAttribute and an association to MetadataAttribute
80
Artur K. 12.1 81 The classes that inherit from //[[Component>>doc:Glossary.Component.WebHome]]// are:
Helena K. 1.1 82
Artur K. 12.1 83 [[Measure>>doc:Glossary.Measure.WebHome]]
84 //DimensionComponent// and thereby its sub classes of [[Dimension>>doc:Glossary.Dimension.WebHome]] and TimeDimension
85 //[[Attribute>>doc:Glossary.Attribute.WebHome]]// and thereby its sub classes of DataAttribute and MetadataAttribute
Helena K. 1.1 86
87 The concrete classes identified above are the majority of the classes required to define the metamodel for the DataStructureDefinition. The diagrams and explanations in the rest of this section show how these concrete classes are related in order to support the functionality required.
88
Helena K. 3.3 89 == 5.3 Data Structure Definition – Relationship View ==
Helena K. 1.1 90
Helena K. 3.3 91 === 5.3.1 Class Diagram ===
Helena K. 1.1 92
93 [[image:1749246368782-690.jpeg]]
94
Helena K. 15.3 95 [[image:image54.png]]
96
Helena K. 1.1 97 **Figure 28 Relationship class diagram of the Data Structure Definition excluding representation**
98
Helena K. 3.3 99 === 5.3.2 Explanation of the Diagrams ===
Helena K. 1.1 100
Helena K. 3.3 101 ==== 5.3.2.1 Narrative ====
Helena K. 1.1 102
Artur K. 12.1 103 A DataStructureDefinition defines the [[Dimensions>>doc:Glossary.Dimension.WebHome]], TimeDimension, DataAttributes, and [[Measures>>doc:Glossary.Measure.WebHome]], and associated [[Representations>>doc:Glossary.Representation.WebHome]], that comprise the valid structure of data and related [[attributes>>doc:Glossary.Attribute.WebHome]] that are contained in a [[DataSet>>doc:Glossary.Data set.WebHome]], which is defined by a [[Dataflow>>doc:Glossary.Dataflow.WebHome]]. In addition, a DataStructureDefinition may be related to one MetadataStructureDefinition, in order to use the latter’s MetadataAttributes, by relating them to other //[[Components>>doc:Glossary.Component.WebHome]]// within the [[DSD>>doc:Glossary.Data structure definition.WebHome]], as explained below.
Helena K. 1.1 104
Artur K. 12.1 105 The [[Dataflow>>doc:Glossary.Dataflow.WebHome]] may also have additional metadata attached that define qualitative information and (% style="color:#e74c3c" %)[[Constraints>>doc:Glossary.Constraint.WebHome]](%%) on the use of the DataStructureDefinition such as the subset of [[Codes>>doc:Glossary.Code.WebHome]] used in a [[Dimension>>doc:Glossary.Dimension.WebHome]] (this is covered later in this document – see sections “(% style="color:#e74c3c" %)[[Constraints>>doc:Glossary.Constraint.WebHome]](%%)” and “Data Provisioning”). Each [[Dataflow>>doc:Glossary.Dataflow.WebHome]] has a maximum of one DataStructureDefinition specified which defines the structure of any [[DataSets>>doc:Glossary.Data set.WebHome]] to be reported/disseminated. A [[Dataflow>>doc:Glossary.Dataflow.WebHome]] may optionally define which [[Dimensions>>doc:Glossary.Dimension.WebHome]] it uses, by defining a DimensionConstraint (this is a mandatory requirement if the DataStructureDefinition sets its’ evolvingStructure property to ‘true’ and is sematically referenced by the [[Dataflow>>doc:Glossary.Dataflow.WebHome]]).
Helena K. 1.1 106
Artur K. 12.1 107 There are two types of [[dimensions>>doc:Glossary.Dimension.WebHome]] each having a common association to (% style="color:#e74c3c" %)[[Concept>>doc:Glossary.Concept.WebHome]](%%):
Helena K. 1.1 108
Artur K. 12.1 109 * [[Dimension>>doc:Glossary.Dimension.WebHome]]
Helena K. 1.1 110 * TimeDimension
111
Artur K. 12.1 112 Note that DimensionComponent can be any or all its sub classes i.e., [[Dimension>>doc:Glossary.Dimension.WebHome]], TimeDimension.
Helena K. 1.1 113
Artur K. 12.1 114 The //DimensionComponent//, DataAttribute, MetadataAttribute and [[Measure>>doc:Glossary.Measure.WebHome]] link to the (% style="color:#e74c3c" %)[[Concept>>doc:Glossary.Concept.WebHome]](%%) that defines its name and semantic (/conceptIdentity association to (% style="color:#e74c3c" %)[[Concept>>doc:Glossary.Concept.WebHome]](%%)). The DataAttribute, [[Dimension>>doc:Glossary.Dimension.WebHome]] (but not TimeDimension) and [[Measure>>doc:Glossary.Measure.WebHome]] can optionally have a +conceptRole association with a (% style="color:#e74c3c" %)[[Concept>>doc:Glossary.Concept.WebHome]](%%) that identifies its role in the DataStructureDefinition, or one of the standard pre-defined roles, i.e., those published in "GUIDELINES FOR [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] (% style="color:#e74c3c" %)[[CONCEPT>>doc:Glossary.Concept.WebHome]](%%) ROLES" by the [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] SWG. The use of these roles is to enable applications to process the data in a meaningful way (e.g., relating a [[dimension>>doc:Glossary.Dimension.WebHome]] value to a mapping vector). It is expected, beyond the standard roles published by the SWG, that communities (such as the official statistics community) will harmonise such roles within their community so that data can be exchanged and shared in a meaningful way within that community.
Helena K. 1.1 115
Artur K. 12.1 116 The valid values for a //DimensionComponent//, [[Measure>>doc:Glossary.Measure.WebHome]], DataAttribute or MetadataAttribute, when used in this DataStructureDefinition, are defined by the [[Representation>>doc:Glossary.Representation.WebHome]]. This [[Representation>>doc:Glossary.Representation.WebHome]] is taken from the (% style="color:#e74c3c" %)[[Concept>>doc:Glossary.Concept.WebHome]](%%) definition (coreRepresentation) unless it is overridden in this DataStructureDefinition (localRepresentation) – see Figure 28. Note also that TimeDimension is constrained to specific FacetValueTypes. Moreover, the [[Representations>>doc:Glossary.Representation.WebHome]] of MetadataAttributes are specified in the corresponding MetadataStructureDefinition, linked by the DataStructureDefinition.
Helena K. 1.1 117
Artur K. 12.1 118 There will always be a DimensionDescriptor grouping that identifies all of the [[Dimension>>doc:Glossary.Dimension.WebHome]] comprising the full key. Together the [[Dimensions>>doc:Glossary.Dimension.WebHome]] specify the key of an Observation.
Helena K. 1.1 119
Artur K. 12.1 120 The //DimensionComponent// can optionally be grouped by multiple GroupDimensionDescriptors each of which identifies the group of [[Dimensions>>doc:Glossary.Dimension.WebHome]] that can form a partial key. The GroupDimensionDescriptor must be identified (GroupDimensionDescriptor.id) and this is used in the GroupKey of the [[DataSet>>doc:Glossary.Data set.WebHome]] to declare which DataAttributes or MetadataAttributes are reported at this group level in the [[DataSet>>doc:Glossary.Data set.WebHome]].
Helena K. 1.1 121
Artur K. 12.1 122 There can be a maximum of one TimeDimension specified in the DimensionDescriptor. The TimeDimension is used to specify the (% style="color:#e74c3c" %)[[Concept>>doc:Glossary.Concept.WebHome]](%%) used to convey the [[time period>>doc:Glossary.Time period.WebHome]] of the observation in a [[data set>>doc:Glossary.Data set.WebHome]]. The TimeDimension must contain a valid [[representation>>doc:Glossary.Representation.WebHome]] of time and cannot be coded.
Helena K. 1.1 123
Artur K. 12.1 124 There can be one or more [[Measures>>doc:Glossary.Measure.WebHome]] under the MeasureDescriptor. [[Measures>>doc:Glossary.Measure.WebHome]] represent the observable phenomena. Each [[Measure>>doc:Glossary.Measure.WebHome]] may have a valid [[representation>>doc:Glossary.Representation.WebHome]], a maxOccurs [[attribute>>doc:Glossary.Attribute.WebHome]] limiting the maximum number of values per [[Measure>>doc:Glossary.Measure.WebHome]] (which may be set to 'unbounded' for unlimited occurrences), as well as a minOccurs [[attribute>>doc:Glossary.Attribute.WebHome]], indicating the minimum required number of values, when the [[Measure>>doc:Glossary.Measure.WebHome]] is reported. If minOccurs or maxOccurs are omitted (they both default to ‘1’), the [[Measure>>doc:Glossary.Measure.WebHome]] is considered to take a single value; otherwise, it is an array. Moreover, the usage [[attribute>>doc:Glossary.Attribute.WebHome]] indicates whether a [[Measure>>doc:Glossary.Measure.WebHome]] must be reported or not, by the corresponding values: mandatory or optional.
Helena K. 1.1 125
Artur K. 12.1 126 The AttributeDescriptor may contain one or more //[[Attribute>>doc:Glossary.Attribute.WebHome]]//s, i.e., at least one DataAttribute definition or one MetadataAttribute reference.
Helena K. 1.1 127
Artur K. 12.1 128 The DataAttribute defines a characteristic of data that are collected or disseminated and is grouped in the DataStructureDefinition by a single AttributeDescriptor. The DataAttribute can be indicated if it must be reported or not, by the corresponding value of the usage [[attribute>>doc:Glossary.Attribute.WebHome]]: i.e., mandatory or optional. The property minOccurs specifies the minimum number of array values to be included when the DataAttribute is reported. Moreover, a maxOccurs [[attribute>>doc:Glossary.Attribute.WebHome]] indicates whether the DataAttribute may need to report more than one values, i.e., an array of values. The DataAttribute may play a specific role in the structure and this is specified by the +role association to the [[Concept>>doc:Glossary.Concept.WebHome]] that identifies its role.
Helena K. 1.1 129
Artur K. 12.1 130 The MetadataAttribute defines [[reference metadata>>doc:Glossary.Reference metadata.WebHome]] that may be collected or disseminated and is grouped together with DataAttribute under the AttributeDescriptor.
Helena K. 1.1 131
Artur K. 12.1 132 A DataAttribute or a MetadataAttribute (i.e., an //AttributeComponent//) is specified as being +relatedTo an AttributeRelationship, which defines the constructs to which the //AttributeComponent// is to be reported within a //[[DataSet>>doc:Glossary.Data set.WebHome]]//. An //AttributeComponent// can be specified as being related to one of the following [[artefacts>>doc:Glossary.Artefact.WebHome]]:
Helena K. 1.1 133
Artur K. 12.1 134 * All data within the [[dataset>>doc:Glossary.Data set.WebHome]] (DataflowRelationship) – this is equivalent to attaching an [[Attribute>>doc:Glossary.Attribute.WebHome]] to all data within the [[Dataflow>>doc:Glossary.Dataflow.WebHome]].
135 * [[Dimension>>doc:Glossary.Dimension.WebHome]] or set of [[Dimensions>>doc:Glossary.Dimension.WebHome]] (DimensionRelationship)
136 * Set of [[Dimensions>>doc:Glossary.Dimension.WebHome]] specified by a GroupKey (GroupRelationship – this is retained for compatibility reasons – or +groupKey of the DimensionRelationship)
Helena K. 1.1 137 * Observation (ObservationRelationship)
Artur K. 12.1 138 * In addition to the positioning of an //AttributeComponent// within a //[[DataSet>>doc:Glossary.Data set.WebHome]]//, another relationship indicates the [[Measure>>doc:Glossary.Measure.WebHome]](s) for which the //AttributeComponent// is reported. Regardless of the position of the //AttributeComponent// within the //[[DataSet>>doc:Glossary.Data set.WebHome]]//, the //AttributeComponent// may concern one, more than one, or all [[Measures>>doc:Glossary.Measure.WebHome]] included in the [[DSD>>doc:Glossary.Data structure definition.WebHome]]. This is expressed using the MeasureRelationship class, which relates a DataAttribute to one or more [[Measures>>doc:Glossary.Measure.WebHome]]. Lack of the MeasureRelationship defaults to a relationship to all [[Measures>>doc:Glossary.Measure.WebHome]].
Helena K. 1.1 139
140 [[image:1749246368785-499.jpeg]]
141
Helena K. 15.4 142 [[image:image55.png]]
143
Helena K. 1.1 144 **Figure 29: Attribute Attachment Defined in the Data Structure Definition**
145
146 The following table details the possible relationships a DataAttribute may specify. Note that these relationships are mutually exclusive, and therefore only one of the following is possible.
147
Helena K. 3.5 148 (% style="width:1142.83px" %)
149 |**Relationship**|(% style="width:537px" %)**Meaning**|(% style="width:434px" %)**Location in Data Set at which the Attribute is reported**
Artur K. 12.1 150 |DataflowRelationship|(% style="width:537px" %)The value of the [[attribute>>doc:Glossary.Attribute.WebHome]] is fixed for all data contained in the [[dataset>>doc:Glossary.Data set.WebHome]]. The [[Attribute>>doc:Glossary.Attribute.WebHome]] value applies to all data defined by the underlying [[Dataflow>>doc:Glossary.Dataflow.WebHome]].|(% style="width:434px" %)The [[attribute>>doc:Glossary.Attribute.WebHome]] is reported at the [[Dataset>>doc:Glossary.Data set.WebHome]] level.
151 |[[Dimension>>doc:Glossary.Dimension.WebHome]] (1..n)|(% style="width:537px" %)The value of the [[attribute>>doc:Glossary.Attribute.WebHome]] will vary with the value(s) of the referenced [[Dimension>>doc:Glossary.Dimension.WebHome]](s). In this case, Group(s) to which the [[attribute>>doc:Glossary.Attribute.WebHome]] should be attached may optionally be specified.|(% style="width:434px" %)The [[attribute>>doc:Glossary.Attribute.WebHome]] is reported at the lowest level of the [[Dimension>>doc:Glossary.Dimension.WebHome]] to which the [[Attribute>>doc:Glossary.Attribute.WebHome]] is related, otherwise at the level of the Group if Attachment Group(s) is specified.
152 |Group|(% style="width:537px" %)The value of the [[Attribute>>doc:Glossary.Attribute.WebHome]] varies with combination of values for all of the [[Dimensions>>doc:Glossary.Dimension.WebHome]] contained in the Group. This is added as a convenience to listing all [[Dimensions>>doc:Glossary.Dimension.WebHome]] and the attachment Group, but should only be used when the [[Attribute>>doc:Glossary.Attribute.WebHome]] value varies based on all Group [[Dimension>>doc:Glossary.Dimension.WebHome]] values.|(% style="width:434px" %)The [[attribute>>doc:Glossary.Attribute.WebHome]] is reported at the level of Group.
153 |Observation|(% style="width:537px" %)The value of the [[Attribute>>doc:Glossary.Attribute.WebHome]] varies with the observed value.|(% style="width:434px" %)The [[attribute>>doc:Glossary.Attribute.WebHome]] is reported at the level of Observation.
Helena K. 1.1 154
155 [[image:1749246368790-555.jpeg]]
156
Helena K. 15.4 157 [[image:image56.png]]
158
Helena K. 1.1 159 **Figure 30: Representation of DSD Components**
160
Artur K. 12.1 161 Each of [[Dimension>>doc:Glossary.Dimension.WebHome]], TimeDimension, [[Measure>>doc:Glossary.Measure.WebHome]], DataAttribute and MetadataAttribute can have a [[Representation>>doc:Glossary.Representation.WebHome]] specified (using the localRepresentation association). If this is not specified in the DataStructureDefinition then the [[representation>>doc:Glossary.Representation.WebHome]] specified for (% style="color:#e74c3c" %)[[Concept>>doc:Glossary.Concept.WebHome]](%%) (coreRepresentation) is used. [[Measure>>doc:Glossary.Measure.WebHome]], and DataAttribute may be also represented by multilingual text (as seen in the [[DataSet>>doc:Glossary.Data set.WebHome]] diagram further down). An exception is the MetadataAttribute, where its [[Representation>>doc:Glossary.Representation.WebHome]] is specified in the MetadataStructureDefinition.
Helena K. 1.1 162
163 A DataStructureDefinition can be extended to form a derived DataStructureDefinition. This is supported in the StructureMap.
164
Helena K. 3.3 165 ==== 5.3.2.2 Definitions ====
Helena K. 1.1 166
Helena K. 5.7 167 (% style="width:981.835px" %)
168 |(% style="width:204px" %)**Class**|(% style="width:236px" %)**Feature**|(% style="width:538px" %)**Description**
Artur K. 12.1 169 |(% style="width:204px" %)StructureUsage|(% style="width:236px" %) |(% style="width:538px" %)See “[[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] Base”.
170 |(% style="width:204px" %)[[Dataflow>>doc:Glossary.Dataflow.WebHome]]|(% style="width:236px" %)(((
Helena K. 1.1 171 Inherits from
172
173 //StructureUsage//
Elena Yasinovskaya 7.2 174 )))|(% style="width:538px" %)Abstract concept (i.e., the structure without any data) of a flow of data that providers will provide for different reference periods.
Artur K. 12.1 175 |(% style="width:204px" %) |(% style="width:236px" %)/structure|(% style="width:538px" %)Associates a [[Dataflow>>doc:Glossary.Dataflow.WebHome]] to the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]].
176 |(% style="width:204px" %) |(% style="width:236px" %)dimensionConstraint|(% style="width:538px" %)A list of [[Dimensions>>doc:Glossary.Dimension.WebHome]] which the [[Dataflow>>doc:Glossary.Dataflow.WebHome]] uses. This is only required when the referenced DataStructureDefinition has the evolvingStructure property set to true and when the association to the DataStructureDefinition in on the latest minor (% style="color:#e74c3c" %)[[version>>doc:Glossary.Version.WebHome]]{{footnote}}Referencing the latest minor version of the Data Structure is achieved by the reference including the plus operator on the minor version to indicate it links to the latest stable version, for example 2.0+.0 will resolve to the highest version 2.x.y.{{/footnote}}(%%).
Elena Yasinovskaya 7.2 177 |(% style="width:204px" %)DataStructureDefinition|(% style="width:236px" %) |(% style="width:538px" %)A collection of metadata concepts, their structure and usage when used to collect or disseminate data.
Artur K. 12.1 178 |(% style="width:204px" %) |(% style="width:236px" %)/grouping|(% style="width:538px" %)An association to a set of metadata concepts that have an identified structural role in a [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]].
179 |(% style="width:204px" %) |(% style="width:236px" %)evolvingStructure|(% style="width:538px" %)An optional boolean property, defaulting to false. When true the DataStructureDefinition may have new [[Dimensions>>doc:Glossary.Dimension.WebHome]] added without having to change its major [[version>>doc:Glossary.Version.WebHome]] number.
Helena K. 5.7 180 |(% style="width:204px" %)GroupDimensionDescriptor|(% style="width:236px" %)(((
Helena K. 1.1 181 Inherits from
182 //ComponentList//
Artur K. 12.1 183 )))|(% style="width:538px" %)A set of metadata concepts that define a partial key derived from the [[Dimension>>doc:Glossary.Dimension.WebHome]] Descriptor in a [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]].
184 |(% style="width:204px" %) |(% style="width:236px" %)/components|(% style="width:538px" %)An association to the [[Dimension>>doc:Glossary.Dimension.WebHome]] [[components>>doc:Glossary.Component.WebHome]] that comprise the group.
Helena K. 5.7 185 |(% style="width:204px" %)DimensionDescriptor|(% style="width:236px" %)(((
Helena K. 1.1 186 Inherits from
187 //ComponentList//
Artur K. 12.1 188 )))|(% style="width:538px" %)An ordered set of metadata concepts that, combined, classify a statistical series, and whose values, when combined (the key) in an instance such as a [[data set>>doc:Glossary.Data set.WebHome]], uniquely identify a specific observation.
189 |(% style="width:204px" %) |(% style="width:236px" %)/components|(% style="width:538px" %)An association to the [[Dimension>>doc:Glossary.Dimension.WebHome]] and Time [[Dimension>>doc:Glossary.Dimension.WebHome]] comprising the Key Descriptor.
Helena K. 5.7 190 |(% style="width:204px" %)AttributeDescriptor|(% style="width:236px" %)(((
Helena K. 1.1 191 Inherits from
192 //ComponentList//
Artur K. 12.1 193 )))|(% style="width:538px" %)A set metadata concepts that define the [[Attributes>>doc:Glossary.Attribute.WebHome]] of a [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]].
194 |(% style="width:204px" %) |(% style="width:236px" %)/components|(% style="width:538px" %)An association to a Data [[Attribute>>doc:Glossary.Attribute.WebHome]] [[component>>doc:Glossary.Component.WebHome]].
Helena K. 5.7 195 |(% style="width:204px" %)MeasureDescriptor|(% style="width:236px" %)(((
Helena K. 1.1 196 Inherits from
197 //ComponentList//
Artur K. 12.1 198 )))|(% style="width:538px" %)A metadata concept that defines the [[Measures>>doc:Glossary.Measure.WebHome]] of a [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]].
199 |(% style="width:204px" %) |(% style="width:236px" %)/components|(% style="width:538px" %)An association to a [[Measure>>doc:Glossary.Measure.WebHome]] [[component>>doc:Glossary.Component.WebHome]].
Helena K. 5.7 200 |(% style="width:204px" %)//DimensionComponent//|(% style="width:236px" %)(((
Helena K. 1.1 201 Inherits from
Artur K. 12.1 202 //[[Component>>doc:Glossary.Component.WebHome]]//
Helena K. 1.1 203 Sub class
Artur K. 12.1 204 [[Dimension>>doc:Glossary.Dimension.WebHome]]
Helena K. 1.1 205 TimeDimension
Artur K. 12.1 206 )))|(% style="width:538px" %)An abstract class representing any [[Component>>doc:Glossary.Component.WebHome]] that can be used for identifying observations.
207 |(% style="width:211px" %) |(% style="width:235px" %)Order|(% style="width:534px" %)Specifies the order of the [[Dimension>>doc:Glossary.Dimension.WebHome]] [[Components>>doc:Glossary.Component.WebHome]] within the [[DSD>>doc:Glossary.Data structure definition.WebHome]]. The property is used to indicate the position of the [[Dimension>>doc:Glossary.Dimension.WebHome]] [[Component>>doc:Glossary.Component.WebHome]] and determines the Key for identifying observations, or series. The Time [[Dimension>>doc:Glossary.Dimension.WebHome]], when specified, must be the last within the [[Dimension>>doc:Glossary.Dimension.WebHome]] Descriptor.
208 |(% style="width:211px" %)[[Dimension>>doc:Glossary.Dimension.WebHome]]|(% style="width:235px" %)(((
Helena K. 1.1 209 Inherits from
210 //DimensionComponent//
Artur K. 12.1 211 )))|(% style="width:534px" %)A metadata concept used (most probably together with other metadata concepts) to classify a statistical series, e.g., a statistical concept indicating a certain [[economic activity>>doc:Glossary.Economic activity.WebHome]] or a geographical reference area.
212 |(% style="width:211px" %) |(% style="width:235px" %)/role|(% style="width:534px" %)Association to the (% style="color:#e74c3c" %)[[Concept>>doc:Glossary.Concept.WebHome]](%%) that specifies the role that that the [[Dimension>>doc:Glossary.Dimension.WebHome]] plays in the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]].
213 |(% style="width:211px" %) |(% style="width:235px" %)/conceptIdentity|(% style="width:534px" %)An association to the metadata concept which defines the semantic of the [[Dimension>>doc:Glossary.Dimension.WebHome]].
Helena K. 5.7 214 |(% style="width:211px" %)TimeDimension|(% style="width:235px" %)(((
Helena K. 1.1 215 Inherits from
216 //DimensionComponent//
Artur K. 12.1 217 )))|(% style="width:534px" %)A metadata concept that identifies the [[component>>doc:Glossary.Component.WebHome]] in the key structure that has the role of “time”.
Helena K. 5.7 218 |(% style="width:211px" %)DataAttribute|(% style="width:235px" %)(((
Helena K. 1.1 219 Inherits from
Artur K. 12.1 220 //[[Component>>doc:Glossary.Component.WebHome]]//
Helena K. 5.7 221 )))|(% style="width:534px" %)A characteristic of an object or entity.
Artur K. 12.1 222 |(% style="width:211px" %) |(% style="width:235px" %)/role|(% style="width:534px" %)Association to the (% style="color:#e74c3c" %)[[Concept>>doc:Glossary.Concept.WebHome]](%%) that specifies the role that that the Data [[Attribute>>doc:Glossary.Attribute.WebHome]] plays in the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]].
223 |(% style="width:211px" %) |(% style="width:235px" %)minOccurs|(% style="width:534px" %)Defines the minimum required occurrences for the [[Attribute>>doc:Glossary.Attribute.WebHome]]. When equals to zero, the [[Attribute>>doc:Glossary.Attribute.WebHome]] is conditional.
224 |(% style="width:211px" %) |(% style="width:235px" %)maxOccurs|(% style="width:534px" %)Defines the maximum allowed occurrences for the [[Attribute>>doc:Glossary.Attribute.WebHome]].
225 |(% style="width:211px" %) |(% style="width:235px" %)Usage|(% style="width:534px" %)Defines whether a Data [[Attribute>>doc:Glossary.Attribute.WebHome]] must be reported or not.
226 |(% style="width:211px" %) |(% style="width:235px" %)+relatedTo|(% style="width:534px" %)Association to an [[Attribute>>doc:Glossary.Attribute.WebHome]] Relationship.
227 |(% style="width:211px" %) |(% style="width:235px" %)/conceptIdentity|(% style="width:534px" %)An association to the (% style="color:#e74c3c" %)[[Concept>>doc:Glossary.Concept.WebHome]](%%) which defines the semantic of the [[component>>doc:Glossary.Component.WebHome]].
228 |(% style="width:211px" %)[[Measure>>doc:Glossary.Measure.WebHome]]|(% style="width:235px" %)(((
Helena K. 1.1 229 Inherits from
Artur K. 12.1 230 //[[Component>>doc:Glossary.Component.WebHome]]//
231 )))|(% style="width:534px" %)The metadata concept that is the phenomenon to be measured in a [[data set>>doc:Glossary.Data set.WebHome]]. In a [[data set>>doc:Glossary.Data set.WebHome]] the instance of the [[measure>>doc:Glossary.Measure.WebHome]] is often called the observation.
232 |(% style="width:211px" %) |(% style="width:235px" %)/conceptIdentity|(% style="width:534px" %)An association to the (% style="color:#e74c3c" %)[[Concept>>doc:Glossary.Concept.WebHome]](%%) which carries the values of the [[measures>>doc:Glossary.Measure.WebHome]].
233 |(% style="width:211px" %) |(% style="width:235px" %)minOccurs|(% style="width:534px" %)Defines the minimum required occurrences for the [[Measure>>doc:Glossary.Measure.WebHome]]. When equals to zero, the [[Measure>>doc:Glossary.Measure.WebHome]] is conditional.
234 |(% style="width:211px" %) |(% style="width:235px" %)maxOccurs|(% style="width:534px" %)Defines the maximum allowed occurrences for the [[Measure>>doc:Glossary.Measure.WebHome]].
235 |(% style="width:211px" %) |(% style="width:235px" %)Usage|(% style="width:534px" %)Defines whether a [[Measure>>doc:Glossary.Measure.WebHome]] must be reported or not.
Helena K. 5.7 236 |(% style="width:211px" %)//AttributeRelationship//|(% style="width:235px" %)(((
Helena K. 1.1 237 Abstract Class
238 Sub classes
Helena K. 5.5 239 ObservationRelationship
240 GroupRelationship DimensionRelationship
Artur K. 12.1 241 )))|(% style="width:534px" %)Specifies the type of [[artefact>>doc:Glossary.Artefact.WebHome]] to which a Data [[Attribute>>doc:Glossary.Attribute.WebHome]] can be attached in a [[Data Set>>doc:Glossary.Data set.WebHome]].
242 |(% style="width:211px" %)ObservationRelationship|(% style="width:235px" %) |(% style="width:534px" %)The Data [[Attribute>>doc:Glossary.Attribute.WebHome]] is related to the observations of the [[Data Set>>doc:Glossary.Data set.WebHome]].
243 |(% style="width:211px" %)GroupRelationship|(% style="width:235px" %) |(% style="width:534px" %)The Data [[Attribute>>doc:Glossary.Attribute.WebHome]] is related to a Group [[Dimension>>doc:Glossary.Dimension.WebHome]] Descriptor construct.
244 |(% style="width:211px" %) |(% style="width:235px" %)+groupKey|(% style="width:534px" %)An association to the Group [[Dimension>>doc:Glossary.Dimension.WebHome]] Descriptor
245 |(% style="width:211px" %)DimensionRelationship|(% style="width:235px" %) |(% style="width:534px" %)The Data [[Attribute>>doc:Glossary.Attribute.WebHome]] is related to a set of [[Dimensions>>doc:Glossary.Dimension.WebHome]].
246 |(% style="width:211px" %) |(% style="width:235px" %)+dimensions|(% style="width:534px" %)Association to the set of [[Dimensions>>doc:Glossary.Dimension.WebHome]] to which the Data [[Attribute>>doc:Glossary.Attribute.WebHome]] is related.
247 |(% style="width:211px" %) |(% style="width:235px" %)+groupKey|(% style="width:534px" %)Association to the Group [[Dimension>>doc:Glossary.Dimension.WebHome]] Descriptor which specifies the set of [[Dimensions>>doc:Glossary.Dimension.WebHome]] to which the Data [[Attribute>>doc:Glossary.Attribute.WebHome]] is attached.
248 |(% style="width:211px" %)MeasureRelationship|(% style="width:235px" %) |(% style="width:534px" %)The [[Measures>>doc:Glossary.Measure.WebHome]] that a Data [[Attribute>>doc:Glossary.Attribute.WebHome]] is reported for.
249 |(% style="width:211px" %) |(% style="width:235px" %)+measures|(% style="width:534px" %)Association to the set of [[Measures>>doc:Glossary.Measure.WebHome]] to which a Data [[Attribute>>doc:Glossary.Attribute.WebHome]] is related to.
250 |(% style="width:211px" %)SentinelValuesType|(% style="width:235px" %) |(% style="width:534px" %)This [[facet>>doc:Glossary.Facet.WebHome]] indicates that an [[Attribute>>doc:Glossary.Attribute.WebHome]] or a [[Measure>>doc:Glossary.Measure.WebHome]] has sentinel values with special meaning within their data type. This is realised by providing such values within the TextFormat, in addition to any textType or other [[Facet>>doc:Glossary.Facet.WebHome]].
251 |(% style="width:211px" %)SentinelValue|(% style="width:235px" %) |(% style="width:534px" %)A value that has a special meaning within the text format [[representation>>doc:Glossary.Representation.WebHome]] of the [[Component>>doc:Glossary.Component.WebHome]].
Helena K. 5.7 252 |(% style="width:211px" %) |(% style="width:235px" %)+name|(% style="width:534px" %)An association of a Sentinel Value to a multilingual name.
253 |(% style="width:211px" %) |(% style="width:235px" %)+description|(% style="width:534px" %)An association of a Sentinel Value to a multilingual description.
Helena K. 1.1 254
Artur K. 12.1 255 The explanation of the classes, [[attributes>>doc:Glossary.Attribute.WebHome]], and associations comprising the [[Representation>>doc:Glossary.Representation.WebHome]] is described in the section on the [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] Base.
Helena K. 1.1 256
257 ==== //5.4 Data Set – Relationship View// ====
258
Helena K. 5.1 259 === 5.4.1 Context ===
Helena K. 1.1 260
Artur K. 12.1 261 A [[data set>>doc:Glossary.Data set.WebHome]] comprises the collection of data values and associated metadata that are collected or disseminated according to a known DataStructureDefinition.
Helena K. 1.1 262
Helena K. 5.1 263 === 5.4.2 Class Diagram ===
Helena K. 1.1 264
265 [[image:1749246368794-672.jpeg]]
266
Helena K. 15.5 267 [[image:image57.png]]
268
Helena K. 1.1 269 **Figure 31: Class Diagram of the Data Set**
270
Helena K. 3.3 271 === 5.4.3 Explanation of the Diagram ===
Helena K. 1.1 272
Helena K. 3.3 273 ==== 5.4.3.1 Narrative – Data Set ====
Helena K. 1.1 274
Artur K. 12.1 275 Note that the //[[DataSet>>doc:Glossary.Data set.WebHome]]// must conform to the DataStructureDefinition associated to the [[Dataflow>>doc:Glossary.Dataflow.WebHome]] for which this [[DataSet>>doc:Glossary.Data set.WebHome]] is an “instance of data”. Whilst the model shows the association to the classes of the DataStructureDefinition, this is for conceptual purposes to show the link to the DataStructureDefinition. In the actual //[[DataSet>>doc:Glossary.Data set.WebHome]]// as exchanged there must, of course, be a reference to the DataStructureDefinition and optionally a [[Dataflow>>doc:Glossary.Dataflow.WebHome]] or a ProvisionAgreement, but the DataStructureDefinition is not necessarily exchanged with the data. Therefore, the DataStructureDefinition classes are shown in the grey areas, as these are not a part of the //[[DataSet>>doc:Glossary.Data set.WebHome]]// when the //[[DataSet>>doc:Glossary.Data set.WebHome]]// is exchanged. However, the [[structural metadata>>doc:Glossary.Structural metadata.WebHome]] in the DataStructureDefinition can be used by an application to validate the contents of the //[[DataSet>>doc:Glossary.Data set.WebHome]]// in terms of the valid content of a //KeyValue// as defined by the [[Representation>>doc:Glossary.Representation.WebHome]] in the DataStructureDefinition.
Helena K. 1.1 276
Artur K. 12.1 277 An organisation playing the role of DataProvider can be responsible for one or more //[[DataSet>>doc:Glossary.Data set.WebHome]]//.
Helena K. 1.1 278
Artur K. 12.1 279 A //[[DataSet>>doc:Glossary.Data set.WebHome]]// is formatted as a DataStructureDefinition specific [[data set>>doc:Glossary.Data set.WebHome]] (StructureSpecificDataSet). The structured [[data set>>doc:Glossary.Data set.WebHome]] is structured according to one specific DataStructureDefinition; hence the latter is required for validation at the syntax level.
Helena K. 1.1 280
Artur K. 12.1 281 A //[[DataSet>>doc:Glossary.Data set.WebHome]]// is a collection of a set of //Observation//s that share the same dimensionality, which is specified by a set of unique [[components>>doc:Glossary.Component.WebHome]] ([[Dimension>>doc:Glossary.Dimension.WebHome]], TimeDimension) defined in the DimensionDescriptor of the DataStructureDefinition, together with associated //AttributeValue//s that define specific characteristics about the [[artefact>>doc:Glossary.Artefact.WebHome]] to which it is attached – //Observation//s, set of [[Dimensions>>doc:Glossary.Dimension.WebHome]]. It can be structured in terms of a SeriesKey to which //Observation//s are reported.
Helena K. 1.1 282
Artur K. 12.1 283 The //Observation// can be the value(s) of the variable(s) being measured for the (% style="color:#e74c3c" %)[[Concept>>doc:Glossary.Concept.WebHome]](%%) associated to the [[Measure>>doc:Glossary.Measure.WebHome]](s) in the MeasureDescriptor of the DataStructureDefinition. Each //Observation// associates one or more //ObservationValue//s with a KeyValue (+observationDimension) which is the value for the “[[Dimension>>doc:Glossary.Dimension.WebHome]] at the Observation Level”. Any [[Dimension>>doc:Glossary.Dimension.WebHome]] can be specified as being the “[[Dimension>>doc:Glossary.Dimension.WebHome]] at the Observation Level”, and this specification is made at the level of the //[[DataSet>>doc:Glossary.Data set.WebHome]]// (i.e., it must be the same [[Dimension>>doc:Glossary.Dimension.WebHome]] for the entire //[[DataSet>>doc:Glossary.Data set.WebHome]]//).
Helena K. 1.1 284
Artur K. 12.1 285 The //KeyValue// is a value for one of TimeDimension or [[Dimension>>doc:Glossary.Dimension.WebHome]] specified in the DataStructureDefinition. If it is a [[Dimension>>doc:Glossary.Dimension.WebHome]], it can be coded (CodedKeyValue) or uncoded (UncodedKeyValue). If it is the TimeDimension then it is a TimeKeyValue. The actual value that the CodedDimensionValue can take must be one of the [[Codes>>doc:Glossary.Code.WebHome]] in the Codelist specified as the [[Representation>>doc:Glossary.Representation.WebHome]] of the [[Dimension>>doc:Glossary.Dimension.WebHome]] in the DataStructureDefinition.
Helena K. 1.1 286
287 An ObservationValue can be coded – this is the CodedObservation – or it can be uncoded – this is the UncodedObservation. In the case of uncoded observations, the values may be multilingual – expressed via the TextMeasureValue – or not (OtherUncodedMeasureValue).
288
Artur K. 12.1 289 The GroupKey is a subunit of the //Key// that has the same dimensionality as the SeriesKey but defines a subset of the KeyValues of the SeriesKey. Its sub [[dimension>>doc:Glossary.Dimension.WebHome]] structure is defined in the GroupDimensionDescriptor of the DataStructureDefinition identified by the same id as the GroupKey. The id identifies a “type” of group and the purpose of the GroupKey is to report one or more //AttributeValue// that are contained at this group level. The GroupKey is present when the GroupDimensionDescriptor is related to the GroupRelationship in the DataStructureDefinition. There can be many types of groups in a //[[DataSet>>doc:Glossary.Data set.WebHome]]//. If the Group is related to the DimensionRelationship in the DataStructureDefinition then the //AttributeValue// will be reported with the appropriate [[dimension>>doc:Glossary.Dimension.WebHome]] in the SeriesKey or Observation.
Helena K. 1.1 290
Artur K. 12.1 291 In this way each of SeriesKey, GroupKey, and Observation can have zero or more //AttributeValue//s that define some metadata about the object to which it is associated. The //AttributeValue// may be either a //DataAttributeValue// or a //MetadataAttributeValue//, representing values of DataAttributes defined in the [[DSD>>doc:Glossary.Data structure definition.WebHome]] or MetadataAttributes of the linked [[MSD>>doc:Glossary.Metadata structure definition.WebHome]], respectively. The allowable (% style="color:#e74c3c" %)[[Concepts>>doc:Glossary.Concept.WebHome]](%%) and the objects to which these metadata can be associated (attached) are defined in the DataStructureDefinition and the linked MetadataStructureDefinition.
Helena K. 1.1 292
293 The //AttributeValue// links to the object type (SeriesKey, GroupKey, Observation) to which it is associated.
294
Helena K. 3.3 295 ==== 5.4.3.2 Definitions ====
Helena K. 1.1 296
Helena K. 5.4 297 (% style="width:964.835px" %)
298 |(% style="width:200px" %)**Class**|(% style="width:285px" %)**Feature**|(% style="width:454px" %)**Description**
Artur K. 12.1 299 |(% style="width:200px" %)//[[DataSet>>doc:Glossary.Data set.WebHome]]//|(% style="width:285px" %)(((
Helena K. 1.1 300 Abstract Class
301 Sub classes
Helena K. 14.1 302 StructureSpecificDataSet
Helena K. 5.4 303 )))|(% style="width:454px" %)An organised collection of data.
Artur K. 12.1 304 |(% style="width:200px" %) |(% style="width:285px" %)reportingBegin|(% style="width:454px" %)A specific [[time period>>doc:Glossary.Time period.WebHome]] in a known system of [[time periods>>doc:Glossary.Time period.WebHome]] that identifies the start period of a report.
305 |(% style="width:200px" %) |(% style="width:285px" %)reportingEnd|(% style="width:454px" %)A specific [[time period>>doc:Glossary.Time period.WebHome]] in a known system of [[time periods>>doc:Glossary.Time period.WebHome]] that identifies the end period of a report.
306 |(% style="width:200px" %) |(% style="width:285px" %)dataExtractionDate|(% style="width:454px" %)A specific [[time period>>doc:Glossary.Time period.WebHome]] that identifies the date and time that the data are extracted from a data source.
307 |(% style="width:200px" %) |(% style="width:285px" %)validFrom|(% style="width:454px" %)Indicates the inclusive start time indicating the validity of the information in the [[data set>>doc:Glossary.Data set.WebHome]].
308 |(% style="width:200px" %) |(% style="width:285px" %)validTo|(% style="width:454px" %)Indicates the inclusive end time indicating the validity of the information in the [[data set>>doc:Glossary.Data set.WebHome]].
Helena K. 5.4 309 |(% style="width:200px" %) |(% style="width:285px" %)publicationYear|(% style="width:454px" %)Specifies the year of publication of the data or metadata in terms of whatever provisioning agreements might be in force.
310 |(% style="width:200px" %) |(% style="width:285px" %)publicationPeriod|(% style="width:454px" %)Specifies the period of publication of the data or metadata in terms of whatever provisioning agreements might be in force.
Artur K. 12.1 311 |(% style="width:200px" %) |(% style="width:285px" %)setId|(% style="width:454px" %)Provides an identification of the [[data set>>doc:Glossary.Data set.WebHome]].
Helena K. 5.4 312 |(% style="width:200px" %) |(% style="width:285px" %)action|(% style="width:454px" %)Defines the action to be taken by the recipient system (information, append, replace, delete)
313 |(% style="width:200px" %) |(% style="width:285px" %)describedBy|(% style="width:454px" %)(((
Artur K. 12.1 314 Associates a [[Dataflow>>doc:Glossary.Dataflow.WebHome]] and thereby a [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]] to the [[data set>>doc:Glossary.Data set.WebHome]].
Helena K. 1.1 315 )))
Helena K. 5.4 316 |(% style="width:200px" %) |(% style="width:285px" %)+structuredBy|(% style="width:454px" %)(((
Artur K. 12.1 317 Associates the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]] that defines the structure of the [[Data Set>>doc:Glossary.Data set.WebHome]]. Note that the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]] is the same as that associated (non-mandatory) to the [[Dataflow>>doc:Glossary.Dataflow.WebHome]].
Helena K. 1.1 318 )))
Artur K. 12.1 319 |(% style="width:200px" %) |(% style="width:285px" %)+publishedBy|(% style="width:454px" %)Associates the [[Data Provider>>doc:Glossary.Data provider.WebHome]] that reports/publishes the data.
320 |(% style="width:200px" %)StructureSpecificDataSet|(% style="width:285px" %) |(% style="width:454px" %)An XML specific data format structure that contains data corresponding to one specific [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]].
Helena K. 5.4 321 |(% style="width:200px" %)//Key//|(% style="width:285px" %)(((
Helena K. 1.1 322 Abstract class
323 Sub classes
324 SeriesKey
325 GroupKey
Artur K. 12.1 326 )))|(% style="width:454px" %)Comprises the cross product of values of [[dimensions>>doc:Glossary.Dimension.WebHome]] that identify uniquely an Observation.
Helena K. 5.4 327 |(% style="width:200px" %) |(% style="width:285px" %)keyValues|(% style="width:454px" %)Association to the individual Key Values that comprise the Key.
Artur K. 12.1 328 |(% style="width:200px" %) |(% style="width:285px" %)+attachedAttribute|(% style="width:454px" %)Association to the [[Attribute>>doc:Glossary.Attribute.WebHome]] Values relating to the [[Series Key>>doc:Glossary.Series key.WebHome]] or Group Key.
Helena K. 5.4 329 |(% style="width:200px" %)//KeyValue//|(% style="width:285px" %)(((
Helena K. 1.1 330 Abstract class
331 Sub classes
332 TimeKeyValue
333 CodedKeyValue
334 UncodedKeyValue
Artur K. 12.1 335 )))|(% style="width:454px" %)The value of a [[component>>doc:Glossary.Component.WebHome]] of a key such as the value of the instance a [[Dimension>>doc:Glossary.Dimension.WebHome]] in a [[Dimension>>doc:Glossary.Dimension.WebHome]] Descriptor of a [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]].
Helena K. 5.4 336 |(% style="width:200px" %) |(% style="width:285px" %)+valueFor|(% style="width:454px" %)(((
Artur K. 12.1 337 Association to the key [[component>>doc:Glossary.Component.WebHome]] in the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]] for which this Key Value is a valid [[representation>>doc:Glossary.Representation.WebHome]].
338 Note that this is conceptual association as the key [[component>>doc:Glossary.Component.WebHome]] is identified explicitly in the [[data set>>doc:Glossary.Data set.WebHome]].
Helena K. 1.1 339 )))
Helena K. 5.4 340 |(% style="width:200px" %)TimeKeyValue|(% style="width:285px" %)(((
Helena K. 1.1 341 Inherits from
342 //KeyValue//
Artur K. 12.1 343 )))|(% style="width:454px" %)The value of the Time [[Dimension>>doc:Glossary.Dimension.WebHome]] [[component>>doc:Glossary.Component.WebHome]] of the key.
Helena K. 5.4 344 |(% style="width:200px" %)CodedKeyValue|(% style="width:285px" %)(((
Helena K. 1.1 345 Inherits from
346 //KeyValue//
Artur K. 12.1 347 )))|(% style="width:454px" %)The value of a coded [[component>>doc:Glossary.Component.WebHome]] of the key. The value is the [[Code>>doc:Glossary.Code.WebHome]] to which this class is associated.
348 |(% style="width:200px" %) |(% style="width:285px" %)+valueOf|(% style="width:454px" %)Association to the [[Code>>doc:Glossary.Code.WebHome]]. Note that this is a conceptual association showing that the [[Code>>doc:Glossary.Code.WebHome]] must exist in the [[Code list>>doc:Glossary.Code list.WebHome]] associated with the [[Dimension>>doc:Glossary.Dimension.WebHome]] in the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]]. In the actual [[Data Set>>doc:Glossary.Data set.WebHome]] the value of the [[Code>>doc:Glossary.Code.WebHome]] is placed in the Key Value.
Helena K. 5.4 349 |(% style="width:200px" %)UnCodedKeyValue|(% style="width:285px" %)(((
Helena K. 1.1 350 Inherits from
351 //KeyValue//
Artur K. 12.1 352 )))|(% style="width:454px" %)The value of an uncoded [[component>>doc:Glossary.Component.WebHome]] of the key.
353 |(% style="width:200px" %) |(% style="width:285px" %)value|(% style="width:454px" %)The value of the key [[component>>doc:Glossary.Component.WebHome]].
354 |(% style="width:200px" %) |(% style="width:285px" %)startTime|(% style="width:454px" %)This [[attribute>>doc:Glossary.Attribute.WebHome]] is only used if the textFormat of the [[attribute>>doc:Glossary.Attribute.WebHome]] is of the Timespan type in the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]] (in which case the value field takes a duration).
Helena K. 5.4 355 |(% style="width:200px" %)GroupKey|(% style="width:285px" %)(((
Helena K. 1.1 356 Inherits from
357 //Key//
Artur K. 12.1 358 )))|(% style="width:454px" %)A set of Key Values that comprise a partial key, of the same dimensionality as the Time [[Series Key>>doc:Glossary.Series key.WebHome]] for the purpose of attaching Data [[Attributes>>doc:Glossary.Attribute.WebHome]].
359 |(% style="width:200px" %) |(% style="width:285px" %)+describedBy|(% style="width:454px" %)Associates the Group [[Dimension>>doc:Glossary.Dimension.WebHome]] Descriptor defined in the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]].
Helena K. 5.4 360 |(% style="width:200px" %)SeriesKey|(% style="width:285px" %)(((
Helena K. 1.1 361 Inherits from
362 //Key//
Artur K. 12.1 363 )))|(% style="width:454px" %)Comprises the cross product of values of all the Key Values that, together with the Key Value of the +observation [[Dimension>>doc:Glossary.Dimension.WebHome]] identify uniquely an Observation.
364 |(% style="width:200px" %) |(% style="width:285px" %)+describedBy|(% style="width:454px" %)Associates the [[Dimension>>doc:Glossary.Dimension.WebHome]] Descriptor defined in the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]].
Helena K. 5.4 365 |(% style="width:200px" %)Observation|(% style="width:285px" %) |(% style="width:454px" %)The value(s) of the observed phenomenon in the context of the Key Values comprising the key.
366 |(% style="width:200px" %) |(% style="width:285px" %)+valueFor|(% style="width:454px" %)(((
Artur K. 12.1 367 Associates the [[Measure>>doc:Glossary.Measure.WebHome]](s) defined in the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]].
Helena K. 1.1 368
Artur K. 12.1 369 The source multiplicity (1..*) indicates that more than one values may be provided for a [[Measure>>doc:Glossary.Measure.WebHome]], if the latter allows it.
Helena K. 1.1 370 )))
Artur K. 12.1 371 |(% style="width:200px" %) |(% style="width:285px" %)+attachedAttribute|(% style="width:454px" %)Association to the [[Attribute>>doc:Glossary.Attribute.WebHome]] Values relating to the Observation.
372 |(% style="width:200px" %) |(% style="width:285px" %)+observationDimension|(% style="width:454px" %)Association to the Key Value that holds the value of the “[[Dimension>>doc:Glossary.Dimension.WebHome]] at the Observation Level”.
Helena K. 5.4 373 |(% style="width:200px" %)//ObservationValue//|(% style="width:285px" %)(((
Helena K. 1.1 374 Abstract class
375 Sub classes
Helena K. 5.2 376 //UncodedObservationValue//
Helena K. 1.1 377 CodedObservation
Helena K. 5.4 378 )))|(% style="width:454px" %)
379 |(% style="width:200px" %)//UncodedObservationValue//|(% style="width:285px" %)(((
Helena K. 1.1 380 Abstract class
381 Inherits from
382 //ObservationValue//
383 Sub classes
Helena K. 5.2 384 OtherUncodedMeasureValue
Helena K. 1.1 385 TextMeasureValue
Helena K. 5.4 386 )))|(% style="width:454px" %)
387 |(% style="width:200px" %)OtherUncodedMeasureValue|(% style="width:285px" %)(((
Helena K. 1.1 388 Inherits from
Helena K. 5.2 389 //UncodedObservationValue//
Helena K. 5.4 390 )))|(% style="width:454px" %)An observation that has a text value.
391 |(% style="width:200px" %) |(% style="width:285px" %)value|(% style="width:454px" %)The value of the Uncoded Observation.
Artur K. 12.1 392 |(% style="width:200px" %) |(% style="width:285px" %)startTime|(% style="width:454px" %)This [[attribute>>doc:Glossary.Attribute.WebHome]] is only used if the textFormat of the [[Measure>>doc:Glossary.Measure.WebHome]] is of the Timespan type in the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]] (in which case the value field takes a duration).
Helena K. 5.4 393 |(% style="width:200px" %)TextMeasureValue|(% style="width:285px" %)(((
Helena K. 1.1 394 Inherits from
Helena K. 5.2 395 //UncodedObservationValue//
Helena K. 5.4 396 )))|(% style="width:454px" %)An observation that has a localised text value
397 |(% style="width:200px" %) |(% style="width:285px" %)text|(% style="width:454px" %)The localised text values.
398 |(% style="width:200px" %)CodedObservation|(% style="width:285px" %)(((
Helena K. 1.1 399 Inherits from
400 //ObservationValue//
Artur K. 12.1 401 )))|(% style="width:454px" %)An Observation that takes its value from a [[code>>doc:Glossary.Code.WebHome]] in a [[Code list>>doc:Glossary.Code list.WebHome]].
402 |(% style="width:200px" %) |(% style="width:285px" %)+valueOf|(% style="width:454px" %)Association to the [[Code>>doc:Glossary.Code.WebHome]] that is the value of the Observation. Note that this is a conceptual association showing that the [[Code>>doc:Glossary.Code.WebHome]] must exist in the Codelist(s) associated with the [[Measure>>doc:Glossary.Measure.WebHome]](s) in the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]]. In the actual [[Data Set>>doc:Glossary.Data set.WebHome]] the value of the [[Code>>doc:Glossary.Code.WebHome]] is placed in the Observation.
Helena K. 5.4 403 |(% style="width:200px" %)//AttributeValue//|(% style="width:285px" %)(((
Helena K. 1.1 404 Abstract class
405 Sub classes
Helena K. 5.4 406 //DataAttributeValue// //MetadataAttributeValue//
Artur K. 12.1 407 )))|(% style="width:454px" %)Represents the value for any [[Attribute>>doc:Glossary.Attribute.WebHome]] reported in the [[Dataset>>doc:Glossary.Data set.WebHome]], i.e., Data or Metadata [[Attribute>>doc:Glossary.Attribute.WebHome]].
Helena K. 5.4 408 |(% style="width:200px" %)//DataAttributeValue//|(% style="width:285px" %)(((
Helena K. 1.1 409 Abstract class
410 Inherits from
411 //AttributeValue//
412 Sub classes
Helena K. 5.2 413 //UncodedAttributeValue
414 CodedAttributeValue//
Artur K. 12.1 415 )))|(% style="width:454px" %)The value of a Data [[Attribute>>doc:Glossary.Attribute.WebHome]], such as the instance of a Coded [[Attribute>>doc:Glossary.Attribute.WebHome]] or of an Uncoded [[Attribute>>doc:Glossary.Attribute.WebHome]] in a structure such as a [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]].
Helena K. 5.4 416 |(% style="width:200px" %) |(% style="width:285px" %)+valueFor|(% style="width:454px" %)(((
Artur K. 12.1 417 Association to the Data [[Attribute>>doc:Glossary.Attribute.WebHome]] defined in the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]]. Note that this is conceptual association as the (% style="color:#e74c3c" %)Concept(%%) is identified explicitly in the [[data set>>doc:Glossary.Data set.WebHome]].
418 The source multiplicity (1..*) indicates the possibility to provide more than one values for a Data [[Attribute>>doc:Glossary.Attribute.WebHome]], if the latter allows it.
Helena K. 1.1 419 )))
Helena K. 5.4 420 |(% style="width:200px" %)//MetadataAttributeValue//|(% style="width:285px" %)(((
Helena K. 6.1 421 (explained further in section “Metadata Set”)
Artur K. 12.1 422 )))|(% style="width:454px" %)The value of a Metadata [[Attribute>>doc:Glossary.Attribute.WebHome]], as specified in the [[Metadata Structure Definition>>doc:Glossary.Metadata structure definition.WebHome]], which is linked in the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]]
Helena K. 5.4 423 |(% style="width:200px" %)//UncodedAttributeValue//|(% style="width:285px" %)(((
Helena K. 1.1 424 Inherits from
425 //AttributeValue//
426 Sub classes
Helena K. 15.1 427 OtherUncodedAttributeValue
Helena K. 1.1 428 TextAttributeValue
Helena K. 5.4 429 )))|(% style="width:454px" %)
430 |(% style="width:200px" %)OtherUncodedAttributeValue|(% style="width:285px" %)(((
Helena K. 1.1 431 Inherits from
Helena K. 5.4 432 //UncodedObservationValue//
Artur K. 12.1 433 )))|(% style="width:454px" %)An [[attribute>>doc:Glossary.Attribute.WebHome]] value that has a text value
434 |(% style="width:200px" %) |(% style="width:285px" %)value|(% style="width:454px" %)The value of the Uncoded [[attribute>>doc:Glossary.Attribute.WebHome]].
435 |(% style="width:200px" %) |(% style="width:285px" %)startTime|(% style="width:454px" %)This [[attribute>>doc:Glossary.Attribute.WebHome]] is only used if the textFormat of the [[attribute>>doc:Glossary.Attribute.WebHome]] is of the Timespan type in the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]] (in which case the value field takes a duration).
Helena K. 5.4 436 |(% style="width:200px" %)TextAttributeValue|(% style="width:285px" %)(((
Helena K. 1.1 437 Inherits from
438 //UncodedAttributeValue//
Artur K. 12.1 439 )))|(% style="width:454px" %)An [[attribute>>doc:Glossary.Attribute.WebHome]] that has a localised text value
Helena K. 5.4 440 |(% style="width:200px" %) |(% style="width:285px" %)text|(% style="width:454px" %)The localised text values.
441 |(% style="width:200px" %)CodedAttributeValue|(% style="width:285px" %)(((
Helena K. 1.1 442 Inherits from
443 //AttributeValue//
Artur K. 12.1 444 )))|(% style="width:454px" %)An [[attribute>>doc:Glossary.Attribute.WebHome]] that takes it value from a [[Code>>doc:Glossary.Code.WebHome]] in [[Code list>>doc:Glossary.Code list.WebHome]].
445 |(% style="width:200px" %) |(% style="width:285px" %)+valueOf|(% style="width:454px" %)Association to the [[Code>>doc:Glossary.Code.WebHome]] that is the value of the [[Attribute>>doc:Glossary.Attribute.WebHome]] Value. Note that this is a conceptual association showing that the [[Code>>doc:Glossary.Code.WebHome]] must exist in the [[Code list>>doc:Glossary.Code list.WebHome]] associated with the Data [[Attribute>>doc:Glossary.Attribute.WebHome]] in the [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]]. In the actual [[Data Set>>doc:Glossary.Data set.WebHome]] the value of the [[Code>>doc:Glossary.Code.WebHome]] is placed in the [[Attribute>>doc:Glossary.Attribute.WebHome]] Value.
Helena K. 1.1 446
447 ----
448
Helena K. 3.3 449 {{putFootnotes/}}
© Semantic R&D Group, 2026