Changes for page 3 SDMX Base Package

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

From version 10.1
edited by Helena
on 2025/05/20 00:32
Change comment: There is no comment for this version
To version 12.1
edited by Helena
on 2025/05/20 11:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -170,10 +170,8 @@
170 170  
171 171  The //ItemScheme// is an abstract class which defines a set of //Item// (this class is also abstract). Its main purpose is to define a mechanism which can be used to create taxonomies which can classify other parts of the SDMX Information Model. It inherits from //MaintainableArtefact// which gives it the ability to be annotated, have identity, naming, versioning and be associated with an Agency. An example of a concrete class is a CategoryScheme. The associated Category are //Items//.
172 172  
173 -In an exchange environment an ItemScheme is allowed to contain a sub-set of the Items in the maintained //ItemScheme//. If such an //ItemScheme// is disseminated with a sub-set of the Items then the fact that this is a sub-set is denoted by setting the isPartial attribute to
173 +In an exchange environment an ItemScheme is allowed to contain a sub-set of the Items in the maintained //ItemScheme//. If such an //ItemScheme// is disseminated with a sub-set of the Items then the fact that this is a sub-set is denoted by setting the isPartial attribute to “true”.
174 174  
175 -“true”.
176 -
177 177  A “partial” //ItemScheme// cannot be maintained independently in its partial form i.e. it cannot contain //Item//s that are not present in the full //ItemScheme// and the content of any one //Item //(e.g. names and descriptions) cannot deviate from the content in the full //ItemScheme//.
178 178  
179 179  Furthermore, the Id of the //ItemScheme// where isPartial is set to “true” is the same as the Id of the full //ItemScheme// (maintenance agency, id, version). This is important as this is the Id that that is referenced in other structures (e.g. a Codelist referenced in a DSD) and this Id is always the same, regardless of whether the disseminated //ItemScheme// is the full //ItemScheme// or a partial //ItemScheme//.
... ... @@ -259,7 +259,7 @@
259 259  
260 260  __GroupDimensionDescriptor__: Dimension, Measure Dimension, Time Dimension
261 261  
262 -MeasureDescriptor: PrimaryMeasure
260 +__MeasureDescriptor__: PrimaryMeasure
263 263  
264 264  __AttributeDescriptor:__ Data Attribute
265 265