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.7
edited by Helena
on 2025/05/15 10:49
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.
... ... @@ -173,30 +173,43 @@
173 173  )))
174 174  |(% style="width:188px" %)StructureRef|(% style="width:241px" %) |(% style="width:482px" %)Contains the identification of an Identifiable object.
175 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.
182 +|(% style="width:188px" %)IdentifiableArtefac tRef|(% style="width:241px" %) |(% style="width:482px" %)Identification of the target object.
177 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" %)(((
184 +|(% style="width:188px" %)//MetadataAttributeVa lue//|(% style="width:241px" %)(((
179 179  Abstract class Sub classes are:
180 -//UncodedMetadataAttributeValue//
186 +
187 +//UncodedMetadataAttrib uteValue//
188 +
181 181  CodedMetadataAttribut eValue
182 182  )))|(% style="width:482px" %)The value for a Metadata Attribute.
183 183  |(% style="width:188px" %) |(% style="width:241px" %)(((
184 -+valueFor (inherited from the //AttributeValue//)
192 ++valueFor
193 +
194 +(inherited from the
195 +
196 +//AttributeValue//)
185 185  )))|(% style="width:482px" %)(((
186 186  Association to the Metadata Attribute in the Metadata Structure Definition that identifies the Concept and allowed Representation for the Metadata Attribute value.
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 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.
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.
191 191  )))
192 -|(% style="width:188px" %)//UncodedMetadataAttributeValue//|(% style="width:241px" %)(((
206 +|(% style="width:188px" %)//UncodedMetadataAttr ibuteValue//|(% style="width:241px" %)(((
193 193  Inherits from
194 -//MetadataAttributeValue//
195 195  
209 +//MetadataAttributeValu e//
210 +
196 196  Sub class:
212 +
197 197  XHTMLAttributeValue
214 +
198 198  TextAttributeValue
216 +
199 199  OtherUncodedAttribute
218 +
200 200  Value
201 201  )))|(% style="width:482px" %)The content of a Metadata Attribute value where this is textual.
202 202  |(% style="width:188px" %)XHTMLAttributeValue|(% style="width:241px" %) |(% style="width:482px" %)This contains XHTML
... ... @@ -203,12 +203,13 @@
203 203  |(% style="width:188px" %) |(% style="width:241px" %)value|(% style="width:482px" %)The string value of the XHTML
204 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 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.
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.
207 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 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" %)(((
228 +|(% style="width:188px" %)CodedMetadataAttrib uteValue|(% style="width:241px" %)(((
210 210  Inherits from
211 -//MetadataAttributeValue//
230 +
231 +//MetadataAttributeValu e//
212 212  )))|(% style="width:482px" %)The content of a Metadata Attribute value that is taken from a Code in a Code list.
213 213  |(% style="width:188px" %) |(% style="width:241px" %)value|(% style="width:482px" %)The Code value of the Metadata Attribute value.
214 214  |(% style="width:188px" %) |(% style="width:241px" %)+value|(% style="width:482px" %)(((