Changes for page 4 Specific Item Schemes

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

From version 3.3
edited by Helena
on 2025/05/20 12:02
Change comment: There is no comment for this version
To version 3.2
edited by Helena
on 2025/05/20 12:01
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,14 +54,18 @@
54 54  
55 55  ==== 4.3.2.2 Definitions ====
56 56  
57 +:
58 +
57 57  (((
58 58  |**Class**|**Feature**|**Description**
59 59  |Codelist|(((
60 60  Inherits from
63 +
61 61  //ItemScheme//
62 62  )))|A list from which some statistical concepts (coded concepts) take their values.
63 63  |Code|(((
64 64  Inherits from
68 +
65 65  //Item//
66 66  )))|A language independent set of letters, numbers or symbols that represent a concept whose meaning is described in a natural language.
67 67  | |/hierarchy|Associates the parent and the child codes.
... ... @@ -77,18 +77,18 @@
77 77  
78 78  The ConceptScheme inherits from the //ItemScheme //and therefore has the following attributes:
79 79  
80 -* id
81 -* uri
82 -* urn
83 -* version
84 -* validFrom
85 -* validTo
84 +* id//  //
85 +* uri//  //
86 +* urn//  //
87 +* version//  //
88 +* validFrom//  //
89 +* validTo//  //
86 86  * isExternalReference
87 87  * registryURL
88 88  * structureURL
89 89  * repositoryURL
90 -* final
91 -* isPartial
94 +* final//  //
95 +* isPartial//  //
92 92  
93 93  Concept inherits from Item and has the following attributes:
94 94