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

From version 6.1
edited by Helena
on 2025/05/16 13:56
Change comment: There is no comment for this version
To version 5.4
edited by Helena
on 2025/05/15 10:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -42,6 +42,7 @@
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 44  //StructureUsage// (concrete class is Metadataflow)
45 +
45 45  //Structure// (concrete class is MetadataStructureDefinition)
46 46  
47 47  MetadataProvisionAgreement
... ... @@ -90,6 +90,8 @@
90 90  
91 91  ==== 7.3.4.2 Definitions ====
92 92  
94 +:
95 +
93 93  (((
94 94  (% style="width:838.294px" %)
95 95  |**Class**|**Feature**|(% style="width:446px" %)**Description**
... ... @@ -96,6 +96,7 @@
96 96  |//StructureUsage//| |(% style="width:446px" %)See “SDMX Base”.
97 97  |Metadataflow|(((
98 98  Inherits from:
102 +
99 99  //StructureUsage//
100 100  )))|(% style="width:446px" %)Abstract concept (i.e., the structure without any metadata) of a flow of metadata that providers will provide for different reference periods. Specifies possible targets for metadata, via the Identifiable Object Selection.
101 101  | |/structure|(% style="width:446px" %)Associates a Metadata Structure Definition.
... ... @@ -104,10 +104,12 @@
104 104  |IdentifiableObjectSe lection| |(% style="width:446px" %)A list or wildcarded expression resolving into Identifiable Objects that metadata will refer to.
105 105  |MetadataStructureDef inition|(((
106 106  Inherits from:
111 +
107 107  //MaintainableArtefact//
108 108  )))|(% style="width:446px" %)A collection of metadata concepts and their structure when used to collect or disseminate reference metadata.
109 109  |MetadataAttributeDes criptor|(((
110 110  Inherits from:
116 +
111 111  //ComponentList //
112 112  )))|(% style="width:446px" %)Defines a set of concepts that comprises the Metadata Attributes to be reported.
113 113  | |/components|(% style="width:446px" %)An association to the Metadata Attributes relevant to the Metadata Attribute Descriptor.
... ... @@ -134,8 +134,10 @@
134 134  
135 135  Note that the MetadataSet must conform to the MetadataStructureDefinition associated to the Metadataflow or MetadataProvisionAgreement 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 optionally a Metadataflow or a MetadataProvisionAgreement, but the MetadataStructureDefinition is not necessarily exchanged with the metadata. Note that the MetadataStructureDefinition classes are shown also but are not a part of the MetadataSet itself.
136 136  
137 -A MetadataProvider is maintaining one or more MetadataSets, as the latter is a //MaintainableArtefact//.
143 +A MetadataProvider is maintaining one or more MetadataSets, as the latter is a
138 138  
145 +//MaintainableArtefact//.
146 +
139 139  A MetadataSet comprises a set of //MetadataAttributeValue//s and a set of TargetIdentifiableObjects, which must be part of those specified in the relevant Metadataflow or MetadataProvisionAgreement.
140 140  
141 141  The MetadataStructureDefinition specifies which MetadataAttributes are expected as //MetadataAttributeValue//s. The TargetIdentifiableObjects point to the //IdentifiableArtefact//s for which the //MetadataAttributeValue//s are reported.
... ... @@ -152,66 +152,95 @@
152 152  
153 153  ==== 7.4.2.2 Definitions ====
154 154  
155 -(% style="width:912.294px" %)
156 -|**Class**|**Feature**|(% style="width:483px" %)**Description**
157 -|MetadataSet| |(% style="width:483px" %)Any organised collection of metadata.
158 -| |reportingBegin|(% style="width:483px" %)A specific time period in a known system of time periods that identifies the start period of a report.
159 -| |reportingEnd|(% style="width:483px" %)A specific time period in a known system of time periods that identifies the end period of a report.
160 -| |publicationYear|(% style="width:483px" %)Specifies the year of publication of the data or metadata in terms of whatever provisioning agreements might be in force.
161 -| |publicationPeriod|(% style="width:483px" %)Specifies the period of publication of the data or metadata in terms of whatever provisioning agreements might be in force.
162 -| |action|(% style="width:483px" %)Defines the action to be taken by the recipient system (information, append, replace, delete)
163 -| |+describedBy|(% style="width:483px" %)Associates a Metadataflow or a Metadata Provision Agreement to the Metadata Set.
164 -| |+structuredBy|(% style="width:482px" %)(((
165 -Associates the Metadata Attribute Descriptor of the Metadata Structure Definition that defines the structure of the Metadata Set. Note that this dependency explains that the Metadataset is structures according to the Metadata Structure Definition of the linked (by the +describedBy) Metadataflow or the Metadata Provision Agreement.
163 +|**Class**|**Feature**|**Description**
164 +|MetadataSet| |Any organised collection of metadata.
165 +| |reportingBegin|A specific time period in a known system of time periods that identifies the start period of a report.
166 +| |reportingEnd|A specific time period in a known system of time periods that identifies the end period of a report.
167 +| |publicationYear|Specifies the year of publication of the data or metadata in terms of whatever provisioning agreements might be in force.
168 +| |publicationPeriod|Specifies the period of publication of the data or metadata in terms of whatever provisioning agreements might be in force.
169 +| |action|Defines the action to be taken by the recipient system (information, append, replace, delete)
170 +| |+describedBy|Associates a Metadataflow or a Metadata Provision Agreement to the Metadata Set.
171 +
172 +:
173 +
174 +(((
175 +|**Class**|**Feature**|**Description**
176 +| |+structuredBy|(((
177 +Associates the Metadata
178 +
179 +Attribute Descriptor of the Metadata Structure Definition that defines the structure of the Metadata Set. Note that this dependency explains that the Metadataset is structures according to the Metadata Structure Definition of the linked (by the +describedBy)
180 +
181 +Metadataflow or the Metadata Provision Agreement.
166 166  )))
167 -|(% style="width:188px" %) |(% style="width:241px" %)+publishedBy|(% style="width:482px" %)Associates the Data Provider that reports/publishes the metadata.
168 -|(% style="width:188px" %) |(% style="width:241px" %)+attachesTo|(% style="width:482px" %)Associates the target identifiable objects to which metadata is to be attached.
169 -|(% style="width:188px" %) |(% style="width:241px" %)+metadata|(% style="width:482px" %)Associates the Metadata Attribute values which are to be associated with the object or objects identified by the Target Identifiable Objects(s).
170 -|(% style="width:188px" %)TargetIdentifiableO bject|(% style="width:241px" %) |(% style="width:482px" %)Specifies the identification of an Identifiable object.
171 -|(% style="width:188px" %) |(% style="width:241px" %)+valueFor|(% style="width:482px" %)(((
172 -Associates the Target Identifiable Object being a part of the Identifiable Object Selection specified in the Dataflow or Metadata Provision Agreement.
183 +| |+publishedBy|Associates the Data Provider that reports/publishes the metadata.
184 +| |+attachesTo|Associates the target identifiable objects to which metadata is to be attached.
185 +| |+metadata|Associates the Metadata Attribute values which are to be associated with the object or objects identified by the Target Identifiable Objects(s).
186 +|TargetIdentifiableO bject| |Specifies the identification of an Identifiable object.
187 +| |+valueFor|(((
188 +Associates the Target
189 +
190 +Identifiable Object being a part of the Identifiable Object Selection specified in the Dataflow or Metadata Provision Agreement.
173 173  )))
174 -|(% style="width:188px" %)StructureRef|(% style="width:241px" %) |(% style="width:482px" %)Contains the identification of an Identifiable object.
175 -|(% style="width:188px" %) |(% style="width:241px" %)structureType|(% style="width:482px" %)The object type of the target object.
176 -|(% style="width:188px" %)IdentifiableArtefactRef|(% style="width:241px" %) |(% style="width:482px" %)Identification of the target object.
177 -|(% style="width:188px" %) |(% style="width:241px" %)+containedObject|(% style="width:482px" %)Association to a contained object in a hierarchy of Identifiable Objects such as a Transition in a Process Step.
178 -|(% style="width:188px" %)//MetadataAttributeValue//|(% style="width:241px" %)(((
192 +|StructureRef| |Contains the identification of an Identifiable object.
193 +| |structureType|The object type of the target object.
194 +|IdentifiableArtefac tRef| |Identification of the target object.
195 +| |+containedObject|Association to a contained object in a hierarchy of Identifiable Objects such as a Transition in a Process Step.
196 +|//MetadataAttributeVa lue//|(((
179 179  Abstract class Sub classes are:
180 -//UncodedMetadataAttributeValue//
198 +
199 +//UncodedMetadataAttrib uteValue//
200 +
181 181  CodedMetadataAttribut eValue
182 -)))|(% style="width:482px" %)The value for a Metadata Attribute.
183 -|(% style="width:188px" %) |(% style="width:241px" %)(((
184 -+valueFor (inherited from the //AttributeValue//)
185 -)))|(% style="width:482px" %)(((
186 -Association to the Metadata Attribute in the Metadata Structure Definition that identifies the Concept and allowed Representation for the Metadata Attribute value.
202 +)))|The value for a Metadata Attribute.
203 +| |(((
204 ++valueFor
205 +
206 +(inherited from the
207 +
208 +//AttributeValue//)
209 +)))|(((
210 +Association to the Metadata
211 +
212 +Attribute in the Metadata Structure Definition that identifies the Concept and allowed Representation for the Metadata Attribute value.
213 +
187 187  Note that this is a conceptual association showing the link to the MSD construct. The syntax for the Metadata Attribute value will state, in some form, the id of the Metadata Attribute.
188 188  )))
189 -|(% style="width:188px" %) |(% style="width:241px" %)+child|(% style="width:482px" %)(((
190 -Association to a child Metadata Attribute value consistent with the hierarchy defined in the MSD for the Metadata Attribute for which this child is a Metadata Attribute value.
216 +| |+child|(((
217 +Association to a child Metadata Attribute value consistent with the hierarchy defined in the MSD for the Metadata Attribute
218 +
219 +for which this child is a Metadata Attribute value.
191 191  )))
192 -|(% style="width:188px" %)//UncodedMetadataAttributeValue//|(% style="width:241px" %)(((
221 +|//UncodedMetadataAttr ibuteValue//|(((
193 193  Inherits from
194 -//MetadataAttributeValue//
195 195  
224 +//MetadataAttributeValu e//
225 +
196 196  Sub class:
227 +
197 197  XHTMLAttributeValue
229 +
198 198  TextAttributeValue
231 +
199 199  OtherUncodedAttribute
233 +
200 200  Value
201 -)))|(% style="width:482px" %)The content of a Metadata Attribute value where this is textual.
202 -|(% style="width:188px" %)XHTMLAttributeValue|(% style="width:241px" %) |(% style="width:482px" %)This contains XHTML
203 -|(% style="width:188px" %) |(% style="width:241px" %)value|(% style="width:482px" %)The string value of the XHTML
204 -|(% style="width:188px" %)TextAttributeValue|(% style="width:241px" %) |(% style="width:482px" %)This value of a Metadata Attribute value where the content is human-readable text.
205 -|(% style="width:188px" %) |(% style="width:241px" %)text|(% style="width:482px" %)The string value is text. This can be present in multiple language versions.
206 -|(% style="width:188px" %)OtherUncodedAttributeValue|(% style="width:241px" %) |(% style="width:482px" %)The value of a Metadata Attribute value where the content is not of humanreadable text.
207 -|(% style="width:188px" %) |(% style="width:241px" %)value|(% style="width:482px" %)A text string that is consistent in format to that defined in the Representation of the Metadata Attribute for which this is a Metadata Attribute value.
208 -|(% style="width:188px" %) |(% style="width:241px" %)startTime|(% style="width:482px" %)This attribute is only used if the textFormat of the Metadata Attribute is of the Timespan type in the Metadata Structure Definition (in which case the value field takes a duration).
209 -|(% style="width:188px" %)CodedMetadataAttributeValue|(% style="width:241px" %)(((
235 +)))|The content of a Metadata Attribute value where this is textual.
236 +|XHTMLAttributeValue| |This contains XHTML
237 +| |value|The string value of the XHTML
238 +|TextAttributeValue| |This value of a Metadata Attribute value where the content is human-readable text.
239 +| |text|The string value is text. This can be present in multiple language versions.
240 +|OtherUncodedAttribu teValue| |The value of a Metadata Attribute value where the content is not of humanreadable text.
241 +| |value|A text string that is consistent in format to that defined in the Representation of the Metadata Attribute for which this is a Metadata Attribute value.
242 +| |startTime|This attribute is only used if the textFormat of the Metadata Attribute is of the Timespan type in the Metadata Structure Definition (in which case the value field takes a duration).
243 +|CodedMetadataAttrib uteValue|(((
210 210  Inherits from
211 -//MetadataAttributeValue//
212 -)))|(% style="width:482px" %)The content of a Metadata Attribute value that is taken from a Code in a Code list.
213 -|(% style="width:188px" %) |(% style="width:241px" %)value|(% style="width:482px" %)The Code value of the Metadata Attribute value.
214 -|(% style="width:188px" %) |(% style="width:241px" %)+value|(% style="width:482px" %)(((
245 +
246 +//MetadataAttributeValu e//
247 +)))|The content of a Metadata Attribute value that is taken from a Code in a Code list.
248 +| |value|The Code value of the Metadata Attribute value.
249 +| |+value|(((
215 215  Association to a Code in the Code list specified in the Representation of the Metadata Attribute for which this Metadata Attribute value is the value.
251 +
216 216  Note that this shows the conceptual link to the Item that is the value. In reality, the value itself will be contained in the Coded Metadata Attribute Value.
217 217  )))
254 +)))