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

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

Summary

Details

Page properties
Content
... ... @@ -42,7 +42,6 @@
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 -
46 46  //Structure// (concrete class is MetadataStructureDefinition)
47 47  
48 48  MetadataProvisionAgreement
... ... @@ -91,8 +91,6 @@
91 91  
92 92  ==== 7.3.4.2 Definitions ====
93 93  
94 -:
95 -
96 96  (((
97 97  (% style="width:838.294px" %)
98 98  |**Class**|**Feature**|(% style="width:446px" %)**Description**
... ... @@ -99,7 +99,6 @@
99 99  |//StructureUsage//| |(% style="width:446px" %)See “SDMX Base”.
100 100  |Metadataflow|(((
101 101  Inherits from:
102 -
103 103  //StructureUsage//
104 104  )))|(% 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.
105 105  | |/structure|(% style="width:446px" %)Associates a Metadata Structure Definition.
... ... @@ -108,12 +108,10 @@
108 108  |IdentifiableObjectSe lection| |(% style="width:446px" %)A list or wildcarded expression resolving into Identifiable Objects that metadata will refer to.
109 109  |MetadataStructureDef inition|(((
110 110  Inherits from:
111 -
112 112  //MaintainableArtefact//
113 113  )))|(% style="width:446px" %)A collection of metadata concepts and their structure when used to collect or disseminate reference metadata.
114 114  |MetadataAttributeDes criptor|(((
115 115  Inherits from:
116 -
117 117  //ComponentList //
118 118  )))|(% style="width:446px" %)Defines a set of concepts that comprises the Metadata Attributes to be reported.
119 119  | |/components|(% style="width:446px" %)An association to the Metadata Attributes relevant to the Metadata Attribute Descriptor.
... ... @@ -179,43 +179,30 @@
179 179  )))
180 180  |(% style="width:188px" %)StructureRef|(% style="width:241px" %) |(% style="width:482px" %)Contains the identification of an Identifiable object.
181 181  |(% style="width:188px" %) |(% style="width:241px" %)structureType|(% style="width:482px" %)The object type of the target object.
182 -|(% style="width:188px" %)IdentifiableArtefac tRef|(% style="width:241px" %) |(% style="width:482px" %)Identification of the target object.
176 +|(% style="width:188px" %)IdentifiableArtefactRef|(% style="width:241px" %) |(% style="width:482px" %)Identification of the target object.
183 183  |(% 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.
184 -|(% style="width:188px" %)//MetadataAttributeVa lue//|(% style="width:241px" %)(((
178 +|(% style="width:188px" %)//MetadataAttributeValue//|(% style="width:241px" %)(((
185 185  Abstract class Sub classes are:
186 -
187 -//UncodedMetadataAttrib uteValue//
188 -
180 +//UncodedMetadataAttributeValue//
189 189  CodedMetadataAttribut eValue
190 190  )))|(% style="width:482px" %)The value for a Metadata Attribute.
191 191  |(% style="width:188px" %) |(% style="width:241px" %)(((
192 -+valueFor
193 -
194 -(inherited from the
195 -
196 -//AttributeValue//)
184 ++valueFor (inherited from the //AttributeValue//)
197 197  )))|(% style="width:482px" %)(((
198 198  Association to the Metadata Attribute in the Metadata Structure Definition that identifies the Concept and allowed Representation for the Metadata Attribute value.
199 199  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.
200 200  )))
201 201  |(% style="width:188px" %) |(% style="width:241px" %)+child|(% style="width:482px" %)(((
202 -Association to a child Metadata Attribute value consistent with the hierarchy defined in the MSD for the Metadata Attribute
203 -
204 -for which this child is a Metadata Attribute value.
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.
205 205  )))
206 -|(% style="width:188px" %)//UncodedMetadataAttr ibuteValue//|(% style="width:241px" %)(((
192 +|(% style="width:188px" %)//UncodedMetadataAttributeValue//|(% style="width:241px" %)(((
207 207  Inherits from
194 +//MetadataAttributeValue//
208 208  
209 -//MetadataAttributeValu e//
210 -
211 211  Sub class:
212 -
213 213  XHTMLAttributeValue
214 -
215 215  TextAttributeValue
216 -
217 217  OtherUncodedAttribute
218 -
219 219  Value
220 220  )))|(% style="width:482px" %)The content of a Metadata Attribute value where this is textual.
221 221  |(% style="width:188px" %)XHTMLAttributeValue|(% style="width:241px" %) |(% style="width:482px" %)This contains XHTML
... ... @@ -222,13 +222,12 @@
222 222  |(% style="width:188px" %) |(% style="width:241px" %)value|(% style="width:482px" %)The string value of the XHTML
223 223  |(% style="width:188px" %)TextAttributeValue|(% style="width:241px" %) |(% style="width:482px" %)This value of a Metadata Attribute value where the content is human-readable text.
224 224  |(% style="width:188px" %) |(% style="width:241px" %)text|(% style="width:482px" %)The string value is text. This can be present in multiple language versions.
225 -|(% style="width:188px" %)OtherUncodedAttribu teValue|(% style="width:241px" %) |(% style="width:482px" %)The value of a Metadata Attribute value where the content is not of humanreadable text.
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.
226 226  |(% 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.
227 227  |(% 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).
228 -|(% style="width:188px" %)CodedMetadataAttrib uteValue|(% style="width:241px" %)(((
209 +|(% style="width:188px" %)CodedMetadataAttributeValue|(% style="width:241px" %)(((
229 229  Inherits from
230 -
231 -//MetadataAttributeValu e//
211 +//MetadataAttributeValue//
232 232  )))|(% style="width:482px" %)The content of a Metadata Attribute value that is taken from a Code in a Code list.
233 233  |(% style="width:188px" %) |(% style="width:241px" %)value|(% style="width:482px" %)The Code value of the Metadata Attribute value.
234 234  |(% style="width:188px" %) |(% style="width:241px" %)+value|(% style="width:482px" %)(((