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.8
edited by Helena K.
on 2026/06/08 16:29
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  
© Semantic R&D Group, 2026