Changes for page SDMX 3.1 Standards. Section 1. Framework
Last modified by Artur on 2025/09/30 12:30
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -14,7 +14,7 @@ 14 14 15 15 The SDMX Technical Specifications are organised into several discrete sections. 16 16 17 -The following are published on the SDMX website ([[__https:~~/~~/www.sdmx.org__>> url:https://www.sdmx.org/]][[)>>url:https://www.sdmx.org/]]:17 +The following are published on the SDMX website ([[__https:~~/~~/www.sdmx.org__>>https://https:www.sdmx.org]]): 18 18 19 19 **Section 1** **Framework for SDMX Technical Standards** – this document providing an introduction to the technical standards. 20 20 ... ... @@ -84,7 +84,8 @@ 84 84 85 85 SDMX version 3.0 introduces new features, improvements and changes to the Standard in the following key areas: 86 86 87 -==== Information Model ==== 87 +(% class="wikigeneratedid" id="HInformationModel" %) 88 +**Information Model** 88 88 89 89 * Simplification and improvement of the reference metadata model 90 90 * Support for microdata ... ... @@ -94,11 +94,13 @@ 94 94 * Improvements to code hierarchies for data discovery 95 95 * Improvements to constraints 96 96 97 -==== Versioning of Structural Metadata Artefacts ==== 98 +(% class="wikigeneratedid" id="HVersioningofStructuralMetadataArtefacts" %) 99 +**Versioning of Structural Metadata Artefacts** 98 98 99 99 • Adoption of the three-number semantic versioning standard for structural metadata artefacts ([[__https:~~/~~/semver.org__>>https://https:semver.org]]) 100 100 101 -==== REST Web Services Application Programming Interface (API) ==== 103 +(% class="wikigeneratedid" id="HRESTWebServicesApplicationProgrammingInterface28API29" %) 104 +**REST Web Services Application Programming Interface (API)** 102 102 103 103 * Change to a single ‘structure’ resource for structure queries simplifying the REST API specification by reducing the number of resources to five 104 104 * Improvements to data queries ... ... @@ -105,11 +105,13 @@ 105 105 * Improvements to reference metadata queries 106 106 * Support for structural metadata maintenance using HTTP PUT, POST and DELETE verbs 107 107 108 -==== SOAP Web Services API ==== 111 +(% class="wikigeneratedid" id="HSOAPWebServicesAPI" %) 112 +**SOAP Web Services API** 109 109 110 110 • The SOAP web services API has been deprecated with version 3.0 standardising on REST 111 111 112 -==== XML, JSON, CSV and EDI Transmission formats ==== 116 +(% class="wikigeneratedid" id="HXML2CJSON2CCSVandEDITransmissionformats" %) 117 +**XML, JSON, CSV and EDI Transmission formats** 113 113 114 114 * The SDMX-ML, SDMX-JSON and SDMX-CSV specifications have been extended and modified where needed to support the new features and changes such as reference metadata and microdata 115 115 * Obsolete SDMX-ML data message variants including Generic, Compact, Utility and Cross-sectional have been deprecated standardising on Structure Specific Data as the sole XML format for data exchange ... ... @@ -205,7 +205,7 @@ 205 205 206 206 **Figure 1: High Level Schematic of Major Artefacts in the SDMX 3.0 Information Model** 207 207 208 -== {{id name="_Toc56640"/}}3.4 The SDMX View of Statistical Exchange ==213 +== 3.4 The SDMX View of Statistical Exchange == 209 209 210 210 Version 1.0 of ISO/TS 17369 SDMX covered statistical data sets and the metadata related to the structure of these data sets. This scope was useful in supporting the different models of statistical exchange (bilateral exchange, gateway exchange, and data-sharing) but was not by itself sufficient to support them completely. Versions 2.0 and 2.1 provide a much more complete view of statistical exchange, so that an open data-sharing model can be fully supported, and other models of exchange can be more completely automated. In order to produce technical standards that will support this increased scope, the SDMX Information Model provides a broader set of formal objects which describe the actors, processes, and resources within statistical exchanges. 211 211 ... ... @@ -258,7 +258,7 @@ 258 258 259 259 • //**Transformation Scheme:**// A transformation scheme is a set of Validation and Transformation Language (VTL) transformations aimed at obtaining some meaningful results for the user (e.g., the validation of one or more data sets). The set of transformations is meant to be executed together (in the same run) and may contain 597 any number of transformations in order to produce any number of results. Thus, a transformation scheme can be considered as a VTL ‘program’. 260 260 261 -== {{id name="_Toc56641"/}}3.5 SDMX Registry Services ==266 +== 3.5 SDMX Registry Services == 262 262 263 263 In order to provide visibility into the large amount of data and metadata which exists within the SDMX model of statistical exchange, it is felt that an architecture based on a set of registry services is potentially useful. A “registry” – as understood in webservices terminology – is an application which maintains and stores metadata for querying, and which can be used by any other application in the network with sufficient access privileges (though note that the mechanism of access control is outside of the scope of the SDMX standard). It can be understood as the index of a distributed database or metadata repository which is made up of all the data provider’s data sets and reference metadata sets within a statistical community, located across the Internet or similar network. 264 264 ... ... @@ -273,7 +273,7 @@ 273 273 * //**Querying: **//The registry services have interfaces for querying the metadata contained in a registry, so that applications and users can discover the existence of data sets and reference metadata sets, structural metadata, the providers/agencies associated with those objects, and the provider agreements which describe how the data and metadata are made available, and how they are categorized. 274 274 * //**Subscription/Notification:**// It is possible to “subscribe” to specific objects in a registry, so that a notification will be sent to all subscribers whenever the registry objects are updated. 275 275 276 -== {{id name="_Toc56642"/}}3.6 RESTful Web services ==281 +== 3.6 RESTful Web services == 277 277 278 278 Web services allow computer applications to exchange data directly over the Internet, essentially allowing modular or distributed computing in a more flexible fashion than ever before. In order to allow web services to function, however, many standards are required: for requesting and supplying data; for expressing the enveloping data which is used to package exchanged data; for describing web services to one another, to allow for easy integration into applications that use other web services as data resources. 279 279 ... ... @@ -288,7 +288,7 @@ 288 288 289 289 The following conceptual example uses the ‘data’ resource to query a data repository for a series identified by the key ‘M.USD.EUR.SP00.A’ in the EXR (ECB exchange rates) Dataflow: https:~/~/ws-entry-point/data/dataflow/ECB/EXR/1.0.0/M.USD.EUR.SP00.A 290 290 291 -= {{id name="_Toc56643"/}}4The SDMX Information Model =296 += 4 The SDMX Information Model = 292 292 293 293 SDMX provides a way of modelling statistical data, and defines the set of metadata constructs used for this purpose. Because SDMX specifies a number of transmission formats for expressing data and structural metadata, the model is used as a mechanism for guaranteeing that transformation between the different formats is lossless. In this sense, all of the formats are syntax-bound expressions of the common information model. 294 294 ... ... @@ -304,9 +304,9 @@ 304 304 305 305 A full UML conceptual design of the information model is set out in Section 2 of the Technical Specifications. 306 306 307 -= {{id name="_Toc56644"/}}5The SDMX Transmission Formats =312 += 5 The SDMX Transmission Formats = 308 308 309 -== {{id name="_Toc56645"/}}5.1 SDMX-ML ==314 +== 5.1 SDMX-ML == 310 310 311 311 SDMX-ML is the XML transmission format specification for exchanging structural metadata, data and reference metadata, and interacting with SDMX registry services. It is designed as a general-purpose format for all automation and data / metadata exchange tasks, and provides the most complete coverage. 312 312 ... ... @@ -334,7 +334,7 @@ 334 334 1. //Data: //For the exchange of data. Unlike SDMX-ML, the structure of a SDMX-JSON data message is not specific to the DSDs of the data sets so schema validation will not check for compliance of the data with the DSDs. 335 335 1. //Metadata//: For the exchange of reference metadata sets. 336 336 337 -== {{id name="_Toc56647"/}}5.3 SDMX-CSV ==342 +== 5.3 SDMX-CSV == 338 338 339 339 SDMX-CSV is the CSV transmission format specification for exchanging data and reference metadata only. 340 340 ... ... @@ -345,7 +345,7 @@ 345 345 1. //Data//: For the exchange of data. Like SDMX-JSON, SDMX-CSV can include both code IDs and labels which is helpful when using the data to create human readable charts and dashboards. 346 346 1. //Metadata//: For the exchange of reference metadata sets. 347 347 348 -== {{id name="_Toc56648"/}}5.4 Formats and Messages Deprecated in Version 3.0 ==353 +== 5.4 Formats and Messages Deprecated in Version 3.0 == 349 349 350 350 The following formats and messages have been deprecated in version 3.0 to simplify, modernise and rationalise the standard. 351 351 ... ... @@ -362,17 +362,17 @@ 362 362 * SDMX-ML Query messages 363 363 * SDMX-ML Submit Structure Request messages 364 364 365 -= {{id name="_Toc56649"/}}6Dependencies on SDMX content-oriented guidelines =370 += 6 Dependencies on SDMX content-oriented guidelines = 366 366 367 367 The technical standards proposed here are designed so that they can be used in conjunction with other SDMX guidelines which are more closely tied to the content and semantics of statistical data exchange. The SDMX Information Model works equally well with any statistical concept, but to encourage interoperability, it is also necessary to standardize and harmonize the use of specific concepts and terminology. To achieve this goal, SDMX creates and maintains guidelines for cross-domain concepts, terminology, and structural definitions. There are three major parts to this effort. 368 368 369 -== {{id name="_Toc56650"/}}6.1 Cross-Domain Concepts ==374 +== 6.1 Cross-Domain Concepts == 370 370 371 371 The SDMX Cross-Domain Concepts is a content guideline concerning concepts which are used across statistical domains. This list is expected to grow and to be subject to revision as SDMX is used in a growing number of domains. The use of the SDMX Cross-Domain Concepts, where appropriate, provides a framework to further promote interoperability among organisations using the technical standards presented here. The harmonization of statistical concepts includes not only the definitions of the concepts, and their names, but also, where appropriate, their representation with standard code lists, and the role they play within data structure definitions and metadata structure definitions. 372 372 373 373 The intent of this guideline is two-fold: to provide a core set of concepts which can be used to structure statistical data and metadata, to promote interoperability between systems (“structural metadata”, as described above); and to promote the exchange of metadata more widely, with a set of harmonized concept names and definitions for other types of metadata (“reference metadata”, as defined above.) 374 374 375 -== {{id name="_Toc56651"/}}6.2 Metadata Common Vocabulary ==380 +== 6.2 Metadata Common Vocabulary == 376 376 377 377 The Metadata Common Vocabulary is an SDMX guideline which provides definition of terms to be used for the comparison and mapping of terminology found in data structure definitions and in other aspects of statistical metadata management. Essentially, it provides ISOcompliant definitions for a wide range of statistical terms, which may be used directly, or against which other terminology systems may be mapped. This set of terms is inclusive of the terminology used within the SDMX Technical Standards. 378 378 ... ... @@ -380,17 +380,17 @@ 380 380 381 381 Concepts work is built. 382 382 383 -== {{id name="_Toc56652"/}}6.3 Statistical Subject-Matter Domains ==388 +== 6.3 Statistical Subject-Matter Domains == 384 384 385 385 The Statistical Subject-Matter Domains is a listing of the breadth of statistical information for the purposes of organizing widespread statistical exchange and categorization. It acts as a standard scheme against which the categorization schemes of various counterparties can be mapped, to facilitate interoperable data and metadata exchange. It serves another useful purpose, however, which is to allow an organization of corresponding “domain groups”, each of which could define standard data structure definitions, concepts, etc. within their domains. Such groups already exist within the international community. SDMX would use the Statistical Subject-Matter Domains list to facilitate the efforts of these groups to develop the kinds of content standards which could support the interoperation of SDMX-conformant technical systems within and across statistical domains. The organisation of the content of such schemes is supported in SDMX as a Category Scheme. 386 386 387 387 SDMX Statistical Subject-Matter Domains will be listed and maintained by the SDMX Initiative and will be subject to adjustment. 388 388 389 -== {{id name="_Toc56653"/}}6.4 SDMX Concept Roles ==394 +== 6.4 SDMX Concept Roles == 390 390 391 391 These guidelines define the standard set of SDMX Concept Roles and their use. This set of standard SDMX Concepts are implemented as a cross-domain Concept Scheme that defines the set of concept roles and gives examples on concept role implementation in SDMX 2.0, 2.1 and 3.0. A concept role gives a particular context to a concept for easy and systematic interpretation by machine processing and visualization tools. For example, the concepts REPORTING_AREA and COUNTERPART_AREA are different concepts but they are both geographical characteristics, therefore they can be associated with the same concept role ID: "GEO". This allows visualization systems to interpret these concepts as geographical data in order to generate maps. The implementation of concept roles is different in versions 2.0 and 2.1/3.0 of the SDMX technical standard. Specifically for SDMX 3.0, this set of roles is considered a normative list that must be interpreted in the same way by all organisations. Additional roles may be provided via the standard roles’ mechanism in SDMX 3.0, i.e., via Concept Schemes; the semantics of these roles have to be agreed bilateraly in data exchanges. The Concept Roles are available as an SDMX Concept Scheme on the SDMX Global Registry. 392 392 393 -= {{id name="_Toc56654"/}}7 Validation and Transformation Language =398 += 7 Validation and Transformation Language = 394 394 395 395 For many years the SDMX initiative has been fostering and supporting the development of a standard calculation language, called Validation and Transformation Language (VTL). A blueprint for defining calculations was already described in the original SDMX 2.1 specifications (package 13 of the Information Model - “Transformations and Expressions”). It was just a basic framework that required further developments to became operational in order to achieve a calculation language able to manipulate SDMX artefacts. 396 396