Changes for page 10 RepresentationMap
Last modified by Helena K. on 2026/06/08 17:20
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Tags
-
... ... @@ -1,0 +1,1 @@ 1 +Codelist - Content
-
... ... @@ -4,7 +4,7 @@ 4 4 5 5 == 10.1 Scope == 6 6 7 -A RepresentationMap describes a mapping between source value(s) and target value(s) where the values are restricted to those in a Codelist, ValueList or be of a certain data type, e.g., Integer. 7 +A RepresentationMap describes a mapping between source value(s) and target value(s) where the values are restricted to those in a [[Codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]], ValueList or be of a certain data type, e.g., Integer. 8 8 9 9 The RepresentationMap maps information from one or more sources, where the values for each source are used in combination to derive the output value for one or more targets. 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. 10 10 ... ... @@ -12,8 +12,6 @@ 12 12 13 13 === 10.1.1 Class Diagram – Relationship === 14 14 15 -[[image:1749246600710-168.jpeg]] 16 - 17 17 [[image:image65.png]] 18 18 19 19 **Figure 39: Representation Map** ... ... @@ -31,7 +31,7 @@ 31 31 |RepresentationMap|((( 32 32 Inherits from 33 33 //MaintainableArtefact// 34 -)))|(% style="width:576px" %)Links source and target [[representations>>doc:Glossary.Representation.WebHome]], whose values may conform to a linked Codelist, ValueList or enumerated type such as Integer.32 +)))|(% style="width:576px" %)Links source and target representations, whose values may conform to a linked Codelist, ValueList or enumerated type such as Integer. 35 35 | |source|(% style="width:576px" %)Association to one or more Codelist, ValueList, or FacetValue – mixed types are permissible 36 36 | |target|(% style="width:576px" %)Association to one or more Codelist, ValueList, or FacetValue – mixed types are permissible 37 37 |RepresentationMapping|(((