Changes for page 4 Specific Item Schemes

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

From version 3.2
edited by Helena
on 2025/05/20 12:01
Change comment: There is no comment for this version
To version 3.3
edited by Helena
on 2025/05/20 12:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,11 +6,11 @@
6 6  
7 7  The structures that are an arrangement of objects into hierarchies or lists based on characteristics, and which are maintained as a group inherit from //ItemScheme//. These concrete classes are:
8 8  
9 -* Codelist//  //
10 -* ConceptScheme// //
11 -* CategoryScheme//  //
9 +* Codelist
10 +* ConceptScheme
11 +* CategoryScheme
12 12  * AgencyScheme, DataProviderScheme, DataConsumerScheme, OrganisationUnitScheme which all inherit from the abstract class //OrganisationScheme//
13 -* Reporting Taxonomy//  //
13 +* Reporting Taxonomy
14 14  
15 15  == {{id name="_Toc370988"/}}4.2 Inheritance View ==
16 16  
... ... @@ -54,18 +54,14 @@
54 54  
55 55  ==== 4.3.2.2 Definitions ====
56 56  
57 -:
58 -
59 59  (((
60 60  |**Class**|**Feature**|**Description**
61 61  |Codelist|(((
62 62  Inherits from
63 -
64 64  //ItemScheme//
65 65  )))|A list from which some statistical concepts (coded concepts) take their values.
66 66  |Code|(((
67 67  Inherits from
68 -
69 69  //Item//
70 70  )))|A language independent set of letters, numbers or symbols that represent a concept whose meaning is described in a natural language.
71 71  | |/hierarchy|Associates the parent and the child codes.
... ... @@ -81,18 +81,18 @@
81 81  
82 82  The ConceptScheme inherits from the //ItemScheme //and therefore has the following attributes:
83 83  
84 -* id//  //
85 -* uri//  //
86 -* urn//  //
87 -* version//  //
88 -* validFrom//  //
89 -* validTo//  //
80 +* id
81 +* uri
82 +* urn
83 +* version
84 +* validFrom
85 +* validTo
90 90  * isExternalReference
91 91  * registryURL
92 92  * structureURL
93 93  * repositoryURL
94 -* final//  //
95 -* isPartial//  //
90 +* final
91 +* isPartial
96 96  
97 97  Concept inherits from Item and has the following attributes:
98 98