Changes for page 1 Introduction

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

From version 12.1
edited by Helena
on 2025/05/15 10:10
Change comment: There is no comment for this version
To version 10.1
edited by Helena
on 2025/05/15 10:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,7 @@
1 -{{box title="**Contents**"}}
2 -{{toc/}}
3 -{{/box}}
1 +{{box title="**Contents**"}}{{toc/}}{{/box}}
2 +
4 4  
4 +(% class="wikigeneratedid" id="H1Introduction" %)
5 5  This document is not normative but provides a detailed view of the information model on which the normative SDMX specifications are based. Those new to the UML notation or to the concept of Data Structure Definitions may wish to read the appendixes in this document as an introductory exercise.
6 6  
7 7  == 1.1 Related Documents ==
... ... @@ -23,8 +23,8 @@
23 23  
24 24  In some diagrams for some classes the attribute compartment is suppressed even though there may be some attributes. This is deliberate and is done to aid clarity of the diagram. The method used is:
25 25  
26 -* The attributes will always be present on the class diagram where the class is defined and its attributes and associations are defined.
27 -* On other diagrams, such as inheritance diagrams, the attributes may be suppressed from the class for clarity.
26 +* The attributes will always be present on the class diagram where the class is defined and its attributes and associations are defined.// //
27 +* On other diagrams, such as inheritance diagrams, the attributes may be suppressed from the class for clarity.//  //
28 28  
29 29  [[image:SDMX 3-0-0 SECTION 2 FINAL-1.0 (1)_en_bbb8fac9.png||height="54" width="158"]]
30 30  
... ... @@ -43,12 +43,12 @@
43 43  
44 44  The content in the “Feature” column comprises or explains one of the following structural features of the class:
45 45  
46 -* Whether it is an abstract class. Abstract classes are shown in //italic Courier// font.
46 +* Whether it is an abstract class. Abstract classes are shown in //italic Courier// font.//  //
47 47  * The superclass this class inherits from, if any.// //
48 48  * The sub classes of this class, if any.
49 49  * Attribute – the attributeName is shown in Courier font.
50 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.
51 -* Role – the +roleName is shown in Courier font.
51 +* Role – the +roleName is shown in Courier font.// //
52 52  
53 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.
54 54