Changes for page 11 ItemSchemeMap

Last modified by Helena K. on 2026/06/08 17:23

From version 11.1
edited by Helena K.
on 2026/04/16 14:38
Change comment: There is no comment for this version
To version 15.1
edited by Helena K.
on 2026/06/05 10:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,12 +4,10 @@
4 4  
5 5  == 11.1 Scope ==
6 6  
7 -An //ItemSchemeMap// is an abstract container to describe mapping rules between any [[item scheme>>doc:Glossary.Item scheme.WebHome]], with the exception of Codelists and ValueLists which are mapped using the RepresentationMap. A single source //ItemScheme// is mapped to a single target //ItemScheme//. The //ItemSchemeMap// then contains the rules for how the values from the source //ItemScheme// map to the values in the target //ItemScheme//. Each source value may match a substring of the original data (using startIndex and/or endIndex) or define a pattern matching rule described by a regular expression. The target value is provided as an absolute string, although it can make use of regular expression groups to carry across values from the source string to the target string without having to explicitly state the value to carry. An example is a regular expression which states ‘match a value starting with AB followed by anything, where the //anything// is marked a capture group’, the target can state ‘take the //anything// value and postfix it with AB’ thus enabling the mapping of ABX to XAB and ABY to YAB.
7 +An //ItemSchemeMap// is an abstract container to describe mapping rules between any [[item scheme>>doc:sdmx:Glossary 2\.1.Item scheme.WebHome]], with the exception of [[Codelists>>doc:sdmx:Glossary 2\.1.Code list.WebHome]] and ValueLists which are mapped using the RepresentationMap. A single source //[[ItemScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.WebHome]]// is mapped to a single target //[[ItemScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.WebHome]]//. The //ItemSchemeMap// then contains the rules for how the values from the source //[[ItemScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.WebHome]]// map to the values in the target //[[ItemScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.WebHome]]//. Each source [[value>>doc:IMElements.value.WebHome]] may match a substring of the original data (using startIndex and/or endIndex) or define a pattern matching rule described by a regular expression. The target [[value>>doc:IMElements.value.WebHome]] is provided as an absolute string, although it can make use of regular expression groups to carry across values from the source string to the target string without having to explicitly state the [[value>>doc:IMElements.value.WebHome]] to carry. An example is a regular expression which states ‘match a [[value>>doc:IMElements.value.WebHome]] starting with AB followed by anything, where the //anything// is marked a capture group’, the target can state ‘take the //anything// [[value>>doc:IMElements.value.WebHome]] and postfix it with AB’ thus enabling the mapping of ABX to XAB and ABY to YAB.
8 8  
9 -The absence of an output for an input is interpreted as ‘no output value for the given source value(s)’.
9 +The absence of an output for an input is interpreted as ‘no output [[value>>doc:IMElements.value.WebHome]] for the given source [[value>>doc:IMElements.value.WebHome]](s)’.
10 10  
11 -[[image:1749246645221-918.jpeg]]
12 -
13 13  [[image:image66.png]]
14 14  
15 15  **Figure 40: Item Scheme Map**
... ... @@ -18,7 +18,7 @@
18 18  
19 19  ==== 11.1.1.1 Narrative ====
20 20  
21 -An ItemSchemeMap is an abstract type which inherits from Maintainable. It is subclassed by the 4 concrete classes:
19 +An ItemSchemeMap is an abstract [[type>>doc:IMElements.type.WebHome]] which inherits from Maintainable. It is subclassed by the 4 concrete classes:
22 22  
23 23  * OrganisationSchemeMap
24 24  * ConceptSchemeMap
... ... @@ -25,17 +25,17 @@
25 25  * CategorySchemeMap
26 26  * ReportingTaxonomyMap
27 27  
28 -An OrganisationSchemeMap maps a source AgencyScheme, DataProviderScheme, DataConsumerScheme or OrganisationUnitScheme to a target AgencyScheme, DataProviderScheme, DataConsumerScheme or OrganisationUnitScheme. It is permissible to mix source and target types to define an equivalence between Organisations of different roles. The mapped items refer to the Organisations in the source/target schemes.
26 +An OrganisationSchemeMap maps a source [[AgencyScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.OrganisationScheme.AgencyScheme.WebHome]], [[DataProviderScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.OrganisationScheme.DataProviderScheme.WebHome]], [[DataConsumerScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.OrganisationScheme.DataConsumerScheme.WebHome]] or [[OrganisationUnitScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.OrganisationScheme.OrganisationUnitScheme.WebHome]] to a target [[AgencyScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.OrganisationScheme.AgencyScheme.WebHome]], [[DataProviderScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.OrganisationScheme.DataProviderScheme.WebHome]], [[DataConsumerScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.OrganisationScheme.DataConsumerScheme.WebHome]] or [[OrganisationUnitScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.OrganisationScheme.OrganisationUnitScheme.WebHome]]. It is permissible to mix source and target types to define an equivalence between Organisations of different roles. The mapped [[items>>doc:IMElements.items.WebHome]] refer to the Organisations in the source/target schemes.
29 29  
30 -A ConceptSchemeMap maps a source ConceptScheme to a target ConceptScheme.
28 +A ConceptSchemeMap maps a source [[ConceptScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.ConceptScheme.WebHome]] to a target [[ConceptScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.ConceptScheme.WebHome]].
31 31  
32 -The [[mapped>>doc:Glossary.Map.WebHome]] items refer to the [[Concepts>>doc:Glossary.Concept.WebHome]] in the source/target schemes.
30 +The mapped [[items>>doc:IMElements.items.WebHome]] refer to the Concepts in the source/target schemes.
33 33  
34 -A CategorySchemeMap [[maps>>doc:Glossary.Map.WebHome]] a source CategoryScheme to a target CategoryScheme.
32 +A CategorySchemeMap maps a source [[CategoryScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.CategoryScheme.WebHome]] to a target [[CategoryScheme>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.CategoryScheme.WebHome]].
35 35  
36 -The mapped Items refer to the [[Categories>>doc:Glossary.Category.WebHome]] in the source/target schemes.
34 +The mapped Items refer to the Categories in the source/target schemes.
37 37  
38 -A ReportingTaxonomyMap maps a source ReportingTaxonomy to a target ReportingTaxonomy. The mapped Items refer to the ReportingCategory in the source/target schemes.
36 +A ReportingTaxonomyMap maps a source [[ReportingTaxonomy>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.ReportingTaxonomy.WebHome]] to a target [[ReportingTaxonomy>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.ItemScheme.ReportingTaxonomy.WebHome]]. The mapped Items refer to the [[ReportingCategory>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.Item.ReportingCategory.WebHome]] in the source/target schemes.
39 39  
40 40  ==== 11.1.1.2 Definitions ====
41 41  
... ... @@ -43,16 +43,16 @@
43 43  |**Class**|**Feature**|(% style="width:542px" %)**Description**
44 44  |//ItemSchemeMap//|(((
45 45  Inherits from
46 -//MaintainableArtefact//
44 +//[[MaintainableArtefact>>doc:IMElements.AnnotableArtefact.IdentifiableArtefact.NameableArtefact.VersionableArtefact.MaintainableArtefact.WebHome]]//
47 47  )))|(% style="width:542px" %)Links source and target //ItemSchemes//
48 48  | |+source|(% style="width:542px" %)Association to a source //ItemScheme//
49 49  | |+target|(% style="width:542px" %)Association to a target //ItemScheme//
50 50  |ItemMap|(((
51 51  Inherits from
52 -//AnnotableArtefact//
50 +//[[AnnotableArtefact>>doc:IMElements.AnnotableArtefact.WebHome]]//
53 53  )))|(% style="width:542px" %)Describes how the source value maps to the target value
54 -| |validFrom|(% style="width:542px" %)Optional period describing when the mapping is applicable
55 -| |validTo|(% style="width:542px" %)Optional period describing which the mapping is no longer applicable.
52 +| |[[validFrom>>doc:IMElements.validFrom.WebHome]]|(% style="width:542px" %)Optional period describing when the mapping is applicable
53 +| |[[validTo>>doc:IMElements.validTo.WebHome]]|(% style="width:542px" %)Optional period describing which the mapping is no longer applicable.
56 56  | |sourceValue|(% style="width:542px" %)Input value for source
57 57  | |targetValue|(% style="width:542px" %)Output value for each mapped target
58 58  | |isRegEx|(% style="width:542px" %)If true, the sourceValue field should be treated as a regular expression when comparing with the source data
1749246645221-918.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.arturkryazhev
Size
... ... @@ -1,1 +1,0 @@
1 -34.4 KB
Content
© Semantic R&D Group, 2026