Wiki source code of 1 Introduction

Version 23.1 by Helena on 2025/07/20 12:56

Hide last authors
Helena 11.1 1 {{box title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
Helena 2.1 4
Artur 18.1 5 This document is not normative but provides a detailed view of the information model on which the normative [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] specifications are based. Those new to the UML notation or to the (% style="color:#e74c3c" %)concept(%%) of [[Data Structure Definitions>>doc:Glossary.Data structure definition.WebHome]] may wish to read the appendixes in this document as an introductory exercise.
Helena 2.1 6
7 == 1.1 Related Documents ==
8
Artur 18.1 9 This document is one of two documents concerned with the [[SDMX Information Model>>doc:Glossary.SDMX Information Model.WebHome]]. The complete set of documents is:
Helena 2.1 10
Artur 18.1 11 * [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] SECTION 02 INFORMATION MODEL: UML CONCEPTUAL DESIGN (this document): This document comprises the complete definition of the information model, with the exception of the registry interfaces. It is intended for technicians wishing to understand the complete scope of the [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] technical standards in a syntax neutral form.
12 * [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] SECTION 05 REGISTRY SPECIFICATION: LOGICAL INTERFACES: This document provides the logical specification for the registry interfaces, including [[subscription>>doc:Glossary.Subscription.WebHome]]/[[notification>>doc:Glossary.Notification.WebHome]], registration/submission of data and metadata, and querying.
Helena 2.1 13
14 == 1.2 Modelling Technique and Diagrammatic Notes ==
15
Artur 18.1 16 The modelling technique used for the [[SDMX Information Model>>doc:Glossary.SDMX Information Model.WebHome]] ([[SDMX-IM>>doc:Glossary.SDMX Information Model.WebHome]]) is the Unified Modelling Language (UML). An overview of the constructs of UML that are used in the SDMXIM can be found in the Appendix “A Short Guide to UML in the [[SDMX Information Model>>doc:Glossary.SDMX Information Model.WebHome]]”
Helena 2.1 17
Artur 18.1 18 UML diagramming allows a class to be shown with or without the compartments for one or both of [[attributes>>doc:Glossary.Attribute.WebHome]] and operations (sometimes called methods). In this document the operations compartment is not shown as there are no operations.
Helena 2.1 19
20 [[image:SDMX 3-0-0 SECTION 2 FINAL-1.0 (1)_en_1ce09669.png||height="111" width="324"]]
21
22 **Figure 1 Class with operations suppressed**
23
Artur 18.1 24 In some diagrams for some classes the [[attribute>>doc:Glossary.Attribute.WebHome]] compartment is suppressed even though there may be some [[attributes>>doc:Glossary.Attribute.WebHome]]. This is deliberate and is done to aid clarity of the diagram. The method used is:
Helena 2.1 25
Artur 18.1 26 * The [[attributes>>doc:Glossary.Attribute.WebHome]] will always be present on the class diagram where the class is defined and its [[attributes>>doc:Glossary.Attribute.WebHome]] and associations are defined.
27 * On other diagrams, such as inheritance diagrams, the [[attributes>>doc:Glossary.Attribute.WebHome]] may be suppressed from the class for clarity.
Helena 2.1 28
29 [[image:SDMX 3-0-0 SECTION 2 FINAL-1.0 (1)_en_bbb8fac9.png||height="54" width="158"]]
30
31 **Figure 2 Class with attributes also suppressed**
32
Artur 18.1 33 Note that, in any case, [[attributes>>doc:Glossary.Attribute.WebHome]] inherited from a super class are not shown in the sub class.
Helena 2.1 34
Artur 18.1 35 The following table structure is used in the definition of the classes, [[attributes>>doc:Glossary.Attribute.WebHome]], and associations.
Helena 2.1 36
Helena 10.1 37 (% style="width:640.039px" %)
38 |(% style="width:138px" %)**Class**|(% style="width:268px" %)**Feature**|(% style="width:229px" %)**Description**
39 |(% style="width:138px" %)ClassName|(% style="width:268px" %) |(% style="width:229px" %)
40 |(% style="width:138px" %) |(% style="width:268px" %)attributeName|(% style="width:229px" %)
41 |(% style="width:138px" %) |(% style="width:268px" %)associationName|(% style="width:229px" %)
42 |(% style="width:138px" %) |(% style="width:268px" %)+roleName|(% style="width:229px" %)
Helena 2.1 43
44 The content in the “Feature” column comprises or explains one of the following structural features of the class:
45
Helena 12.1 46 * Whether it is an abstract class. Abstract classes are shown in //italic Courier// font.
Helena 9.2 47 * The superclass this class inherits from, if any.// //
48 * The sub classes of this class, if any.
49 * Attribute – the attributeName is shown in Courier font.
50 * Association – the associationName is shown in Courier font. If the association is derived from the association between super classes, then the format is /associationName.
Helena 12.1 51 * Role – the +roleName is shown in Courier font.
Helena 2.1 52
Artur 18.1 53 The Description column provides a short definition or explanation of the Class or Feature. UML class names may be used in the description and if so, they are presented in normal font with spaces between words. For example, the class ConceptScheme will be written as [[Concept Scheme>>doc:Glossary.Concept scheme.WebHome]].
Helena 2.1 54
55 == 1.3 Overall Functionality ==
56
57 === 1.3.1 Information Model Packages ===
58
Artur 18.1 59 The [[SDMX Information Model>>doc:Glossary.SDMX Information Model.WebHome]] ([[SDMX-IM>>doc:Glossary.SDMX Information Model.WebHome]]) is a conceptual metamodel from which syntax specific implementations are developed. The model is constructed as a set of functional packages which assist in the understanding, re-use and maintenance of the model.
Helena 2.1 60
61 In addition to this, in order to aid understanding each package can be considered to be in one of three conceptual layers:
62
Artur 18.1 63 * the [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]] Base layer comprises fundamental building blocks which are used by the Structural Definitions layer and the Reporting and Dissemination layer
64 * the Structural Definitions layer comprises the definition of the structural [[artefacts>>doc:Glossary.Artefact.WebHome]] needed to support data and metadata reporting and dissemination
Helena 12.2 65 * the Reporting and Dissemination layer comprises the definition of the data and metadata containers used for reporting and dissemination
66 * In reality the layers have no implicit or explicit structural function as any package can make use of any construct in another package.
Helena 2.1 67
68 === 1.3.2 Version 1.0 ===
69
Helena 23.1 70 In version 1.0 the metamodel supported the requirements for:
Helena 2.1 71
Helena 19.1 72 [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]] including (domain) [[category scheme>>doc:Glossary.Category scheme.WebHome]], (metadata) [[concept scheme>>doc:Glossary.Concept scheme.WebHome]], and [[code>>doc:Glossary.Code.WebHome]] list Data and related metadata reporting and dissemination.
Helena 2.1 73
Helena 23.1 74 The [[SDMX-IM>>doc:Glossary.SDMX Information Model.WebHome]] comprises a number of packages. These packages act as convenient compartments for the various sub models in the [[SDMX-IM>>doc:Glossary.SDMX Information Model.WebHome]]. The diagram below shows the sub models of the [[SDMX-IM>>doc:Glossary.SDMX Information Model.WebHome]] that were included in the version 1.0 specification.
Helena 2.1 75
76 [[image:SDMX 3-0-0 SECTION 2 FINAL-1.0 (1)_en_c2c05d9c.jpg||height="203" width="612"]]
77
78 **Figure 3: SDMX Information Model Version 1.0 package structure**
79
80 === 1.3.3 Version 2.0/2.1 ===
81
Artur 17.1 82 The (% style="color:#e74c3c" %)version(%%) 2.0/2.1 model extends the functionality of (% style="color:#e74c3c" %)version(%%) 1.0. principally in the area of metadata, but also in various ways to define structures to support data analysis by systems with knowledge of cube type structures such as OLAP{{footnote}}OLAP: On line analytical processing{{/footnote}} systems. The following major constructs have been added at (% style="color:#e74c3c" %)version(%%) 2.0/2.1
Helena 2.1 83
84 Metadata structure definition
85 Metadata set
86 Hierarchical Codelist
87 Data and Metadata Provisioning
88 Process
89 Mapping
90 Constraints
91 Constructs supporting the Registry
92
Artur 18.1 93 Furthermore, the term [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]] replaces the term Key Family: as both of these terms are used in various communities, they are synonymous. The term [[Data Structure Definition>>doc:Glossary.Data structure definition.WebHome]] is used in the model and this document.
Helena 2.1 94
95 [[image:SDMX 3-0-0 SECTION 2 FINAL-1.0 (1)_en_d8008692.jpg||height="201" width="597"]]
96
97 **Figure 4 SDMX Information Model Version 2.0/2.1 package structure**
98
99 Additional constructs that are specific to a registry-based scenario can be found in the Specification of Registry Interfaces. For information these are shown on the diagram below and comprise:
100
Artur 18.1 101 * [[Subscription>>doc:Glossary.Subscription.WebHome]] and Notification
Helena 2.1 102 * Registration
103 * Discovery
104
105 Note that the data and metadata required for registry functions are not confined to the registry, and the registry also makes use of the other packages in the Information Model.
106
107 [[image:SDMX 3-0-0 SECTION 2 FINAL-1.0 (1)_en_758d5bb1.jpg||height="201" width="604"]]
108
109 **Figure 5: SDMX Information Model Version 2.0/2.1 package structure including the registry**
110
111 === 1.3.4 Version 3.0 ===
112
Helena 23.1 113 The version 3.0 model introduces changes in the way [[reference metadata>>doc:Glossary.Reference metadata.WebHome]] are handled. In addition, it includes a few more [[artefacts>>doc:Glossary.Artefact.WebHome]]. Finally, a few abstractions have been added, as shown in section “Basic Inheritance” in “Figure 11: Basic Inheritance from the Base Structures”.
Helena 2.1 114
115 The IM packages are largely the same.
116
117 1. [[image:SDMX 3-0-0 SECTION 2 FINAL-1.0 (1)_en_26bb40b.jpg||height="202" width="613"]]
118 1. **Figure 6: SDMX Information Model version 3.0 package structure**
Helena 9.2 119
120 {{putFootnotes/}}