Wiki source code of 7 Metadata Structure Definition and Metadata Set
Last modified by Helena on 2025/07/16 02:15
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | == 7.1 Context == | ||
6 | |||
7 | Besides the possibility to extend the [[components>>doc:sdmx:Glossary.Component.WebHome]] of [[Data Structure Definitions>>doc:sdmx:Glossary.Data structure definition.WebHome]] by metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] defined in [[Metadata Structure Definitions>>doc:sdmx:Glossary.Metadata structure definition.WebHome]], the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] metamodel allows metadata to describe any [[identifiable artefact>>doc:sdmx:Glossary.Identifiable artefact.WebHome]]. These metadata can be: | ||
8 | |||
9 | 1. Exchanged without the need to embed it within the object that it is describing. | ||
10 | 1. Stored separately from the object that it describes, yet be linked to it (for example, an organisation has a [[metadata repository>>doc:sdmx:Glossary.Metadata repository.WebHome]] which supports the dissemination of metadata resulting from metadata requests generated by systems or services that have access to the object for which the metadata pertains. This is common in web dissemination where additional metadata is available for viewing (and eventually downloading) by clicking on an “information” icon next to the object to which the metadata is attached). | ||
11 | 1. Versioned and maintained like [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]], but from Metadata Providers than Agencies. | ||
12 | 1. Reported according to a defined structure. | ||
13 | |||
14 | In order to achieve this, the following structures are modelled: | ||
15 | |||
16 | * The [[Metadata Structure Definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] which comprises the metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] that can be attached to the various object types (these [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] can be structured in a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]]), together with any (% style="color:#e74c3c" %)[[constraints>>doc:sdmx:Glossary.Constraint.WebHome]](%%) that may apply (e.g., association to a [[code list>>doc:sdmx:Glossary.Code list.WebHome]] that contains valid values for the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] when reported in a [[metadata set>>doc:sdmx:Glossary.Metadata set.WebHome]]), | ||
17 | * The [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] and/or Metadata [[Provision Agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]], which contains the objects to which the metadata are to be associated (attached), | ||
18 | * The [[Metadata Set>>doc:sdmx:Glossary.Metadata set.WebHome]], which contains reported metadata. | ||
19 | |||
20 | == 7.2 Inheritance == | ||
21 | |||
22 | === 7.2.1 Introduction === | ||
23 | |||
24 | As with the [[Data Structure Definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] Structure, many of the constructs in this layer of the model inherit from the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Base layer. Therefore, it is necessary to study both the inheritance and the relationship diagrams to understand the functionality of individual packages. The diagram below shows the full inheritance tree for the classes concerned with the MetadataStructureDefinition, the MetadataProvisionAgreement, the [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] and the MetadataSet. | ||
25 | |||
26 | There are very few additional classes in the MetadataStructureDefinition package that do not themselves inherit from classes in the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Base. In other words, the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Base gives most of the structure of this sub model both in terms of associations and in terms of [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]]. The relationship diagrams shown in this section show clearly when these associations are inherited from the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Base (see the Appendix “A Short Guide to UML in the [[SDMX Information Model>>doc:sdmx:Glossary.SDMX Information Model.WebHome]]” to see the diagrammatic notation used to depict this). | ||
27 | |||
28 | === 7.2.2 Class Diagram - Inheritance === | ||
29 | |||
30 | [[image:1749246462779-763.jpeg]]** ** | ||
31 | |||
32 | **Figure 32: Inheritance class diagram of the Metadata Structure Definition** | ||
33 | |||
34 | === 7.2.3 Explanation of the Diagram === | ||
35 | |||
36 | ==== 7.2.3.1 Narrative ==== | ||
37 | |||
38 | It is important to the understanding of the relationship class diagrams presented in this section to identify the concrete classes that inherit from the abstract classes. | ||
39 | |||
40 | The concrete classes in this part of the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] metamodel, which require to be maintained by [[Maintenance Agencies>>doc:sdmx:Glossary.Maintenance agency.WebHome]], all inherit from MaintainableArtefact. These are: | ||
41 | |||
42 | //StructureUsage// (concrete class is [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]) | ||
43 | //Structure// (concrete class is MetadataStructureDefinition) | ||
44 | MetadataProvisionAgreement | ||
45 | |||
46 | These classes also inherit the identity and versioning [[facets>>doc:sdmx:Glossary.Facet.WebHome]] of //IdentifiableArtefact//, //NameableArtefact// and //VersionableArtefact//. | ||
47 | |||
48 | A //Structure// may contain several lists of [[components>>doc:sdmx:Glossary.Component.WebHome]]. In this case the MetadataStructureDefinition acts as a list and contains //Component//s, i.e., MetadataAttributes. | ||
49 | |||
50 | == 7.3 Metadata Structure Definition == | ||
51 | |||
52 | === 7.3.1 Introduction === | ||
53 | |||
54 | The diagrams and explanations in the rest of this section show how these concrete classes are related in order to support the required functionality. | ||
55 | |||
56 | === 7.3.2 Structures Already Described === | ||
57 | |||
58 | The MetadataStructureDefinition only contains MetadataAttributes, since target objects are contained in [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] and MetadataProvisionAgreement, since [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] 3.0. | ||
59 | |||
60 | === 7.3.3 Class Diagram – Relationship === | ||
61 | |||
62 | [[image:1749246462786-944.jpeg]] | ||
63 | |||
64 | **Figure 33: Relationship class diagram of the Metadata Structure Definition** | ||
65 | |||
66 | === 7.3.4 Explanation of the Diagram === | ||
67 | |||
68 | ==== 7.3.4.1 Narrative ==== | ||
69 | |||
70 | In brief, a MetadataStructureDefinition ([[MSD>>doc:sdmx:Glossary.Metadata structure definition.WebHome]]) defines the MetadataAttributes, within an MetadataAttributeDescriptor, that can be associated with the objects identified in the [[Metadataflows>>doc:sdmx:Glossary.Metadataflow.WebHome]] and MetadataProvisionAgreements that refer to the [[MSD>>doc:sdmx:Glossary.Metadata structure definition.WebHome]]. The [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] of the MetadataAttributes is specified within the MetadataAttributeDescriptor. | ||
71 | |||
72 | The MetadataAttributeDescriptor comprises a set of MetadataAttributes – these can be defined as a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]]. Each MetadataAttribute identifies a (% style="color:#e74c3c" %)[[Concept>>doc:sdmx:Glossary.Concept.WebHome]](%%) that is reported or disseminated in a MetadataSet (/conceptIdentity) that uses this MetadataStructureDefinition. Different MetadataAttributes in the same MetadataAttributeDescriptor can use (% style="color:#e74c3c" %)[[Concepts>>doc:sdmx:Glossary.Concept.WebHome]](%%) from different ConceptSchemes. Note that a MetadataAttribute does not link to a (% style="color:#e74c3c" %)[[Concept>>doc:sdmx:Glossary.Concept.WebHome]](%%) that defines its role in this MetadataStructureDefinition (i.e., the MetadataAttribute does not play a role). | ||
73 | |||
74 | The MetadataAttribute can be specified as having multiple occurrences and/or specified as being mandatory (minOccurs=1 or more) or optional (minOccurs=0). A hierarchical MetadataStructureDefinition can be defined by specifying a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] for a MetadataAttribute. | ||
75 | |||
76 | It can be seen from this, that the specification of the objects to which a MetadataAttribute can be attached is indirect: the MetadataAttributes are defined in a MetadataStructureDefinition, but they are attached to one or more IdentifiableArtefacts as defined in the [[Metadataflows>>doc:sdmx:Glossary.Metadataflow.WebHome]] or | ||
77 | |||
78 | MetadataProvisionAgreements. This gives a flexible mechanism by which the actual objects need not be defined in concrete terms in the model but are defined dynamically by the IdentifiableObjectSelection. In this way, the MetadataStructureDefinition can be used to define any set of MetadataAttributes regardless of the objects to which they can be attached. | ||
79 | |||
80 | Each MetadataAttribute can have a [[Representation>>doc:sdmx:Glossary.Representation.WebHome]] specified (using the /localRepresentation association). If this is not specified in the MetadataStructureDefinition then the [[Representation>>doc:sdmx:Glossary.Representation.WebHome]] is taken from that defined for the (% style="color:#e74c3c" %)[[Concept>>doc:sdmx:Glossary.Concept.WebHome]](%%) (the coreRepresentation association). | ||
81 | |||
82 | The definition of the various types of [[Representation>>doc:sdmx:Glossary.Representation.WebHome]] can be found in the specification of the Base constructs. Note that if the [[Representation>>doc:sdmx:Glossary.Representation.WebHome]] is non-enumerated then the association is to the ExtendedFacet (which allows for XHTML as a FacetValueType). If the [[Representation>>doc:sdmx:Glossary.Representation.WebHome]] is enumerated, then is must use a Codelist. | ||
83 | |||
84 | The [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] is linked to a MetadataStructureDefinition. The [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]], in addition to the [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] inherited from the Base classes, it also has a list of IdentifiableObjectSelection constructs, which resolve into the IdentifiableArtefacts that the Metadatasets will refer to. The IdentifiableObjectSelection acts like a reference, but it may also include wildcarding part of the reference terms. | ||
85 | |||
86 | The MetadataProvisionAgreement is linked to a [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]. The former, like the [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]], may have IdentifiableObjectSelection constructs to be used for specifying the proper targets for reference metadata. | ||
87 | |||
88 | ==== 7.3.4.2 Definitions ==== | ||
89 | |||
90 | (% style="width:975.835px" %) | ||
91 | |**Class**|**Feature**|(% style="width:574px" %)**Description** | ||
92 | |//StructureUsage//| |(% style="width:574px" %)See “[[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Base”. | ||
93 | |[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]|((( | ||
94 | Inherits from: | ||
95 | //StructureUsage// | ||
96 | )))|(% style="width:574px" %)Abstract concept (i.e., the structure without any metadata) of a flow of metadata that providers will provide for different [[reference periods>>doc:sdmx:Glossary.Reference period.WebHome]]. Specifies possible targets for metadata, via the Identifiable Object Selection. | ||
97 | | |/structure|(% style="width:574px" %)Associates a [[Metadata Structure Definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]]. | ||
98 | |MetadataProvisionAgreement| |(% style="width:574px" %)Links the Metadata Provider to the relevant Structure Usage (i.e., [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]) for which the provider supplies metadata. The agreement may constrain the scope of the metadata that can be provided, by means of a (% style="color:#e74c3c" %)[[Constraint>>doc:sdmx:Glossary.Constraint.WebHome]](%%). Specifies possible targets for metadata, via the Identifiable Object Selection. | ||
99 | |MetadataProvider| |(% style="width:574px" %)See Organisation Scheme. | ||
100 | |IdentifiableObjectSelection| |(% style="width:574px" %)A list or wildcarded expression resolving into Identifiable Objects that metadata will refer to. | ||
101 | |MetadataStructureDefinition|((( | ||
102 | Inherits from: | ||
103 | //MaintainableArtefact// | ||
104 | )))|(% style="width:574px" %)A collection of metadata concepts and their structure when used to collect or disseminate reference metadata. | ||
105 | |MetadataAttributeDescriptor|((( | ||
106 | Inherits from: | ||
107 | |||
108 | //ComponentList// | ||
109 | )))|(% style="width:574px" %)Defines a set of concepts that comprises the Metadata [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]] to be reported. | ||
110 | | |/components|(% style="width:574px" %)An association to the Metadata [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]] relevant to the Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Descriptor. | ||
111 | |MetadataAttribute|// //|(% style="width:574px" %)Identifies a (% style="color:#e74c3c" %)[[Concept>>doc:sdmx:Glossary.Concept.WebHome]](%%) for which a value may be reported in a [[Metadata Set>>doc:sdmx:Glossary.Metadata set.WebHome]]. | ||
112 | | |/hierarchy|(% style="width:574px" %)Association to one or more child Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]]. | ||
113 | | |/conceptIdentity|(% style="width:574px" %)An association to the concept which defines the semantic of the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]. | ||
114 | | |isPresentational|(% style="width:574px" %)Indication that the Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is present for structural purposes (i.e. it has child [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]]) and that no value for this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is expected to be reported in a [[Metadata Set>>doc:sdmx:Glossary.Metadata set.WebHome]]. | ||
115 | | |minOccurs maxOccurs|(% style="width:574px" %)((( | ||
116 | Specifies how many occurrences of the Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] may be reported at this point in the Metadataset. | ||
117 | ))) | ||
118 | | |/localRepresentation|(% style="width:574px" %)Associates a [[Representation>>doc:sdmx:Glossary.Representation.WebHome]] that overrides any core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] specified for the (% style="color:#e74c3c" %)[[Concept>>doc:sdmx:Glossary.Concept.WebHome]](%%) itself. | ||
119 | |[[Representation>>doc:sdmx:Glossary.Representation.WebHome]]| |(% style="width:574px" %)The [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]]. | ||
120 | |||
121 | == 7.4 Metadata Set == | ||
122 | |||
123 | === 7.4.1 Class Diagram === | ||
124 | |||
125 | [[image:1749246462791-735.jpeg]] | ||
126 | |||
127 | **Figure 34: Relationship Class Diagram of the Metadata Set** | ||
128 | |||
129 | === 7.4.2 Explanation of the Diagram === | ||
130 | |||
131 | ==== 7.4.2.1 Narrative ==== | ||
132 | |||
133 | Note that the MetadataSet must conform to the MetadataStructureDefinition associated to the [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] 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>>doc:sdmx:Glossary.Metadataflow.WebHome]] 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. | ||
134 | |||
135 | A MetadataProvider is maintaining one or more MetadataSets, as the latter is a //MaintainableArtefact//. | ||
136 | |||
137 | A MetadataSet comprises a set of //MetadataAttributeValue//s and a set of TargetIdentifiableObjects, which must be part of those specified in the relevant [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] or MetadataProvisionAgreement. | ||
138 | |||
139 | The MetadataStructureDefinition specifies which MetadataAttributes are expected as //MetadataAttributeValue//s. The TargetIdentifiableObjects point to the //IdentifiableArtefact//s for which the //MetadataAttributeValue//s are reported. | ||
140 | |||
141 | A simple text value for the //MetadataAttributeValue// uses the //UncodedMetadataAttributeValue //sub class of //MetadataAttributeValue// whilst a coded value uses the CodedMetadataAttributeValue sub class. | ||
142 | |||
143 | The //UncodedMetadataAttributeValue// can be one of: | ||
144 | |||
145 | * XHTMLAttributeValue – the content is XHTML, | ||
146 | * TextAttributeValue – the content is textual and may contain the text in multiple languages, | ||
147 | * OtherUncodedAttributeValue – the content is a string value that must conform to the [[Representation>>doc:sdmx:Glossary.Representation.WebHome]] specified for the MetadataAttribute in the MetadataStructureDefinition. | ||
148 | |||
149 | The CodedMetadataAttributeValue contains a value for a [[Code>>doc:sdmx:Glossary.Code.WebHome]] specified as the [[Representation>>doc:sdmx:Glossary.Representation.WebHome]] for a MetadataAttribute in the MetadataStructureDefinition. | ||
150 | |||
151 | ==== 7.4.2.2 Definitions ==== | ||
152 | |||
153 | (% style="width:980.835px" %) | ||
154 | |**Class**|**Feature**|(% style="width:515px" %)**Description** | ||
155 | |MetadataSet| |(% style="width:515px" %)Any organised collection of metadata. | ||
156 | | |reportingBegin|(% style="width:515px" %)A specific [[time period>>doc:sdmx:Glossary.Time period.WebHome]] in a known system of [[time periods>>doc:sdmx:Glossary.Time period.WebHome]] that identifies the start period of a report. | ||
157 | | |reportingEnd|(% style="width:515px" %)A specific [[time period>>doc:sdmx:Glossary.Time period.WebHome]] in a known system of [[time periods>>doc:sdmx:Glossary.Time period.WebHome]] that identifies the end period of a report. | ||
158 | | |publicationYear|(% style="width:515px" %)Specifies the year of publication of the data or metadata in terms of whatever provisioning agreements might be in force. | ||
159 | | |publicationPeriod|(% style="width:515px" %)Specifies the period of publication of the data or metadata in terms of whatever provisioning agreements might be in force. | ||
160 | | |action|(% style="width:515px" %)Defines the action to be taken by the recipient system (information, append, replace, delete) | ||
161 | | |+describedBy|(% style="width:515px" %)Associates a [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] or a Metadata [[Provision Agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] to the [[Metadata Set>>doc:sdmx:Glossary.Metadata set.WebHome]]. | ||
162 | | |+structuredBy|(% style="width:515px" %)Associates the Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Descriptor of the [[Metadata Structure Definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] that defines the structure of the [[Metadata Set>>doc:sdmx:Glossary.Metadata set.WebHome]]. Note that this dependency explains that the Metadataset is structures according to the [[Metadata Structure Definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] of the linked (by the +describedBy) [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] or the Metadata [[Provision Agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]]. | ||
163 | | |+publishedBy|(% style="width:515px" %)Associates the [[Data Provider>>doc:sdmx:Glossary.Data provider.WebHome]] that reports/publishes the metadata. | ||
164 | | |+attachesTo|(% style="width:515px" %)Associates the target identifiable objects to which metadata is to be attached. | ||
165 | | |+metadata|(% style="width:515px" %)Associates the Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] values which are to be associated with the object or objects identified by the Target Identifiable Objects(s). | ||
166 | |TargetIdentifiableObject| |(% style="width:515px" %)Specifies the identification of an Identifiable object. | ||
167 | | |+valueFor|(% style="width:515px" %)Associates the Target Identifiable Object being a part of the Identifiable Object Selection specified in the [[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] or Metadata [[Provision Agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]]. | ||
168 | |StructureRef| |(% style="width:515px" %)Contains the identification of an Identifiable object. | ||
169 | | |structureType|(% style="width:515px" %)The object type of the target object. | ||
170 | |IdentifiableArtefactRef| |(% style="width:515px" %)Identification of the target object. | ||
171 | | |+containedObject|(% style="width:515px" %)Association to a contained object in a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] of Identifiable Objects such as a Transition in a Process Step. | ||
172 | |//MetadataAttributeValue//|((( | ||
173 | Abstract class | ||
174 | Sub classes are: | ||
175 | //UncodedMetadataAttrib uteValue// | ||
176 | CodedMetadataAttribut eValue | ||
177 | )))|(% style="width:515px" %)The value for a Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]]. | ||
178 | | |((( | ||
179 | +valueFor | ||
180 | (inherited from the | ||
181 | //AttributeValue//) | ||
182 | )))|(% style="width:515px" %)((( | ||
183 | Association to the Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] in the [[Metadata Structure Definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] that identifies the (% style="color:#e74c3c" %)[[Concept>>doc:sdmx:Glossary.Concept.WebHome]](%%) and allowed [[Representation>>doc:sdmx:Glossary.Representation.WebHome]] for the Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] value. | ||
184 | Note that this is a conceptual association showing the link to the [[MSD>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] construct. The syntax for the Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] value will state, in some form, the id of the Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]]. | ||
185 | ))) | ||
186 | | |+child|(% style="width:515px" %)Association to a child Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] value consistent with the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] defined in the [[MSD>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] for the Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] for which this child is a Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] value. | ||
187 | |//UncodedMetadataAttributeValue//|((( | ||
188 | Inherits from | ||
189 | //MetadataAttributeValue// | ||
190 | Sub class: | ||
191 | XHTMLAttributeValue | ||
192 | TextAttributeValue | ||
193 | OtherUncodedAttribute | ||
194 | Value | ||
195 | )))|(% style="width:515px" %)The content of a Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] value where this is textual. | ||
196 | |XHTMLAttributeValue| |(% style="width:515px" %)This contains XHTML | ||
197 | | |value|(% style="width:515px" %)The string value of the XHTML | ||
198 | |TextAttributeValue| |(% style="width:515px" %)This value of a Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] value where the content is human-readable text. | ||
199 | | |text|(% style="width:515px" %)The string value is text. This can be present in multiple language versions. | ||
200 | |OtherUncodedAttributeValue| |(% style="width:515px" %)The value of a Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] value where the content is not of humanreadable text. | ||
201 | | |value|(% style="width:515px" %)A text string that is consistent in format to that defined in the [[Representation>>doc:sdmx:Glossary.Representation.WebHome]] of the Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] for which this is a Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] value. | ||
202 | | |startTime|(% style="width:515px" %)This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is only used if the textFormat of the Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is of the Timespan type in the [[Metadata Structure Definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] (in which case the value field takes a duration). | ||
203 | |CodedMetadataAttributeValue|((( | ||
204 | Inherits from | ||
205 | //MetadataAttributeValue// | ||
206 | )))|(% style="width:515px" %)The content of a Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] value that is taken from a [[Code>>doc:sdmx:Glossary.Code.WebHome]] in a [[Code list>>doc:sdmx:Glossary.Code list.WebHome]]. | ||
207 | | |value|(% style="width:515px" %)The [[Code>>doc:sdmx:Glossary.Code.WebHome]] value of the Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] value. | ||
208 | | |+value|(% style="width:515px" %)((( | ||
209 | Association to a [[Code>>doc:sdmx:Glossary.Code.WebHome]] in the [[Code list>>doc:sdmx:Glossary.Code list.WebHome]] specified in the [[Representation>>doc:sdmx:Glossary.Representation.WebHome]] of the Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] for which this Metadata [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] value is the value. | ||
210 | |||
211 | 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>>doc:sdmx:Glossary.Attribute.WebHome]] Value. | ||
212 | ))) |