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

From version 7.1
edited by Helena
on 2025/05/22 11:39
Change comment: There is no comment for this version
To version 5.1
edited by Helena
on 2025/05/22 10:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -29,8 +29,6 @@
29 29  
30 30  === {{id name="_Toc371027"/}}7.2.2 Class Diagram - Inheritance ===
31 31  
32 -[[image:1747903167692-628.png]]
33 -
34 34  **Figure 27: Inheritance class diagram of the Metadata Structure Definition**
35 35  
36 36  === {{id name="_Toc371028"/}}7.2.3 Explanation of the Diagram ===
... ... @@ -41,8 +41,8 @@
41 41  
42 42  The concrete classes in this part of the SDMX metamodel which require to be maintained by Maintenance Agencies all inherit from MaintainableArtefact. These are:
43 43  
44 -* //StructureUsage// (concrete class is MetadataflowDefinition)
45 -* //Structure// (concrete class is MetadataStructureDefinition)
42 +* //StructureUsage// (concrete class is MetadataflowDefinition)//  //
43 +* //Structure// (concrete class is MetadataStructureDefinition)//  //
46 46  
47 47  These classes also inherit the identity and versioning facets of //IdentifiableArtefact, NameableArtefact,// and //VersionableArtefact//.
48 48  
... ... @@ -74,8 +74,6 @@
74 74  
75 75  === {{id name="_Toc371032"/}}7.3.3 Class Diagram – Relationship ===
76 76  
77 -[[image:1747902064472-244.png]]
78 -
79 79  **Figure 28: Relationship class diagram of the Metadata Structure Definition**
80 80  
81 81  === {{id name="_Toc371033"/}}7.3.4 Explanation of the Diagram ===
... ... @@ -99,8 +99,10 @@
99 99  
100 100  The valid content of a //TargetObject// when reported in a MetadataSet is defined in the Representation. This can be an enumerated representation (i.e. a reference to one of the sub clases of ItemScheme – these are Codelist, ConceptScheme, //OrganisationScheme,// CategoryScheme, or ReportingTaxonomy) or nonenumerated.
101 101  
102 -Thus a single MetadataStructureDefinition can be defined for a discrete set of related object types. For example, a single definition can be constructed to define the metadata that can be attached to any part of a Data Structure Definition, or that can be attached to any artefact concerned with the reporting of quality metadata (such as data provider and (data) category). The MetadataTarget specifies the identification properties of a specific object type to which metadata can be attached in a MetadataSet. For example, in a DataStructureDefinition the MetadataTarget might be a Dimension, and therefore the //TargetObject//s are those that uniquely identify a Dimension. This will include both the DataStructureDefinition and he Dimension both of these are an //IdentifiableArtefact //and will use the// //IdentitifableObjectTarget) as both //TargetObject//s are required in order to identify uniquely a Dimension).
98 +Thus a single MetadataStructureDefinition can be defined for a discrete set of related object types. For example, a single definition can be constructed to define the metadata that can be attached to any part of a Data Structure Definition, or that can be attached to any artefact concerned with the reporting of quality metadata (such as data provider and (data) category). The MetadataTarget specifies the identification properties of a specific object type to which metadata can be attached in a MetadataSet. For example, in a DataStructureDefinition the MetadataTarget might be a Dimension, and therefore the //TargetObject//s are those that uniquely identify a Dimension. This will include both the
103 103  
100 +DataStructureDefinition and he Dimension both of these are an //IdentifiableArtefact //and will use the// //IdentitifableObjectTarget) as both //TargetObject//s are required in order to identify uniquely a Dimension).
101 +
104 104  The ReportStructure comprises a set of MetadataAttributes - these can be defined as a hierarchy. Each MetadataAttribute// //identifies a Concept that is reported or disseminated in a MetadataSet (/conceptIdentity) that uses this MetadataStructureDefinition. Different MetadataAttributes in the same ReportStructure can use Concepts from different ConceptSchemes. Note that a MetadataAttribute does not link to a Concept that defines its role in this MetadataStructureDefinition (i.e. the MetadataAttribute does not play a role).
105 105  
106 106  The MetadataAttribute can be specified as having multiple occurrences and/or specified as being mandatory (minOccurs=1 or more) or conditional (minOccurs=0). A hierarchical ReportStructure can be defined by specifying a hierarchy for a MetadataAttribute.
... ... @@ -117,83 +117,98 @@
117 117  
118 118  ==== 7.3.4.2 Definitions ====
119 119  
120 -(% style="width:1144.29px" %)
121 -|**Class**|**Feature**|(% style="width:704px" %)**Description**
122 -|StructureUsage| |(% style="width:704px" %)See “SDMX Base”.
118 +|**Class**|**Feature**|**Description**
119 +|StructureUsage| |See “SDMX Base”.
123 123  |Metadataflow Definition|(((
124 124  Inherits from:
122 +
125 125  //StructureUsage//
126 -)))|(% style="width:704px" %)Abstract concept (i.e. the structure without any metadata) of a flow of metadata that providers will provide for different reference periods.
127 -| |/structure|(% style="width:704px" %)Associates a Metadata Structure Definition.
128 -|MetadataStructure Definition| |(% style="width:704px" %)A collection of metadata concepts, their structure and usage when used to collect or disseminate reference metadata.
129 -| |/grouping|(% style="width:704px" %)An association to a Metadata Target or Report Structure.
124 +)))|Abstract concept (i.e. the structure without any metadata) of a flow of metadata that providers will provide for different reference periods.
125 +| |/structure|Associates a Metadata Structure Definition.
126 +|MetadataStructure Definition| |A collection of metadata concepts, their structure and usage when used to collect or disseminate reference metadata.
127 +| |/grouping|An association to a Metadata Target or Report Structure.
130 130  |MetadataTarget|(((
131 131  Inherits from
130 +
132 132  //ComponentList//
133 -)))|(% style="width:704px" %)A set of components that define a key of an object type to which metadata may be attached.
134 -| |/components|(% style="width:704px" %)Associates the Target Object components that define the key of the Metadata Target.
132 +)))|A set of components that define a key of an object type to which metadata may be attached.
133 +| |/components|Associates the Target Object components that define the key of the Metadata Target.
135 135  |//TargetObject//|(((
136 136  Abstract Class
136 +
137 137  Sub Classes
138 +
138 138  DimensionDescriptorValues
140 +
139 139  Target
142 +
140 140  IdentifiableObjectTarget
144 +
141 141  DataSetTarget
146 +
142 142  ReportPeriodTarget
143 -)))|(% style="width:704px" %)
144 -| |/localRepresentation|(% style="width:704px" %)Associates a Representation to the Target Object that must be respected when the object is identified in a Metadata Set. This may be enumerated or nonenumerated.
148 +)))|
149 +| |/localRepresentation|Associates a Representation to the Target Object that must be respected when the object is identified in a Metadata Set. This may be enumerated or nonenumerated.
145 145  |DimensionDescriptor ValuesTarget|(((
146 146  Inherits from
147 147  
148 148  //TargetObject//
149 -)))|(% style="width:704px" %)The target object is the key of a data series.
154 +)))|The target object is the key of a data series.
150 150  |IdentifiableObject Target|(((
151 151  Inherits from
157 +
152 152  //TargetObject//
153 -)))|(% style="width:704px" %)The target object is a specified object type.
154 -| |objectType|(% style="width:704px" %)Identifies the object type.
159 +)))|The target object is a specified object type.
160 +| |objectType|Identifies the object type.
155 155  |DataSetTarget|(((
156 156  Inherits from
163 +
157 157  //TargetObject//
158 -)))|(% style="width:704px" %)The target object is a Data Set.
165 +)))|The target object is a Data Set.
159 159  |ReportPeriodTarget|(((
160 160  Inherits from
168 +
161 161  //TargetObject//
162 -)))|(% style="width:704px" %)The target is a report period. Note that this does not describe the use of an object, but rather serves as a unique metadata key for metadata reports. Metadata reports attached to a particular object may vary over time, and this time identifier component can be used to disambiguate the reports, much like the time dimension disambiguates observations in a data series.
170 +)))|The target is a report period. Note that this does not describe the use of an object, but rather serves as a unique metadata key for metadata reports. Metadata reports attached to a particular object may vary over time, and this time identifier component can be used to disambiguate the reports, much like the time dimension disambiguates observations in a data series.
163 163  |ConstraintTarget|(((
164 164  Inherits from
173 +
165 165  //TargetObject//
166 -)))|(% style="width:704px" %)The target object is the data or reference metadata that is identified in the content of an Attachment Constraint.
175 +)))|The target object is the data or reference metadata that is identified in the content of an Attachment Constraint.
167 167  |ReportStructure|(((
168 168  Inherits from:
178 +
169 169  //ComponentList//
170 -)))|(% style="width:704px" %)Defines a set of concepts that comprises the Metadata Attributes to be reported.
171 -| |/components|(% style="width:704px" %)An association to the Metadata Attributes relevant to the Report Structure.
172 -| |+reportFor|(% style="width:704px" %)Associates the Metadata Targets for which this Report Structure is used.
173 -|MetadataAttribute| |(% style="width:704px" %)Identifies a Concept for which a value may be reported in a Metadata Set.
174 -| |/hierarchy|(% style="width:704px" %)Association to one or more child Metadata Attribute.
175 -| |/conceptIdentity|(% style="width:704px" %)An association to the concept which defines the semantic of the attribute.
176 -| |isPresentational|(% style="width:704px" %)Indication that the Metadata Attribute is present for structural purposes (i.e. it has child attributes) and that no value for this attribute is expected to be reported in a Metadata Set using this Report Structure.
177 -| |minOccurs maxOccurs|(% style="width:704px" %)Specifies how many occurrences of the Metadata Attribute may be reported at this point in the Metadata Report.
178 -|ConceptUsage| |(% style="width:704px" %)The use of a Concept as Metadata Attribute.
179 -| |concept|(% style="width:704px" %)Association to a Concept in a ConceptScheme.
180 -| |/localRepresentation|(% style="width:704px" %)Associates a Representation that overrides any core representation specified for the Concept itself.
181 -|Representation| |(% style="width:704px" %)The representation of the Metadata Attribute.
180 +)))|Defines a set of concepts that comprises the Metadata Attributes to be reported.
181 +| |/components|An association to the Metadata Attributes relevant to the Report Structure.
182 +| |+reportFor|Associates the Metadata Targets for which this Report Structure is used.
183 +|MetadataAttribute| |Identifies a Concept for which a value may be reported in a Metadata Set.
184 +| |/hierarchy|Association to one or more child Metadata Attribute.
185 +| |/conceptIdentity|An association to the concept which defines the semantic of the attribute.
186 +| |isPresentational|Indication that the Metadata Attribute is present for structural purposes (i.e. it has child attributes) and that no value for this attribute is expected to be reported in a Metadata Set using this Report Structure.
187 +| |minOccurs maxOccurs|Specifies how many occurrences of the Metadata Attribute may be reported at this point in the Metadata Report.
188 +|ConceptUsage| |The use of a Concept as Metadata Attribute.
189 +| |concept|Association to a Concept in a ConceptScheme.
190 +| |/localRepresentation|Associates a Representation that overrides any core representation specified for the Concept itself.
191 +|Representation| |The representation of the Metadata Attribute.
182 182  
193 +
194 +
195 +
183 183  == {{id name="_Toc371034"/}}7.4 Metadata Set ==
184 184  
185 185  === {{id name="_Toc371035"/}}7.4.1 Class Diagram ===
186 186  
187 -[[image:1747902223404-649.png]]
188 -
189 189  **Figure 29: Relationship Class Diagram of the Metadata Set**
190 190  
191 191  === {{id name="_Toc371036"/}}7.4.2 Explanation of the Diagram ===
192 192  
193 -==== 7.4.2.1 Narrative ====
204 +**7.4.2.1 Narrative**
194 194  
195 -Note that the MetadataSet must conform to the MetadataStructureDefinition associated to the MetadataflowDefinition for which this MetadataSet is an “instance of metadata”. Whilst the model shows the association to the classes of the MetadataStructureDefinition, this is for conceptual purposes to show the link to the MetadataStructureDefinition. In the actual MetadataSet as exchanged there must, of course, be a reference to the MetadataStructureDefinition and the ReportStructure, and optionally a MetadataflowDefinition, but the MetadataStructureDefinition is not necessarily exchanged with the metadata. Therefore, the MetadataStructureDefinition classes are shown in the grey areas, as these are not a part of the MetadataSet itself.
206 +Note that the MetadataSet must conform to the MetadataStructureDefinition associated to the MetadataflowDefinition for which this MetadataSet is an “instance of metadata”. Whilst the model shows the association to the classes of the MetadataStructureDefinition, this is for conceptual purposes to show the link to the
196 196  
208 +MetadataStructureDefinition. In the actual MetadataSet as exchanged there must, of course, be a reference to the MetadataStructureDefinition and the ReportStructure, and optionally a MetadataflowDefinition, but the MetadataStructureDefinition is not necessarily exchanged with the metadata. Therefore, the MetadataStructureDefinition classes are shown in the grey areas, as these are not a part of the MetadataSet itself.
209 +
197 197  An organisation playing the role of DataProvider can be responsible for one or more MetadataSet.
198 198  
199 199  A MetadataSet comprises one or more MetadataReport, each of which must be for the same ReportStructure. It references both a MetadataTarget, defined in the MetadataStructureDefinition, and contains a TargetObjectKey and ReportedAttributes.
... ... @@ -204,20 +204,21 @@
204 204  
205 205  * TargetDataKey – this can contain:
206 206  ** a SeriesKey (set of dimension values)
207 -** a SeriesKey plus a value or values (giving time range) for the TimeDimension (TimeDimensionValue)
208 -** a value of values for the TimeDimension
209 -* TargetIdentifiableObject – this identifies any identifiable object (which includes both Maintainable and Identifiable objects
210 -* TargetDataSet – this identifies a DataSet
211 -* TargetReportPeriod – this specifies the report period for the Report
220 +** a SeriesKey plus a value or values (giving time range) for the
212 212  
213 -A simple text value for the //ReportedAttribute// uses the //NonEnumeratedAttributeValue //sub class of //ReportedAttribute// whilst a coded value uses the EnumeratedAttributeValue sub class.
222 +TimeDimension (TimeDimensionValue) o a value of values for the TimeDimension
214 214  
224 +* TargetIdentifiableObject -this identifies any identifiable object (which includes both Maintainable and Identifiable objects  TargetDataSet – this identifies a DataSet
225 +* TargetReportPeriod – this specifies the report period for the Report A simple text value for the //ReportedAttribute// uses the //NonEnumeratedAttributeValue  //sub class of //ReportedAttribute// whilst a coded value uses the EnumeratedAttributeValue sub class.
226 +
215 215  The //NonEnumeratedAttributeValue// can be one of:
216 216  
217 217  * XHTMLAttributeValue – the content is XHTML
218 218  * TextAttributeValue – the content is textual and may contain the text in multiple languages
219 -* OtherNonEnumeratedAttributeValue – the content is a string value that must conform to the Representation specified for the MetadataAttribute in the MetadataStructureDefinition for the relevant ReportStructure
231 +* OtherNonEnumeratedAttributeValue – the content is a string value that must conform to the Representation specified for the MetadataAttribute in the
220 220  
233 +MetadataStructureDefinition for the relevant ReportStructure
234 +
221 221  The EnumeratedAttributeValue contains a value for a Code specified as the
222 222  
223 223  Representation for the MetadataAttribute in the MetadataStructureDefinition for the relevant ReportStructure.
... ... @@ -224,107 +224,130 @@
224 224  
225 225  ==== 7.4.2.2 Definitions ====
226 226  
227 -(% style="width:1118.29px" %)
228 -|(% style="width:166px" %)**Class**|(% style="width:227px" %)**Feature**|(% style="width:716px" %)**Description**
229 -|(% style="width:166px" %)MetadataSet|(% style="width:227px" %) |(% style="width:716px" %)Any organised collection of metadata.
230 -|(% style="width:166px" %) |(% style="width:227px" %)reportingBegin|(% style="width:716px" %)A specific time period in a known system of time periods that identifies the start period of a report.
231 -|(% style="width:166px" %) |(% style="width:227px" %)reportingEnd|(% style="width:716px" %)A specific time period in a known system of time periods that identifies the ebd period of a report.
232 -|(% style="width:166px" %) |(% style="width:227px" %)dataExtractionDate|(% style="width:716px" %)A specific time period that identifies the date and time that the data are extracted from a data source.
233 -|(% style="width:166px" %) |(% style="width:227px" %)validFrom|(% style="width:716px" %)Indicates the inclusive start time indicating the validity of the information in the data set.
234 -|(% style="width:166px" %) |(% style="width:227px" %)validTo|(% style="width:716px" %)Indicates the inclusive end time indicating the validity of the information in the metadata set.
235 -|(% style="width:166px" %) |(% style="width:227px" %)publicationYear|(% style="width:716px" %)Specifies the year of publication of the data or metadata in terms of whatever provisioning agreements might be in force.
236 -|(% style="width:166px" %) |(% style="width:227px" %)publicationPeriod|(% style="width:716px" %)Specifies the period of publication of the data or metadata in terms of whatever provisioning agreements might be in force.
237 -|(% style="width:166px" %) |(% style="width:227px" %)setId|(% style="width:716px" %)Provides an identification of the metadata set.
238 -|(% style="width:166px" %) |(% style="width:227px" %)action|(% style="width:716px" %)Defines the action to be taken by the recipient system (update, replace, delete)
239 -|(% style="width:166px" %) |(% style="width:227px" %)+describedBy|(% style="width:716px" %)Associates a Metadataflow Definition to the Metadata Set.
240 -|(% style="width:166px" %) |(% style="width:227px" %)+structuredBy|(% style="width:716px" %)Associates the Metadata Structure Definition that defines the structure of the Metadata Set. Note that the Metadata Structure Definition is the same as that associated (nonmandatory) to the Metadataflow Definition.
241 -|(% style="width:166px" %) |(% style="width:227px" %)+publishedBy|(% style="width:716px" %)Associates the Data Provider that reports/publishes the metadata.
242 -|(% style="width:166px" %) |(% style="width:227px" %)+describedBy|(% style="width:716px" %)Reference to the Report Structure.
243 -|(% style="width:166px" %)MetadataReport|(% style="width:227px" %) |(% style="width:716px" %)A set of values for Metadata Attributes defined in a Report Structure of a Metadata Structure Definition.
244 -|(% style="width:166px" %) |(% style="width:227px" %)+attachesTo|(% style="width:716px" %)Associates the object key to which metadata is to be attached.
245 -|(% style="width:166px" %) |(% style="width:227px" %)+target|(% style="width:716px" %)Associates the Metadata Target that defines the target object to which the metadata are to be associated.
246 -|(% style="width:166px" %) |(% style="width:227px" %)+metadata|(% style="width:716px" %)Associates the Reported Attribute values which are to be associated with the object or objects identified by the Target Object Key.
247 -|(% style="width:166px" %)TargetObjectKey|(% style="width:227px" %) |(% style="width:716px" %)Identifies the key of the object to which the metadata are to be attached.
248 -|(% style="width:166px" %) |(% style="width:227px" %)+valueFor|(% style="width:716px" %)(((
241 +|**Class**|**Feature**|**Description**
242 +|MetadataSet| |Any organised collection of metadata.
243 +| |reportingBegin|A specific time period in a known system of time periods that identifies the start period of a report.
244 +| |reportingEnd|A specific time period in a known system of time periods that identifies the ebd period of a report.
245 +| |dataExtractionDate|A specific time period that identifies the date and time that the data are extracted from a data source.
246 +| |validFrom|Indicates the inclusive start time indicating the validity of the information in the data set.
247 +| |validTo|Indicates the inclusive end time indicating the validity of the information in the metadata set.
248 +| |publicationYear|Specifies the year of publication of the data or metadata in terms of whatever provisioning agreements might be in force.
249 +| |publicationPeriod|Specifies the period of publication of the data or metadata in terms of whatever provisioning agreements might be in force.
250 +| |setId|Provides an identification of the metadata set.
251 +| |action|Defines the action to be taken by the recipient system (update, replace, delete)
252 +| |+describedBy|Associates a Metadataflow Definition to the Metadata Set.
253 +| |+structuredBy|Associates the Metadata Structure Definition that defines the structure of the Metadata Set. Note that the Metadata Structure Definition is the same as that associated (nonmandatory) to the Metadataflow Definition.
254 +| |+publishedBy|Associates the Data Provider that reports/publishes the metadata.
255 +| |+describedBy|Reference to the Report Structure.
256 +|MetadataReport| |A set of values for Metadata Attributes defined in a Report Structure of a Metadata Structure Definition.
257 +| |+attachesTo|Associates the object key to which metadata is to be attached.
258 +| |+target|Associates the Metadata Target that defines the target object to which the metadata are to be associated.
259 +| |+metadata|Associates the Reported Attribute values which are to be associated with the object or objects identified by the Target Object Key.
260 +|TargetObjectKey| |Identifies the key of the object to which the metadata are to be attached.
261 +| |+valueFor|(((
249 249  Associates the Metadata Target that identifies the object type and the component structure of the Target Object Key.
250 250  
251 251  Note that this is a conceptual association showing the link to the MSD construct.
252 252  )))
253 -|(% style="width:166px" %) |(% style="width:227px" %)+keyValues|(% style="width:716px" %)Associates the Target Object Values of the Target Object Key.
254 -|(% style="width:166px" %)//TargetObjectValue//|(% style="width:227px" %)(((
266 +| |+keyValues|Associates the Target Object Values of the Target Object Key.
267 +|//TargetObjectValue//|(((
255 255  Abstract class
269 +
256 256  Sub classes are
271 +
257 257  TargetDataKey
258 -TargetIdentifiableObject
259 -TargetDataSet
273 +
274 +TargetIdentifiableObject TargetDataSet
275 +
260 260  TargetReportPeriod
261 -)))|(% style="width:716px" %)The key of an individual object of the type specified in the Metadata Target of the Metadata Structure Definition.
262 -|(% style="width:166px" %) |(% style="width:227px" %)+valueFor|(% style="width:716px" %)(((
277 +)))|The key of an individual object of the type specified in the Metadata Target of the Metadata Structure Definition.
278 +| |+valueFor|(((
263 263  Associates the Target Object for which this value is provided.
264 264  
265 265  Note that this is a conceptual association showing the link to the MSD construct.
266 266  )))
267 -|(% style="width:166px" %)TargetDataKey|(% style="width:227px" %)(((
283 +|TargetDataKey|(((
268 268  Inherits from
285 +
269 269  //TargetObjectValue//
270 -)))|(% style="width:716px" %)The identification of the components and the values that form the data or metadata key.
271 -|(% style="width:166px" %)ComponentValue|(% style="width:227px" %) |(% style="width:716px" %)Collectively contain the identification of the components and the values that form the data key.
272 -|(% style="width:166px" %)value|(% style="width:227px" %) |(% style="width:716px" %)The key value.
273 -|(% style="width:166px" %) |(% style="width:227px" %)+valueFor|(% style="width:716px" %)Associates the Component for which the value is declared.
274 -|(% style="width:166px" %)TimeDimensionValue|(% style="width:227px" %) |(% style="width:716px" %)Contains identification of the Time Dimension and the value.
275 -|(% style="width:166px" %)TargetIdentifiable Object|(% style="width:227px" %)(((
287 +)))|The identification of the components and the values that form the data or metadata key.
288 +|ComponentValue| |Collectively contain the identification of the components and the values that form the data key.
289 +|value| |The key value.
290 +| |+valueFor|Associates the Component for which the value is declared.
291 +|TimeDimensionValue| |Contains identification of the Time Dimension and the value.
292 +|TargetIdentifiable Object|(((
276 276  Inherits from
277 -//TargetObjectValue//
278 -)))|(% style="width:716px" %)Specifies the identification of an Identifiable object.
279 -|(% style="width:166px" %)StructureRef|(% style="width:227px" %) |(% style="width:716px" %)Contains the identification of an Identifiable object.
280 -|(% style="width:166px" %) |(% style="width:227px" %)structureType|(% style="width:716px" %)The object type of the target object.
281 -|(% style="width:166px" %)(((
294 +
295 +//TargetObjectValue    //
296 +)))|Specifies the identification of an Identifiable object.
297 +|StructureRef| |Contains the identification of an Identifiable object.
298 +| |structureType|The object type of the target object.
299 +|(((
282 282  Maintainable
301 +
283 283  ArtefactRef
303 +
284 284  Identifiable
305 +
285 285  ArtefactRef
286 -)))|(% style="width:227px" %) |(% style="width:716px" %)Identification of the target object by means of its identifier constructs i.e agency ID, id, version for Maintainable Object plus, for Identifiable Object, the id.
287 -|(% style="width:166px" %) |(% style="width:227px" %)+containedObject|(% style="width:716px" %)Association to a contained object in a hierarchy of Identifiable Objects such as a Transition in a Process Step.
288 -|(% style="width:166px" %)TargetDataSet|(% style="width:227px" %)(((
307 +)))| |Identification of the target object by means of its identifier constructs i.e agency ID, id, version for Maintainable Object plus, for Identifiable Object, the id.
308 +| |+containedObject|Association to a contained object in a hierarchy of Identifiable Objects such as a Transition in a Process Step.
309 +|TargetDataSet|(((
289 289  Inherits from
311 +
290 290  //TargetObjectValue//
291 -)))|(% style="width:716px" %)Contains the identification of a Data Set
292 -|(% style="width:166px" %)TargetReportPeriod|(% style="width:227px" %)(((
313 +)))|Contains the identification of a Data Set
314 +|TargetReportPeriod|(((
293 293  Inherits from
316 +
294 294  //TargetObjectValue//
295 -)))|(% style="width:716px" %)Contains the period covered by the Metadata Report.
296 -|(% style="width:166px" %)//ReportedAttribute//|(% style="width:227px" %)(((
318 +)))|Contains the period covered by the Metadata Report.
319 +|//ReportedAttribute//|(((
297 297  Abstract class Sub classes are:
321 +
298 298  //NonEnumeratedAttributeValue//
299 -EnumeratedAttributeValue
300 -)))|(% style="width:716px" %)The value for a Metadata Attribute.
301 -|(% style="width:166px" %) |(% style="width:227px" %)+valueFor|(% style="width:716px" %)(((
323 +
324 +EnumeratedAttributeValue//    //
325 +)))|The value for a Metadata Attribute.
326 +| |+valueFor|(((
302 302  Association to the Metadata Attribute in the Metadata Structure Definition that identifies the Concept and allowed Representation for the Reported Attribute.
303 303  
304 304  Note that this is a conceptual association showing the link to the MSD construct. The syntax for the Reported Attribute will state, in some form, the id of the Metadata Attribute.
305 305  )))
306 -|(% style="width:166px" %) |(% style="width:227px" %)+child|(% style="width:716px" %)Association to a child Reported Attribute consistent with the hierarchy defined in the Report Structure for the Metadata Attribute for which this child is a Reported Attribute.
307 -|(% style="width:166px" %)//NonEnumerated AttributeValue//|(% style="width:227px" %)(((
331 +| |+child|Association to a child Reported Attribute consistent with the hierarchy defined in the Report Structure for the Metadata Attribute for which this child is a Reported Attribute.
332 +|//NonEnumerated AttributeValue//|(((
308 308  Inherits from
334 +
309 309  //ReportedAttribute//
336 +
310 310  Sub class:
311 -//XHTMLAttributeValue
312 -TextAttributeValue
313 -OtherNonEnumerated
314 -AttributeValue//
315 -)))|(% style="width:716px" %)The content of a Reported Attribute where this is textual.
316 -|(% style="width:166px" %)XHTMLAttributeValue|(% style="width:227px" %) |(% style="width:716px" %)This contains XHTML.
317 -|(% style="width:166px" %) |(% style="width:227px" %)value|(% style="width:716px" %)The string value of the XHTML.
318 -|(% style="width:166px" %)TextAttributeValue|(% style="width:227px" %) |(% style="width:716px" %)This value of a Reported Attribute where the content is humanreadable text.
319 -|(% style="width:166px" %) |(% style="width:227px" %)text|(% style="width:716px" %)The string value is text. This can be present in multiple language versions.
320 -|(% style="width:166px" %)OtherNonEnumerated AttributeValue|(% style="width:227px" %) |(% style="width:716px" %)The value of a Reported Attribute where the content is not of humanreadable text.
321 -|(% style="width:166px" %) |(% style="width:227px" %)value|(% style="width:716px" %)A text string that is consistent in format to that defined in the Representation of the Metadata Attribute for which this is a Reported Attribute.
322 -|(% style="width:166px" %)EnumeratedAttribute Value|(% style="width:227px" %)(((
338 +
339 +//XHTMLAttributeValue//
340 +
341 +//TextAttributeValue//
342 +
343 +//OtherNonEnumerated//
344 +
345 +//AttributeValue//
346 +)))|The content of a Reported Attribute where this is textual.
347 +|XHTMLAttributeValue| |This contains XHTML.
348 +| |value|The string value of the XHTML.
349 +|TextAttributeValue| |This value of a Reported Attribute where the content is humanreadable text.
350 +| |text|The string value is text. This can be present in multiple language versions.
351 +|OtherNonEnumerated AttributeValue| |The value of a Reported Attribute where the content is not of humanreadable text.
352 +| |value|A text string that is consistent in format to that defined in the Representation of the Metadata Attribute for which this is a Reported Attribute.
353 +|EnumeratedAttribute Value|(((
323 323  Inherits from
355 +
324 324  //MetadataAttributeValue//
325 -)))|(% style="width:716px" %)The content of a Reported Attribute that is taken from a Code in a Code list.
326 -|(% style="width:166px" %) |(% style="width:227px" %)value|(% style="width:716px" %)The Code value of the Reported Attribute.
327 -|(% style="width:166px" %) |(% style="width:227px" %)+value|(% style="width:716px" %)(((
357 +)))|The content of a Reported Attribute that is taken from a Code in a Code list.
358 +| |value|The Code value of the Reported Attribute.
359 +| |+value|(((
328 328  Association to a Code in the Code list specified in the Representation of the Metadata Attribute for which this Reported Attribute is the value
361 +
329 329  Note that this shows the conceptual link to the Item that is the value. In reality, the value itself will be contained in the Enumerated Attribute Value.
330 330  )))
364 +
365 +
366 +
367 +
1747902064472-244.png
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.helena
Size
... ... @@ -1,1 +1,0 @@
1 -56.8 KB
Content
1747902223404-649.png
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.helena
Size
... ... @@ -1,1 +1,0 @@
1 -115.9 KB
Content
1747903167692-628.png
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.helena
Size
... ... @@ -1,1 +1,0 @@
1 -59.7 KB
Content