Changes for page 4 Specific Item Schemes

Last modified by Helena K. on 2026/06/08 16:44

From version 36.5
edited by Helena K.
on 2026/06/08 16:28
Change comment: There is no comment for this version
To version 36.11
edited by Helena K.
on 2026/06/08 16:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -155,22 +155,23 @@
155 155  
156 156  ==== 4.4.2.1 Narrative ====
157 157  
158 -A ValueList inherits from //EnumeratedList// (and hence the //MaintenableArtefact//) and thus has the following attributes:
158 +A ValueList inherits from //EnumeratedList// (and hence the //MaintenableArtefact//) and thus has the following [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
159 159  
160 160  id
161 161  uri
162 162  urn
163 -version
163 +
164 +[[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]]
164 164  validFrom
165 165  validTo
166 -isExternalReference
167 +[[isExternalReference>>doc:sdmx:Glossary 2\.1.isExternalReference.WebHome]]
167 167  registryURL
168 168  structureURL
169 169  repositoryURL
170 170  
171 -ValueItem inherits from //EnumeratedItem//, which adds an id, with relaxed constraints, to the former.
172 +ValueItem inherits from //EnumeratedItem//, which adds an id, with relaxed [[constraints>>doc:sdmx:Glossary 2\.1.Constraint.WebHome]], to the former.
172 172  
173 -Through the inheritance from //NameableArtefact// the ValueList has the association to InternationalString to support a multi-lingual name, an optional multi-lingual description, and an association to Annotation to support notes (not shown). Similarly, the ValueItem, inherits the association to InternationalString and to the Annotation from the //EnumeratedItem//.
174 +Through the inheritance from //NameableArtefact// the ValueList has the association to InternationalString to support a multi-lingual name, an optional multi-lingual description, and an association to [[Annotation>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] to support notes (not shown). Similarly, the ValueItem, inherits the association to InternationalString and to the [[Annotation>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] from the //EnumeratedItem//.
174 174  
175 175  The ValueList can have one or more ValueItems.
176 176  
... ... @@ -181,11 +181,11 @@
181 181  |ValueList|(% style="width:175px" %)(((
182 182  Inherits from
183 183  //EnumeratedList//
184 -)))|(% style="width:632px" %)A list from which some statistical concepts (enumerated concepts) take their values.
185 +)))|(% style="width:632px" %)A list from which some statistical [[concepts>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] (enumerated [[concepts>>doc:sdmx:Glossary 2\.1.Concept.WebHome]]) take their values.
185 185  |ValueItem|(% style="width:175px" %)(((
186 186  Inherits from
187 187  //EnumeratedItem//
188 -)))|(% style="width:632px" %)A language independent set of letters, numbers or symbols that represent a concept whose meaning is described in a natural language.
189 +)))|(% style="width:632px" %)A [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] independent set of letters, numbers or symbols that represent a [[concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] whose meaning is described in a natural [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]].
189 189  
190 190  == 4.5 Concept Scheme and Concepts ==
191 191  
... ... @@ -197,29 +197,29 @@
197 197  
198 198  === 4.5.2 Explanation of the Diagram ===
199 199  
200 -The ConceptScheme inherits from the //ItemScheme //and therefore has the following attributes:
201 +The ConceptScheme inherits from the //ItemScheme //and therefore has the following [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
201 201  
202 202  id
203 203  uri
204 204  urn
205 -version validFrom validTo
206 -isExternalReference
206 +[[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] validFrom validTo
207 +[[isExternalReference>>doc:sdmx:Glossary 2\.1.isExternalReference.WebHome]]
207 207  registryURL
208 208  structureURL
209 209  repositoryURL
210 210  isPartial
211 211  
212 -Concept inherits from Item and has the following attributes:
213 +[[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] inherits from Item and has the following [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
213 213  
214 214  id
215 215  uri
216 216  urn
217 217  
218 -Through the inheritance from //NameableArtefact// both ConceptScheme and Concept have the association to InternationalString to support a multi-lingual name, an optional multilingual description, and an association to Annotation to support notes (not shown).
219 +Through the inheritance from //NameableArtefact// both ConceptScheme and [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] have the association to InternationalString to support a multi-lingual name, an optional multilingual description, and an association to [[Annotation>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] to support notes (not shown).
219 219  
220 -Through the inheritance from //ItemScheme// the ConceptScheme comprise one or more Concepts, and the Concept itself can have one or more child Concepts in the (inherited) hierarchy association. Note that a child Concept can have only one parent Concept in this association.
221 +Through the inheritance from //ItemScheme// the ConceptScheme comprise one or more [[Concepts>>doc:sdmx:Glossary 2\.1.Concept.WebHome]], and the [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] itself can have one or more child [[Concepts>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] in the (inherited) [[hierarchy>>doc:sdmx:Glossary 2\.1.Hierarchy.WebHome]] association. Note that a child [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] can have only one parent [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] in this association.
221 221  
222 -A partial ConceptScheme (where isPartial is set to “true”) is identical to a ConceptScheme and contains the Concept and associated names and descriptions, just as in a normal ConceptScheme. However, its content is a subset of the full ConceptScheme. The way this works is described in section [[3.5.3.1>>doc:Methodology.SDMX 3\.1 Standards\. Section 2\. Information model.3 SDMX Base Package.WebHome||anchor="H3.5.3.1Narrative"]] on ItemScheme.
223 +A partial ConceptScheme (where isPartial is set to “true”) is identical to a ConceptScheme and contains the [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] and associated names and descriptions, just as in a normal ConceptScheme. However, its content is a subset of the full ConceptScheme. The way this works is described in section [[3.5.3.1>>doc:Methodology.SDMX 3\.1 Standards\. Section 2\. Information model.3 SDMX Base Package.WebHome||anchor="H3.5.3.1Narrative"]] on ItemScheme.
223 223  
224 224  === 4.5.3 Class Diagram Relationship ===
225 225  
... ... @@ -231,13 +231,13 @@
231 231  
232 232  ==== 4.5.4.1 Narrative ====
233 233  
234 -The ConceptScheme can have one or more Concepts. A Concept can have zero or more child Concepts, thus supporting a hierarchy of Concepts. Note that a child Concept can have only one parent Concept in this association. The purpose of the hierarchy is to relate concepts that have a semantic relationship: for example, a Reporting_Country and Vis_a_Vis_Country may both have Country as a parent concept, or a CONTACT may have a PRIMARY_CONTACT as a child concept. It is not the purpose of such schemes to define reporting structures: these reporting structures are defined in the MetadataStructureDefinition.
235 +The ConceptScheme can have one or more [[Concepts>>doc:sdmx:Glossary 2\.1.Concept.WebHome]]. A [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] can have zero or more child [[Concepts>>doc:sdmx:Glossary 2\.1.Concept.WebHome]], thus supporting a [[hierarchy>>doc:sdmx:Glossary 2\.1.Hierarchy.WebHome]] of [[Concepts>>doc:sdmx:Glossary 2\.1.Concept.WebHome]]. Note that a child [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] can have only one parent [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] in this association. The purpose of the [[hierarchy>>doc:sdmx:Glossary 2\.1.Hierarchy.WebHome]] is to relate [[concepts>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] that have a semantic relationship: for example, a Reporting_Country and Vis_a_Vis_Country may both have Country as a parent [[concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]], or a [[CONTACT>>doc:sdmx:Glossary 2\.1.Contact.WebHome]] may have a PRIMARY_CONTACT as a child [[concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]]. It is not the purpose of such schemes to define reporting structures: these reporting structures are defined in the MetadataStructureDefinition.
235 235  
236 -The Concept can be associated with a coreRepresentation. The coreRepresentation is the specification of the format and value domain of the Concept when used on a structure like a DataStructureDefinition or a MetadataStructureDefinition, unless the specification of the Representation is overridden in the relevant structure definition. In a hierarchical ConceptScheme the Representation is inherited from the parent Concept unless overridden at the level of the child Concept.
237 +The [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] can be associated with a coreRepresentation. The coreRepresentation is the specification of the format and value domain of the [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] when used on a structure like a DataStructureDefinition or a MetadataStructureDefinition, unless the specification of the [[Representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] is overridden in the relevant structure definition. In a hierarchical ConceptScheme the [[Representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] is inherited from the parent [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] unless overridden at the [[level>>doc:sdmx:Glossary 2\.1.Level.WebHome]] of the child [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]].
237 237  
238 -The Representation is documented in more detail in the section on the SDMX Base.
239 +The [[Representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] is documented in more detail in the section on the [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]] Base.
239 239  
240 -The Concept may be related to a concept described in terms of the ISO/IEC 11179 standard. The ISOConceptReference identifies this concept and concept scheme in which it is contained.
241 +The [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] may be related to a [[concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] described in terms of the ISO/IEC 11179 standard. The ISOConceptReference identifies this [[concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] and [[concept scheme>>doc:sdmx:Glossary 2\.1.Concept scheme.WebHome]] in which it is contained.
241 241  
242 242  ==== 4.5.4.2 Definitions ====
243 243  
... ... @@ -248,24 +248,24 @@
248 248  )))|(% style="width:184px" %)(((
249 249  Inherits from
250 250  //ItemScheme//
251 -)))|(% style="width:548px" %)The descriptive information for an arrangement or division of concepts into groups based on characteristics, which the objects have in common.
252 +)))|(% style="width:548px" %)The descriptive information for an arrangement or division of [[concepts>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] into groups based on characteristics, which the objects have in common.
252 252  |(% style="width:170px" %)Concept|(% style="width:184px" %)(((
253 253  Inherits from
254 254  //Item//
255 -)))|(% style="width:548px" %)A concept is a unit of knowledge created by a unique combination of characteristics.
256 -|(% style="width:170px" %) |(% style="width:184px" %)/hierarchy|(% style="width:548px" %)Associates the parent and the child concept.
257 -|(% style="width:170px" %) |(% style="width:184px" %)coreRepresentation|(% style="width:548px" %)Associates a Representation.
258 -|(% style="width:170px" %) |(% style="width:184px" %)+ISOConcept|(% style="width:548px" %)Association to an ISO concept reference.
259 -|(% style="width:170px" %)ISOConceptReference|(% style="width:184px" %) |(% style="width:548px" %)The identity of an ISO concept definition.
260 -|(% style="width:170px" %) |(% style="width:184px" %)conceptAgency|(% style="width:548px" %)The maintenance agency of the concept scheme containing the concept.
261 -|(% style="width:170px" %) |(% style="width:184px" %)conceptSchemeID|(% style="width:548px" %)The identifier of the concept scheme.
262 -|(% style="width:170px" %) |(% style="width:184px" %)conceptID|(% style="width:548px" %)The identifier of the concept.
256 +)))|(% style="width:548px" %)A [[concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] is a [[unit>>doc:sdmx:Glossary 2\.1.Statistical unit.WebHome]] of knowledge created by a unique combination of characteristics.
257 +|(% style="width:170px" %) |(% style="width:184px" %)/hierarchy|(% style="width:548px" %)Associates the parent and the child [[concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]].
258 +|(% style="width:170px" %) |(% style="width:184px" %)coreRepresentation|(% style="width:548px" %)Associates a [[Representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]].
259 +|(% style="width:170px" %) |(% style="width:184px" %)+ISOConcept|(% style="width:548px" %)Association to an ISO [[concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] reference.
260 +|(% style="width:170px" %)ISOConceptReference|(% style="width:184px" %) |(% style="width:548px" %)The identity of an ISO [[concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] definition.
261 +|(% style="width:170px" %) |(% style="width:184px" %)conceptAgency|(% style="width:548px" %)The [[maintenance agency>>doc:sdmx:Glossary 2\.1.Maintenance agency.WebHome]] of the [[concept scheme>>doc:sdmx:Glossary 2\.1.Concept scheme.WebHome]] containing the [[concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]].
262 +|(% style="width:170px" %) |(% style="width:184px" %)conceptSchemeID|(% style="width:548px" %)The identifier of the [[concept scheme>>doc:sdmx:Glossary 2\.1.Concept scheme.WebHome]].
263 +|(% style="width:170px" %) |(% style="width:184px" %)conceptID|(% style="width:548px" %)The identifier of the [[concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]].
263 263  
264 264  == 4.6 Category Scheme ==
265 265  
266 266  === 4.6.1 Context ===
267 267  
268 -This package defines the structure that supports the definition of and relationships between categories in a category scheme. It is similar to the package for concept scheme. An example of a category scheme is one which categorises data – sometimes known as a subject matter domain scheme or a data category scheme. Importantly, as will be seen later, the individual nodes in the scheme (the “categories”) can be associated to any set of IdentiableArtefacts in a Categorisation.
269 +This package defines the structure that supports the definition of and relationships between [[categories>>doc:sdmx:Glossary 2\.1.Category.WebHome]] in a [[category scheme>>doc:sdmx:Glossary 2\.1.Category scheme.WebHome]]. It is similar to the package for [[concept scheme>>doc:sdmx:Glossary 2\.1.Concept scheme.WebHome]]. An example of a [[category scheme>>doc:sdmx:Glossary 2\.1.Category scheme.WebHome]] is one which categorises data – sometimes known as a subject matter domain scheme or a data [[category scheme>>doc:sdmx:Glossary 2\.1.Category scheme.WebHome]]. Importantly, as will be seen later, the individual nodes in the scheme (the “[[categories>>doc:sdmx:Glossary 2\.1.Category.WebHome]]”) can be associated to any set of IdentiableArtefacts in a [[Categorisation>>doc:sdmx:Glossary 2\.1.Categorisation.WebHome]].
269 269  
270 270  === 4.6.2 Class diagram Inheritance ===
271 271  
... ... @@ -277,7 +277,7 @@
277 277  
278 278  ==== 4.6.3.1 Narrative ====
279 279  
280 -The categories are modelled as a hierarchical //ItemScheme//. The CategoryScheme inherits from the //ItemScheme// and has the following attributes:
281 +The [[categories>>doc:sdmx:Glossary 2\.1.Category.WebHome]] are modelled as a hierarchical //ItemScheme//. The CategoryScheme inherits from the //ItemScheme// and has the following [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
281 281  
282 282  id
283 283  uri
... ... @@ -285,22 +285,22 @@
285 285  version
286 286  validFrom
287 287  validTo
288 -isExternalReference
289 +[[isExternalReference>>doc:sdmx:Glossary 2\.1.isExternalReference.WebHome]]
289 289  structureURL
290 290  serviceURL
291 291  isPartial
292 292  
293 -Category inherits from //Item// and has the following attributes:
294 +[[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]] inherits from //Item// and has the following [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
294 294  
295 295  id
296 296  uri
297 297  urn
298 298  
299 -Both CategoryScheme and Category have the association to InternationalString to support a multi-lingual name, an optional multi-lingual description, and an association to Annotation to support notes (not shown on the model).
300 +Both CategoryScheme and [[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]] have the association to InternationalString to support a multi-lingual name, an optional multi-lingual description, and an association to [[Annotation>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] to support notes (not shown on the model).
300 300  
301 -Through the inheritance the CategoryScheme comprise one or more Categorys, and the Category itself can have one or more child Category in the (inherited) hierarchy association. Note that a child Category can have only one parent Category in this association.
302 +Through the inheritance the CategoryScheme comprise one or more [[Categorys>>doc:sdmx:Glossary 2\.1.Category.WebHome]], and the [[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]] itself can have one or more child [[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]] in the (inherited) [[hierarchy>>doc:sdmx:Glossary 2\.1.Hierarchy.WebHome]] association. Note that a child [[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]] can have only one parent [[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]] in this association.
302 302  
303 -A partial CategoryScheme (where isPartial is set to “true”) is identical to a CategoryScheme and contains the Category and associated names and descriptions, just as in a normal CategoryScheme. However, its content is a subset of the full CategoryScheme. The way this works is described in section [[3.5.3.1>>doc:Methodology.SDMX 3\.1 Standards\. Section 2\. Information model.3 SDMX Base Package.WebHome||anchor="H3.5.3.1Narrative"]] on ItemScheme.
304 +A partial CategoryScheme (where isPartial is set to “true”) is identical to a CategoryScheme and contains the [[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]] and associated names and descriptions, just as in a normal CategoryScheme. However, its content is a subset of the full CategoryScheme. The way this works is described in section [[3.5.3.1>>doc:Methodology.SDMX 3\.1 Standards\. Section 2\. Information model.3 SDMX Base Package.WebHome||anchor="H3.5.3.1Narrative"]] on ItemScheme.
304 304  
305 305  === 4.6.4 Class diagram Relationship ===
306 306  
... ... @@ -308,7 +308,7 @@
308 308  
309 309  **Figure 24: Relationship Class diagram of the Category Scheme**
310 310  
311 -The CategoryScheme can have one or more Categorys. The Category is Identifiable and has identity information. A Category can have zero or more child Categorys, thus supporting a hierarchy of Categorys. Any IdentifiableArtefact can be +categorisedBy a Category. This is achieved by means of a Categorisation. Each Categorisation can associate one IdentifiableArtefact with one Category. Multiple Categorisations can be used to build a set of IdentifiableArtefacts that are +categorisedBy the same Category. Note that there is no navigation (i.e. no embedded reference) to the Categorisation from the Category. From an implementation perspective this is necessary as Categorisation has no effect on the versioning of either the CategoryScheme or the IdentifiableArtefact.
312 +The CategoryScheme can have one or more [[Categorys>>doc:sdmx:Glossary 2\.1.Category.WebHome]]. The [[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]] is Identifiable and has identity information. A [[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]] can have zero or more child [[Categorys>>doc:sdmx:Glossary 2\.1.Category.WebHome]], thus supporting a [[hierarchy>>doc:sdmx:Glossary 2\.1.Hierarchy.WebHome]] of [[Categorys>>doc:sdmx:Glossary 2\.1.Category.WebHome]]. Any IdentifiableArtefact can be +categorisedBy a [[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]]. This is achieved by means of a [[Categorisation>>doc:sdmx:Glossary 2\.1.Categorisation.WebHome]]. Each [[Categorisation>>doc:sdmx:Glossary 2\.1.Categorisation.WebHome]] can associate one IdentifiableArtefact with one [[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]]. Multiple [[Categorisations>>doc:sdmx:Glossary 2\.1.Categorisation.WebHome]] can be used to build a set of IdentifiableArtefacts that are +categorisedBy the same [[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]]. Note that there is no navigation (i.e. no embedded reference) to the [[Categorisation>>doc:sdmx:Glossary 2\.1.Categorisation.WebHome]] from the [[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]]. From an implementation perspective this is necessary as [[Categorisation>>doc:sdmx:Glossary 2\.1.Categorisation.WebHome]] has no effect on the versioning of either the CategoryScheme or the IdentifiableArtefact.
312 312  
313 313  ==== 4.6.4.1 Definitions ====
314 314  
... ... @@ -317,19 +317,19 @@
317 317  |CategoryScheme|(((
318 318  Inherits from
319 319  //ItemScheme//
320 -)))|(% style="width:601px" %)The descriptive information for an arrangement or division of categories into groups based on characteristics, which the objects have in common.
321 -| |/items|(% style="width:601px" %)Associates the categories.
322 -|Category|(((
321 +)))|(% style="width:601px" %)The descriptive information for an arrangement or division of [[categories>>doc:sdmx:Glossary 2\.1.Category.WebHome]] into groups based on characteristics, which the objects have in common.
322 +| |/items|(% style="width:601px" %)Associates the [[categories>>doc:sdmx:Glossary 2\.1.Category.WebHome]].
323 +|[[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]]|(((
323 323  Inherits from
324 324  //Item//
325 -)))|(% style="width:601px" %)An item at any level within a classification, typically tabulation categories, sections, subsections, divisions, subdivisions, groups, subgroups, classes and subclasses.
326 -| |/hierarchy|(% style="width:601px" %)Associates the parent and the child Category.
327 -|Categorisation|(((
326 +)))|(% style="width:601px" %)An item at any [[level>>doc:sdmx:Glossary 2\.1.Level.WebHome]] within a [[classification>>doc:sdmx:Glossary 2\.1.Statistical Classification.WebHome]], typically tabulation [[categories>>doc:sdmx:Glossary 2\.1.Category.WebHome]], sections, subsections, divisions, subdivisions, groups, subgroups, classes and subclasses.
327 +| |/hierarchy|(% style="width:601px" %)Associates the parent and the child [[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]].
328 +|[[Categorisation>>doc:sdmx:Glossary 2\.1.Categorisation.WebHome]]|(((
328 328  Inherits from
329 329  //MaintainableArtefact//
330 -)))|(% style="width:601px" %)Associates an Identifable Artefact with a Category.
331 -| |+categorisedArtefact|(% style="width:601px" %)Associates the Identifable Artefact.
332 -| |+categorisedBy|(% style="width:601px" %)Associates the Category.
331 +)))|(% style="width:601px" %)Associates an Identifable [[Artefact>>doc:sdmx:Glossary 2\.1.Artefact.WebHome]] with a [[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]].
332 +| |+categorisedArtefact|(% style="width:601px" %)Associates the Identifable [[Artefact>>doc:sdmx:Glossary 2\.1.Artefact.WebHome]].
333 +| |+categorisedBy|(% style="width:601px" %)Associates the [[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]].
333 333  
334 334  == 4.7 Organisation Scheme ==
335 335  
... ... @@ -347,13 +347,13 @@
347 347  
348 348  The //OrganisationScheme// can be one of five types:
349 349  
350 -1. AgencyScheme – contains Agency which is restricted to a flat list of agencies (i.e., there is no hierarchy). Note that the SDMX system of (Maintenance) Agency can be hierarchic and this is explained in more detail in the SDMX Standards Section 6 “Technical Notes”.
351 -1. DataProviderScheme – contains DataProvider which is restricted to a flat list of agencies (i.e., there is no hierarchy).
352 -1. MetadataProviderScheme – contains MetadataProvider which is restricted to a flat list of agencies (i.e., there is no hierarchy).
353 -1. DataConsumerScheme – contains DataConsumer which is restricted to a flat list of agencies (i.e., there is no hierarchy).
354 -1. (% style="background-color:#d35400" %)OrganisationUnitScheme(%%) – contains OrganisationUnit which does inherit the /hierarchy association from Organisation.
351 +1. AgencyScheme – contains Agency which is restricted to a flat list of agencies (i.e., there is no [[hierarchy>>doc:sdmx:Glossary 2\.1.Hierarchy.WebHome]]). Note that the [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]] system of (Maintenance) Agency can be hierarchic and this is explained in more detail in the [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]] Standards Section 6 “Technical Notes”.
352 +1. DataProviderScheme – contains DataProvider which is restricted to a flat list of agencies (i.e., there is no [[hierarchy>>doc:sdmx:Glossary 2\.1.Hierarchy.WebHome]]).
353 +1. MetadataProviderScheme – contains MetadataProvider which is restricted to a flat list of agencies (i.e., there is no [[hierarchy>>doc:sdmx:Glossary 2\.1.Hierarchy.WebHome]]).
354 +1. DataConsumerScheme – contains DataConsumer which is restricted to a flat list of agencies (i.e., there is no [[hierarchy>>doc:sdmx:Glossary 2\.1.Hierarchy.WebHome]]).
355 +1. (% style="background-color:#d35400" %)OrganisationUnitScheme(%%) – contains OrganisationUnit which does inherit the /[[hierarchy>>doc:sdmx:Glossary 2\.1.Hierarchy.WebHome]] association from Organisation.
355 355  
356 -Reference metadata can be attached to the //Organisation// by means of the metadata attachment mechanism. This mechanism is explained in the Reference Metadata section of this document (see section 7). This means that the model does not specify the specific reference metadata that can be attached to a DataProvider, MetadataProvider, DataConsumer, OrganisationUnit or Agency, except for limited Contact information.
357 +[[Reference metadata>>doc:sdmx:Glossary 2\.1.Reference metadata.WebHome]] can be attached to the //Organisation// by means of the metadata attachment mechanism. This mechanism is explained in the [[Reference Metadata>>doc:sdmx:Glossary 2\.1.Reference metadata.WebHome]] section of this document (see section 7). This means that the model does not specify the specific [[reference metadata>>doc:sdmx:Glossary 2\.1.Reference metadata.WebHome]] that can be attached to a DataProvider, MetadataProvider, DataConsumer, OrganisationUnit or Agency, except for limited [[Contact>>doc:sdmx:Glossary 2\.1.Contact.WebHome]] information.
357 357  
358 358  A partial //OrganisationScheme// (where isPartial is set to “true”) is identical to an //OrganisationScheme// and contains the //Organisation// and associated names and descriptions, just as in a normal //OrganisationScheme//. However, its content is a subset of the full //OrganisationScheme//. The way this works is described in section [[3.5.3.1>>doc:Methodology.SDMX 3\.1 Standards\. Section 2\. Information model.3 SDMX Base Package.WebHome||anchor="H3.5.3.1Narrative"]] on //ItemScheme//.
359 359  
© Semantic R&D Group, 2026