Wiki source code of Change History

Version 2.5 by Helena on 2025/06/07 19:43

Show last authors
1 (% class="wikigeneratedid" id="HChangeHistory" %)
2 **Revision History**
3
4 (% style="width:868.835px" %)
5 |(% style="width:169px" %)Revision|(% style="width:190px" %)Date|(% style="width:507px" %)Contents
6 |(% style="width:169px" %)DRAFT 1.0|(% style="width:190px" %)December 2025|(% style="width:507px" %)Draft release updated for SDMX 3.1 for public consultation
7 |(% style="width:169px" %)1.0|(% style="width:190px" %)May 2025|(% style="width:507px" %)Public Release for SDMX 3.1
8
9 Version 1.0 – initial release September 2004.
10
11 (% class="wikigeneratedid" id="HVersion2.02013releaseNovember2005" %)
12 __**Version 2.0 – release November 2005**__
13
14 Major functional enhancements by addition of new packages:
15
16 Metadata Structure Definition
17
18 Metadata Set
19
20 Hierarchical Code Scheme
21
22 Data and Metadata Provisioning
23
24 Structure Set and Mappings
25
26 Transformations and Expressions
27
28 Process and Transitions
29
30 Re-engineering of some SDMX Base structures to give more functionality:
31
32 Item Scheme and Item can have properties – this gives support for complex hierarchical code schemes (where the property can be used to sequence codes in scheme), and Item Scheme mapping tables (where the property can give additional information about the map between the two schemes and the between two Items)
33
34 revised Organisation pattern to support maintained schemes of organisations, such as a data provider
35
36 modified Component Structure pattern to support identification of roles played by components and the attachment of attributes change to inheritance to enable more artefacts to be identifiable and versionable
37
38 Introduction of new types of Item Scheme:
39
40 * Object Type Scheme to specify object types in support of the Metadata Structure Definition (principally the object types (classes) in this Information Model)
41 * Type Scheme to specify types other than object type
42 * A generic Item Scheme Association to specify the association between Items in two or more Item Schemes, where such associations cannot be described in the Structure Set and Transformation.
43
44 The Data Structure Definition is introduced as a synonym for Key Family though the term Key Family is retained and used in this specification.
45
46 Modification to Data Structure Definition (DSD) to
47
48 align the cross sectional structures with the functionality of the schema
49
50 support Data Structure Definition extension (i.e. to derive and extend a Data Structure Definition from another Data Structure Definition), thus supporting the definition of a related “set” of key families
51
52 distinguish between data attributes (which are described in a Data Structure Definition) from metadata attributes (which are described in a metadata structure definition)
53
54 attach data attributes to specific identifiable artefacts (formally this was supported by attachable artefact)
55
56 Domain Category Scheme re-named Category Scheme to better reflect the multiple usage of this type of scheme (e.g. subject matter domain, reporting taxonomy).
57
58 Concept Scheme enhanced to allow specification of the representation of the Concept. This specification is the default (or core) representation and can be overridden by a construct that uses it (such as a Dimension in a Data Structure Definition).
59
60 Revision of cross sectional data set to reflect the functionality of the version 1.0 schema.
61
62 Revision of Actors and Use Cases to reflect better the functionality supported.
63
64 (% class="wikigeneratedid" id="HVersion2.12013releaseApril2011" %)
65 __**Version 2.1 – release April 2011**__
66
67 The purpose of this revision is threefold:
68
69 * To introduce requested changes to functionality
70 * To align the model and syntax implementations more closely (note, however, that the model remains syntax neutral)
71 * To correct errors in version 2.0
72
73 //SDMX Base//
74
75 //Basic inheritance and patterns//
76
77 ~1. The following attributes are added to Maintainable:
78
79 i) isExternalReference ii) structure URL
80
81 iii) serviceURL
82
83 1. Added Nameable Artefact and moved the Name and Description associations from Identifiable Artefact to Nameable Artefact. This allows an artefact to be identified (with id and urn) without the need to specify a Name.
84 1. Removed any inheritance from Versionable Artefact with the exception of Maintainable Artefact – this means that only Maintainable objects can be versioned, and objects contained in a maintainable object cannot be independently versioned.
85 1. Renamed MaintenanceAgency to Agency 0 this is its name in the schema and the URN.
86 1. Removed abstract class Association as a subclass of Item (as these association types are not maintained in Item Schemes). Specific associations are modelled explicitly (e.g.
87
88 Categorisation, ItemScheme, Item).
89
90 1. Added ActionType to data types.
91 1. Removed Coded Artefact and Uncoded Artefact and all subclasses (e.g. Coded Data Attribute and Uncoded Data Attribute) as the “Representation” is more complex than just a distinction between coded and uncoded.
92 1. Added Representation to the Component. Removed association to Type.
93 1. Removed concept role association (to Item) as roles are identified by a relationship to a Concept.
94 1. Removed abstract class Attribute as both Data Attribute and Metadata Attribute have different properties. Data Attribute and Metadata Attribute inherit directly from Component.
95 1. isPartial attribute added to Item Scheme to support partial Item Schemes (e.g. partial Code list).
96
97 //Representation//
98
99 1. Removed interval and enumeration from Facet.
100 1. added facetValueType to Facet.
101 1. Re-named DataType to facetValueType.
102 1. Added observationalTimePeriod, inclusiveValueRange and exclusiveValueRange to facetValueType.
103 1. Added ExtendedFacetType as a sub class of FacetType. This includes Xhtml as a facet type to support this as an allowed representation for a Metadata Attribute
104
105 //Organisations//
106
107 ~1. Organisation Role is removed and replaced with specific Organisation Schemes of Agency, Data Provider, Data Consumer, Organisation Unit.
108
109 //Mapping (Structure Maps)//
110
111 Updated Item Scheme Association as follows:
112
113 1. Renamed to Item Scheme Map to reflect better the sub classes and relate better to the naming in the schema.
114 1. Removed inheritance of Item Scheme Map from Item Scheme, and inherited directly from Nameable Artefact.
115 1. Item Association inherits from Identifiable Artefact.
116 1. Removed Property from the model as this is not supported in the schema.
117 1. Removed association type between Item Scheme Map and Item, and Association and Item.
118 1. Removed Association from the model.
119 1. Made Item Association a sub class of Identifiable, was a sub class Item.
120 1. Removed association to Property from both Item Scheme Map and Item.
121 1. Added attribute alias to both Item Scheme Association and Item Association.
122 1. Made Item Scheme Map and Item Association abstract.
123 1. Added sub-classes to Item Scheme Map – there is a subclass for each type of Item Scheme Association (e.g. Code list Map).
124 1. Added mapping between Reporting Taxonomy as this is an Item Scheme and can be mapped in the same way as other Item Schemes.
125 1. Added Hybrid Code list Map and Hybrid Code Map to support code mappings between a Code list and a Hierarchical Code list.
126
127 //Mapping: Structure Map//
128
129 1. This is a new diagram. Essentially removed inherited /hierarchy association between the various maps, as these no longer inherit from Item, and replaced the associations to the abstract Maintainable and Versionable Artefact classes with the actual concrete classes.
130 1. Removed associations between Code list Map, Category Scheme Map, and Concept Scheme Map and made this association to Item Scheme Map.
131 1. Removed hierarchy of Structure Map.
132
133 //Concept//
134
135 ~1. Added association to Representation.
136
137 //Data Structure Definition//
138
139 1. Added Measure Dimension to support structure-specific renderings of the DSD. The Measure Dimension is associated to a Concept Scheme that specifies the individual measures that are valid.
140 1. The three types of “Dimension”, - Dimension, Measure Dimension, Time Dimension – have a super class – Dimension Component
141 1. Added association to a Concept that defines the role that the component (Dimension, Data Attribute, Measure Dimension) plays in the DSD. This replaces the Boolean attributes on the components.
142 1. Added Primary Measure and removed this as role of Measure.
143 1. Deleted the derived Data Structure Definition association from Data Structure Definition to itself as this is not supported directly in DSD.
144 1. Deleted attribute GroupKeyDescriptor.isAttachmentConstraint and replaced with an association to an Attachment Constraint.
145 1. Replaced association from Data Attribute to Attachable Artefact with association to Attribute Relationship.
146 1. Added a set of classes to support Attribute Relationship.
147 1. Renamed KeyDescriptor to DimensionDescriptor to better reflect its purpose.
148 1. Renamed GroupKeyDescriptor to GroupDimensionDescriptor to better reflect its purpose.
149
150 //Code list//
151
152 1. CodeList classname changed to Codelist.
153 1. Removed codevalueLength from Codelist as this is supported by Facet.
154 1. Removed hierarchyView association between Code and Hierarchy as this association is not implemented.
155
156 == Metadata Structure Definition(MSD) ==
157
158 1. Full Target Identifier, Partial Target Identifier, and Identifier Component are replaced by Metadata Target and Target Object. Essentially this eliminates one level of specification and reference in the MSD, and so makes the MSD more intuitive and easier to specify and to understand.
159 1. Re-named Identifiable Object Type to Identifiable Object Target and moved to the MSD package.
160 1. Added sub classes to Target Object as these are the actual types of object to which metadata can be attached. These are Identifiable Object Target (allows reporting of metadata to any identifiable object), Key Descriptor Values Target (allows reporting of metadata for a data series key, Data Set Target (allows reporting of metadata to a data set), and Reporting Period Target (allows the metadata set to specify a reporting period).
161 1. Allowed Target Object can have any type of Representation, this was restricted in version 2.0 to an enumerated representation in the model (but not in the schemas).
162 1. Removed Object Type Scheme (as users cannot maintain their own list of object types), and replaced with an enumeration of Identifiable Objects.
163 1. Removed association between Metadata Attribute and Identifiable Artefact and replaced this with an association between Report Structure and Metadata Target, and allowed one Report Structure to reference more than on Metadata Target. This allowing a single Report Structure to be defined for many object types.
164 1. Added the ability to specify that a Metadata Attribute can be repeated in a Metadata Set and that a Metadata Attribute can be specified as “presentational” meaning that it is present for structural and presentational purposes, and will not have content in a Metadata Set.
165 1. The Representation of a Metadata Attribute uses Extended Facet (to support Xhtml).
166
167 //Metadata Set//
168
169 1. Added link to Data Provider - 0..1 but note that for metadata set registration this will be 1.
170 1. Removed Attribute Property as the underlying Property class has been removed.
171 1. One Metadata Set is restricted to reporting metadata for a single MSD.
172 1. The Metadata Report classes are re-structured and re-named to be consistent with the renaming and restructuring of the MSD.
173 1. Metadata Attribute Value is renamed Reported Attribute to be consistent with the schemas.
174 1. Deleted XML attribute and Contact Details from the inheritance diagram.
175
176 //Category Scheme//
177
178 1. Added Categorisation. Category no longer has a direct association to Dataflow and Metadataflow.
179 1. Changed Reporting Taxonomy inheritance from Category Scheme to Maintainable
180
181 Artefact.
182
183 1. Added Reporting Category and associated this to Structure Usage.
184
185 //Data Set//
186
187 1. Removed the association to Provision Agreement from the diagram.
188 1. Added association to Data Structure Definition. This association was implied via the dataflow but this is optional in the implementation whereas the association to the Data Structure Definition is mandatory.
189 1. Added attributes to Data Set.
190 1. There is a single, unified, model of the Data Set which supports four types of data set:
191 1*. Generic Data Set – for reporting any type of data series, including time series and what is sometimes known as “cross sectional data”. In this data set, the value of any one dimension (including the Time Dimension) can be reported with the observation (this must be for the same dimension for the entire data set)
192 1*. Structure-specific Data Set – for reporting a data series that is specific to a DSD
193 1*. Generic Time Series Data Set – this is identical to the Generic Data Set except it must contain only time series, which means that a value for the Time Dimension is reported with the Observation
194 1*. Structure-specific Time Series Data Set - this is identical to the Structure-specific Data Set except it must contain only time series, which means that a value for the Time Dimension is reported with the Observation.
195 1. Removed Data Set as a sub class of Identifiable – but note that Data Set has a “setId” attribute.
196 1. Added coded and uncoded variants of Key Value, Observation, and Attribute Value in order to show the relationship between the coded values in the data set and the Codelist in the Data Structure Definition.
197 1. Made Key Value abstract with sub classes for coded, uncoded, measure (MeasureKeyValue) ads time (TimeKeyValue) The Measure Key Value is associated to a Concept as it must take its identify from a Concept.
198
199 //XSDataSet//
200
201 ~1. This is removed and replaced with the single, unified data set model.
202
203 //Constraint//
204
205 1. Constraint is made Maintainable (was Identifiable).
206 1. Added artefacts that better support and distinguish (from data) the constraints for metadata.
207 1. Added Constraint Role to specify the purpose of the Constraint. The values are allowable content (for validation of sub set code code lists), and actual content (to specify the content of a data or metadata source).
208
209 //Process//
210
211 1. Removed inheritance from Item Scheme and Item: Process inherits directly from Maintainable and Process Step from Identifiable.
212 1. Removed specialisation association between Transition and Association.
213 1. Removed Transition Scheme - transitions are explicitly specified and not maintained as Items in a Item Scheme.
214 1. Removed Expression and replaced with Computation.
215 1. Transition is associated to Process Step and not Process itself. Therefore the source association to Process Step is removed.
216 1. Removed Expressions as these are not implemented in the schemas. But note that the Transformations and Expressions model is retained, though it is not implemented in the schemas.
217
218 //Hierarchical Codelist//
219
220 1. Renamed HierarchicalCodeList to HierarchicalCodelist.
221 1. This is re-modelled to reflect more accurately the way this is implemented: this is as an actual hierarchy rather than a set of relational associations from which the hierarchy can be derived.
222 1. Code Association is re-named Hierarchical Code and the association type association to Code is removed (as these association types are not maintained in an Item Scheme).
223 1. Hierarchical Code is made an aggregate of Hierarchy, and not of Hierarchical Codelist.
224 1. Removed root node in the Hierarchy – there can be many top-level codes in Hierarchical Code.
225 1. Added reference association between Hierarchical Code and Level to indicate the Level if the Hierarchy is a level based hierarchy.
226
227 //Provisioning and Registration//
228
229 1. Data Provider and Provision Agreement have an association to Datasource (was Query Datasource), as the association is to any of Query Datasource and Simple Datasource.
230 1. Provision Agreement is made Maintainable and indexing attributes moved to Registration
231 1. Registration has a registry assigned Id and indexing attributes.
232
233 == Version 2.1 (Revision 2.0) – release June 2020 ==
234
235 The package 13, previously named “Expressions and Transformations” is completely reformulated, renamed as “Validation and Transformation Language” and implemented also in the other Sections of the SDMX standards for actual use.
236
237 == Version 3.0 – release September 2021 ==
238
239 New Maintainable Artefacts
240
241 * Structure Map
242 * Representation Map
243 * Organisation Scheme Map
244 * Concept Scheme Map
245 * Category Scheme Map
246 * Reporting Taxonomy Map
247 * Value List
248 * Hierarchy
249 * Hierarchy Association
250 * Metadata Constraint
251 * Data Constraint
252 * Metadata Provision Agreement
253 * Metadata Provider Scheme
254 * Metadataset
255
256 New Identifiable Artefacts
257
258 * GeoFeatureSetCode
259 * GeoGridCode
260 * Metadata Provider
261
262 Removed Maintainable Artefacts
263
264 * Structure Set – replaced by Structure Map and the four item scheme maps
265 * Hierarchical Codelist – replaced by Hierarchy and Hierarchy Association • Constraint – replaced by Data Constraint and Metadata Constraint
266
267 Changed Maintainable Artefacts
268
269 * Data Structure Definition – support for microdatasets and reference metadata linked to data
270 * Metadataflow – simplifies exchange of reference metadata, in particular those linked to structures
271 * Metadata Structure Definition – simplified model for reference metadata
272 * Codelist – support for codelist extension and geospatial specialised codelists (GeographicCodelist, GeoGridCodelist)
273 * VTL Mapping Scheme – VTL Concept Mapping Scheme removed to align the VTL / SDMX interface with the 3.0 model
274
275 New Component Representation Types
276
277 * GeospatialInformation – a string type where the value is an expression defining a set of geographical features using a purpose-designed syntax
278
279 == Version 3.1 – release March 2025 ==
280
281 Changed Maintainable Artefacts
282
283 * Availability Constraint no longer a Maintainable, inherits from Annotatable
284 * Categorisation – added a fixed version of 1.0
285 * Data Constraint o Advanced Release Calendar: removed o Attachment: removed data source attachments
286 * Data Structure new property: Evolving Structure
287 * Dataflow new property: Dimension Constraint