Version 9.1 by Helena on 2025/07/16 02:16

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