Last modified by Artur on 2025/09/10 11:19

From version 4.2
edited by Helena
on 2025/05/22 00:49
Change comment: There is no comment for this version
To version 3.6
edited by Helena
on 2025/05/22 00:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -104,15 +104,16 @@
104 104  There are three types of dimension each having a common association to Concept:
105 105  
106 106  * Dimension
107 -* MeasureDimension
108 -* TimeDimension
107 +* MeasureDimension  TimeDimension
109 109  
110 110  Note that In the description here //DimensionComponent// can be oany or all of its sub classes i.e. Dimension, MeasureDimension, TimeDimension., and the term “DataAttribute” refers to both DataAttribute and its sub class ReportingYearStartDate.
111 111  
112 112  The //DimensionComponent//, DataAttribute, and PrimaryMeasure link to the Concept that defines its name and semantic (/conceptIdentity association to Concept). The DataAttribute, Dimension, and MeasureDimension (but not TimeDimension) can optionally have a +conceptRole association with a Concept that identifies its role in the DataStructureDefinition. Therefore, the allowable roles of a Concept are maintained in a ConceptScheme. Examples of roles are: geography, entity, count, unit of measure. The use of these roles is to enable applications to process the data in a meaningful way (e.g. relating a dimension value to a mapping vector). It is expected that communities (such as the official statistics community) will harmonise these roles with their community so that data can be exchanged and shared in a meaningful way in the community.
113 113  
114 -The valid values for a //DimensionComponent//, PrimaryMeasure, or DataAttribute, when used in this DataStructureDefinition, are defined by the Representation. This Representation is taken from the Concept definition (coreRepresentation) unless it is overridden in this DataStructureDefinition (localRepresentation) – see Figure 23. Note that for the MeasureDimension the Representation must be a ConceptScheme and this must always be referenced from the MeasureDimension and cannot therefore be defaulted to the Representation of the Concept associated by the/conceptIdentity. Note also that TimeDimension and ReportingYearStartDate are constrained to specific FacetValueTypes
113 +The valid values for a //DimensionComponent//, PrimaryMeasure, or DataAttribute, when used in this DataStructureDefinition, are defined by the Representation. This Representation is taken from the Concept definition (coreRepresentation) unless it is overridden in this DataStructureDefinition (localRepresentation) – see Figure 23. Note that for the MeasureDimension the Representation must be a ConceptScheme and this must always be referenced from the MeasureDimension and cannot therefore be defaulted to the Representation of the Concept associated by the/conceptIdentity. Note also that TimeDimension and ReportingYearStartDate are constrained to specific
115 115  
115 +FacetValueTypes
116 +
116 116  There will always be a DimensionDescriptor grouping that identifies all of the Dimension comprising the full key. Together the Dimensions specify the key of an Observation.
117 117  
118 118  The //DimensionComponent// can optionally be grouped by multiple GroupDimensionDescriptors each of which identifies the group of Dimensions that can form a partial key. The GroupDimensionDescriptor must be identified (GroupDimensionDescriptor.id) and this is used in the GroupKey of the DataSet to declare which DataAttributes are reported at this group level in the DataSet.
... ... @@ -136,20 +136,23 @@
136 136  
137 137  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.
138 138  
140 +:
141 +
139 139  (((
140 -(% style="width:1104.83px" %)
141 -|**Relationship**|(% style="width:524px" %)**Meaning**|(% style="width:449px" %)**Location in Data Set at which the Attribute is reported**
142 -|None|(% style="width:524px" %)The value of the attribute does not vary with the values of any other Component.|(% style="width:449px" %)The attribute is reported at the level of the Dataset Attribute.
143 +|**Relationship**|**Meaning**|**Location in Data Set at which the Attribute is reported**
144 +|None|The value of the attribute does not vary with the values of any other Component.|The attribute is reported at the level of the Dataset Attribute.
143 143  |(((
144 144  Dimension
145 145  
146 146  (1..n)
147 -)))|(% style="width:524px" %)The value of the attribute will vary with the value(s) of the referenced Dimension(s). In this case, Group(s) to which the attribute should be attached may optionally be specified.|(% style="width:449px" %)The attribute is reported at the lowest level of the Dimension to which the Attribute is related, otherwise at the level of the Group if Attachment Group(s) is specified.
148 -|**Relationship**|(% style="width:524px" %)**Meaning**|(% style="width:449px" %)**Location in Data Set at which the Attribute is reported**
149 -|Group|(% style="width:524px" %)(((
150 -The value of the Attribute varies with combination of values for all of the Dimensions contained in the Group. This is added as a convenience to listing all Dimensions and the attachment Group, but should only be used when the Attribute value varies based on __all__ Group Dimension values.
151 -)))|(% style="width:449px" %)The attribute is reported at the level of Group.
152 -|Primary Measure|(% style="width:524px" %)The value of the Attribute varies with the observed value.|(% style="width:449px" %)The attribute is reported at the level of Observation.
149 +)))|The value of the attribute will vary with the value(s) of the referenced Dimension(s). In this case, Group(s) to which the attribute should be attached may optionally be specified.|The attribute is reported at the lowest level of the Dimension to which the Attribute is related, otherwise at the level of the Group if Attachment Group(s) is specified.
150 +|**Relationship**|**Meaning**|**Location in Data Set at which the Attribute is reported**
151 +|Group|(((
152 +The value of the Attribute varies with combination of values for all of the
153 +
154 +Dimensions contained in the Group. This is added as a convenience to listing all Dimensions and the attachment Group, but should only be used when the Attribute value varies based on __all__ Group Dimension values.
155 +)))|The attribute is reported at the level of Group.
156 +|Primary Measure|The value of the Attribute varies with the observed value.|The attribute is reported at the level of Observation.
153 153  )))
154 154  
155 155  **Figure 25: Representation of DSD Components**