Changes for page 5 Data Structure Definition and Dataset
Last modified by Elena on 2025/09/10 11:19
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -204,59 +204,64 @@ 204 204 TimeDimension 205 205 )))|An abstract class representing any Component that can be used for identifying observations. 206 206 207 -(% style="width:981.835px" %) 208 -|(% style="width:202px" %)**Class**|(% style="width:240px" %)**Feature**|(% style="width:537px" %)**Description** 209 -|(% style="width:202px" %) |(% style="width:240px" %)Order|(% style="width:537px" %)Specifies the order of the Dimension Components within the DSD. The property is used to indicate the position of the Dimension Component and determines the Key for identifying observations, or series. The Time Dimension, when specified, must be the last within the Dimension Descriptor. 210 -|(% style="width:202px" %)Dimension|(% style="width:240px" %)((( 207 +|**Class**|**Feature**|**Description** 208 +| |Order|Specifies the order of the Dimension Components within the DSD. The property is used to indicate the position of the Dimension Component and determines the Key for identifying observations, or series. The Time Dimension, when specified, must be the last within the Dimension Descriptor. 209 +|Dimension|((( 211 211 Inherits from 211 + 212 212 //DimensionComponent// 213 -)))| (% style="width:537px" %)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 or a geographical reference area.214 -| (%style="width:202px" %)|(% style="width:240px" %)/role|(% style="width:537px" %)Association to the Concept that specifies the role that that the Dimension plays in the Data Structure Definition.215 -| (%style="width:202px" %)|(% style="width:240px" %)/conceptIdentity|(% style="width:537px" %)An association to the metadata concept which defines the semantic of the Dimension.216 -| (% style="width:202px" %)TimeDimension|(% style="width:240px" %)(((213 +)))|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 or a geographical reference area. 214 +| |/role|Association to the Concept that specifies the role that that the Dimension plays in the Data Structure Definition. 215 +| |/conceptIdentity|An association to the metadata concept which defines the semantic of the Dimension. 216 +|TimeDimension|((( 217 217 Inherits from 218 + 218 218 //DimensionComponent// 219 -)))| (% style="width:537px" %)A metadata concept that identifies the component in the key structure that has the role of “time”.220 -| (% style="width:202px" %)DataAttribute|(% style="width:240px" %)(((220 +)))|A metadata concept that identifies the component in the key structure that has the role of “time”. 221 +|DataAttribute|((( 221 221 Inherits from 223 + 222 222 //Component// 223 -)))| (% style="width:537px" %)A characteristic of an object or entity.224 -| (%style="width:202px" %)|(% style="width:240px" %)/role|(% style="width:537px" %)Association to the Concept that specifies the role that that the Data Attribute plays in the Data Structure Definition.225 -| (%style="width:202px" %)|(% style="width:240px" %)minOccurs|(% style="width:537px" %)Defines the minimum required occurrences for the Attribute. When equals to zero, the Attribute is conditional.226 -| (%style="width:202px" %)|(% style="width:240px" %)maxOccurs|(% style="width:537px" %)Defines the maximum allowed occurrences for the Attribute.227 -| (%style="width:202px" %)|(% style="width:240px" %)Usage|(% style="width:537px" %)Defines whether a Data Attribute must be reported or not.228 -| (%style="width:202px" %)|(% style="width:240px" %)+relatedTo|(% style="width:537px" %)Association to an Attribute Relationship.229 -| (%style="width:202px" %)|(% style="width:240px" %)/conceptIdentity|(% style="width:537px" %)An association to the Concept which defines the semantic of the component.230 -| (% style="width:202px" %)Measure|(% style="width:240px" %)(((225 +)))|A characteristic of an object or entity. 226 +| |/role|Association to the Concept that specifies the role that that the Data Attribute plays in the Data Structure Definition. 227 +| |minOccurs|Defines the minimum required occurrences for the Attribute. When equals to zero, the Attribute is conditional. 228 +| |maxOccurs|Defines the maximum allowed occurrences for the Attribute. 229 +| |Usage|Defines whether a Data Attribute must be reported or not. 230 +| |+relatedTo|Association to an Attribute Relationship. 231 +| |/conceptIdentity|An association to the Concept which defines the semantic of the component. 232 +|Measure|((( 231 231 Inherits from 232 232 233 233 //Component// 234 -)))| (% style="width:537px" %)The metadata concept that is the phenomenon to be measured in a data set. In a data set the instance of the measure is often called the observation.235 -| (%style="width:202px" %)|(% style="width:240px" %)/conceptIdentity|(% style="width:537px" %)An association to the Concept which carries the values of the measures.236 -| (%style="width:202px" %)|(% style="width:240px" %)minOccurs|(% style="width:537px" %)Defines the minimum required occurrences for the Measure. When equals to zero, the Measure is conditional.237 -| (%style="width:202px" %)|(% style="width:240px" %)maxOccurs|(% style="width:537px" %)Defines the maximum allowed occurrences for the Measure.238 -| (%style="width:202px" %)|(% style="width:240px" %)Usage|(% style="width:537px" %)Defines whether a Measure must be reported or not.239 -| (% style="width:202px" %)//AttributeRelationship//|(% style="width:240px" %)(((236 +)))|The metadata concept that is the phenomenon to be measured in a data set. In a data set the instance of the measure is often called the observation. 237 +| |/conceptIdentity|An association to the Concept which carries the values of the measures. 238 +| |minOccurs|Defines the minimum required occurrences for the Measure. When equals to zero, the Measure is conditional. 239 +| |maxOccurs|Defines the maximum allowed occurrences for the Measure. 240 +| |Usage|Defines whether a Measure must be reported or not. 241 +|//AttributeRelationship//|((( 240 240 Abstract Class 243 + 241 241 Sub classes 242 -ObservationRelationship 243 -GroupRelationship DimensionRelationship 244 -)))|(% style="width:537px" %)Specifies the type of artefact to which a Data Attribute can be attached in a Data Set. 245 -|(% style="width:202px" %)ObservationRelationship|(% style="width:240px" %) |(% style="width:537px" %)The Data Attribute is related to the observations of the Data Set. 246 -|(% style="width:202px" %)GroupRelationship|(% style="width:240px" %) |(% style="width:537px" %)The Data Attribute is related to a Group Dimension Descriptor construct. 247 -|(% style="width:202px" %) |(% style="width:240px" %)+groupKey|(% style="width:537px" %)An association to the Group Dimension Descriptor 248 -|(% style="width:202px" %)DimensionRelationship|(% style="width:240px" %) |(% style="width:537px" %)The Data Attribute is related to a set of Dimensions. 249 -|(% style="width:202px" %) |(% style="width:240px" %)+dimensions|(% style="width:537px" %)Association to the set of Dimensions to which the Data Attribute is related. 250 -|(% style="width:202px" %) |(% style="width:240px" %)+groupKey|(% style="width:537px" %)Association to the Group Dimension Descriptor which specifies the set of Dimensions to which the Data Attribute is attached. 251 -|(% style="width:202px" %)MeasureRelationship|(% style="width:240px" %) |(% style="width:537px" %)The Measures that a Data Attribute is reported for. 252 -|(% style="width:202px" %) |(% style="width:240px" %)+measures|(% style="width:537px" %)Association to the set of Measures to which a Data Attribute is related to. 253 -|(% style="width:202px" %)SentinelValuesType|(% style="width:240px" %) |(% style="width:537px" %)This facet indicates that an Attribute or a Measure 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. 254 -|(% style="width:202px" %)SentinelValue|(% style="width:240px" %) |(% style="width:537px" %)A value that has a special meaning within the text format representation of the Component. 255 -|(% style="width:202px" %) |(% style="width:240px" %)+name|(% style="width:537px" %)An association of a Sentinel Value to a multilingual name. 256 -|(% style="width:202px" %) |(% style="width:240px" %)+description|(% style="width:537px" %)An association of a Sentinel Value to a multilingual description. 257 257 246 +ObservationRelations hip 258 258 248 +GroupRelationship DimensionRelationshi p 249 +)))|Specifies the type of artefact to which a Data Attribute can be attached in a Data Set. 250 +|ObservationRelationsh ip| |The Data Attribute is related to the observations of the Data Set. 251 +|GroupRelationship| |The Data Attribute is related to a Group Dimension Descriptor construct. 252 +| |+groupKey|An association to the Group Dimension Descriptor 253 +|DimensionRelationship| |The Data Attribute is related to a set of Dimensions. 254 +| |+dimensions|Association to the set of Dimensions to which the Data Attribute is related. 255 +| |+groupKey|Association to the Group Dimension Descriptor which specifies the set of Dimensions to which the Data Attribute is attached. 256 +|MeasureRelationship| |The Measures that a Data Attribute is reported for. 257 +| |+measures|Association to the set of Measures to which a Data Attribute is related to. 258 +|SentinelValuesType| |This facet indicates that an Attribute or a Measure 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. 259 +|SentinelValue| |A value that has a special meaning within the text format representation of the Component. 260 +| |+name|An association of a Sentinel Value to a multilingual name. 261 +| |+description|An association of a Sentinel Value to a multilingual description. 259 259 263 + 264 + 260 260 The explanation of the classes, attributes, and associations comprising the Representation is described in the section on the SDMX Base. 261 261 262 262 ==== //5.4 Data Set – Relationship View// ==== ... ... @@ -315,10 +315,14 @@ 315 315 |(% style="width:200px" %) |(% style="width:285px" %)setId|(% style="width:454px" %)Provides an identification of the data set. 316 316 |(% style="width:200px" %) |(% style="width:285px" %)action|(% style="width:454px" %)Defines the action to be taken by the recipient system (information, append, replace, delete) 317 317 |(% style="width:200px" %) |(% style="width:285px" %)describedBy|(% style="width:454px" %)((( 318 -Associates a Dataflow and thereby a Data Structure Definition to the data set. 323 +Associates a Dataflow and thereby a Data Structure 324 + 325 +Definition to the data set. 319 319 ))) 320 320 |(% style="width:200px" %) |(% style="width:285px" %)+structuredBy|(% style="width:454px" %)((( 321 -Associates the Data Structure Definition that defines the structure of the Data Set. Note that the Data Structure Definition is the same as that associated (non-mandatory) to the Dataflow. 328 +Associates the Data Structure Definition that defines the structure of the Data Set. Note that the Data Structure Definition is the same as that associated 329 + 330 +(non-mandatory) to the Dataflow. 322 322 ))) 323 323 |(% style="width:200px" %) |(% style="width:285px" %)+publishedBy|(% style="width:454px" %)Associates the Data Provider that reports/publishes the data. 324 324 |(% 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. ... ... @@ -422,6 +422,7 @@ 422 422 )))|(% style="width:454px" %)The value of a Data Attribute, such as the instance of a Coded Attribute or of an Uncoded Attribute in a structure such as a Data Structure Definition. 423 423 |(% style="width:200px" %) |(% style="width:285px" %)+valueFor|(% style="width:454px" %)((( 424 424 Association to the Data Attribute defined in the Data Structure Definition. Note that this is conceptual association as the Concept is identified explicitly in the data set. 434 + 425 425 The source multiplicity (1..*) indicates the possibility to provide more than one values for a Data Attribute, if the latter allows it. 426 426 ))) 427 427 |(% style="width:200px" %)//MetadataAttributeValue//|(% style="width:285px" %)(((