Wiki source code of Part III. Structure Namespace

Version 25.26 by Elena on 2025/07/30 20:28

Show last authors
1 {{box title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 = 1 Introduction =
6
7 The structure namespace contains the definition of all [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] constructs. These constructs are intended to be very tightly coupled with the information model to ease the burden of implementers on translating the information from the XML messages into objects based on the information model.
8
9 The conformance with the information was achieved through derivation by extensions, restrictions, and substitutions. Because of some the limitations of XML Schema in these areas, it was often necessary to create intermediate type which formed the basis of the final types which make up the information that is actually exchanged in [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] messages. The intermediate types are all abstract, so they are not explicitly used in a message. They do however serve the purpose of creating a strong relation of the schemas to the information model.
10
11 = 2 Schema Documentation =
12
13 == 2.1 Structure Namespace ==
14
15 http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
16
17 === 2.1.1 Summary ===
18
19 Referenced Namespaces:
20
21 (% style="width:1042.29px" %)
22 |(% style="width:559px" %) **Namespace**|(% style="width:481px" %) **Prefix**
23 |(% style="width:559px" %) http:~/~/www.sdmx.org/resources/sdmxml/schemas/v3_1/common|(% style="width:481px" %) common
24 |(% style="width:559px" %) http:~/~/www.w3.org/2001/XMLSchema|(% style="width:481px" %) xs
25
26 Contents:
27 38 Global Elements
28 235 Complex Types
29 19 Simple Types
30
31 === 2.1.2 Global Elements ===
32
33 **Structures (StructuresType):** Structures contains constructs for all [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] [[components>>doc:sdmx:Glossary.Component.WebHome]].
34
35 **//Item (ItemType)//:** Item is an abstract element that serves as a substitution head for all items in an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]], including those items nested within other items. Concrete instances of this must use a concrete instance of ItemType.
36
37 Substitutions: [[Category>>doc:sdmx:Glossary.Category.WebHome]], [[Code>>doc:sdmx:Glossary.Code.WebHome]], *GeoRefCode*, GeoFeatureSetCode, GeoGridCode, [[Concept>>doc:sdmx:Glossary.Concept.WebHome]], *Organisation*, Agency, DataConsumer, DataProvider, MetadataProvider, OrganisationUnit, ReportingCategory, Transformation, VtlMapping, NamePersonalisation, Ruleset, UserDefinedOperator, CustomType
38
39 **Grouping (GroupingType):** Grouping is an abstract element that serves as a substitution head for all structure groupings. Groupings contain a collection of [[component>>doc:sdmx:Glossary.Component.WebHome]] lists for a structure. Concrete instances of this must use a concrete instance of GroupingType.
40
41 Substitutions: DataStructureComponents, MetadataStructureComponents
42
43 **ComponentList (ComponentListType):** ComponentList is an abstract element that serves as a substitution head for all [[component>>doc:sdmx:Glossary.Component.WebHome]] lists. Concrete instances of this must use a concrete instance of ComponentListType.
44
45 Substitutions: AttributeList, DimensionList, Group, MeasureList, MetadataAttributeList
46
47 **[[Component>>doc:sdmx:Glossary.Component.WebHome]] (ComponentType):** [[Component>>doc:sdmx:Glossary.Component.WebHome]] is an abstract element that serves as a substitution head for all [[components>>doc:sdmx:Glossary.Component.WebHome]]. Concrete instances of this must use a concrete instance of ComponentType.
48
49 Substitutions: [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]], MetadataAttributeUsage, [[Dimension>>doc:sdmx:Glossary.Dimension.WebHome]], TimeDimension, GroupDimension, [[Measure>>doc:sdmx:Glossary.Measure.WebHome]], MetadataAttribute
50
51 **[[Category>>doc:sdmx:Glossary.Category.WebHome]] (CategoryType):** [[Category>>doc:sdmx:Glossary.Category.WebHome]] represents a set of nested [[categories>>doc:sdmx:Glossary.Category.WebHome]] which describe a simple classification [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]].
52
53 Substitution For: Item
54
55 **[[Code>>doc:sdmx:Glossary.Code.WebHome]] (CodeType):** [[Code>>doc:sdmx:Glossary.Code.WebHome]] describes a [[code>>doc:sdmx:Glossary.Code.WebHome]] in a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. In addition to the identification and description of the [[code>>doc:sdmx:Glossary.Code.WebHome]], basic presentational information is also available. Presentational information not present may be added through the use of annotations.
56
57 Substitution For: Item
58
59 Substitutions: GeoRefCode, GeoFeatureSetCode, GeoGridCode
60
61 //**GeoRefCode (GeoRefCodeType):**// GeoRefCode is the abstract base from which specific types of geographic [[codes>>doc:sdmx:Glossary.Code.WebHome]] will be derived.
62
63 Substitution For: Code
64
65 Substitutions: GeoFeatureSetCode, GeoGridCode
66
67 **GeoFeatureSetCode (GeoFeatureSetCodeType):** Is a geographic [[code>>doc:sdmx:Glossary.Code.WebHome]] in a geographic [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. It adds a value to a [[code>>doc:sdmx:Glossary.Code.WebHome]] that folows a pattern to represent a geo feature set.
68
69 Substitution For: GeoRefCode
70
71 **GeoGridCode (GeoGridCodeType):** GeoGridCode is a [[code>>doc:sdmx:Glossary.Code.WebHome]] the represents a geographic grid cell that belongs to a specific grid definition.
72
73 Substitution For: GeoRefCode
74
75 **[[Concept>>doc:sdmx:Glossary.Concept.WebHome]] (ConceptType):** [[Concept>>doc:sdmx:Glossary.Concept.WebHome]] describes the details of a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] within a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]].
76
77 Substitution For: Item
78
79 **DataStructureComponents (DataStructureComponentsType):** DataStructureComponents defines the grouping of the sets of metadata [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] that have a defined structural role in the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. Note that for any [[component>>doc:sdmx:Glossary.Component.WebHome]] or group defined in a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]], its id must be unique. This applies to the identifiers explicitly defined by the [[components>>doc:sdmx:Glossary.Component.WebHome]] as well as those inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. For example, if two [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] take their identity from [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with same identity (regardless of whether the [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] exist in different schemes) one of the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] must be provided a different explicit identifier. Although there are XML schema [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] to help enforce this, these only apply to explicitly assigned identifiers. Identifiers inherited from a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] from which a [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its identity cannot be validated against this [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]]. Therefore, systems processing [[data structure definitions>>doc:sdmx:Glossary.Data structure definition.WebHome]] will have to perform this check outside of the XML validation. There are also two reserved identifiers in a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]; TIME\_PERIOD, and REPORTING\_YEAR\_START\_DAY. These identifiers may not be used outside of their respective defintions (TimeDimension and ReportingYearStartDay). This applies to both the explicit identifiers that can be assigned to the [[components>>doc:sdmx:Glossary.Component.WebHome]] or groups as well as an identifier inherited by a [[component>>doc:sdmx:Glossary.Component.WebHome]] from its [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. For example, if an ordinary [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] (i.e. not the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]) takes its [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity from a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] with the identifier TIME\_PERIOD, that [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] must provide a different explicit identifier.
80
81 Substitution For: Grouping
82
83 **AttributeList (AttributeListType):** AttributeList describes the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] descriptor for the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. It is a collection of metadata [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] that define the [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] of the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]].
84
85 Substitution For: ComponentList
86
87 **[[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] (AttributeType):** [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] describes the definition of a data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], which is defined as a characteristic of an object or entity.
88
89 Substitution For: [[Component>>doc:sdmx:Glossary.Component.WebHome]]
90
91 **MetadataAttributeUsage (MetadataAttributeUsageType):** MetadataAttributeUsage refines the details of how a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] from the metadata structure referenced from the data structure is used. By default, metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] can be expressed at any level of the data. This allows an [[attribute relationship>>doc:sdmx:Glossary.Attribute relationship.WebHome]] to be defined in order restrict the reporing of a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] to a specific part of the data.
92
93 Substitution For: [[Component>>doc:sdmx:Glossary.Component.WebHome]]
94
95 **DimensionList (DimensionListType):** DimensionList describes the key descriptor for the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. It is an ordered set of metadata [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] that, combined, classify a statistical series, such as a time series, and whose values, when combined (the key) in an instance such as a [[data set>>doc:sdmx:Glossary.Data set.WebHome]], uniquely identify a specific series.
96
97 Substitution For: ComponentList
98
99 **[[Dimension>>doc:sdmx:Glossary.Dimension.WebHome]] (DimensionType):** [[Dimension>>doc:sdmx:Glossary.Dimension.WebHome]] describes the structure of a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], which is defined as a statistical [[concept>>doc:sdmx:Glossary.Concept.WebHome]] used (most probably together with other statistical [[concepts>>doc:sdmx:Glossary.Concept.WebHome]]) to identify a statistical series, such as a time series, e.g. a statistical [[concept>>doc:sdmx:Glossary.Concept.WebHome]] indicating certain [[economic activity>>doc:sdmx:Glossary.Economic activity.WebHome]] or a geographical [[reference area>>doc:sdmx:Glossary.Reference area.WebHome]].
100
101 Substitution For: [[Component>>doc:sdmx:Glossary.Component.WebHome]]
102
103 **TimeDimension (TimeDimensionType):** TimeDimension is a special [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] which designates the period in time in which the data identified by the full [[series key>>doc:sdmx:Glossary.Series key.WebHome]] applies.
104
105 Substitution For: [[Component>>doc:sdmx:Glossary.Component.WebHome]]
106
107 **Group (GroupType):** Group describes a group descriptor in a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. It is a set metadata [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] (and possibly their values) that define a partial key derived from the key descriptor in a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]].
108
109 Substitution For: ComponentList
110
111 **GroupDimension (GroupDimensionType):** GroupDimension is a [[component>>doc:sdmx:Glossary.Component.WebHome]] which contains only a reference to a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in the key descriptor (DimensionList). Although it is conventional to declare [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] in the same order as they are declared in the ordered key, there is no requirement to do so - the ordering of the values of the key are taken from the order in which the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] are declared. Note that the id of a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] may be inherited from its underlying [[concept>>doc:sdmx:Glossary.Concept.WebHome]] - therefore this reference value may actually be the id of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]].
112
113 Substitution For: [[Component>>doc:sdmx:Glossary.Component.WebHome]]
114
115 **MeasureList (MeasureListType):** MeasureList describes the [[measure>>doc:sdmx:Glossary.Measure.WebHome]] descriptor for a data structure.
116
117 Substitution For: ComponentList
118
119 **[[Measure>>doc:sdmx:Glossary.Measure.WebHome]] (MeasureType):** [[Measure>>doc:sdmx:Glossary.Measure.WebHome]] defines the structure of a [[measure>>doc:sdmx:Glossary.Measure.WebHome]], which is the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] that is the value of the phenomenon to be measured in a data set.
120
121 Substitution For: [[Component>>doc:sdmx:Glossary.Component.WebHome]]
122
123 **MetadataStructureComponents (MetadataStructureComponentsType):** MetadataStructureComponents defines the grouping of the sets of the [[components>>doc:sdmx:Glossary.Component.WebHome]] that make up the metadata structure definition.
124
125 Substitution For: Grouping
126
127 **MetadataAttributeList (MetadataAttributeListType):** MetadataAttributeList defines the set of metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] that can be defined as a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]], for reporting [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] about a target object. The identification of metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] must be unique at any given [[level>>doc:sdmx:Glossary.Level.WebHome]] of the metadata structure. Although there are XML schema constraints to help enforce this, these only apply to explicitly assigned identifiers. Identifiers inherited from a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] from which a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] takes its identity cannot be validated against this constraint. Therefore, systems processing [[metadata structure definitions>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] will have to perform this check outside of the XML validation.
128
129 Substitution For: ComponentList
130
131 **MetadataAttribute (MetadataAttributeType):** MetadataAttribute defines the a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], which is the value of an [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], such as the instance of a coded or uncoded [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] in a metadata structure definition.
132
133 Substitution For: [[Component>>doc:sdmx:Glossary.Component.WebHome]]
134
135 //**Organisation (OrganisationType):**// Organisation is an abstract substitution head for a generic organisation.
136
137 Substitution For: Item
138
139 Substitutions: Agency, DataConsumer, DataProvider, MetadataProvider, OrganisationUnit
140
141 **Agency (AgencyType):** Agency is an organisation which maintains [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] such as classifications, [[concepts>>doc:sdmx:Glossary.Concept.WebHome]], data structures, and metadata structures.
142
143 Substitution For: Organisation
144
145 **DataConsumer (DataConsumerType):** DataConsumer describes an organisation using data as input for further processing.
146
147 Substitution For: Organisation
148
149 **DataProvider (DataProviderType):** DataProvider describes an organisation that produces data.
150
151 Substitution For: Organisation
152
153 **MetadataProvider (MetadataProviderType):** MetadataProvider describes an organisation that produces metadata .
154
155 Substitution For: Organisation
156
157 **OrganisationUnit (OrganisationUnitType):** OrganisationUnit describes a generic organisation, which serves not predefined role in [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]].
158
159 Substitution For: Organisation
160
161 **ReportingCategory (ReportingCategoryType):** ReportingCateogry defines a reporting [[category>>doc:sdmx:Glossary.Category.WebHome]], which is used to group structure usages into useful sub-packages.
162
163 Substitution For: Item
164
165 **Transformation (TransformationType):** Transformation describes the details of a single transformation within a transformation scheme.
166
167 Substitution For: Item
168
169 **VtlMapping (VtlMappingType):** VtlMapping details a mapping between [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] and [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] transformation.
170
171 Substitution For: Item
172
173 **NamePersonalisation (NamePersonalisationType):** NamePersonalisation details a name personalisation that is used in a transformation.
174
175 Substitution For: Item
176
177 **Ruleset (RulesetType):** Ruleset details a ruleset within a ruleset scheme.
178
179 Substitution For: Item
180
181 **UserDefinedOperator (UserDefinedOperatorType):** UserDefinedOperator details a user defined operators within a user defined operator scheme.
182
183 Substitution For: Item
184
185 **CustomType (CustomTypeType):** CustomType details a custom type within a custom type scheme.
186
187 Substitution For: Item
188
189 === 2.1.3 Complex Types ===
190
191 **StructuresType:** StructuresType describes the structure of the container for all [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] [[components>>doc:sdmx:Glossary.Component.WebHome]]. The structural [[components>>doc:sdmx:Glossary.Component.WebHome]] may be explicitly detailed, or referenced from an external structure document or registry service. Best practices dictate that, at a minimum, any structural [[component>>doc:sdmx:Glossary.Component.WebHome]] that is referenced by another structural [[component>>doc:sdmx:Glossary.Component.WebHome]] be included by reference.
192
193 Content:
194 ALL(AgencySchemesCategorisationsCategorySchemeMapsCategorySchemesCodelistsConceptSchemeMapsConceptSchemesCustomTypeSchemesDataConstraintsDataConsumerSchemesDataflowsDataProviderSchemesDataStructuresGeographicCodelistsGeoGridCodelistsHierarchiesHierarchyAssociationsMetadataConstraintsMetadataflowsMetadataProviderSchemesMetadataProvisionAgreementsMetadataStructuresNamePersonalisationSchemesOrganisationSchemeMapsOrganisationUnitSchemesProcessesProvisionAgreementsReportingTaxonomiesReportingTaxonomyMapsRepresentationMapsRulesetSchemesStructureMapsTransformationSchemesUserDefinedOperatorSchemesValueListsVtlMappingSchemes)
195
196 Element Documentation:
197
198 (% style="width:1117.29px" %)
199 |**Name**|**Type**|(% style="width:606px" %)**Documentation**
200 |AgencySchemes|AgencySchemesType|(% style="width:606px" %)AgencySchemes contains a collection of [[agency scheme>>doc:sdmx:Glossary.Agency scheme.WebHome]] descriptions. The [[agency schemes>>doc:sdmx:Glossary.Agency scheme.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
201 |Categorisations|CategorisationsType|(% style="width:606px" %)Categorisations contains a collection of structural object categorisations. This container may contain categorisations for many types of objects. The categorisations may be detailed in full, or referenced from an external structure document or registry service.
202 |CategorySchemeMaps|CategorySchemeMapsType|(% style="width:606px" %)CategorySchemeMaps contains a collection of [[category scheme>>doc:sdmx:Glossary.Category scheme.WebHome]] map descriptions. The [[category scheme>>doc:sdmx:Glossary.Category scheme.WebHome]] maps may be detailed in full, or referenced from an external structure document or registry service.
203 |CategorySchemes|CategorySchemesType|(% style="width:606px" %)CategorySchemes contains a collection of [[category scheme>>doc:sdmx:Glossary.Category scheme.WebHome]] descriptions. The [[category schemes>>doc:sdmx:Glossary.Category scheme.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
204 |[[Codelists>>doc:sdmx:Glossary.Code list.WebHome]]|CodelistsType|(% style="width:606px" %)[[Codelists>>doc:sdmx:Glossary.Code list.WebHome]] contains a collection of [[code list>>doc:sdmx:Glossary.Code list.WebHome]] descriptions. The [[code lists>>doc:sdmx:Glossary.Code list.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
205 |ConceptSchemeMaps|ConceptSchemeMapsType|(% style="width:606px" %)ConceptSchemeMaps contains a collection of [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]] map descriptions. The [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]] maps may be detailed in full, or referenced from an external structure document or registry service.
206 |ConceptSchemes|ConceptSchemesType|(% style="width:606px" %)ConceptSchemes contains a collection of [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]] descriptions. The [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]] described are contained within schemes. The [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
207 |CustomTypeSchemes|CustomTypeSchemesType|(% style="width:606px" %)CustomTypeSchemes contains a collection of custom type schemes. The scheme may be detailed in full, or referenced from an external structure document or registry service.
208 |DataConstraints|DataConstraintsType|(% style="width:606px" %)DataConstraints contains a collection of data [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] descriptions. The [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
209 |DataConsumerSchemes|DataConsumerSchemesType|(% style="width:606px" %)DataConsumerSchemes contains a collection of [[data consumer scheme>>doc:sdmx:Glossary.Data consumer scheme.WebHome]] descriptions. The [[data consumer schemes>>doc:sdmx:Glossary.Data consumer scheme.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
210 |[[Dataflows>>doc:sdmx:Glossary.Dataflow.WebHome]]|DataflowsType|(% style="width:606px" %)[[Dataflows>>doc:sdmx:Glossary.Dataflow.WebHome]] contains a collection of [[data flow>>doc:sdmx:Glossary.Dataflow.WebHome]] descriptions. The [[data flows>>doc:sdmx:Glossary.Dataflow.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
211 |DataProviderSchemes|DataProviderSchemesType|(% style="width:606px" %)DataProviderSchemes contains a collection of [[data provider scheme>>doc:sdmx:Glossary.Data provider scheme.WebHome]] descriptions. The [[data provider schemes>>doc:sdmx:Glossary.Data provider scheme.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
212 |DataStructures|DataStructuresType|(% style="width:606px" %)DataStructures contains a collection of [[data structure definitions>>doc:sdmx:Glossary.Data structure definition.WebHome]]. The [[data structure definitions>>doc:sdmx:Glossary.Data structure definition.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
213 |GeographicCodelists|GeographicCodelistsType|(% style="width:606px" %)GeographicCodelists contains a collection of geographi [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] descriptions. The [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
214 |GeoGridCodelists|GeoGridCodelistsType|(% style="width:606px" %)GeoGridCodelists contains a collection of geographic grid [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] descriptions. The [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
215 |[[Hierarchies>>doc:sdmx:Glossary.Hierarchy.WebHome]]|HierarchiesType|(% style="width:606px" %)[[Hierarchies>>doc:sdmx:Glossary.Hierarchy.WebHome]] contains a collection of [[hierarchical code list>>doc:sdmx:Glossary.Hierarchical code list.WebHome]] descriptions. The [[hierarchical code lists>>doc:sdmx:Glossary.Hierarchical code list.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
216 |HierarchyAssociation s|HierarchyAssociationsType|(% style="width:606px" %)HierarchyAssociations contains a collection of [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] associations. The associations may be detailed in full, or referenced from an external structure document or registry service.
217 |MetadataConstraints|MetadataConstraintsType|(% style="width:606px" %)MetadataConstraints contains a collection of metadata [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] descriptions. The [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
218 |[[Metadataflows>>doc:sdmx:Glossary.Metadataflow.WebHome]]|MetadataflowsType|(% style="width:606px" %)[[Metadataflows>>doc:sdmx:Glossary.Metadataflow.WebHome]] contains a collection of [[metadata flow>>doc:sdmx:Glossary.Metadataflow.WebHome]] descriptions. The [[metadata flows>>doc:sdmx:Glossary.Metadataflow.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
219 |MetadataProviderSchemes|MetadataProviderSchemesType|(% style="width:606px" %)MetadataProviderSchemes contains a collection of metadata provider scheme descriptions. The meatadata provider schemes may be detailed in full, or referenced from an external structure document or registry service.
220 |MetadataProvisionAreements|MetadataProvisionAgreementsType|(% style="width:606px" %)ProvisionAgreements contains a collection of [[provision agreements>>doc:sdmx:Glossary.Provision agreement.WebHome]]. The [[provision agreements>>doc:sdmx:Glossary.Provision agreement.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
221 |MetadataStructures|MetadataStructuresType|(% style="width:606px" %)MetadataStructures contains a collection of [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] descriptions. The [[metadata structure definitions>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
222 |NamePersonalisationSchemes|NamePersonalisationSchemesType|(% style="width:606px" %)NamePersonalisationSchemes contains a collection of name personalisation schemes. The scheme may be detailed in full, or referenced from an external structure document or registry service.
223 |OrganisationSchemeMaps|OrganisationSchemeMapsType|(% style="width:606px" %)OrganisationSchemeMaps contains a collection of organisation scheme map descriptions. The organisation scheme maps may be detailed in full, or referenced from an external structure document or registry service.
224 |OrganisationUnitSchemes|OrganisationUnitSchemesType|(% style="width:606px" %)OrganisationUnitSchemes contains a collection of [[organisation unit scheme>>doc:sdmx:Glossary.Organisation unit scheme.WebHome]] descriptions. The [[organisation unit schemes>>doc:sdmx:Glossary.Organisation unit scheme.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
225 |Processes|ProcessesType|(% style="width:606px" %)Processes contains a collection of process descriptions. The processes may be detailed in full, or referenced from an external structure document or registry service.
226 |ProvisionAgreements|ProvisionAgreementsType|(% style="width:606px" %)ProvisionAgreements contains a collection of [[provision agreements>>doc:sdmx:Glossary.Provision agreement.WebHome]]. The [[provision agreements>>doc:sdmx:Glossary.Provision agreement.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
227 |ReportingTaxonomies|ReportingTaxonomiesType|(% style="width:606px" %)ReportingTaxonomies contains a collection of [[reporting taxonomy>>doc:sdmx:Glossary.Reporting taxonomy.WebHome]] descriptions. The reporting taxonomies may be detailed in full, or referenced from an external structure document or registry service.
228 |ReportingTaxonomyMaps|ReportingTaxonomyMapsType|(% style="width:606px" %)ReportingTaxonomyMaps contains a collection of [[reporting taxonomy>>doc:sdmx:Glossary.Reporting taxonomy.WebHome]] map descriptions. The [[reporting taxonomy>>doc:sdmx:Glossary.Reporting taxonomy.WebHome]] maps may be detailed in full, or referenced from an external structure document or registry service.
229 |RepresentationMaps|RepresentationMapsType|(% style="width:606px" %)RepresentationMaps contains a collection of [[representation>>doc:sdmx:Glossary.Representation.WebHome]] map descriptions. The [[representation>>doc:sdmx:Glossary.Representation.WebHome]] maps may be detailed in full, or referenced from an external structure document or registry service.
230 |RulesetSchemes|RulesetSchemesType|(% style="width:606px" %)RulesetSchemes contains a collection of ruleset schemes. The scheme may be detailed in full, or referenced from an external structure document or registry service.
231 |StructureMaps|StructureMapsType|(% style="width:606px" %)StructureMaps contains a collection of structure map descriptions. The structure maps may be detailed in full, or referenced from an external structure document or registry service.
232 |TransformationSchemes|TransformationScheme sType|(% style="width:606px" %)TransformationSchemes contains a collection of transformation schemes. The transformation schemes may be detailed in full, or referenced from an external structure document or registry service.
233 |UserDefinedOperatorSchemes|UserDefinedOperatorSchemesType|(% style="width:606px" %)UserDefinedOperatorSchemes contains a collection of user defined operator schemes. The scheme may be detailed in full, or referenced from an external structure document or registry service.
234 |ValueLists|ValueListsType|(% style="width:606px" %)ValueLists contains a collection of value list descriptions. The value lists may be detailed in full, or referenced from an external structure document or registry service.
235 |VtlMappingSchemes|VtlMappingSchemesType|(% style="width:606px" %)VtlMappingSchemes contains a collection of [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] mapping schemes. The scheme may be detailed in full, or referenced from an external structure document or registry service.
236
237 **AgencySchemesType:** AgencySchemesType describes the structure of the [[agency schemes>>doc:sdmx:Glossary.Agency scheme.WebHome]] container. It contains one or more [[agency scheme>>doc:sdmx:Glossary.Agency scheme.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
238
239 Content:
240 AgencyScheme+
241
242 Element Documentation:
243
244 (% style="width:1139.29px" %)
245 |**Name**|(% style="width:241px" %)**Type**|(% style="width:616px" %)**Documentation**
246 |AgencyScheme|(% style="width:241px" %)AgencySchemeType|(% style="width:616px" %)AgencyScheme provides the details of an [[agency scheme>>doc:sdmx:Glossary.Agency scheme.WebHome]], in which agencies are described.
247
248 **CategorisationsType:** CategorisationsType describes the structure of the categorisations container. It contains one or more categorisation of a specific object type, which can be explicitly detailed or referenced from an external structure document or registry service. This container may contain categorisations for multiple types of structural objects.
249
250 Content:
251 Categorisation+
252
253 Element Documentation:
254
255 (% style="width:1008.29px" %)
256 |**Name**|**Type**|(% style="width:730px" %)**Documentation**
257 |Categorisation|CategorisationType|(% style="width:730px" %)Categorisation allows for the association of an identifiable object to a [[category>>doc:sdmx:Glossary.Category.WebHome]], providing for the classifications of the reference identifiable object. This must either contain the full details of the categorisation, or provide a name and identification information and reference the full details from an external structure document or registry service.
258
259 **CategorySchemeMapsType:** CategorySchemeMapsType describes the structure of the [[category scheme>>doc:sdmx:Glossary.Category scheme.WebHome]] maps container. It contains one or more [[category scheme>>doc:sdmx:Glossary.Category scheme.WebHome]] (% style="color:#e74c3c" %)map(%%), which can be explicitly detailed or referenced from an external structure document or registry service.
260
261 Content:
262 CategorySchemeMap+
263
264 Element Documentation:
265
266 (% style="width:1014.29px" %)
267 |**Name**|**Type**|(% style="width:439px" %)**Documentation**
268 |CategorySchemeMap|CategorySchemeMapType|(% style="width:439px" %)CategorySchemeMap provides the details of a [[category scheme>>doc:sdmx:Glossary.Category scheme.WebHome]] map, which descibes mappings between [[categories>>doc:sdmx:Glossary.Category.WebHome]] in different schemes.
269
270 **CategorySchemesType:** CategorySchemesType describes the structure of the [[category schemes>>doc:sdmx:Glossary.Category scheme.WebHome]] container. It contains one or more [[category scheme>>doc:sdmx:Glossary.Category scheme.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
271
272 Content:
273 CategoryScheme+
274
275 Element Documentation:
276
277 (% style="width:1036.29px" %)
278 |**Name**|**Type**|(% style="width:717px" %)**Documentation**
279 |CategoryScheme|CategorySchemeType|(% style="width:717px" %)CategoryScheme provides the details of a [[category scheme>>doc:sdmx:Glossary.Category scheme.WebHome]], which is the descriptive information for an arrangement or division of [[categories>>doc:sdmx:Glossary.Category.WebHome]] into groups based on characteristics, which the objects have in common. This provides for a simple, leveled [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] or [[categories>>doc:sdmx:Glossary.Category.WebHome]].
280
281 **ConceptSchemeMapsType:** ConceptSchemeMapsType describes the structure of the [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]] maps container. It contains one or more [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]] map, which can be explicitly detailed or referenced from an external structure document or registry service.
282
283 Content:
284 ConceptSchemeMap+
285
286 Element Documentation:
287
288 (% style="width:1047.29px" %)
289 |**Name**|**Type**|(% style="width:475px" %)**Documentation**
290 |ConceptSchemeMap|ConceptSchemeMapType|(% style="width:475px" %)ConceptSchemeMap provides the details of a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]] map, which descibes mappings between concepts in different schemes.
291
292 **ConceptSchemesType:** ConceptSchemesType describes the structure of the [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]] container. It contains one or more [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
293
294 Content:
295 ConceptScheme
296
297 Element Documentation:
298
299 (% style="width:1022.29px" %)
300 |**Name**|**Type**|(% style="width:714px" %)**Documentation**
301 |ConceptScheme|ConceptSchemeType|(% style="width:714px" %)ConceptScheme provides the details of a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]], which is the descriptive information for an arrangement or division of [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] into groups based on characteristics, which the objects have in common. It contains a collection of [[concept>>doc:sdmx:Glossary.Concept.WebHome]] definitions, that may be arranged in simple [[hierarchies>>doc:sdmx:Glossary.Hierarchy.WebHome]].
302
303 **CodelistsType:** CodelistsType describes the structure of the [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] container. It contains one or more [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
304
305 Content:
306 [[Codelist>>doc:sdmx:Glossary.Code list.WebHome]]+
307
308 Element Documentation:
309
310 (% style="width:1036.29px" %)
311 |**Name**|**Type**|(% style="width:711px" %)**Documentation**
312 |[[Codelist>>doc:sdmx:Glossary.Code list.WebHome]]|CodelistType|(% style="width:711px" %)[[Codelist>>doc:sdmx:Glossary.Code list.WebHome]] provides the details of a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], which is defined as a list from which some statistical [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] (coded [[concepts>>doc:sdmx:Glossary.Concept.WebHome]]) take their values.
313
314 **CustomTypeSchemesType:** CustomTypeSchemesType describes the structure of the custom type schemes container. It contains one or more custom type scheme, which can be explicitly detailed or referenced from an external structure document or registry service.
315
316 Content:
317 CustomTypeScheme+
318
319 Element Documentation:
320
321 (% style="width:1049.29px" %)
322 |**Name**|(% style="width:240px" %)**Type**|(% style="width:518px" %)**Documentation**
323 |CustomTypeScheme|(% style="width:240px" %)CustomTypeSchemeType|(% style="width:518px" %)CustomTypeScheme provides the details of a custom type scheme, in which user defined operators are described.
324
325 **DataConstraintsType:** DataConstraintsType describes the structure of the data [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] container. It contains one or more data [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service. This container may contain both attachment and content [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]].
326
327 Content:
328 DataConstraint+
329
330 Element Documentation:
331
332 (% style="width:1015.29px" %)
333 |**Name**|**Type**|(% style="width:614px" %)**Documentation**
334 |DataConstraint|DataConstraintType|(% style="width:614px" %)DataConstraint specifies a sub set of the definition of the allowable or available content of a [[data set>>doc:sdmx:Glossary.Data set.WebHome]] in terms of the content or in terms of the set of key combinations.
335
336 **DataConsumerSchemesType:** DataConsumerSchemesType describes the structure of the [[data consumer schemes>>doc:sdmx:Glossary.Data consumer scheme.WebHome]] container. It contains one or more [[data consumer scheme>>doc:sdmx:Glossary.Data consumer scheme.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
337
338 Content:
339 DataConsumerScheme+
340
341 Element Documentation:
342
343 (% style="width:1031.29px" %)
344 |(% style="width:206px" %)**Name**|(% style="width:238px" %)**Type**|(% style="width:585px" %)**Documentation**
345 |(% style="width:206px" %)DataConsumerScheme|(% style="width:238px" %)DataConsumerSchemeType|(% style="width:585px" %)DataConsumerScheme provides the details of an [[data consumer scheme>>doc:sdmx:Glossary.Data consumer scheme.WebHome]], in which [[data consumers>>doc:sdmx:Glossary.Data consumer.WebHome]] are described.
346
347 **DataflowsType:** DataflowsType describes the structure of the [[data flows>>doc:sdmx:Glossary.Dataflow.WebHome]] container. It contains one or more [[data flow>>doc:sdmx:Glossary.Dataflow.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
348
349 Content:
350
351 [[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]+
352
353 Element Documentation:
354
355 (% style="width:1011.29px" %)
356 |**Name**|**Type**|(% style="width:666px" %)**Documentation**
357 |[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]|DataflowType|(% style="width:666px" %)[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] provides the details of a [[data flow>>doc:sdmx:Glossary.Dataflow.WebHome]], which is defined as the structure of data that will be provided for different [[reference periods>>doc:sdmx:Glossary.Reference period.WebHome]].
358
359 **DataProviderSchemesType:** DataProviderSchemesType describes the structure of the [[data provider schemes>>doc:sdmx:Glossary.Data provider scheme.WebHome]] container. It contains one or more [[data provider scheme>>doc:sdmx:Glossary.Data provider scheme.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
360
361 Content:
362 DataProviderScheme+
363
364 Element Documentation:
365
366 (% style="width:1031.29px" %)
367 |**Name**|(% style="width:220px" %)**Type**|(% style="width:507px" %)**Documentation**
368 |DataProviderScheme|(% style="width:220px" %)DataProviderSchemeType|(% style="width:507px" %)DataProviderScheme provides the details of an [[data provider scheme>>doc:sdmx:Glossary.Data provider scheme.WebHome]], in which [[data providers>>doc:sdmx:Glossary.Data provider.WebHome]] are described.
369
370 **DataStructuresType:** DataStructuresType describes the structure of the [[data structure definitions>>doc:sdmx:Glossary.Data structure definition.WebHome]] container. It contains one or more [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
371
372 Content:
373 DataStructure+
374
375 Element Documentation:
376
377 (% style="width:1032.29px" %)
378 |**Name**|**Type**|(% style="width:683px" %)**Documentation**
379 |DataStructure|DataStructureType|(% style="width:683px" %)DataStructure provides the details of a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]], which is defined as a collection of metadata [[concepts>>doc:sdmx:Glossary.Concept.WebHome]], their structure and usage when used to collect or disseminate data.
380
381 **GeographicCodelistsType:** GeographicCodelistsType describes the structure of the geographic [[code lists>>doc:sdmx:Glossary.Code list.WebHome]] container. It contains one or more geographic [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
382
383 Content:
384 GeographicCodelist+
385
386 Element Documentation:
387
388 (% style="width:1039.29px" %)
389 |**Name**|**Type**|(% style="width:639px" %)**Documentation**
390 |GeographicCodelist|GeographicCodelistType|(% style="width:639px" %)GeographiCodelist provides the details of a geographic [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] container, which comprises a set of GeoFeatureSetCodes, by adding a value in the [[Code>>doc:sdmx:Glossary.Code.WebHome]] that follows a pattern to represent a geo feature set.
391
392 **GeoGridCodelistsType:** GeoGridCodelistsType describes the structure of the [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] container. It contains one or more geographic grid [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
393
394 Content:
395 GeoGridCodelist+
396
397 Element Documentation:
398
399 (% style="width:1044.29px" %)
400 |**Name**|**Type**|(% style="width:637px" %)**Documentation**
401 |GeoGridCodelist|GeoGridCodelistType|(% style="width:637px" %)GeoGridCodelist provides the details of a geographic grid [[code list>>doc:sdmx:Glossary.Code list.WebHome]], which comprises a set of GridCodes, which are related to the gridDefinition specified in the GeoGridCodelist.
402
403 **HierarchiesType:** HierarchiesType describes the structure of the [[hierarchies>>doc:sdmx:Glossary.Hierarchy.WebHome]] container. It contains one or more [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
404
405 Content:
406 [[Hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]]+
407
408 Element Documentation:
409
410 (% style="width:1047.29px" %)
411 |**Name**|**Type**|(% style="width:758px" %)**Documentation**
412 |[[Hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]]|HierarchyType|(% style="width:758px" %)[[Hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] provides the details of a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]], which is defined as an organised collection of [[codes>>doc:sdmx:Glossary.Code.WebHome]] that may participate in many parent/child relationships with other [[codes>>doc:sdmx:Glossary.Code.WebHome]] in the list.
413
414 **HierarchyAssociationsType:** HiearchyAssociationsType describes the structure of the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] assoications container. It contains one or more hiearchy associations, which can be explicitly detailed or referenced from an external structure document or registry service.
415
416 Content:
417 HierarchyAssociation+
418
419 Element Documentation:
420
421 (% style="width:1059.29px" %)
422 |**Name**|**Type**|(% style="width:534px" %)**Documentation**
423 |HierarchyAssociation|HierarchyAssociation Type|(% style="width:534px" %)HierarchyAssociation provides the details of a hiearchy assoication, which associates a hiearchy with an identifiable object in the context of another object.
424
425 **MetadataConstraintsType:** MetadataConstraintsType describes the structure of the metadata [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] container. It contains one or more metadata [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service. This container may contain both attachment and content [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]].
426
427 Content:
428 MetadataConstraint+
429
430 Element Documentation:
431
432 (% style="width:1073.29px" %)
433 |(% style="width:231px" %)**Name**|(% style="width:317px" %)**Type**|(% style="width:523px" %)**Documentation**
434 |(% style="width:231px" %)MetadataConstraint|(% style="width:317px" %)MetadataConstraintType|(% style="width:523px" %)MetadataConstraint specifies a sub set of the definition of the allowable content of a metadata set.
435
436 **MetadataflowsType:** MetadataflowsType describes the structure of the [[metadata flows>>doc:sdmx:Glossary.Metadataflow.WebHome]] container. It contains one or more [[metadata flow>>doc:sdmx:Glossary.Metadataflow.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
437
438 Content:
439 [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]+
440
441 Element Documentation:
442
443 (% style="width:1011.29px" %)
444 |**Name**|**Type**|(% style="width:626px" %)**Documentation**
445 |[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]|MetadataflowType|(% style="width:626px" %)[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] provides the details of a [[metadata flow>>doc:sdmx:Glossary.Metadataflow.WebHome]], which is defined as the structure of [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] that will be provided for different [[reference periods>>doc:sdmx:Glossary.Reference period.WebHome]]
446
447 **MetadataProviderSchemesType:** MetadataProviderSchemesType describes the structure of the metadata provider schemes container. It contains one or more metadata provider scheme, which can be explicitly detailed or referenced from an external structure document or registry service.
448
449 Content:
450 MetadataProviderScheme+
451
452 Element Documentation:
453
454 (% style="width:1027.29px" %)
455 |(% style="width:232px" %)**Name**|(% style="width:256px" %)**Type**|(% style="width:536px" %)**Documentation**
456 |(% style="width:232px" %)MetadataProviderScheme|(% style="width:256px" %)MetadataProviderSchemeType|(% style="width:536px" %)MetadataProviderScheme provides the details of an metadata provider scheme, in which metadata providers are described.
457
458 **MetadataProvisionAgreementsType:** MetadataProvisionAgreementsType describes the structure of the metadata [[provision agreements>>doc:sdmx:Glossary.Provision agreement.WebHome]] container. It contains one or more metadata [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
459
460 Content:
461 MetadataProvisionAgreement+
462
463 Element Documentation:
464
465 (% style="width:1006.29px" %)
466 |(% style="width:239px" %)**Name**|(% style="width:278px" %)**Type**|(% style="width:487px" %)**Documentation**
467 |(% style="width:239px" %)MetadataProvisionAgreement|(% style="width:278px" %)MetadataProvisionAgreementType|(% style="width:487px" %)MetadataProvisionAgreement provides the details of a metadata [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]], which is an agreement for a metadata provider to report [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] against a flow.
468
469 **MetadataStructuresType:** MetadataStructuresType describes the structure of the [[metadata structure definitions>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] container. It contains one or more [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
470
471 Content:
472 MetadataStructure+
473
474 Element Documentation:
475
476 (% style="width:1014.29px" %)
477 |**Name**|**Type**|(% style="width:679px" %)**Documentation**
478 |MetadataStructure|MetadataStructureType|(% style="width:679px" %)MetadataStructure provides the details of a [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]], which is defined as a collection of metadata [[concepts>>doc:sdmx:Glossary.Concept.WebHome]], their structure and usage when used to collect or disseminate [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]]. A [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] performs several functions: it groups sets of objects into "targets" against which [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] may be reported. Targets define the structure of the [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] "keys" which identify specific types of reported metadata, and describe the valid values for populating the keys. Also, [[metadata structure definitions>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] provide a presentational organization of [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] for reporting purposes. The structure of [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] is derived from this presentational structure.
479
480 **NamePersonalisationSchemesType:** NamePersonalisationSchemesType describes the structure of the name personalisation schemes container. It contains one or more name personalisation scheme, which can be explicitly detailed or referenced from an external structure document or registry service.
481
482 Content:
483 NamePersonalisationScheme+
484
485 Element Documentation:
486
487 (% style="width:1010.29px" %)
488 |**Name**|(% style="width:275px" %)**Type**|(% style="width:406px" %)**Documentation**
489 |NamePersonalisationScheme|(% style="width:275px" %)NamePersonalisationSchemeType|(% style="width:406px" %)NamePersonalisationScheme provides the details of a name personalisation scheme, in which name personalisations are described.
490
491 **OrganisationSchemeMapsType:** OrganisationSchemeMapsType describes the structure of the organisation scheme maps container. It contains one or more organisation scheme map, which can be explicitly detailed or referenced from an external structure document or registry service.
492
493 Content:
494 OrganisationSchemeMap+
495
496 Element Documentation:
497
498 (% style="width:1020.29px" %)
499 |(% style="width:203px" %)**Name**|(% style="width:246px" %)**Type**|(% style="width:569px" %)**Documentation**
500 |(% style="width:203px" %)OrganisationSchemeMap|(% style="width:246px" %)OrganisationSchemeMapType|(% style="width:569px" %)OrganisationSchemeMap provides the details of a organisation scheme map, which descibes mappings between organisations in different schemes.
501
502 **OrganisationUnitSchemesType:** OrganisationUnitSchemesType describes the structure of the [[organisation unit schemes>>doc:sdmx:Glossary.Organisation unit scheme.WebHome]] container. It contains one or more [[organisation unit scheme>>doc:sdmx:Glossary.Organisation unit scheme.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
503
504 Content:
505 OrganisationUnitScheme+
506
507 Element Documentation:
508
509 (% style="width:1014.29px" %)
510 |(% style="width:214px" %)**Name**|(% style="width:327px" %)**Type**|(% style="width:471px" %)**Documentation**
511 |(% style="width:214px" %)OrganisationUnitScheme|(% style="width:327px" %)OrganisationUnitSchemeType|(% style="width:471px" %)OrganisationUnitScheme provides the details of an [[organisation unit scheme>>doc:sdmx:Glossary.Organisation unit scheme.WebHome]], in which organisation units are described.
512
513 **ProcessesType:** ProcessesType describes the structure of the processes container. It contains one or more process, which can be explicitly detailed or referenced from an external structure document or registry service.
514
515 Content:
516 Process+
517
518 Element Documentation:
519
520 |**Name**|**Type**|**Documentation**
521 |Process|ProcessType|Process provides the details of a process, which is a scheme which defines or documents the operations performed on data in order to validate data or to derive new information according to a given set of rules. It is not meant to support process automation, but serves as a description of how processes occur. The primary use for this structural mechanism is the attachment of [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] regarding statistical processing. This must either contain the full details of the [[category scheme>>doc:sdmx:Glossary.Category scheme.WebHome]], or provide a name and identification information and reference the full details from an external structure document or registry service.
522
523 **ProvisionAgreementsType:** ProvisionAgreementsType describes the structure of the [[provision agreements>>doc:sdmx:Glossary.Provision agreement.WebHome]] container. It contains one or more [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
524
525 Content:
526 ProvisionAgreement+
527
528 Element Documentation:
529
530 (% style="width:1017.29px" %)
531 |(% style="width:177px" %)**Name**|(% style="width:270px" %)**Type**|(% style="width:568px" %)**Documentation**
532 |(% style="width:177px" %)ProvisionAgreement|(% style="width:270px" %)ProvisionAgreementType|(% style="width:568px" %)ProvisionAgreement provides the details of a [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]], which is an agreement for a [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]] to report data against a flow.
533
534 **ReportingTaxonomiesType:** ReportingTaxonomiesType describes the structure of the reporting taxonomies container. It contains one or more [[reporting taxonomy>>doc:sdmx:Glossary.Reporting taxonomy.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
535
536 Content:
537 ReportingTaxonomy+
538
539 Element Documentation:
540
541 (% style="width:1011.29px" %)
542 |**Name**|**Type**|(% style="width:647px" %)**Documentation**
543 |ReportingTaxonomy|ReportingTaxonomyType|(% style="width:647px" %)ReportingTaxonomy provides the details of a [[reporting taxonomy>>doc:sdmx:Glossary.Reporting taxonomy.WebHome]], which is a scheme which defines the composition structure of a data report where each [[component>>doc:sdmx:Glossary.Component.WebHome]] can be described by an independent data or [[metadata flow>>doc:sdmx:Glossary.Metadataflow.WebHome]] definition.
544
545 **ReportingTaxonomyMapsType:** ReportingTaxonomyMapsType describes the structure of the [[reporting taxonomy>>doc:sdmx:Glossary.Reporting taxonomy.WebHome]] maps container. It contains one or [[reporting taxonomy>>doc:sdmx:Glossary.Reporting taxonomy.WebHome]] map, which can be explicitly detailed or referenced from an external structure document or registry service.
546
547 Content:
548 ReportingTaxonomyMap+
549
550 Element Documentation:
551
552 (% style="width:1019.29px" %)
553 |(% style="width:205px" %)**Name**|(% style="width:261px" %)**Type**|(% style="width:551px" %)**Documentation**
554 |(% style="width:205px" %)ReportingTaxonomyMap|(% style="width:261px" %)ReportingTaxonomyMapType|(% style="width:551px" %)ReportingTaxonomyMap provides the details of a [[reporting taxonomy>>doc:sdmx:Glossary.Reporting taxonomy.WebHome]] map, which descibes mappings between reporting taxonomies.
555
556 **RepresentationMapsType:** RepresentationMapsType describes the structure of the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] maps container. It contains one or more [[representation>>doc:sdmx:Glossary.Representation.WebHome]] map, which can be explicitly detailed or referenced from an external structure document or registry service.
557
558 Content:
559 RepresentationMap+
560
561 Element Documentation:
562
563 (% style="width:1006.29px" %)
564 |**Name**|(% style="width:208px" %)**Type**|(% style="width:551px" %)**Documentation**
565 |RepresentationMap|(% style="width:208px" %)RepresentationMapType|(% style="width:551px" %)RepresentationMap provides the details of a represenation map, which describes mappings between various [[component>>doc:sdmx:Glossary.Component.WebHome]] represenations.
566
567 **RulesetSchemesType:** RulesetSchemesType describes the structure of the ruleset schemes container. It contains one or more ruleset scheme, which can be explicitly detailed or referenced from an external structure document or registry service.
568
569 Content:
570 RulesetScheme+
571
572 Element Documentation:
573
574 (% style="width:1023.29px" %)
575 |**Name**|(% style="width:226px" %)**Type**|(% style="width:508px" %)**Documentation**
576 |RulesetScheme|(% style="width:226px" %)RulesetSchemeType|(% style="width:508px" %)RulesetScheme provides the details of a ruleset scheme, in which rulesets are described.
577
578 **StructureMapsType:** StructureMapsType describes the structure of the structure maps container. It contains one or more structure maps, which can be explicitly detailed or referenced from an external structure document or registry service.
579
580 Content:
581 StructureMap+
582
583 Element Documentation:
584
585 (% style="width:1035.29px" %)
586 |**Name**|**Type**|(% style="width:544px" %)**Documentation**
587 |StructureMap|StructureMapType|(% style="width:544px" %)StructureMap provides the details or a structure map, which describes mapping between data structures or [[dataflows>>doc:sdmx:Glossary.Dataflow.WebHome]].
588
589 **TransformationSchemesType:** TransformationSchemesType describes the structure of the transformations container. It contains one or more transformation schemes, which can be explicitly detailed or referenced from an external structure document or registry service.
590
591 Content:
592
593 TransformationScheme+
594
595 Element Documentation:
596
597 (% style="width:1050.29px" %)
598 |(% style="width:202px" %)**Name**|(% style="width:282px" %)**Type**|(% style="width:564px" %)**Documentation**
599 |(% style="width:202px" %)TransformationScheme|(% style="width:282px" %)TransformationSchemeType|(% style="width:564px" %)TransformationScheme provides the details of a transformation scheme, in which transformations are described.
600
601 **UserDefinedOperatorSchemesType:** UserDefinedOperatorSchemesType describes the structure of the user defined operator schemes container. It contains one or more user defined operator scheme, which can be explicitly detailed or referenced from an external structure document or registry service.
602
603 Content:
604 UserDefinedOperatorScheme+
605
606 Element Documentation:
607
608 (% style="width:1059.29px" %)
609 |(% style="width:310px" %)**Name**|(% style="width:288px" %)**Type**|(% style="width:459px" %)**Documentation**
610 |(% style="width:310px" %)UserDefinedOperatorScheme|(% style="width:288px" %)UserDefinedOperatorSchemeType|(% style="width:459px" %)UserDefinedOperatorScheme provides the details of a user defined operator scheme, in which user defined operators are described.
611
612 **ValueListsType:** ValueListsType describes the structure of the value lists container. It contains one or more value list, which can be explicitly detailed or referenced from an external structure document or registry service.
613
614 Content:
615 ValueList+
616
617 Element Documentation:
618
619 (% style="width:1138.29px" %)
620 |(% style="width:172px" %)**Name**|(% style="width:219px" %)**Type**|(% style="width:744px" %)**Documentation**
621 |(% style="width:172px" %)ValueList|(% style="width:219px" %)ValueListType|(% style="width:744px" %)ValueList provides the details of a value list, which is a closed set of values that can occur for a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], [[measure>>doc:sdmx:Glossary.Measure.WebHome]], or [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]. This may be a simple list of values, or a list of values with names and descriptions (similar to a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]).
622
623 **VtlMappingSchemesType:** VtlMappingSchemesType describes the structure of the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] mappings schemes container. It contains one or more [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] mapping schemes, which can be explicitly detailed or referenced from an external structure document or registry service.
624
625 Content:
626 VtlMappingScheme+
627
628 Element Documentation:
629
630 (% style="width:1011.29px" %)
631 |**Name**|(% style="width:219px" %)**Type**|(% style="width:497px" %)**Documentation**
632 |VtlMappingScheme|(% style="width:219px" %)VtlMappingSchemeType|(% style="width:497px" %)VtlMappingScheme provides the details of a [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] mapping scheme, in which [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] mappings are described.
633
634 **ItemSchemeType:** ItemSchemeType is an abstract base type for all [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] objects. It contains a collection of items. Concrete instances of this type should restrict the actual types of items allowed within the scheme.
635
636 Derivation:
637 AnnotableType (extension)
638 IdentifiableType (extension)
639 NameableType (extension)
640 VersionableType (restriction)
641 MaintainableBaseType (extension)
642 MaintainableType (extension)
643 ItemSchemeType
644
645 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
646 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
647
648 Content:
649 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Item*
650
651 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
652
653 (% style="width:1014.29px" %)
654 |**Name**|**Type**|(% style="width:634px" %)**Documentation**
655 |id|IDType|(% style="width:634px" %)The id is the identifier for the object.
656 |urn|MaintainableUrnType|(% style="width:634px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
657 |uri|xs:anyURI|(% style="width:634px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
658 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|(% style="width:634px" %)This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
659 |validFrom|xs:dateTime|(% style="width:634px" %)The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
660 |validTo|xs:dateTime|(% style="width:634px" %)The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
661 |agencyID|NestedNCNameIDType|(% style="width:634px" %)The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
662 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] default: false)|xs:boolean|(% style="width:634px" %)The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
663 |serviceURL|xs:anyURI|(% style="width:634px" %)The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
664 |structureURL|xs:anyURI|(% style="width:634px" %)The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
665 |isPartialLanguage (default: false)|xs:boolean|(% style="width:634px" %)The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
666 |isPartial (default: false)|xs:boolean|(% style="width:634px" %)The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
667
668 Element Documentation:
669
670 (% style="width:1024.29px" %)
671 |**Name**|**Type**|(% style="width:748px" %)**Documentation**
672 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:748px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
673 |Link|LinkType|(% style="width:748px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
674 |Name|TextType|(% style="width:748px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
675 |Description|TextType|(% style="width:748px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
676 |//Item//|//ItemType//|(% style="width:748px" %)Item is an abstract element that serves as a substitution head for all items in an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]], including those items nested within other items. Concrete instances of this must use a concrete instance of ItemType.
677
678 //**ItemBaseType:**// ItemBaseType is an abstract base type that forms the basis for the ItemType. It requires that at least an id be supplied for an item.
679
680 Derivation:
681 AnnotableType (extension)
682 IdentifiableType (extension)
683 NameableType (restriction)
684 ItemBaseType
685
686 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
687 id, urn?, uri?
688
689 Content:
690 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
691
692 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
693
694 (% style="width:1012.29px" %)
695 |**Name**|**Type**|(% style="width:766px" %)**Documentation**
696 |id|IDType|(% style="width:766px" %)The id is the identifier for the object.
697 |urn|UrnType|(% style="width:766px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
698 |uri|xs:anyURI|(% style="width:766px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
699
700 Element Documentation:
701
702 (% style="width:1020.29px" %)
703 |**Name**|**Type**|(% style="width:744px" %)**Documentation**
704 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:744px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
705 |Link|LinkType|(% style="width:744px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
706 |Name|TextType|(% style="width:744px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
707 |Description|TextType|(% style="width:744px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
708
709 //**ItemType:**// ItemType is an abstract base type for all items with in an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]]. Concrete instances of this type may or may not utilize the nested item, but if so should restrict the actual types of item allowed.
710
711 Derivation:
712 AnnotableType (extension)
713 IdentifiableType (extension)
714 NameableType (restriction)
715 ItemBaseType (extension)
716 ItemType
717
718 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
719 id, urn?, uri?
720
721 Content:
722 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, (Parent | Item+ )?
723
724 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
725
726 (% style="width:1018.29px" %)
727 |**Name**|**Type**|(% style="width:774px" %)**Documentation**
728 |id|IDType|(% style="width:774px" %)The id is the identifier for the object.
729 |urn|UrnType|(% style="width:774px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
730 |uri|xs:anyURI|(% style="width:774px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
731
732 Element Documentation:
733
734 (% style="width:1024.29px" %)
735 |**Name**|**Type**|(% style="width:748px" %)**Documentation**
736 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:748px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
737 |Link|LinkType|(% style="width:748px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
738 |Name|TextType|(% style="width:748px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
739 |Description|TextType|(% style="width:748px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
740 |Parent|NestedIDType|(% style="width:748px" %)
741 |//Item//|//ItemType//|(% style="width:748px" %)Item is an abstract element that serves as a substitution head for all items in an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]], including those items nested within other items. Concrete instances of this must use a concrete instance of ItemType.
742
743 //**UnnestedItemType:**// UnnestedItemType is an abstract base type for all items with in an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] that do not contain nested items.
744
745 Derivation:
746 AnnotableType (extension)
747 IdentifiableType (extension)
748 NameableType (restriction)
749 ItemBaseType (extension)
750 ItemType (restriction)
751 UnnestedItemType
752
753 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
754 id, urn?, uri?
755
756 Content:
757 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link, Name+, Description
758
759 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
760
761 (% style="width:1028.29px" %)
762 |**Name**|**Type**|(% style="width:782px" %)**Documentation**
763 |id|IDType|(% style="width:782px" %)The id is the identifier for the object.
764 |urn|UrnType|(% style="width:782px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
765 |uri|xs:anyURI|(% style="width:782px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
766
767 Element Documentation:
768
769 (% style="width:1039.29px" %)
770 |**Name**|**Type**|(% style="width:760px" %)**Documentation**
771 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:760px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
772 |Link|LinkType|(% style="width:760px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
773 |Name|TextType|(% style="width:760px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
774 |Description|TextType|(% style="width:760px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
775
776 **//StructureType//:** StructureType is an abstract base type for all structure objects. Concrete instances of this should restrict to a concrete grouping.
777
778 Derivation:
779 AnnotableType (extension)
780 IdentifiableType (extension)
781 NameableType (extension)
782 VersionableType (restriction)
783 MaintainableBaseType (extension)
784 MaintainableType (extension)
785 StructureType
786
787 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
788 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
789
790 Content:
791 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Grouping?
792
793 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
794
795 (% style="width:1011.29px" %)
796 |**Name**|**Type**|(% style="width:629px" %)**Documentation**
797 |id|IDType|(% style="width:629px" %)The id is the identifier for the object.
798 |urn|MaintainableUrnType|(% style="width:629px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
799 |uri|xs:anyURI|(% style="width:629px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
800 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|(% style="width:629px" %)This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
801 |validFrom|xs:dateTime|(% style="width:629px" %)The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
802 |validTo|xs:dateTime|(% style="width:629px" %)The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
803 |agencyID|NestedNCNameIDType|(% style="width:629px" %)The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
804 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|(% style="width:629px" %)The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
805 |serviceURL|xs:anyURI|(% style="width:629px" %)The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
806 |structureURL|xs:anyURI|(% style="width:629px" %)The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
807 |isPartialLanguage (default: false)|xs:boolean|(% style="width:629px" %)The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
808
809 Element Documentation:
810
811 (% style="width:1021.29px" %)
812 |**Name**|**Type**|(% style="width:759px" %)**Documentation**
813 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:759px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
814 |Link|LinkType|(% style="width:759px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
815 |Name|TextType|(% style="width:759px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
816 |Description|TextType|(% style="width:759px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
817 |//Grouping//|//GroupingType//|(% style="width:759px" %)Grouping is an abstract element that serves as a substitution head for all structure groupings. Groupings contain a collection of [[component>>doc:sdmx:Glossary.Component.WebHome]] lists for a structure. Concrete instances of this must use a concrete instance of GroupingType.
818
819 //**GroupingType:**// GroupType is an abstract base type for specific structure groupings. It contains a collection of [[component>>doc:sdmx:Glossary.Component.WebHome]] lists. Concrete instances of this should restrict to specific concrete [[component>>doc:sdmx:Glossary.Component.WebHome]] lists.
820
821 Content:
822 ComponentList
823
824 Element Documentation:
825
826 (% style="width:1022.29px" %)
827 |**Name**|**Type**|(% style="width:635px" %)**Documentation**
828 |//ComponentList//|//ComponentListType//|(% style="width:635px" %)ComponentList is an abstract element that serves as a substitution head for all [[component>>doc:sdmx:Glossary.Component.WebHome]] lists. Concrete instances of this must use a concrete instance of ComponentListType.
829
830 //**ComponentListType:**// ComponentListType is an abstract base type for all [[component>>doc:sdmx:Glossary.Component.WebHome]] lists. It contains a collection of [[components>>doc:sdmx:Glossary.Component.WebHome]]. Concrete types should restrict this to specific concrete [[components>>doc:sdmx:Glossary.Component.WebHome]].
831
832 Derivation:
833 AnnotableType (extension)
834 IdentifiableType (extension)
835 ComponentListType
836
837 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
838 id?, urn?, uri?
839
840 Content:
841 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, [[Component>>doc:sdmx:Glossary.Component.WebHome]]
842
843 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
844
845 (% style="width:1020.29px" %)
846 |**Name**|**Type**|(% style="width:776px" %)**Documentation**
847 |id|IDType|(% style="width:776px" %)The id is the identifier for the object.
848 |urn|UrnType|(% style="width:776px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
849 |uri|xs:anyURI|(% style="width:776px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
850
851 Element Documentation:
852
853 (% style="width:1037.29px" %)
854 |**Name**|**Type**|(% style="width:760px" %)**Documentation**
855 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:760px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
856 |Link|LinkType|(% style="width:760px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
857 |//[[Component>>doc:sdmx:Glossary.Component.WebHome]]//|//ComponentType//|(% style="width:760px" %)[[Component>>doc:sdmx:Glossary.Component.WebHome]] is an abstract element that serves as a substitution head for all [[components>>doc:sdmx:Glossary.Component.WebHome]]. Concrete instances of this must use a concrete instance of ComponentType.
858
859 //**ComponentBaseType:**// ComponentBaseType is an abstract type that only serves the purpose of forming the base for the actual ComponentType. It only restricts the format of the id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] to the NCNameIDType.
860
861 Derivation:
862 AnnotableType (extension)
863 IdentifiableType (restriction)
864 ComponentBaseType
865
866 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
867 id?, urn?, uri?
868
869 Content:
870 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link
871
872 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
873
874 (% style="width:1031.29px" %)
875 |**Name**|**Type**|(% style="width:834px" %)**Documentation**
876 |id|NCNameIDType|(% style="width:834px" %)The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds an explicit identification of the [[component>>doc:sdmx:Glossary.Component.WebHome]]. If this identifier is not supplied, then it is assumed to be the same as the identifier of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] referenced from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. Because structures require that every [[component>>doc:sdmx:Glossary.Component.WebHome]] be given a unique identifier, it may be necessary to assign an explicit identifier when more than one [[component>>doc:sdmx:Glossary.Component.WebHome]] in a structure reference [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with same identifier. It is important to note that this applies strictly to the identifier of [[concept>>doc:sdmx:Glossary.Concept.WebHome]] and not the URN. Therefore if two [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with the same identifier from different [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]] are referenced in the same structure, one of the [[components>>doc:sdmx:Glossary.Component.WebHome]] will have to provide a unique explicit identifier. The type of this identifier is restricted to the common:NCNameIDType. This is necessary, since [[component>>doc:sdmx:Glossary.Component.WebHome]] identifiers are used to create XML elements and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
877 |urn|UrnType|(% style="width:834px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
878 |uri|xs:anyURI|(% style="width:834px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
879
880 Element Documentation:
881
882 (% style="width:1034.29px" %)
883 |**Name**|**Type**|(% style="width:757px" %)**Documentation**
884 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:757px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
885 |Link|LinkType|(% style="width:757px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
886
887 //**ComponentType:**// ComponentType is an abstract base type for all [[components>>doc:sdmx:Glossary.Component.WebHome]]. It contains information pertaining to a [[component>>doc:sdmx:Glossary.Component.WebHome]], including an optional reference to a [[concept>>doc:sdmx:Glossary.Concept.WebHome]], an optional role played by the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], an optional text format description, and an optional local representation.
888
889 Derivation:
890
891 AnnotableType (extension)
892 IdentifiableType (restriction)
893 ComponentBaseType (extension)
894 ComponentType
895
896 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
897 id?, urn?, uri?
898
899 Content:
900 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, ConceptIdentity?, LocalRepresentation?
901
902 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
903
904 (% style="width:1019.29px" %)
905 |**Name**|**Type**|(% style="width:820px" %)**Documentation**
906 |id|NCNameIDType|(% style="width:820px" %)The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds an explicit identification of the [[component>>doc:sdmx:Glossary.Component.WebHome]]. If this identifier is not supplied, then it is assumed to be the same as the identifier of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] referenced from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. Because structures require that every [[component>>doc:sdmx:Glossary.Component.WebHome]] be given a unique identifier, it may be necessary to assign an explicit identifier when more than one [[component>>doc:sdmx:Glossary.Component.WebHome]] in a structure reference [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with same identifier. It is important to note that this applies strictly to the identifier of [[concept>>doc:sdmx:Glossary.Concept.WebHome]] and not the URN. Therefore if two [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with the same identifier from different [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]] are referenced in the same structure, one of the [[components>>doc:sdmx:Glossary.Component.WebHome]] will have to provide a unique explicit identifier. The type of this identifier is restricted to the common:NCNameIDType. This is necessary, since [[component>>doc:sdmx:Glossary.Component.WebHome]] identifiers are used to create XML elements and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
907 |urn|UrnType|(% style="width:820px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
908 |uri|xs:anyURI|(% style="width:820px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
909
910 Element Documentation:
911
912 (% style="width:1025.29px" %)
913 |**Name**|**Type**|(% style="width:673px" %)**Documentation**
914 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:673px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
915 |Link|LinkType|(% style="width:673px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
916 |ConceptIdentity|ConceptReferenceType|(% style="width:673px" %)ConceptIdentity allows for the referencing of a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this [[concept>>doc:sdmx:Glossary.Concept.WebHome]], and if an id is not specified, it takes its identification as well. If a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] (LocalRepresentation) is not supplied, then the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the [[component>>doc:sdmx:Glossary.Component.WebHome]] is also inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]]. Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], the allowable [[representations>>doc:sdmx:Glossary.Representation.WebHome]] for the [[component>>doc:sdmx:Glossary.Component.WebHome]] still apply. Therefore, if a [[component>>doc:sdmx:Glossary.Component.WebHome]] references a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] role, it is implied that the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
917 |LocalRepresentation|//RepresentationType//|(% style="width:673px" %)LocalRepresentation references [[item schemes>>doc:sdmx:Glossary.Item scheme.WebHome]] that may be used to create the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. The type of this must be refined such that a concrete [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] reference is used.
918
919 //**StructureUsageType:**// StructureUsageType is an abstract base type for all structure usages. It contains a reference to a structure. Concrete instances of this type should restrict the type of structure referenced.
920
921 Derivation:
922 AnnotableType (extension)
923 IdentifiableType (extension)
924 NameableType (extension)
925 VersionableType (restriction)
926 MaintainableBaseType (extension)
927 MaintainableType (extension)
928 StructureUsageType
929
930 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
931 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
932
933 Content:
934 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Structure?
935
936 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
937
938 (% style="width:1030.29px" %)
939 |**Name**|**Type**|(% style="width:648px" %)**Documentation**
940 |id|IDType|(% style="width:648px" %)The id is the identifier for the object.
941 |urn|MaintainableUrnType|(% style="width:648px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
942 |uri|xs:anyURI|(% style="width:648px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
943 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|(% style="width:648px" %)This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
944 |validFrom|xs:dateTime|(% style="width:648px" %)The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
945 |validTo|xs:dateTime|(% style="width:648px" %)The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
946 |agencyID|NestedNCNameIDType|(% style="width:648px" %)The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
947 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|(% style="width:648px" %)The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
948 |serviceURL|xs:anyURI|(% style="width:648px" %)The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
949 |structureURL|xs:anyURI|(% style="width:648px" %)The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
950 |isPartialLanguage (default: false)|xs:boolean|(% style="width:648px" %)The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
951
952 Element Documentation:
953
954 (% style="width:1041.29px" %)
955 |**Name**|**Type**|(% style="width:746px" %)**Documentation**
956 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:746px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
957 |Link|LinkType|(% style="width:746px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
958 |Name|TextType|(% style="width:746px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
959 |Description|TextType|(% style="width:746px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
960 |Structure|StructureReferenceType|(% style="width:746px" %)Structure references the structure (data structure or [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]]) which the structure usage is based upon. Implementations will have to refine the type to use a concrete structure reference (i.e. either a data structure or [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] reference).
961
962 //**RepresentationType:**// RepresentationType is an abstract type that defines a [[representation>>doc:sdmx:Glossary.Representation.WebHome]]. Because the type of [[item schemes>>doc:sdmx:Glossary.Item scheme.WebHome]] that are allowed as the an enumeration vary based on the object in which this is defined, this type is abstract to force that the enumeration reference be restricted to the proper type of [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] reference.
963
964 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
965 minOccurs?, maxOccurs?
966
967 Content:
968 (TextFormat|(Enumeration, EnumerationFormat?))
969
970 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
971
972 (% style="width:1055.29px" %)
973 |(% style="width:220px" %)**Name**|(% style="width:266px" %)**Type**|(% style="width:567px" %)**Documentation**
974 |(% style="width:220px" %)minOccurs (default: 1)|(% style="width:266px" %)xs: nonNegativeInteger|(% style="width:567px" %)The minOccurs [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the minimum number of value that must be reported for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
975 |(% style="width:220px" %)maxOccurs|(% style="width:266px" %)OccurenceType|(% style="width:567px" %)The maxOccurs [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the maximum number of values that can be reported for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
976
977 Element Documentation:
978
979 (% style="width:1062.29px" %)
980 |(% style="width:221px" %)**Name**|(% style="width:266px" %)**Type**|(% style="width:572px" %)**Documentation**
981 |(% style="width:221px" %)TextFormat|(% style="width:266px" %)TextFormatType|(% style="width:572px" %)TextFormat describes an uncoded textual format.
982 |(% style="width:221px" %)Enumeration|(% style="width:266px" %)AnyCodelistReferenceType|(% style="width:572px" %)Enumeration references an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] that enumerates the allowable values for this [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
983 |(% style="width:221px" %)EnumerationFormat|(% style="width:266px" %)CodedTextFormatType|(% style="width:572px" %)EnumerationFormat describes the [[facets>>doc:sdmx:Glossary.Facet.WebHome]] of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] enumeration. This is for the most part, informational.
984
985 **TextFormatType:** TextFormatType defines the information for describing a full range of text formats and may place restrictions on the values of the other [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]], referred to as "[[facets>>doc:sdmx:Glossary.Facet.WebHome]]".
986
987 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
988 textType?, isSequence?, interval?, startValue?, endValue?, timeInterval?, startTime?, endTime?, minLength?, maxLength?, minValue?, maxValue?, [[decimals>>doc:sdmx:Glossary.Decimals.WebHome]]?, pattern?, isMultiLingual?
989
990 Content:
991 SentinelValue
992
993 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
994
995 (% style="width:1074.29px" %)
996 |**Name**|**Type**|(% style="width:700px" %)**Documentation**
997 |textType (default: String)|DataType|(% style="width:700px" %)The textType [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides a description of the datatype. If it is not specified, any valid characters may be included in the text field (it corresponds to the xs:string datatype of W3C XML Schema) within the [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
998 |isSequence|xs:boolean|(% style="width:700px" %)The isSequence [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the values are intended to be ordered, and it may work in combination with the interval, startValue, and endValue [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] or the timeInterval, startTime, and endTime, [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]]. If this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a value of true, a start value or time and a numeric or time interval must supplied. If an end value is not given, then the sequence continues indefinitely.
999 |interval|xs:decimal|(% style="width:700px" %)The interval [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the permitted interval (increment) in a sequence. In order for this to be used, the isSequence [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] must have a value of true.
1000 |startValue|xs:decimal|(% style="width:700px" %)The startValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and interval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a numeric sequence, and indicates the starting point of the sequence. This value is mandatory for a numeric sequence to be expressed.
1001 |endValue|xs:decimal|(% style="width:700px" %)The endValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and interval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a numeric sequence, and indicates that ending point (if any) of the sequence.
1002 |timeInterval|xs:duration|(% style="width:700px" %)The timeInterval [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the permitted duration in a time sequence. In order for this to be used, the isSequence [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] must have a value of true.
1003 |startTime|StandardTimePeriodType|(% style="width:700px" %)The startTime [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and timeInterval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a time sequence, and indicates the start time of the sequence. This value is mandatory for a time sequence to be expressed.
1004 |endTime|StandardTimePeriodType|(% style="width:700px" %)The endTime [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and timeInterval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a time sequence, and indicates that ending point (if any) of the sequence.
1005 |minLength|xs:positiveInteger|(% style="width:700px" %)The minLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the minimum and length of the value in characters.
1006 |maxLength|xs:positiveInteger|(% style="width:700px" %)The maxLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the maximum length of the value in characters.
1007 |minValue|xs:decimal|(% style="width:700px" %)The minValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for inclusive and exclusive ranges, indicating what the lower bound of the range is. If this is used with an inclusive range, a valid value will be greater than or equal to the value specified here. If the inclusive and exclusive data type is not specified (e.g. this [[facet>>doc:sdmx:Glossary.Facet.WebHome]] is used with an integer data type), the value is assumed to be inclusive.
1008 |maxValue|xs:decimal|(% style="width:700px" %)The maxValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for inclusive and exclusive ranges, indicating what the upper bound of the range is. If this is used with an inclusive range, a valid value will be less than or equal to the value specified here. If the inclusive and exclusive data type is not specified (e.g. this [[facet>>doc:sdmx:Glossary.Facet.WebHome]] is used with an integer data type), the value is assumed to be inclusive.
1009 |[[decimals>>doc:sdmx:Glossary.Decimals.WebHome]]|xs:positiveInteger|(% style="width:700px" %)The [[decimals>>doc:sdmx:Glossary.Decimals.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the number of characters allowed after the [[decimal>>doc:sdmx:Glossary.Decimals.WebHome]] separator.
1010 |pattern|xs:string|(% style="width:700px" %)The pattern [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds any regular expression permitted in the similar [[facet>>doc:sdmx:Glossary.Facet.WebHome]] in W3C XML Schema.
1011 |isMultiLingual (default: true)|xs:boolean|(% style="width:700px" %)The isMultiLingual [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates for a text format of type "string", whether the value should allow for multiple values in different languages.
1012
1013 Element Documentation:
1014
1015 (% style="width:1077.29px" %)
1016 |**Name**|**Type**|(% style="width:559px" %)**Documentation**
1017 |SentinelValue|SentinelValueType|(% style="width:559px" %)SentinelValue defines a value that has a special meaning within the text format [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]].
1018
1019 **SentinelValueType:** SentinelValueType defines the structure of a sentinel value. A sentinel is a value that has a special meaning within the text format [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. The value is associated with a multi-lingual name and description.
1020
1021 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1022 value
1023
1024 Content:
1025 Name+, Description
1026
1027 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1028
1029 (% style="width:1005.29px" %)
1030 |(% style="width:159px" %)**Name**|(% style="width:241px" %)**Type**|(% style="width:602px" %)**Documentation**
1031 |(% style="width:159px" %)value|(% style="width:241px" %)xs:anySimpleType|(% style="width:602px" %)The sentinel value being described.
1032
1033 Element Documentation:
1034
1035 (% style="width:1007.29px" %)
1036 |(% style="width:164px" %)**Name**|(% style="width:238px" %)**Type**|(% style="width:604px" %)**Documentation**
1037 |(% style="width:164px" %)Name|(% style="width:238px" %)TextType|(% style="width:604px" %)Name is a reusable element, used for providing a human-readable name for an object.
1038 |(% style="width:164px" %)Description|(% style="width:238px" %)TextType|(% style="width:604px" %)Description is a reusable element, used for providing a longer human-readable description of an object.
1039
1040 **BasicComponentTextFormatType:** BasicComponentTextFormatType is a restricted version of the TextFormatType that restricts the text type to the [[representations>>doc:sdmx:Glossary.Representation.WebHome]] allowed for all [[components>>doc:sdmx:Glossary.Component.WebHome]] except for target objects.
1041
1042 Derivation:
1043 TextFormatType (restriction)
1044 BasicComponentTextFormatType
1045
1046 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1047 textType?, isSequence?, interval?, startValue?, endValue?, timeInterval?, startTime?, endTime?, minLength?, maxLength?, minValue?, maxValue?, [[decimals>>doc:sdmx:Glossary.Decimals.WebHome]]?, pattern?, isMultiLingual?
1048
1049 Content:
1050 SentinelValue
1051
1052 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1053
1054 (% style="width:1039.29px" %)
1055 |**Name**|**Type**|(% style="width:656px" %)**Documentation**
1056 |textType (default: String)|BasicComponentDataType|(% style="width:656px" %)The textType [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides a description of the datatype. If it is not specified, any valid characters may be included in the text field (it corresponds to the xs:string datatype of W3C XML Schema) within the [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
1057 |isSequence|xs:boolean|(% style="width:656px" %)The isSequence [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the values are intended to be ordered, and it may work in combination with the interval, startValue, and endValue [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] or the timeInterval, startTime, and endTime, [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]]. If this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a value of true, a start value or time and a numeric or time interval must supplied. If an end value is not given, then the sequence continues indefinitely.
1058 |interval|xs:decimal|(% style="width:656px" %)The interval [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the permitted interval (increment) in a sequence. In order for this to be used, the isSequence [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] must have a value of true.
1059 |startValue|xs:decimal|(% style="width:656px" %)The startValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and interval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a numeric sequence, and indicates the starting point of the sequence. This value is mandatory for a numeric sequence to be expressed.
1060 |endValue|xs:decimal|(% style="width:656px" %)The endValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and interval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a numeric sequence, and indicates that ending point (if any) of the sequence.
1061 |timeInterval|xs:duration|(% style="width:656px" %)The timeInterval [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the permitted duration in a time sequence. In order for this to be used, the isSequence [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] must have a value of true.
1062 |startTime|StandardTimePeriodType|(% style="width:656px" %)The startTime [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and timeInterval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a time sequence, and indicates the start time of the sequence. This value is mandatory for a time sequence to be expressed.
1063 |endTime|StandardTimePeriodType|(% style="width:656px" %)The endTime [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and timeInterval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a time sequence, and indicates that ending point (if any) of the sequence.
1064 |minLength|xs:positiveInteger|(% style="width:656px" %)The minLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the minimum and length of the value in characters.
1065 |maxLength|xs:positiveInteger|(% style="width:656px" %)The maxLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the maximum length of the value in characters.
1066 |minValue|xs:decimal|(% style="width:656px" %)The minValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for inclusive and exclusive ranges, indicating what the lower bound of the range is. If this is used with an inclusive range, a valid value will be greater than or equal to the value specified here. If the inclusive and exclusive data type is not specified (e.g. this [[facet>>doc:sdmx:Glossary.Facet.WebHome]] is used with an integer data type), the value is assumed to be inclusive.
1067 |maxValue|xs:decimal|(% style="width:656px" %)The maxValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for inclusive and exclusive ranges, indicating what the upper bound of the range is. If this is used with an inclusive range, a valid value will be less than or equal to the value specified here. If the inclusive and exclusive data type is not specified (e.g. this [[facet>>doc:sdmx:Glossary.Facet.WebHome]] is used with an integer data type), the value is assumed to be inclusive.
1068 |[[decimals>>doc:sdmx:Glossary.Decimals.WebHome]]|xs:positiveInteger|(% style="width:656px" %)The [[decimals>>doc:sdmx:Glossary.Decimals.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the number of characters allowed after the [[decimal>>doc:sdmx:Glossary.Decimals.WebHome]] separator.
1069 |pattern|xs:string|(% style="width:656px" %)The pattern [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds any regular expression permitted in the similar [[facet>>doc:sdmx:Glossary.Facet.WebHome]] in W3C XML Schema.
1070 |isMultiLingual (default: true)|xs:boolean|(% style="width:656px" %)The isMultiLingual [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates for a text format of type "string", whether the value should allow for multiple values in different languages.
1071
1072 Element Documentation:
1073
1074 (% style="width:1052.29px" %)
1075 |(% style="width:179px" %)**Name**|(% style="width:196px" %)**Type**|(% style="width:674px" %)**Documentation**
1076 |(% style="width:179px" %)SentinelValue|(% style="width:196px" %)SentinelValueType|(% style="width:674px" %)SentinelValue defines a value that has a special meaning within the text format [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]].
1077
1078 **SimpleComponentTextFormatType:** SimpleComponentTextFormatType is a restricted version of the BasicComponentTextFormatType that does not allow for multi-lingual values.
1079
1080 Derivation:
1081 TextFormatType (restriction)
1082 BasicComponentTextFormatType (restriction)
1083 SimpleComponentTextFormatType
1084
1085 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1086 textType?, isSequence?, interval?, startValue?, endValue?, timeInterval?, startTime?, endTime?, minLength?, maxLength?, minValue?, maxValue?, [[decimals>>doc:sdmx:Glossary.Decimals.WebHome]]?, pattern?
1087
1088 Content:
1089 SentinelValue
1090
1091 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1092
1093 (% style="width:1030.29px" %)
1094 |**Name**|**Type**|(% style="width:672px" %)**Documentation**
1095 |textType (default: String)|SimpleDataType|(% style="width:672px" %)The textType [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides a description of the datatype. If it is not specified, any valid characters may be included in the text field (it corresponds to the xs:string datatype of W3C XML Schema) within the [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
1096 |isSequence|xs:boolean|(% style="width:672px" %)The isSequence [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the values are intended to be ordered, and it may work in combination with the interval, startValue, and endValue [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] or the timeInterval, startTime, and endTime, [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]]. If this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a value of true, a start value or time and a numeric or time interval must supplied. If an end value is not given, then the sequence continues indefinitely.
1097 |interval|xs:decimal|(% style="width:672px" %)The interval [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the permitted interval (increment) in a sequence. In order for this to be used, the isSequence [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] must have a value of true.
1098 |startValue|xs:decimal|(% style="width:672px" %)The startValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and interval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a numeric sequence, and indicates the starting point of the sequence. This value is mandatory for a numeric sequence to be expressed.
1099 |endValue|xs:decimal|(% style="width:672px" %)The endValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and interval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a numeric sequence, and indicates that ending point (if any) of the sequence.
1100 |timeInterval|xs:duration|(% style="width:672px" %)The timeInterval [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the permitted duration in a time sequence. In order for this to be used, the isSequence [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] must have a value of true.
1101 |startTime|StandardTimePeriodType|(% style="width:672px" %)The startTime [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and timeInterval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a time sequence, and indicates the start time of the sequence. This value is mandatory for a time sequence to be expressed.
1102 |endTime|StandardTimePeriodType|(% style="width:672px" %)The endTime [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and timeInterval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a time sequence, and indicates that ending point (if any) of the sequence.
1103 |minLength|xs:positiveInteger|(% style="width:672px" %)The minLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the minimum and length of the value in characters.
1104 |maxLength|xs:positiveInteger|(% style="width:672px" %)The maxLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the maximum length of the value in characters.
1105 |minValue|xs:[[decimal>>doc:sdmx:Glossary.Decimals.WebHome]]|(% style="width:672px" %)The minValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for inclusive and exclusive ranges, indicating what the lower bound of the range is. If this is used with an inclusive range, a valid value will be greater than or equal to the value specified here. If the inclusive and exclusive data type is not specified (e.g. this [[facet>>doc:sdmx:Glossary.Facet.WebHome]] is used with an integer data type), the value is assumed to be inclusive.
1106 |maxValue|xs:[[decimal>>doc:sdmx:Glossary.Decimals.WebHome]]|(% style="width:672px" %)The maxValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for inclusive and exclusive ranges, indicating what the upper bound of the range is. If this is used with an inclusive range, a valid value will be less than or equal to the value specified here. If the inclusive and exclusive data type is not specified (e.g. this [[facet>>doc:sdmx:Glossary.Facet.WebHome]] is used with an integer data type), the value is assumed to be inclusive.
1107 |[[decimals>>doc:sdmx:Glossary.Decimals.WebHome]]|xs:positiveInteger|(% style="width:672px" %)The [[decimals>>doc:sdmx:Glossary.Decimals.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the number of characters allowed after the [[decimal>>doc:sdmx:Glossary.Decimals.WebHome]] separator.
1108 |pattern|xs:string|(% style="width:672px" %)The pattern [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds any regular expression permitted in the similar [[facet>>doc:sdmx:Glossary.Facet.WebHome]] in W3C XML Schema.
1109
1110 Element Documentation:
1111
1112 (% style="width:1038.29px" %)
1113 |(% style="width:164px" %)**Name**|(% style="width:201px" %)**Type**|(% style="width:671px" %)**Documentation**
1114 |(% style="width:164px" %)SentinelValue|(% style="width:201px" %)SentinelValueType|(% style="width:671px" %)SentinelValue defines a value that has a special meaning within the text format [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]].
1115
1116 **CodedTextFormatType:** CodedTextFormatType is a restricted version of the SimpleComponentTextFormatType that only allows factets and text types applicable to [[codes>>doc:sdmx:Glossary.Code.WebHome]]. Although the time [[facets>>doc:sdmx:Glossary.Facet.WebHome]] permit any value, an actual [[code>>doc:sdmx:Glossary.Code.WebHome]] identifier does not support the necessary characters for time. Therefore these [[facets>>doc:sdmx:Glossary.Facet.WebHome]] should not contain time in their values.
1117
1118 Derivation:
1119 TextFormatType (restriction)
1120 BasicComponentTextFormatType (restriction)
1121 SimpleComponentTextFormatType (restriction)
1122 CodedTextFormatType
1123
1124 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1125 textType?, isSequence?, interval?, startValue?, endValue?, timeInterval?, startTime?, endTime?, minLength?, maxLength?, minValue?, maxValue?, pattern?
1126
1127 Content:
1128 {Empty}
1129
1130 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1131
1132 (% style="width:1041.29px" %)
1133 |**Name**|**Type**|(% style="width:739px" %)**Documentation**
1134 |textType|CodeDataType|(% style="width:739px" %)The textType [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides a description of the datatype. If it is not specified, any valid characters may be included in the text field (it corresponds to the xs:string datatype of W3C XML Schema) within the [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
1135 |isSequence|xs:boolean|(% style="width:739px" %)The isSequence [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the values are intended to be ordered, and it may work in combination with the interval, startValue, and endValue [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] or the timeInterval, startTime, and endTime, [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]]. If this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a value of true, a start value or time and a numeric or time interval must supplied. If an end value is not given, then the sequence continues indefinitely.
1136 |interval|xs:integer|(% style="width:739px" %)The interval [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the permitted interval (increment) in a sequence. In order for this to be used, the isSequence [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] must have a value of true.
1137 |startValue|xs:integer|(% style="width:739px" %)The startValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and interval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a numeric sequence, and indicates the starting point of the sequence. This value is mandatory for a numeric sequence to be expressed.
1138 |endValue|xs:integer|(% style="width:739px" %)The endValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and interval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a numeric sequence, and indicates that ending point (if any) of the sequence.
1139 |timeInterval|xs:duration|(% style="width:739px" %)The timeInterval [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the permitted duration in a time sequence. In order for this to be used, the isSequence [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] must have a value of true.
1140 |startTime|StandardTimePeriodType|(% style="width:739px" %)The startTime [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and timeInterval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a time sequence, and indicates the start time of the sequence. This value is mandatory for a time sequence to be expressed.
1141 |endTime|StandardTimePeriodType|(% style="width:739px" %)The endTime [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and timeInterval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a time sequence, and indicates that ending point (if any) of the sequence.
1142 |minLength|xs:positiveInteger|(% style="width:739px" %)The minLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the minimum and length of the value in characters.
1143 |maxLength|xs:positiveInteger|(% style="width:739px" %)The maxLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the maximum length of the value in characters.
1144 |minValue|xs:integer|(% style="width:739px" %)The minValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for inclusive and exclusive ranges, indicating what the lower bound of the range is. If this is used with an inclusive range, a valid value will be greater than or equal to the value specified here. If the inclusive and exclusive data type is not specified (e.g. this [[facet>>doc:sdmx:Glossary.Facet.WebHome]] is used with an integer data type), the value is assumed to be inclusive.
1145 |maxValue|xs:integer|(% style="width:739px" %)The maxValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for inclusive and exclusive ranges, indicating what the upper bound of the range is. If this is used with an inclusive range, a valid value will be less than or equal to the value specified here. If the inclusive and exclusive data type is not specified (e.g. this [[facet>>doc:sdmx:Glossary.Facet.WebHome]] is used with an integer data type), the value is assumed to be inclusive.
1146 |pattern|xs:string|(% style="width:739px" %)The pattern [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds any regular expression permitted in the similar [[facet>>doc:sdmx:Glossary.Facet.WebHome]] in W3C XML Schema.
1147
1148 **NonFacetedTextFormatType:** NonFacetedTextFormatType is a restricted version of the SimpleComponentTextFormatType that does not allow for any [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
1149
1150 Derivation:
1151 TextFormatType (restriction)
1152 BasicComponentTextFormatType (restriction)
1153 SimpleComponentTextFormatType (restriction)
1154 NonFacetedTextFormatType
1155
1156 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1157 textType?
1158
1159 Content:
1160 {Empty}
1161
1162 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1163
1164 (% style="width:1030.29px" %)
1165 |**Name**|**Type**|(% style="width:792px" %)**Documentation**
1166 |textType|SimpleDataType|(% style="width:792px" %)The textType [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides a description of the datatype. If it is not specified, any valid characters may be included in the text field (it corresponds to the xs:string datatype of W3C XML Schema) within the [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
1167
1168 **TimeTextFormatType:** TimeTextFormat is a restricted version of the SimpleComponentTextFormatType that only allows time based format and specifies a default ObservationalTimePeriod [[representation>>doc:sdmx:Glossary.Representation.WebHome]] and [[facets>>doc:sdmx:Glossary.Facet.WebHome]] of a start and end time.
1169
1170 Derivation:
1171 TextFormatType (restriction)
1172 BasicComponentTextFormatType (restriction)
1173 SimpleComponentTextFormatType (restriction)
1174 TimeTextFormatType
1175
1176 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1177 textType?, startTime?, endTime?
1178
1179 Content:
1180 SentinelValue
1181
1182 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1183
1184 (% style="width:1052.29px" %)
1185 |(% style="width:231px" %)**Name**|(% style="width:262px" %)**Type**|(% style="width:556px" %)**Documentation**
1186 |(% style="width:231px" %)textType (default: ObservationalTimePeriod)|(% style="width:262px" %)TimeDataType|(% style="width:556px" %)The textType [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides a description of the datatype. If it is not specified, any valid characters may be included in the text field (it corresponds to the xs:string datatype of W3C XML Schema) within the [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
1187 |(% style="width:231px" %)startTime|(% style="width:262px" %)StandardTimePeriodType|(% style="width:556px" %)The startTime [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and timeInterval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a time sequence, and indicates the start time of the sequence. This value is mandatory for a time sequence to be expressed.
1188 |(% style="width:231px" %)endTime|(% style="width:262px" %)StandardTimePeriodType|(% style="width:556px" %)The endTime [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and timeInterval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a time sequence, and indicates that ending point (if any) of the sequence.
1189
1190 Element Documentation:
1191
1192 (% style="width:1013.29px" %)
1193 |**Name**|(% style="width:269px" %)**Type**|(% style="width:516px" %)**Documentation**
1194 |SentinelValue|(% style="width:269px" %)SentinelValueType|(% style="width:516px" %)SentinelValue defines a value that has a special meaning within the text format [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]].
1195
1196 **//CategorisationBaseType//:** CategorisationBaseType defines the base refinement of the CategorisationType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
1197
1198 Derivation:
1199 AnnotableType (extension)
1200 IdentifiableType (extension)
1201 NameableType (extension)
1202 VersionableType (restriction)
1203 MaintainableBaseType (extension)
1204 MaintainableType (restriction)
1205 CategorisationBaseType
1206
1207 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1208 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
1209
1210 Content:
1211 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
1212
1213 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1214
1215 (% style="width:1086.29px" %)
1216 |**Name**|**Type**|(% style="width:704px" %)**Documentation**
1217 |id|IDType|(% style="width:704px" %)The id is the identifier for the object.
1218 |urn|CategorisationUrnType|(% style="width:704px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1219 |uri|xs:anyURI|(% style="width:704px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1220 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|(% style="width:704px" %)This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
1221 |validFrom|xs:dateTime|(% style="width:704px" %)The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1222 |validTo|xs:dateTime|(% style="width:704px" %)The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1223 |agencyID|NestedNCNameIDType|(% style="width:704px" %)The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1224 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|(% style="width:704px" %)The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
1225 |serviceURL|xs:anyURI|(% style="width:704px" %)The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
1226 |structureURL|xs:anyURI|(% style="width:704px" %)The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
1227 |isPartialLanguage (default: false)|xs:boolean|(% style="width:704px" %)The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
1228
1229 Element Documentation:
1230
1231 |**Name**|**Type**|**Documentation**
1232 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1233 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1234 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1235 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1236
1237 **CategorisationType:** CategorisationType is defines the structure for a categorisation. A source object is referenced via an object reference and the target [[category>>doc:sdmx:Glossary.Category.WebHome]] is referenced via the target [[category>>doc:sdmx:Glossary.Category.WebHome]].
1238
1239 Derivation:
1240 AnnotableType (extension)
1241 IdentifiableType (extension)
1242 NameableType (extension)
1243 VersionableType (restriction)
1244 MaintainableBaseType (extension)
1245 MaintainableType (restriction)
1246 CategorisationBaseType (extension)
1247 CategorisationType
1248
1249 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1250 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
1251
1252 Content:
1253 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, (Source, Target)?
1254
1255 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1256
1257 |**Name**|**Type**|**Documentation**
1258 |id|IDType|The id is the identifier for the object.
1259 |urn|CategorisationUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1260 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1261 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
1262 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1263 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1264 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1265 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
1266 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
1267 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same (% style="color:#e74c3c" %)version(%%) as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
1268 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
1269
1270 Element Documentation:
1271
1272 |**Name**|**Type**|**Documentation**
1273 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1274 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1275 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1276 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1277 |Source|UrnReferenceType|Source is a reference to an object to be categorized.
1278 |Target|CategoryReferenceType|Target is reference to the [[category>>doc:sdmx:Glossary.Category.WebHome]] that the referenced object is to be mapped to.
1279
1280 **CategorySchemeType:** CategorySchemeType describes the structure of a [[category scheme>>doc:sdmx:Glossary.Category scheme.WebHome]]. A [[category scheme>>doc:sdmx:Glossary.Category scheme.WebHome]] is the descriptive information for an arrangement or division of [[categories>>doc:sdmx:Glossary.Category.WebHome]] into groups based on characteristics, which the objects have in common. This provides for a simple, leveled [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] or [[categories>>doc:sdmx:Glossary.Category.WebHome]].
1281
1282 Derivation:
1283 AnnotableType (extension)
1284 IdentifiableType (extension)
1285 NameableType (extension)
1286 VersionableType (restriction)
1287 MaintainableBaseType (extension)
1288 MaintainableType (restriction)
1289 ItemSchemeType (restriction)
1290 CategorySchemeType
1291
1292 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1293 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
1294
1295 Content:
1296 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, [[Category>>doc:sdmx:Glossary.Category.WebHome]]
1297
1298 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1299
1300 |**Name**|**Type**|**Documentation**
1301 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds the identification of the [[category scheme>>doc:sdmx:Glossary.Category scheme.WebHome]]. The type of this id is restricted to the common:NCNNameIDType. This is necessary, since the [[category scheme>>doc:sdmx:Glossary.Category scheme.WebHome]] may be used to create simple types in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
1302 |urn|CategorySchemeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1303 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1304 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
1305 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1306 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1307 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1308 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
1309 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
1310 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
1311 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
1312 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a constraint.
1313
1314 Element Documentation:
1315
1316 |**Name**|**Type**|**Documentation**
1317 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1318 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1319 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1320 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1321 |[[Category>>doc:sdmx:Glossary.Category.WebHome]]|CategoryType|[[Category>>doc:sdmx:Glossary.Category.WebHome]] represents a set of nested [[categories>>doc:sdmx:Glossary.Category.WebHome]] which describe a simple classification [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]].
1322
1323 **CategoryType:** CategoryType describes the details of a [[category>>doc:sdmx:Glossary.Category.WebHome]]. A [[category>>doc:sdmx:Glossary.Category.WebHome]] is defined as an item at any [[level>>doc:sdmx:Glossary.Level.WebHome]] in a classification. The [[Category>>doc:sdmx:Glossary.Category.WebHome]] element represents a set of nested [[categories>>doc:sdmx:Glossary.Category.WebHome]] which are child [[categories>>doc:sdmx:Glossary.Category.WebHome]].
1324
1325 Derivation:
1326 AnnotableType (extension)
1327 IdentifiableType (extension)
1328 NameableType (restriction)
1329 ItemBaseType (extension)
1330 ItemType (restriction)
1331 CategoryType
1332
1333 Attributes:
1334 id, urn?, uri?
1335
1336 Content:
1337 Annotations?, Link*, Name+, Description*, Category\*
1338
1339 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1340
1341 |**Name**|**Type**|**Documentation**
1342 |id|IDType|The id is the identifier for the object.
1343 |urn|CategoryUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1344 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1345
1346 Element Documentation:
1347
1348 |**Name**|**Type**|**Documentation**
1349 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1350 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1351 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1352 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1353 |[[Category>>doc:sdmx:Glossary.Category.WebHome]]|CategoryType|[[Category>>doc:sdmx:Glossary.Category.WebHome]] represents a set of nested [[categories>>doc:sdmx:Glossary.Category.WebHome]] which describe a simple classification hierarchy.
1354
1355 //**CodelistBaseType:**// CodelistType defines the structure of a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. A [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is defined as a list from which some statistical [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] (coded [[concepts>>doc:sdmx:Glossary.Concept.WebHome]]) take their values.
1356
1357 Derivation:
1358 AnnotableType (extension)
1359 IdentifiableType (extension)
1360 NameableType (extension)
1361 VersionableType (restriction)
1362 MaintainableBaseType (extension)
1363 MaintainableType (restriction)
1364 ItemSchemeType (restriction)
1365 CodelistBaseType
1366
1367 Attributes:
1368 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
1369
1370 Content:
1371 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, ([[Code>>doc:sdmx:Glossary.Code.WebHome]] | GeoFeatureSetCode | GeoGridCode)
1372
1373 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1374
1375 (% style="width:1187.29px" %)
1376 |**Name**|**Type**|(% style="width:806px" %)**Documentation**
1377 |id|NCNameIDType|(% style="width:806px" %)The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds the identification of the [[code list>>doc:sdmx:Glossary.Code list.WebHome]]. The type of this id is restricted to the common:NCNNameIDType. This is necessary, since the [[code list>>doc:sdmx:Glossary.Code list.WebHome]] may be used to create simple types in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
1378 |urn|CodelistUrnType|(% style="width:806px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1379 |uri|xs:anyURI|(% style="width:806px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1380 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|(% style="width:806px" %)This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
1381 |validFrom|xs:dateTime|(% style="width:806px" %)The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1382 |validTo|xs:dateTime|(% style="width:806px" %)The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1383 |agencyID|NestedNCNameIDType|(% style="width:806px" %)The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1384 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|(% style="width:806px" %)The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
1385 |serviceURL|xs:anyURI|(% style="width:806px" %)The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
1386 |structureURL|xs:anyURI|(% style="width:806px" %)The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
1387 |isPartialLanguage (default: false)|xs:boolean|(% style="width:806px" %)The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
1388 |isPartial (default: false)|xs:boolean|(% style="width:806px" %)The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a constraint.
1389
1390 Element Documentation:
1391
1392 |**Name**|**Type**|**Documentation**
1393 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1394 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1395 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1396 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1397 |[[Code>>doc:sdmx:Glossary.Code.WebHome]]|CodeType|[[Code>>doc:sdmx:Glossary.Code.WebHome]] describes a [[code>>doc:sdmx:Glossary.Code.WebHome]] in a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. In addition to the identification and description of the [[code>>doc:sdmx:Glossary.Code.WebHome]], basic presentational information is also available. Presentational information not present may be added through the use of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]].
1398
1399 **CodelistType:**
1400
1401 Derivation:
1402 AnnotableType (extension)
1403 IdentifiableType (extension)
1404 NameableType (extension)
1405 VersionableType (restriction)
1406 MaintainableBaseType (extension)
1407 MaintainableType (restriction)
1408 ItemSchemeType (restriction)
1409 CodelistBaseType (extension)
1410 CodelistType
1411
1412 Attributes:
1413 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
1414
1415 Content:
1416 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, ([[Code>>doc:sdmx:Glossary.Code.WebHome]] | GeoFeatureSetCode | GeoGridCode)*, CodelistExtension
1417
1418 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1419
1420 |**Name**|**Type**|**Documentation**
1421 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds the identification of the [[code list>>doc:sdmx:Glossary.Code list.WebHome]]. The type of this id is restricted to the common:NCNNameIDType. This is necessary, since the [[code list>>doc:sdmx:Glossary.Code list.WebHome]] may be used to create simple types in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
1422 |urn|CodelistUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1423 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1424 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
1425 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1426 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1427 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1428 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
1429 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
1430 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
1431 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
1432 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a constraint.
1433
1434 Element Documentation:
1435
1436 |**Name**|**Type**|**Documentation**
1437 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1438 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1439 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1440 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1441 |[[Code>>doc:sdmx:Glossary.Code.WebHome]]|CodeType|[[Code>>doc:sdmx:Glossary.Code.WebHome]] describes a [[code>>doc:sdmx:Glossary.Code.WebHome]] in a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. In addition to the identification and description of the [[code>>doc:sdmx:Glossary.Code.WebHome]], basic presentational information is also available. Presentational information not present may be added through the use of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]].**Substitutions:** GeoFeatureSetCode, GeoGridCode
1442 |CodelistExtension|CodelistExtensionType|CodelistExtension allows for the extension of [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] by referencing the [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] to be extended and providing inclusion/exclusion rules for selecting the [[codes>>doc:sdmx:Glossary.Code.WebHome]] to extend. The order of these is important as it is indicates the order of precedence of the extended [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] for conflict resolution of [[codes>>doc:sdmx:Glossary.Code.WebHome]]. However, the prefix property can be used to ensure uniqueness of inherited [[codes>>doc:sdmx:Glossary.Code.WebHome]] in the extending [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], in case conflicting [[codes>>doc:sdmx:Glossary.Code.WebHome]] must be included.
1443
1444 **CodeType:** CodeType describes the structure of a [[code>>doc:sdmx:Glossary.Code.WebHome]]. A [[code>>doc:sdmx:Glossary.Code.WebHome]] is defined as a language independent set of letters, numbers or symbols that represent a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] whose meaning is described in a natural language. Presentational information not present may be added through the use of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]].
1445
1446 Derivation:
1447 AnnotableType (extension)
1448 IdentifiableType (extension)
1449 NameableType (restriction)
1450 ItemBaseType (extension)
1451 ItemType (restriction)
1452 CodeType
1453
1454 Attributes:
1455 id, urn?, uri?
1456
1457 Content:
1458 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Parent?
1459
1460 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1461
1462 |**Name**|**Type**|**Documentation**
1463 |id|IDType|The id is the identifier for the object.
1464 |urn|CodeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1465 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1466
1467 Element Documentation:
1468
1469 |**Name**|**Type**|**Documentation**
1470 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1471 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1472 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms. It may be used in place of a short description.
1473 |Description|TextType|Description provides a plain text, human-readable description of the [[code>>doc:sdmx:Glossary.Code.WebHome]]. This may be provided in multiple, parallel language-equivalent forms.
1474 |Parent|SingleNCNameIDType|Parent provides the ability to describe simple [[hierarchies>>doc:sdmx:Glossary.Hierarchy.WebHome]] within a single [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], by referencing the id value of another [[code>>doc:sdmx:Glossary.Code.WebHome]] in the same [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
1475
1476 **CodelistExtensionType:** CodelistExtensionType defines the structure of a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] to be extended by the [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] defining the extension. It provides a reference to the extended [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] and selection criteria to indicate the [[codes>>doc:sdmx:Glossary.Code.WebHome]] to be included in the extending [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
1477
1478 Attributes:
1479 prefix?
1480
1481 Content:
1482 [[Codelist>>doc:sdmx:Glossary.Code list.WebHome]], (InclusiveCodeSelection|ExclusiveCodeSelection)?
1483
1484 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1485
1486 |**Name**|**Type**|**Documentation**
1487 |prefix|xs:string|A reference to a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] may contain a prefix. If a prefix is provided, this prefix will be applied to all the [[codes>>doc:sdmx:Glossary.Code.WebHome]] in the [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] before they are imported into the extended [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
1488
1489 Element Documentation:
1490
1491 |**Name**|**Type**|**Documentation**
1492 |[[Codelist>>doc:sdmx:Glossary.Code list.WebHome]]|CodelistReferenceType|
1493 |InclusiveCodeSelection|CodeSelectionType|Selection of [[codes>>doc:sdmx:Glossary.Code.WebHome]] from the referenced (extended) [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] to be included in the extending [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
1494 |ExclusiveCodeSelection|CodeSelectionType|Selection of [[codes>>doc:sdmx:Glossary.Code.WebHome]] from the referenced (extended) [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] to be excluded in the extending [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
1495
1496 **CodeSelectionType:** CodeSelectionType defines the structure for [[code>>doc:sdmx:Glossary.Code.WebHome]] selection to be used as inclusive or exclusive extensions.
1497
1498 Content:
1499 MemberValue+
1500
1501 Element Documentation:
1502
1503 (% style="width:1157.29px" %)
1504 |**Name**|**Type**|(% style="width:888px" %)**Documentation**
1505 |MemberValue|MemberValueType|(% style="width:888px" %)An explicit or wildcard selection of a [[code>>doc:sdmx:Glossary.Code.WebHome]](s) from the [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] selected for inclusion/exclusion. If a wildcard expression is used, it is evaluated to determine [[codes>>doc:sdmx:Glossary.Code.WebHome]] selected for inclusion/exclusion. Otherwise, each [[member value>>doc:sdmx:Glossary.Member value.WebHome]] is a distinct [[code>>doc:sdmx:Glossary.Code.WebHome]]. If the extended list is hierarchical, this can indicate whether child [[codes>>doc:sdmx:Glossary.Code.WebHome]] are to be included.
1506
1507 **MemberValueType:** Allows for a ditinct reference or a wildcard expression for selecting [[codes>>doc:sdmx:Glossary.Code.WebHome]] from a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
1508
1509 Derivation:
1510
1511 xs:anySimpleType (restriction)
1512 xs:string (restriction)
1513 WildcardedMemberValueType (extension)
1514 MemberValueType
1515
1516 Attributes:
1517 cascadeValues?
1518
1519 Content:
1520
1521 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1522
1523 (% style="width:1118.29px" %)
1524 |**Name**|**Type**|(% style="width:810px" %)**Documentation**
1525 |cascadeValues|CascadeSelectionType|(% style="width:810px" %)Indicates whether child [[codes>>doc:sdmx:Glossary.Code.WebHome]] should be selected when the [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is hierarchical. Possible values are true (include the selected and child [[codes>>doc:sdmx:Glossary.Code.WebHome]]), false (only include the selected [[code>>doc:sdmx:Glossary.Code.WebHome]](s)), and excluderoot (include the children but not the selected [[code>>doc:sdmx:Glossary.Code.WebHome]](s)).
1526
1527 //**GeoCodelistBaseType:**// GeoCodelistBaseType is an abstract base refinement of a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] that restricts the cods to be derived from the abstract GeoRefCode.
1528
1529 Derivation:
1530 AnnotableType (extension)
1531 IdentifiableType (extension)
1532 NameableType (extension)
1533 VersionableType (restriction)
1534 MaintainableBaseType (extension)
1535 MaintainableType (restriction)
1536 ItemSchemeType (restriction)
1537 CodelistBaseType (extension)
1538 CodelistType (restriction)
1539 GeoCodelistBaseType
1540
1541 Attributes:
1542 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
1543
1544 Content:
1545 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, GeoRefCode, CodelistExtension
1546
1547 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1548
1549 |**Name**|**Type**|**Documentation**
1550 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds the identification of the [[code list>>doc:sdmx:Glossary.Code list.WebHome]]. The type of this id is restricted to the common:NCNNameIDType. This is necessary, since the [[code list>>doc:sdmx:Glossary.Code list.WebHome]] may be used to create simple types in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
1551 |urn|CodelistUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1552 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1553 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
1554 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1555 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1556 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1557 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
1558 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
1559 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
1560 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
1561 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a constraint.
1562
1563 Element Documentation:
1564
1565 (% style="width:1109.29px" %)
1566 |**Name**|**Type**|(% style="width:781px" %)**Documentation**
1567 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:781px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1568 |Link|LinkType|(% style="width:781px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1569 |Name|TextType|(% style="width:781px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1570 |Description|TextType|(% style="width:781px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1571 |//GeoRefCode//|//GeoRefCodeType//|(% style="width:781px" %)GeoRefCode is the abstract base from which specific types of geographic [[codes>>doc:sdmx:Glossary.Code.WebHome]] will be derived.
1572 |CodelistExtension|CodelistExtensionType|(% style="width:781px" %)CodelistExtension allows for the extension of [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] by referencing the [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] to be extended and providing inclusion/exclusion rules for selecting the [[codes>>doc:sdmx:Glossary.Code.WebHome]] to extend. The order of these is important as it is indicates the order of precedence of the extended [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] for conflict resolution of [[codes>>doc:sdmx:Glossary.Code.WebHome]]. However, the prefix property can be used to ensure uniqueness of inherited [[codes>>doc:sdmx:Glossary.Code.WebHome]] in the extending [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], in case conflicting [[codes>>doc:sdmx:Glossary.Code.WebHome]] must be included.
1573
1574 **//GeoCodelistType//:** GeoCodelistType is an abstract refinement of a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] from which specific types of geographic [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] will be derived.
1575
1576 Derivation:
1577 AnnotableType (extension)
1578 IdentifiableType (extension)
1579 NameableType (extension)
1580 VersionableType (restriction)
1581 MaintainableBaseType (extension)
1582 MaintainableType (restriction)
1583 ItemSchemeType (restriction)
1584 CodelistBaseType (extension)
1585 CodelistType (restriction)
1586 GeoCodelistBaseType (extension)
1587 GeoCodelistType
1588
1589 Attributes:
1590 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, geoType
1591
1592 Content:
1593 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, GeoRefCode, CodelistExtension
1594
1595 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1596
1597 |**Name**|**Type**|**Documentation**
1598 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds the identification of the [[code list>>doc:sdmx:Glossary.Code list.WebHome]]. The type of this id is restricted to the common:NCNNameIDType. This is necessary, since the [[code list>>doc:sdmx:Glossary.Code list.WebHome]] may be used to create simple types in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
1599 |urn|CodelistUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1600 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1601 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
1602 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1603 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1604 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1605 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
1606 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
1607 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
1608 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
1609 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
1610 |geoType|GeoCodelistTypeType|The type of geographic [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. The will be refined and provided a fixed value in the specific geographic [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] type implementations.
1611
1612 Element Documentation:
1613
1614 |**Name**|**Type**|**Documentation**
1615 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1616 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1617 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1618 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1619 |//GeoRefCode//|//GeoRefCodeType//|GeoRefCode is the abstract base from which specific types of geographic [[codes>>doc:sdmx:Glossary.Code.WebHome]] will be derived.
1620 |CodelistExtension|CodelistExtensionType|CodelistExtension allows for the extension of [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] by referencing the [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] to be extended and providing inclusion/exclusion rules for selecting the [[codes>>doc:sdmx:Glossary.Code.WebHome]] to extend. The order of these is important as it is indicates the order of precedence of the extended [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] for conflict resolution of [[codes>>doc:sdmx:Glossary.Code.WebHome]]. However, the prefix property can be used to ensure uniqueness of inherited [[codes>>doc:sdmx:Glossary.Code.WebHome]] in the extending [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], in case conflicting [[codes>>doc:sdmx:Glossary.Code.WebHome]] must be included.
1621
1622 **GeoRefCodeType:** GeoRefCodeType is the abstract base type defining the structure of geographic [[codes>>doc:sdmx:Glossary.Code.WebHome]].
1623
1624 Derivation:
1625 AnnotableType (extension)
1626 IdentifiableType (extension)
1627 NameableType (restriction)
1628 ItemBaseType (extension)
1629 ItemType (restriction)
1630 CodeType (extension)
1631 GeoRefCodeType
1632
1633 Attributes:
1634 id, urn?, uri?
1635
1636 Content:
1637 Annotations?, Link*, Name+, Description*, Parent?
1638
1639 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1640
1641 |**Name**|**Type**|**Documentation**
1642 |id|IDType|The id is the identifier for the object.
1643 |urn|CodeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1644 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1645
1646 Element Documentation:
1647
1648 |**Name**|**Type**|**Documentation**
1649 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1650 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1651 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms. It may be used in place of a short description.
1652 |Description|TextType|Description provides a plain text, human-readable description of the [[code>>doc:sdmx:Glossary.Code.WebHome]]. This may be provided in multiple, parallel language-equivalent forms.
1653 |Parent|SingleNCNameIDType|Parent provides the ability to describe simple [[hierarchies>>doc:sdmx:Glossary.Hierarchy.WebHome]] within a single [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], by referencing the id value of another [[code>>doc:sdmx:Glossary.Code.WebHome]] in the same [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
1654
1655 **GeographicCodelistType:** GeographicCodelistType defines the sturcture of a geographic [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. It comprises a set of GeoFeatureSetCodes, by adding a value in the [[Code>>doc:sdmx:Glossary.Code.WebHome]] that follows a pattern to represent a geo feature set.
1656
1657 Derivation:
1658 AnnotableType (extension)
1659 IdentifiableType (extension)
1660 NameableType (extension)
1661 VersionableType (restriction)
1662 MaintainableBaseType (extension)
1663 MaintainableType (restriction)
1664 ItemSchemeType (restriction)
1665 CodelistBaseType (extension)
1666 CodelistType (restriction)
1667 GeoCodelistBaseType (extension)
1668 GeoCodelistType (restriction)
1669 GeographicCodelistType
1670
1671 Attributes:
1672 id, urn?, uri?, version?, validFrom?, validTo?, agencyID, isPartialLanguage?, isExternalReference?, serviceURL?, structureURL?, isPartial?, geoType
1673
1674 Content:
1675 Annotations?, Link*, Name+, Description*, GeoFeatureSetCode\*, CodelistExtension
1676
1677 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1678
1679 |**Name**|**Type**|**Documentation**
1680 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds the identification of the [[code list>>doc:sdmx:Glossary.Code list.WebHome]]. The type of this id is restricted to the common:NCNNameIDType. This is necessary, since the [[code list>>doc:sdmx:Glossary.Code list.WebHome]] may be used to create simple types in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
1681 |urn|CodelistUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1682 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1683 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
1684 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1685 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1686 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1687 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
1688 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
1689 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
1690 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
1691 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a constraint.
1692 |geoType (fixed: GeographicCodelist)|GeoCodelistTypeType|The type of geographic [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. The will be refined and provided a fixed value in the specific geographic [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] type implementations.
1693
1694 Element Documentation:
1695
1696 |**Name**|**Type**|**Documentation**
1697 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1698 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1699 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1700 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1701 |GeoFeatureSetCode|GeoFeatureSetCodeType|Is a geographic [[code>>doc:sdmx:Glossary.Code.WebHome]] in a geographic [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. It adds a value to a [[code>>doc:sdmx:Glossary.Code.WebHome]] that folows a pattern to represent a geo feature set.
1702 |CodelistExtension|CodelistExtensionType|CodelistExtension allows for the extension of [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] by referencing the [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] to be extended and providing inclusion/exclusion rules for selecting the [[codes>>doc:sdmx:Glossary.Code.WebHome]] to extend. The order of these is important as it is indicates the order of precedence of the extended [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] for conflict resolution of [[codes>>doc:sdmx:Glossary.Code.WebHome]]. However, the prefix property can be used to ensure uniqueness of inherited [[codes>>doc:sdmx:Glossary.Code.WebHome]] in the extending [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], in case conflicting [[codes>>doc:sdmx:Glossary.Code.WebHome]] must be included.
1703
1704 **GeoFeatureSetCodeType:** GeoFeatureSetCodeType defines the structure of a geogrphic [[code>>doc:sdmx:Glossary.Code.WebHome]].
1705
1706 Derivation:
1707 AnnotableType (extension)
1708 IdentifiableType (extension)
1709 NameableType (restriction)
1710 ItemBaseType (extension)
1711 ItemType (restriction)
1712 CodeType (extension)
1713 GeoRefCodeType (extension)
1714 GeoFeatureSetCodeType
1715
1716 Attributes:
1717 id, urn?, uri?, value
1718
1719 Content:
1720 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Parent?
1721
1722 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1723
1724 |**Name**|**Type**|**Documentation**
1725 |id|IDType|The id is the identifier for the object.
1726 |urn|CodeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1727 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1728 |value|xs:string|The geo feature set of the [[Code>>doc:sdmx:Glossary.Code.WebHome]], which represents a set of points defining a feature in a format defined a predefined pattern (see section 6).
1729
1730 Element Documentation:
1731
1732 |**Name**|**Type**|**Documentation**
1733 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1734 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1735 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms. It may be used in place of a short description.
1736 |Description|TextType|Description provides a plain text, human-readable description of the [[code>>doc:sdmx:Glossary.Code.WebHome]]. This may be provided in multiple, parallel language-equivalent forms.
1737 |Parent|SingleNCNameIDType|Parent provides the ability to describe simple [[hierarchies>>doc:sdmx:Glossary.Hierarchy.WebHome]] within a single [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], by referencing the id value of another [[code>>doc:sdmx:Glossary.Code.WebHome]] in the same [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
1738
1739 //**GeoGridCodelistBaseType:**// GeoGridCodelistBaseType is the abstract base refinement for a geographic grid [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
1740
1741 Derivation:
1742 AnnotableType (extension)
1743 IdentifiableType (extension)
1744 NameableType (extension)
1745 VersionableType (restriction)
1746 MaintainableBaseType (extension)
1747 MaintainableType (restriction)
1748 ItemSchemeType (restriction)
1749 CodelistBaseType (extension)
1750 CodelistType (restriction)
1751 GeoCodelistBaseType (extension)
1752 GeoCodelistType (restriction)
1753 GeoGridCodelistBaseType
1754
1755 Attributes:
1756 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, geoType
1757
1758 Content:
1759 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, GeoGridCode*, CodelistExtension
1760
1761 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1762
1763 |**Name**|**Type**|**Documentation**
1764 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds the identification of the [[code list>>doc:sdmx:Glossary.Code list.WebHome]]. The type of this id is restricted to the common:NCNNameIDType. This is necessary, since the [[code list>>doc:sdmx:Glossary.Code list.WebHome]] may be used to create simple types in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
1765 |urn|CodelistUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1766 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1767 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
1768 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1769 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1770 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1771 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
1772 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
1773 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
1774 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
1775 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a constraint.
1776 |geoType (fixed: GeoGridCodelist)|GeoCodelistTypeType|The type of geographic [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. The will be refined and provided a fixed value in the specific geographic [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] type implementations.
1777
1778 Element Documentation:
1779
1780 |**Name**|**Type**|**Documentation**
1781 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1782 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1783 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1784 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1785 |GeoGridCode|GeoGridCodeType|GeoGridCode is a [[code>>doc:sdmx:Glossary.Code.WebHome]] the represents a geographic grid cell that belongs to a specific grid definition.
1786 |CodelistExtension|CodelistExtensionType|CodelistExtension allows for the extension of [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] by referencing the [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] to be extended and providing inclusion/exclusion rules for selecting the [[codes>>doc:sdmx:Glossary.Code.WebHome]] to extend. The order of these is important as it is indicates the order of precedence of the extended [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] for conflict resolution of [[codes>>doc:sdmx:Glossary.Code.WebHome]]. However, the prefix property can be used to ensure uniqueness of inherited [[codes>>doc:sdmx:Glossary.Code.WebHome]] in the extending [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], in case conflicting [[codes>>doc:sdmx:Glossary.Code.WebHome]] must be included.
1787
1788 **GeoGridCodelistType:** GeoGridCodelistType defines the structure of a geographic grid [[code list>>doc:sdmx:Glossary.Code list.WebHome]]. These define a geographical grid composed of cells representing regular squared portions of the Earth.
1789
1790 Derivation:
1791 AnnotableType (extension)
1792 IdentifiableType (extension)
1793 NameableType (extension)
1794 VersionableType (restriction)
1795 MaintainableBaseType (extension)
1796 MaintainableType (restriction)
1797 ItemSchemeType (restriction)
1798 CodelistBaseType (extension)
1799 CodelistType (restriction)
1800 GeoCodelistBaseType (extension)
1801 GeoCodelistType (restriction)
1802 GeoGridCodelistBaseType (extension)
1803 GeoGridCodelistType
1804
1805 Attributes:
1806 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, geoType
1807
1808 Content:
1809 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, GeoGridCode*, CodelistExtension*, GridDefinition
1810
1811 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1812
1813 |**Name**|**Type**|**Documentation**
1814 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds the identification of the [[code list>>doc:sdmx:Glossary.Code list.WebHome]]. The type of this id is restricted to the common:NCNNameIDType. This is necessary, since the [[code list>>doc:sdmx:Glossary.Code list.WebHome]] may be used to create simple types in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
1815 |urn|CodelistUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1816 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1817 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
1818 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1819 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1820 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1821 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
1822 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
1823 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same (% style="color:#e74c3c" %)version(%%) as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
1824 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
1825 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a constraint.
1826 |geoType (fixed: GeoGridCodelist)|GeoCodelistTypeType|The type of geographic [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. The will be refined and provided a fixed value in the specific geographic [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] type implementations.
1827
1828 Element Documentation:
1829
1830 |**Name**|**Type**|**Documentation**
1831 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1832 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1833 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1834 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1835 |GeoGridCode|GeoGridCodeType|GeoGridCode is a [[code>>doc:sdmx:Glossary.Code.WebHome]] the represents a geographic grid cell that belongs to a specific grid definition.
1836 |CodelistExtension|CodelistExtensionType|CodelistExtension allows for the extension of [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] by referencing the [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] to be extended and providing inclusion/exclusion rules for selecting the [[codes>>doc:sdmx:Glossary.Code.WebHome]] to extend. The order of these is important as it is indicates the order of precedence of the extended [[codelists>>doc:sdmx:Glossary.Code list.WebHome]] for conflict resolution of [[codes>>doc:sdmx:Glossary.Code.WebHome]]. However, the prefix property can be used to ensure uniqueness of inherited [[codes>>doc:sdmx:Glossary.Code.WebHome]] in the extending [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], in case conflicting [[codes>>doc:sdmx:Glossary.Code.WebHome]] must be included.
1837 |GridDefinition|xs:string|Contains a regular expression string corresponding to the grid definition for the GeoGrid [[Codelist>>doc:sdmx:Glossary.Code list.WebHome]].
1838
1839 **GeoGridCodeType:** GeoGridCodeType defines the structure of a geographic grid cell.
1840
1841 Derivation:
1842 AnnotableType (extension)
1843 IdentifiableType (extension)
1844 NameableType (restriction)
1845 ItemBaseType (extension)
1846 ItemType (restriction)
1847 CodeType (extension)
1848 GeoRefCodeType (extension)
1849 GeoGridCodeType
1850
1851 Attributes:
1852 id, urn?, uri?
1853
1854 Content:
1855 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Parent?, GeoCell
1856
1857 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1858
1859 |**Name**|**Type**|**Documentation**
1860 |id|IDType|The id is the identifier for the object.
1861 |urn|CodeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1862 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1863
1864 Element Documentation:
1865
1866 |**Name**|**Type**|**Documentation**
1867 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1868 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1869 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms. It may be used in place of a short description.
1870 |Description|TextType|Description provides a plain text, human-readable description of the [[code>>doc:sdmx:Glossary.Code.WebHome]]. This may be provided in multiple, parallel language-equivalent forms.
1871 |Parent|SingleNCNameIDType|Parent provides the ability to describe simple [[hierarchies>>doc:sdmx:Glossary.Hierarchy.WebHome]] within a single [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], by referencing the id value of another [[code>>doc:sdmx:Glossary.Code.WebHome]] in the same [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
1872 |GeoCell|xs:string|The value used to assign the [[Code>>doc:sdmx:Glossary.Code.WebHome]] to one cell in the grid.
1873
1874 **//ValueListBaseType//:** ValueListBaseType defines the base refinement of the ValueListType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
1875
1876 Derivation:
1877 AnnotableType (extension)
1878 IdentifiableType (extension)
1879 NameableType (extension)
1880 VersionableType (restriction)
1881 MaintainableBaseType (extension)
1882 MaintainableType (restriction)
1883 ValueListBaseType
1884
1885 Attributes:
1886 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
1887
1888 Content:
1889 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
1890
1891 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1892
1893 |**Name**|**Type**|**Documentation**
1894 |id|IDType|The id is the identifier for the object.
1895 |urn|ValueListUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1896 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1897 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
1898 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1899 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1900 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1901 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
1902 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
1903 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same (% style="color:#e74c3c" %)version(%%) as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
1904 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
1905
1906 Element Documentation:
1907
1908 |**Name**|**Type**|**Documentation**
1909 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1910 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1911 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1912 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1913
1914 **ValueListType:** ValueListType defines the structure of value list. These represent a closed set of values the can occur for a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], [[measure>>doc:sdmx:Glossary.Measure.WebHome]], or [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]. These may be values, or values with names and descriptions (similar to a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]).
1915
1916 Derivation:
1917 AnnotableType (extension)
1918 IdentifiableType (extension)
1919 NameableType (extension)
1920 VersionableType (restriction)
1921 MaintainableBaseType (extension)
1922 MaintainableType (restriction)
1923 ValueListBaseType (extension)
1924 ValueListType
1925
1926 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1927 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
1928
1929 Content:
1930 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, ValueItem
1931
1932 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1933
1934 |**Name**|**Type**|**Documentation**
1935 |id|IDType|The id is the identifier for the object.
1936 |urn|ValueListUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
1937 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
1938 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
1939 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1940 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
1941 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1942 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
1943 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
1944 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
1945 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
1946
1947 Element Documentation:
1948
1949 |**Name**|**Type**|**Documentation**
1950 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1951 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
1952 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1953 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1954 |ValueItem|ValueItemType|
1955
1956 **ValueItemType:** ValueItemType defines the structure of a value item. A value must be provided, and a longer name and description can be provided to provide additiona meaning to the value (similar to a [[code>>doc:sdmx:Glossary.Code.WebHome]] in a [[code>>doc:sdmx:Glossary.Code.WebHome]] list).
1957
1958 Derivation:
1959 AnnotableType (extension)
1960 ValueItemType
1961
1962 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1963 id
1964
1965 Content:
1966 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Name*, Description
1967
1968 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1969
1970 |**Name**|**Type**|**Documentation**
1971 |id|xs:string|
1972
1973 Element Documentation:
1974
1975 |**Name**|**Type**|**Documentation**
1976 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
1977 |Name|TextType|Name is a reusable element, used for providing a human-readable name for an object.
1978 |Description|TextType|Description is a reusable element, used for providing a longer human-readable description of an object.
1979
1980 **ConceptSchemeType:** ConceptSchemeType describes the structure of a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. A [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]] is the descriptive information for an arrangement or division of (% style="color:#e74c3c" %)concepts(%%) into groups based on characteristics, which the objects have in common. It contains a collection of [[concept>>doc:sdmx:Glossary.Concept.WebHome]] definitions, that may be arranged in simple hierarchies.
1981
1982 Derivation:
1983 AnnotableType (extension)
1984 IdentifiableType (extension)
1985 NameableType (extension)
1986 VersionableType (restriction)
1987 MaintainableBaseType (extension)
1988 MaintainableType (restriction)
1989 ItemSchemeType (restriction)
1990 ConceptSchemeType
1991
1992 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1993
1994 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
1995
1996 Content:
1997 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, [[Concept>>doc:sdmx:Glossary.Concept.WebHome]]
1998
1999 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2000
2001 |**Name**|**Type**|**Documentation**
2002 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds the identification of the [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The type of this id is restricted to the common:NCNNameIDType. This is necessary, since the [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]] may be used to create simple types in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
2003 |urn|ConceptSchemeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
2004 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
2005 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
2006 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2007 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2008 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
2009 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
2010 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
2011 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
2012 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
2013 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
2014
2015 Element Documentation:
2016
2017 |**Name**|**Type**|**Documentation**
2018 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
2019 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
2020 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2021 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2022 |[[Concept>>doc:sdmx:Glossary.Concept.WebHome]]|ConceptType|[[Concept>>doc:sdmx:Glossary.Concept.WebHome]] describes the details of a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] within a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]].
2023
2024 **ConceptBaseType:** ConceptBaseType is an abstract base type the forms the basis of the ConceptType by requiring a name and id, and restricting the content of the id.
2025
2026 Derivation:
2027 AnnotableType (extension)
2028 IdentifiableType (extension)
2029 NameableType (restriction)
2030 ItemBaseType (extension)
2031 ItemType (restriction)
2032 ConceptBaseType
2033
2034 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2035 id, urn?, uri?
2036
2037 Content:
2038 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Parent?
2039
2040 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2041
2042 |**Name**|**Type**|**Documentation**
2043 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds the identification of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]]. The type of this id is restricted to the common:NCNNameIDType. This is necessary, since (% style="color:#e74c3c" %)concept(%%) id may be used to create XML elements and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
2044 |urn|ConceptUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
2045 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
2046
2047 Element Documentation:
2048
2049 |**Name**|**Type**|**Documentation**
2050 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
2051 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
2052 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2053 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2054 |Parent|SingleNCNameIDType|Parent captures the semantic relationships between [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] which occur within a single [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. This identifies the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] of which the current [[concept>>doc:sdmx:Glossary.Concept.WebHome]] is a qualification (in the ISO 11179 sense) or subclass.
2055
2056 **ConceptType:** ConceptType describes the details of a [[concept>>doc:sdmx:Glossary.Concept.WebHome]]. A [[concept>>doc:sdmx:Glossary.Concept.WebHome]] is defined as a unit of knowledge created by a unique combination of characteristics. If a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] does not specify a TextFormat or a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]], then the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] is assumed to be represented by any set of valid characters (corresponding to the xs:string datatype of W3C XML Schema).
2057
2058 Derivation:
2059 AnnotableType (extension)
2060 IdentifiableType (extension)
2061 NameableType (restriction)
2062 ItemBaseType (extension)
2063 ItemType (restriction)
2064 ConceptBaseType (extension)
2065 ConceptType
2066
2067 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2068 id, urn?, uri?
2069
2070 Content:
2071 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Parent?, CoreRepresentation?, ISOConceptReference?
2072
2073 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2074
2075 |**Name**|**Type**|**Documentation**
2076 |urn|ConceptUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
2077 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
2078
2079 Element Documentation:
2080
2081 |**Name**|**Type**|**Documentation**
2082 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
2083 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
2084 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2085 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2086 |Parent|SingleNCNameIDType|Parent captures the semantic relationships between [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] which occur within a single [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. This identifies the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] of which the current [[concept>>doc:sdmx:Glossary.Concept.WebHome]] is a qualification (in the ISO 11179 sense) or subclass.
2087 |CoreRepresentation|ConceptRepresentation|
2088 |ISOConceptReference|ISOConceptReferenceType|Provides a reference to an ISO 11179 concept.
2089
2090 **ConceptRepresentation:** ConceptRepresentation defines the core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that are allowed for a [[concept>>doc:sdmx:Glossary.Concept.WebHome]]. The text format allowed for a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] is that which is allowed for any non-target object [[component>>doc:sdmx:Glossary.Component.WebHome]].
2091
2092 Derivation:
2093 RepresentationType (restriction)
2094 ConceptRepresentation
2095
2096 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2097 minOccurs?, maxOccurs?
2098
2099 Content:
2100 (TextFormat|(Enumeration, EnumerationFormat?))
2101
2102 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2103
2104 (% style="width:1185.29px" %)
2105 |(% style="width:246px" %)**Name**|(% style="width:272px" %)**Type**|(% style="width:665px" %)**Documentation**
2106 |(% style="width:246px" %)minOccurs (default: 1)|(% style="width:272px" %)xs: nonNegativeInteger|(% style="width:665px" %)The minOccurs [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the minimum number of value that must be reported for the component.
2107 |(% style="width:246px" %)maxOccurs|(% style="width:272px" %)OccurenceType|(% style="width:665px" %)The maxOccurs [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the maximum number of values that can be reported for the component.
2108
2109 Element Documentation:
2110
2111 (% style="width:1185.29px" %)
2112 |**Name**|(% style="width:264px" %)**Type**|(% style="width:672px" %)**Documentation**
2113 |TextFormat|(% style="width:264px" %)BasicComponentTextFormatType|(% style="width:672px" %)TextFormat describes an uncoded textual format.
2114 |Enumeration|(% style="width:264px" %)AnyCodelistReferenceType|(% style="width:672px" %)Enumeration references a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] which enumerates the possible values that can be used as the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of this [[concept>>doc:sdmx:Glossary.Concept.WebHome]].
2115 |EnumerationFormat|(% style="width:264px" %)CodedTextFormatType|(% style="width:672px" %)EnumerationFormat describes the [[facets>>doc:sdmx:Glossary.Facet.WebHome]] of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] enumeration. This is for the most part, informational.
2116
2117 **ISOConceptReferenceType:** ISOConceptReferenceType provides a reference to and ISO 11179 concept.
2118
2119 Content:
2120 ConceptAgency, ConceptSchemeID, ConceptID
2121
2122 Element Documentation:
2123
2124 |**Name**|**Type**|**Documentation**
2125 |ConceptAgency|xs:string|
2126 |ConceptSchemeID|xs:string|
2127 |ConceptID|xs:string|
2128
2129 **ConstraintBaseType:** ConstraintBaseType is an abstract base type that forms the basis of the main abstract ConstraintType. It requires that a name be provided.
2130
2131 Derivation:
2132
2133 AnnotableType (extension)
2134 IdentifiableType (extension)
2135 NameableType (extension)
2136 VersionableType (restriction)
2137 MaintainableBaseType (extension)
2138 MaintainableType (restriction)
2139 ConstraintBaseType
2140
2141 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2142 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
2143
2144 Content:
2145 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
2146
2147 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2148
2149 |**Name**|**Type**|**Documentation**
2150 |id|IDType|The id is the identifier for the object.
2151 |urn|MaintainableUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
2152 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
2153 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
2154 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2155 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2156 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
2157 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
2158 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
2159 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
2160 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
2161
2162 Element Documentation:
2163
2164 |**Name**|**Type**|**Documentation**
2165 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
2166 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
2167 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2168 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2169
2170 **ConstraintType:** ConstraintType is an abstract base type that specific types of [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] (data and metadata) restrict and extend to describe their details. These [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] types both define a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] attachment and a [[release calendar>>doc:sdmx:Glossary.Release policy - release calendar.WebHome]].
2171
2172 Derivation:
2173
2174 AnnotableType (extension)
2175 IdentifiableType (extension)
2176 NameableType (extension)
2177 VersionableType (restriction)
2178 MaintainableBaseType (extension)
2179 MaintainableType (restriction)
2180 ConstraintBaseType (extension)
2181 ConstraintType
2182
2183 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2184 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, role
2185
2186 Content:
2187 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, ConstraintAttachment?, ReleaseCalendar?
2188
2189 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2190
2191 |**Name**|**Type**|**Documentation**
2192 |id|IDType|The id is the identifier for the object.
2193 |urn|MaintainableUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
2194 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
2195 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
2196 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2197 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2198 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
2199 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
2200 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
2201 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
2202 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
2203 |role|ConstraintRoleType|The role [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether this [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] states what data is actually present for the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] attachment, or if it defines what content is allowed.
2204
2205 Element Documentation:
2206
2207 (% style="width:1160.29px" %)
2208 |(% style="width:173px" %)**Name**|(% style="width:222px" %)**Type**|(% style="width:761px" %)**Documentation**
2209 |(% style="width:173px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|(% style="width:222px" %)AnnotationsType|(% style="width:761px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
2210 |(% style="width:173px" %)Link|(% style="width:222px" %)LinkType|(% style="width:761px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
2211 |(% style="width:173px" %)Name|(% style="width:222px" %)TextType|(% style="width:761px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2212 |(% style="width:173px" %)Description|(% style="width:222px" %)TextType|(% style="width:761px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2213 |(% style="width:173px" %)ConstraintAttachment|(% style="width:222px" %)//ConstraintAttachmentType//|(% style="width:761px" %)ConstraintAttachment describes the collection of constrainable [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] that the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached to.
2214 |(% style="width:173px" %)ReleaseCalendar|(% style="width:222px" %)ReleaseCalendarType|(% style="width:761px" %)ReleaseCalendar defines dates on which the constrained data is to be made available.
2215
2216 **DataConstraintBaseType:** DataConstraintBaseType is an abstract base refinement of ConstraintType. T
2217
2218 he [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] attachment is restricted to constrainable [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] related to data.
2219
2220 Derivation:
2221
2222 AnnotableType (extension)
2223 IdentifiableType (extension)
2224 NameableType (extension)
2225 VersionableType (restriction)
2226 MaintainableBaseType (extension)
2227 MaintainableType (restriction)
2228 ConstraintBaseType (extension)
2229 ConstraintType (restriction)
2230 DataConstraintBaseType
2231
2232 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2233 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, role
2234
2235 Content:
2236 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, ConstraintAttachment?, ReleaseCalendar?
2237
2238 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2239
2240 |**Name**|**Type**|**Documentation**
2241 |id|IDType|The id is the identifier for the object.
2242 |urn|DataConstraintUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
2243 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
2244 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
2245 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2246 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2247 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
2248 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
2249 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
2250 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
2251 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
2252 |role|ConstraintRoleType|The role [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether this [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] states what data is actually present for the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] attachment, or if it defines what content is allowed.
2253
2254 Element Documentation:
2255
2256 (% style="width:1125.29px" %)
2257 |**Name**|**Type**|(% style="width:691px" %)**Documentation**
2258 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:691px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
2259 |Link|LinkType|(% style="width:691px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
2260 |Name|TextType|(% style="width:691px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2261 |Description|TextType|(% style="width:691px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2262 |ConstraintAttachment|DataConstraintAttachmentType|(% style="width:691px" %)ConstraintAttachment describes the collection of constrainable [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] that the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached to.
2263 |ReleaseCalendar|ReleaseCalendarType|(% style="width:691px" %)ReleaseCalendar defines dates on which the constrained data is to be made available.
2264
2265 **DataConstraintType:** DataConstraintType defines the structure of a data [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]]. A data [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] can specify either the available set of keys (DataKeySet) or set of [[component>>doc:sdmx:Glossary.Component.WebHome]] values (CubeRegion) in a [[data source>>doc:sdmx:Glossary.Data source.WebHome]], or the allowable keys that can be constructed from a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. Multiple such [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] may be present for a constrained [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]]. For instance, there may be a constraing that specifies the values allowed for the [[data source>>doc:sdmx:Glossary.Data source.WebHome]] (role is "Allowed") which can be used for validation or for constructing a partial [[code list>>doc:sdmx:Glossary.Code list.WebHome]], whilst another constraing can specify the actual content of a [[data source>>doc:sdmx:Glossary.Data source.WebHome]] (role is "Actual").
2266
2267 Derivation:
2268
2269 AnnotableType (extension)
2270 IdentifiableType (extension)
2271 NameableType (extension)
2272 VersionableType (restriction)
2273 MaintainableBaseType (extension)
2274 MaintainableType (restriction)
2275 ConstraintBaseType (extension)
2276 ConstraintType (restriction)
2277 DataConstraintBaseType (extension)
2278 DataConstraintType
2279
2280 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2281 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, role
2282
2283 Content:
2284 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, ConstraintAttachment?, ReleaseCalendar?, DataKeySet*, CubeRegion[0..2]
2285
2286 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2287
2288 |**Name**|**Type**|**Documentation**
2289 |id|IDType|The id is the identifier for the object.
2290 |urn|DataConstraintUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
2291 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
2292 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
2293 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2294 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2295 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
2296 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
2297 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
2298 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
2299 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
2300 |role|ConstraintRoleType|The role [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether this [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] states what data is actually present for the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] attachment, or if it defines what content is allowed.
2301
2302 Element Documentation:
2303
2304 |**Name**|**Type**|**Documentation**
2305 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
2306 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
2307 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2308 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2309 |ConstraintAttachment|DataConstraintAttach mentType|ConstraintAttachment describes the collection of constrainable [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] that the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached to.
2310 |ReleaseCalendar|ReleaseCalendarType|ReleaseCalendar defines dates on which the constrained data is to be made available.
2311 |DataKeySet|DataKeySetType|DataKeySet defines a full, distinct set of [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] values and the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] values associated with the key.
2312 |CubeRegion|CubeRegionType|CubeRegion defines a slice of the [[data set>>doc:sdmx:Glossary.Data set.WebHome]] ([[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] and [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] values) for the constrained [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]]. A set of included or excluded regions can be described.
2313
2314 **//MetadataConstraintBaseType//:** MetadataConstraintBaseType is an abstract base refinement of ConstraintType. The [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] attachment is restricted to constrainable [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] related to metadata, and the only possible role is "Allowed".
2315
2316 Derivation:
2317
2318 AnnotableType (extension)
2319 IdentifiableType (extension)
2320 NameableType (extension)
2321 VersionableType (restriction)
2322 MaintainableBaseType (extension)
2323 MaintainableType (restriction)
2324 ConstraintBaseType (extension)
2325 ConstraintType (restriction)
2326 MetadataConstraintBaseType
2327
2328 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2329 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, role
2330
2331 Content:
2332 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, ConstraintAttachment?, ReleaseCalendar?
2333
2334 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2335
2336 |**Name**|**Type**|**Documentation**
2337 |id|IDType|The id is the identifier for the object.
2338 |urn|MetadataConstraintUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
2339 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
2340 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
2341 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2342 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2343 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
2344 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
2345 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
2346 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
2347 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
2348 |role (fixed: Allowed)|ConstraintRoleType|The role [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether this [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] states what data is actually present for the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] attachment, or if it defines what content is allowed.
2349
2350 Element Documentation:
2351
2352 |**Name**|**Type**|**Documentation**
2353 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
2354 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
2355 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2356 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2357 |ConstraintAttachment|MetadataConstraintAttachmentType|ConstraintAttachment describes the collection of constrainable [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] that the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached to.
2358 |ReleaseCalendar|ReleaseCalendarType|ReleaseCalendar defines dates on which the constrained data is to be made available.
2359
2360 **MetadataConstraintType:** MetadataConstraintType defines the structure of a metadata [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]]. A metadata [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] can specify allowed [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] values for metadata described by the constrained [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]].
2361
2362 Derivation:
2363
2364 AnnotableType (extension)
2365 IdentifiableType (extension)
2366 NameableType (extension)
2367 VersionableType (restriction)
2368 MaintainableBaseType (extension)
2369 MaintainableType (restriction)
2370 ConstraintBaseType (extension)
2371 ConstraintType (restriction)
2372 MetadataConstraintBaseType (extension)
2373 MetadataConstraintType
2374
2375 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2376 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, role
2377
2378 Content:
2379 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, ConstraintAttachment?, ReleaseCalendar?, MetadataTargetRegion[0..2]
2380
2381 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2382
2383 |**Name**|**Type**|**Documentation**
2384 |id|IDType|The id is the identifier for the object.
2385 |urn|MetadataConstraintUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
2386 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
2387 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
2388 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2389 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2390 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
2391 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
2392 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
2393 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
2394 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
2395 |role (fixed: Allowed)|ConstraintRoleType|The role [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether this [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] states what data is actually present for the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] attachment, or if it defines what content is allowed.
2396
2397 Element Documentation:
2398
2399 |**Name**|**Type**|**Documentation**
2400 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
2401 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
2402 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2403 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2404 |ConstraintAttachment|MetadataConstraintAttachmentType|ConstraintAttachment describes the collection of constrainable [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] that the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached to.
2405 |ReleaseCalendar|ReleaseCalendarType|ReleaseCalendar defines dates on which the constrained data is to be made available.
2406 |MetadataTargetRegion|MetadataTargetRegionType|MetadataTargetRegion describes the values allowed for metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]].
2407
2408 **ReleaseCalendarType:** ReleaseCalendarType describes information about the timing of releases of the constrained data. All of these values use the standard "P7D" - style format.
2409
2410 Content:
2411 Periodicity, Offset, Tolerance
2412
2413 Element Documentation
2414
2415 |**Name**|**Type**|**Documentation**
2416 |Periodicity|xs:string|Periodicity is the period between releases of the [[data set>>doc:sdmx:Glossary.Data set.WebHome]].
2417 |Offset|xs:string|Offset is the interval between January first and the first release of data within the year.
2418 |Tolerance|xs:string|Tolerance is the period after which the release of data may be deemed late.
2419
2420 **DataKeySetType:** DataKeySetType defines a collection of full or partial data keys ([[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] values).
2421
2422 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2423 isIncluded
2424
2425 Content:
2426 Key+
2427
2428 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2429
2430 |**Name**|**Type**
2431 |isIncluded|xs:boolean
2432
2433 Element Documentation:
2434
2435 |**Name**|**Type**|**Documentation**
2436 |Key|DataKeyType|Key contains a set of [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] values which identify a full set of data.
2437
2438 //**ConstraintAttachmentType:**// ConstraintAttachmentType describes a collection of references to constrainable [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]].
2439
2440 Content:
2441 (DataProvider | MetadataProvider|MetadataSet+ | SimpleDataSource+ | (DataStructure+, QueryableDataSource*) | (MetadataStructure+, QueryableDataSource*) | ([[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]+, QueryableDataSource*) | ([[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]+, QueryableDataSource*) | (ProvisionAgreement+, QueryableDataSource*) | (MetadataProvisionAgreement+, QueryableDataSource*))
2442
2443 Element Documentation:
2444
2445 |**Name**|**Type**|**Documentation**
2446 |DataProvider|DataProviderReferenceType|DataProvider is reference to a [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. If this is used, then only the [[release calendar>>doc:sdmx:Glossary.Release policy - release calendar.WebHome]] is relevant. The referenced is provided as a URN and/or a full set of reference fields.
2447 |MetadataProvider|MetadataProviderReferenceType|MetadataProvider is reference to a metadata provider to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. If this is used, then only the [[release calendar>>doc:sdmx:Glossary.Release policy - release calendar.WebHome]] is relevant. The referenced is provided as a URN and/or a full set of reference fields.
2448 |MetadataSet|MetadataSetReferenceType|MetadataSet is reference to a [[metadata set>>doc:sdmx:Glossary.Metadata set.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. The referenced is provided as a URN and/or a full set of reference fields.
2449 |SimpleDataSource|xs:anyURI|SimpleDataSource describes a simple [[data source>>doc:sdmx:Glossary.Data source.WebHome]], which is a URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] data or metadata message.
2450 |DataStructure|DataStructureReferenceType|DataStructure is reference to a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. The referenced is provided as a URN and/or a full set of reference fields. A [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] which is attached to more than one data structure must only express key sets and/or cube regions where the identifiers of the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] are common across all structures to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2451 |QueryableDataSource|QueryableDataSourceType|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2452 |MetadataStructure|MetadataStructureReferenceType|MetadataStructure is reference to a [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. The referenced is provided as a URN and/or a full set of reference fields. A [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] which is attached to more than one metadata structure must only express key sets and/or target regions where the identifiers of the target objects are common across all structures to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2453 |QueryableDataSource|QueryableDataSourceType|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2454 |[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]|DataflowReferenceType|[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] is reference to a [[data flow>>doc:sdmx:Glossary.Dataflow.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. The referenced is provided as a URN and/or a full set of reference fields. A [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] can be attached to more than one [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]], and the [[dataflows>>doc:sdmx:Glossary.Dataflow.WebHome]] do not necessarily have to be usages of the same data structure. However, a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] which is attached to more than one data structure must only express key sets and/or cube regions where the identifiers of the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] are common across all structures to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2455 |QueryableDataSource|QueryableDataSourcType|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2456 |[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]|MetadataflowReferenceType|[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] is reference to a [[metadata flow>>doc:sdmx:Glossary.Metadataflow.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. The referenced is provided as a URN and/or a full set of reference fields. A [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] can be attached to more than one [[metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]], and the [[metadataflows>>doc:sdmx:Glossary.Metadataflow.WebHome]] do not necessarily have to be usages of the same metadata structure. However, a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] which is attached to more than one metadata structure must only express key sets and/or target regions where the identifiers of the target objects are common across all structures to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2457 |QueryableDataSource|QueryableDataSourceType|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2458 |ProvisionAgreement|ProvisionAgreementReferenceType|ProvisionAgreementReference is reference to a [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. The referenced is provided as a URN and/or a full set of reference fields. A [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] can be attached to more than one provision aggreement, and the [[provision agreements>>doc:sdmx:Glossary.Provision agreement.WebHome]] do not necessarily have to be references structure usages based on the same structure. However, a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] which is attached to more than one [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] must only express key sets and/or cube/target regions where the identifier of the [[components>>doc:sdmx:Glossary.Component.WebHome]] are common across all structures to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2459 |QueryableDataSource|QueryableDataSourceType|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2460 |MetadataProvisionAgreement|MetadataProvisionAgreementReferenceType|ProvisionAgreementReference is reference to a [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. The referenced is provided as a URN and/or a full set of reference fields. A [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] can be attached to more than one provision aggreement, and the [[provision agreements>>doc:sdmx:Glossary.Provision agreement.WebHome]] do not necessarily have to be references structure usages based on the same structure. However, a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] which is attached to more than one [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] must only express key sets and/or cube/target regions where the identifier of the [[components>>doc:sdmx:Glossary.Component.WebHome]] are common across all structures to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2461 |QueryableDataSource|QueryableDataSourceType|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2462
2463 **DataConstraintAttachmentType:** DataConstraintAttachmentType restricts the base ConstraintAttachmentType to only allow [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] related to data.
2464
2465 Derivation:
2466
2467 ConstraintAttachmentType (restriction)
2468 DataConstraintAttachmentType
2469
2470 Content:
2471 (DataProvider | SimpleDataSource+ | (DataStructure+, QueryableDataSource*) | ([[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]+, QueryableDataSource*) | (ProvisionAgreement+, QueryableDataSource*))
2472
2473 Element Documentation:
2474
2475 (% style="width:1272.29px" %)
2476 |**Name**|**Type**|(% style="width:824px" %)**Documentation**
2477 |DataProvider|DataProviderReferenceType|(% style="width:824px" %)DataProvider is reference to a [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. If this is used, then only the [[release calendar>>doc:sdmx:Glossary.Release policy - release calendar.WebHome]] is relevant. The referenced is provided as a URN and/or a full set of reference fields.
2478 |SimpleDataSource|xs:anyURI|(% style="width:824px" %)SimpleDataSource describes a simple [[data source>>doc:sdmx:Glossary.Data source.WebHome]], which is a URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] data or metadata message.
2479 |DataStructure|DataStructureReferenceType|(% style="width:824px" %)DataStructure is reference to a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. The referenced is provided as a URN and/or a full set of reference fields. A [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] which is attached to more than one data structure must only express key sets and/or cube regions where the identifiers of the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] are common across all structures to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2480 |QueryableDataSource|QueryableDataSourceType|(% style="width:824px" %)QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2481 |[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]|DataflowReferenceType|(% style="width:824px" %)[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] is reference to a [[data flow>>doc:sdmx:Glossary.Dataflow.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. The referenced is provided as a URN and/or a full set of reference fields. A [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] can be attached to more than one [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]], and the [[dataflows>>doc:sdmx:Glossary.Dataflow.WebHome]] do not necessarily have to be usages of the same data structure. However, a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] which is attached to more than one data structure must only express key sets and/or cube regions where the identifiers of the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] are common across all structures to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2482 |QueryableDataSource|QueryableDataSourceType|(% style="width:824px" %)QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2483 |ProvisionAgreement|ProvisionAgreementReferenceType|(% style="width:824px" %)ProvisionAgreementReference is reference to a [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. The referenced is provided as a URN and/or a full set of reference fields. A [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] can be attached to more than one provision aggreement, and the [[provision agreements>>doc:sdmx:Glossary.Provision agreement.WebHome]] do not necessarily have to be references structure usages based on the same structure. However, a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] which is attached to more than one [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] must only express key sets and/or cube/target regions where the identifier of the [[components>>doc:sdmx:Glossary.Component.WebHome]] are common across all structures to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2484 |QueryableDataSource|QueryableDataSourceType|(% style="width:824px" %)QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2485
2486 **MetadataConstraintAttachmentType:** MetadataConstraintAttachmentType restricts the base ConstraintAttachmentType to only allow [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] related to metadata.
2487
2488 Derivation:
2489
2490 ConstraintAttachmentType (restriction)
2491 MetadataConstraintAttachmentType
2492
2493 Content:
2494 (MetadataProvider | MetadataSet+ | SimpleDataSource+ | (MetadataStructure+, QueryableDataSource*) | ([[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]+, QueryableDataSource*) | (MetadataProvisionAgreement+, QueryableDataSource*))
2495
2496 Element Documentation:
2497
2498 (% style="width:1332.29px" %)
2499 |**Name**|**Type**|(% style="width:799px" %)**Documentation**
2500 |MetadataProvider|MetadataProviderReferenceType|(% style="width:799px" %)MetadataProvider is reference to a metadata provider to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. If this is used, then only the [[release calendar>>doc:sdmx:Glossary.Release policy - release calendar.WebHome]] is relevant. The referenced is provided as a URN and/or a full set of reference fields.
2501 |MetadataSet|MetadataSetReferenceType|(% style="width:799px" %)MetadataSet is reference to a [[metadata set>>doc:sdmx:Glossary.Metadata set.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. The referenced is provided as a URN and/or a full set of reference fields.
2502 |SimpleDataSource|xs:anyURI|(% style="width:799px" %)SimpleDataSource describes a simple [[data source>>doc:sdmx:Glossary.Data source.WebHome]], which is a URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] data or metadata message.
2503 |MetadataStructure|MetadataStructureReferenceType|(% style="width:799px" %)MetadataStructure is reference to a [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. The referenced is provided as a URN and/or a full set of reference fields. A [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] which is attached to more than one metadata structure must only express key sets and/or target regions where the identifiers of the target objects are common across all structures to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2504 |QueryableDataSource|QueryableDataSourceType|(% style="width:799px" %)QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2505 |[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]|MetadataflowReferenceype|(% style="width:799px" %)[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] is reference to a [[metadata flow>>doc:sdmx:Glossary.Metadataflow.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. The referenced is provided as a URN and/or a full set of reference fields. A [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] can be attached to more than one [[metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]], and the [[metadataflows>>doc:sdmx:Glossary.Metadataflow.WebHome]] do not necessarily have to be usages of the same metadata structure. However, a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] which is attached to more than one metadata structure must only express key sets and/or target regions where the identifiers of the target objects are common across all structures to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2506 |QueryableDataSource|QueryableDataSourceType|(% style="width:799px" %)QueryableDataSource describes a queryable [[data sourc>>doc:sdmx:Glossary.Data source.WebHome]]e to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2507 |MetadataProvisionAgr eement|MetadataProvisionAgreementReferenceType|(% style="width:799px" %)ProvisionAgreementReference is reference to a [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached. The referenced is provided as a URN and/or a full set of reference fields. A [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] can be attached to more than one provision aggreement, and the [[provision agreements>>doc:sdmx:Glossary.Provision agreement.WebHome]] do not necessarily have to be references structure usages based on the same structure. However, a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] which is attached to more than one [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] must only express key sets and/or cube/target regions where the identifier of the [[components>>doc:sdmx:Glossary.Component.WebHome]] are common across all structures to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2508 |QueryableDataSource|QueryableDataSourceType|(% style="width:799px" %)QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] is attached.
2509
2510 //**RegionType:** //RegionType is an abstract type which defines a generic [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] region. This type can be refined to define regions for data or [[metadata sets>>doc:sdmx:Glossary.Metadata set.WebHome]]. A region is defined by a collection of key values - each of which a collection of values for a [[component>>doc:sdmx:Glossary.Component.WebHome]] which disambiguates data (i.e. [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] of a [[dataset>>doc:sdmx:Glossary.Data set.WebHome]]). For each region, a collection of [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] values can be provided. Taken together, the key values and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] serve to identify or describe a subset of a data or [[metadata set>>doc:sdmx:Glossary.Metadata set.WebHome]]. Finally, the region can flagged as being included or excluded, although this flag only makes sense when the region is used in a particular context.
2511
2512 Derivation:
2513
2514 AnnotableType (extension)
2515 RegionType
2516
2517 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2518 include?, validFrom?, validTo?
2519
2520 Content:
2521 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, KeyValue*, [[Component>>doc:sdmx:Glossary.Component.WebHome]]
2522
2523 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2524
2525 |**Name**|**Type**|**Documentation**
2526 |include (default: true)|xs:boolean|The include [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates that the region is to be included or excluded within the context in which it is defined. For example, if the regions is defined as part of a content [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]], the exclude flag would mean the data identified by the region is not present.
2527 |validFrom|StandardTimePeriodType|
2528 |validTo|StandardTimePeriodType|
2529
2530 Element Documentation:
2531
2532 (% style="width:1197.29px" %)
2533 |**Name**|**Type**|(% style="width:916px" %)**Documentation**
2534 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:916px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
2535 |KeyValue|//MemberSelectionType//|(% style="width:916px" %)KeyValue contains a reference to a [[component>>doc:sdmx:Glossary.Component.WebHome]] which disambiguates the data (i.e. a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]) and provides a collection of values for the [[component>>doc:sdmx:Glossary.Component.WebHome]]. The collection of values can be flagged as being inclusive or exclusive to the region being defined. Any key [[component>>doc:sdmx:Glossary.Component.WebHome]] that is not included is assumed to be wild carded, which is to say that the cube includes all possible values for the un-referenced key [[components>>doc:sdmx:Glossary.Component.WebHome]]. Further, this assumption applies to the values of the [[components>>doc:sdmx:Glossary.Component.WebHome]] as well. The values for any given [[component>>doc:sdmx:Glossary.Component.WebHome]] can only be sub-setted in the region by explicit inclusion or exclusion. For example, a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] X which has the possible values of 1, 2, 3 is assumed to have all of these values if a key value is not defined. If a key value is defined with an inclusion [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] of true and the values of 1 and 2, the only the values of 1 and 2 for [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] X are included in the definition of the region. If the key value is defined with an inclusion [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] of false and the value of 1, then the values of 2 and 3 for [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] X are included in the definition of the region. Note that any given key [[component>>doc:sdmx:Glossary.Component.WebHome]] must only be referenced once in the region.
2536 |[[Component>>doc:sdmx:Glossary.Component.WebHome]]|//MemberSelectionType//|(% style="width:916px" %)[[Component>>doc:sdmx:Glossary.Component.WebHome]] contains a reference to a [[component>>doc:sdmx:Glossary.Component.WebHome]] (data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], or [[measure>>doc:sdmx:Glossary.Measure.WebHome]]) and provides a collection of values for the referenced [[component>>doc:sdmx:Glossary.Component.WebHome]]. This serves to state that for the key which defines the region, the [[components>>doc:sdmx:Glossary.Component.WebHome]] that are specified here have or do not have (depending on the include [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] of the value set) the values provided. It is possible to provide a [[component>>doc:sdmx:Glossary.Component.WebHome]] reference without specifying values, for the purpose of stating the [[component>>doc:sdmx:Glossary.Component.WebHome]] is absent (include = false) or present with an unbounded set of values. As opposed to key [[components>>doc:sdmx:Glossary.Component.WebHome]], which are assumed to be wild carded if absent, no assumptions are made about the absence of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. Only [[components>>doc:sdmx:Glossary.Component.WebHome]] which are explicitly stated to be present or absent from the region will be know. All unstated [[components>>doc:sdmx:Glossary.Component.WebHome]] for the set cannot be assumed to absent or present.
2537
2538 **MemberSelectionType:** MemberSelectionType is an abstract base type which is used to provide a set of values for a referenced [[component>>doc:sdmx:Glossary.Component.WebHome]]. Implementations of this type will be based on a particular [[component>>doc:sdmx:Glossary.Component.WebHome]] type and refine the allowed values to reflect the types of values that are possible for that type of [[component>>doc:sdmx:Glossary.Component.WebHome]].
2539
2540 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2541 id, include?, removePrefix?, validFrom?, validTo?
2542
2543 Content:
2544 (Value+|TimeRange)?
2545
2546 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2547
2548 |**Name**|**Type**|**Documentation**
2549 |id|NestedNCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the identifier for the [[component>>doc:sdmx:Glossary.Component.WebHome]] for which values are being provided. This base type allows for a nested identifier to be provided, for the purpose of referencing a nested [[component>>doc:sdmx:Glossary.Component.WebHome]] (i.e. a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). However, specific implementations will restrict this [[representation>>doc:sdmx:Glossary.Representation.WebHome]] to only allow single (% style="color:#e74c3c" %)level(%%) identifiers where appropriate.
2550 |include (default: true)|xs:boolean|The include [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the values provided for the referenced [[component>>doc:sdmx:Glossary.Component.WebHome]] are to be included or excluded from the region in which they are defined.
2551 |removePrefix|xs:boolean|The removePrefix [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether [[codes>>doc:sdmx:Glossary.Code.WebHome]] should keep or not the prefix, as defined in the extension of [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
2552 |validFrom|StandardTimePeriodType|
2553 |validTo|StandardTimePeriodType|
2554
2555 Element Documentation:
2556
2557 |**Name**|**Type**| |**Documentation**
2558 |Value|SimpleComponentValueType| |Value provides a simple value for the [[component>>doc:sdmx:Glossary.Component.WebHome]], such as a coded, numeric, or simple text value. This type of [[component>>doc:sdmx:Glossary.Component.WebHome]] value is applicable for [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]].
2559 |TimeRange|TimeRangeValueType| |TimeValue provides a value for a [[component>>doc:sdmx:Glossary.Component.WebHome]] which has a time [[representation>>doc:sdmx:Glossary.Representation.WebHome]]. This is repeatable to allow for a range to be specified, although a single value can also be provided. An operator is available on this to indicate whether the specified value indicates an exact value or the beginning/end of a range (inclusive or exclusive).
2560
2561 **DataKeyType:** DataKeyType is a region which defines a distinct full or partial data key. The key consists of a set of values, each referencing a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] and providing a single value for that [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. The purpose of the key is to define a subset of a [[data set>>doc:sdmx:Glossary.Data set.WebHome]] (i.e. the observed value and data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]) which have the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] values provided in this definition. Any [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] not stated explicitly in this key is assumed to be wild carded, thus allowing for the definition of partial data keys.
2562
2563 Derivation:
2564
2565 AnnotableType (extension)
2566 RegionType (restriction)
2567 DataKeyType
2568
2569 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2570 include?, validFrom?, validTo?
2571
2572 Content:
2573 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, KeyValue*, [[Component>>doc:sdmx:Glossary.Component.WebHome]]
2574
2575 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2576
2577 |**Name**|**Type**|**Documentation**
2578 |include (fixed: true)|xs:boolean|The include [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] has a fixed value of true for a distinct key, since such a key is always assumed to identify existing data or metadata.
2579 |validFrom|StandardTimePeriodType|
2580 |validTo|StandardTimePeriodType|
2581
2582 Element Documentation:
2583
2584 |**Name**|**Type**|**Documentation**
2585 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
2586 |KeyValue|DataKeyValueType|KeyValue contains a reference to a [[component>>doc:sdmx:Glossary.Component.WebHome]] which disambiguates the data (i.e. a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]) and provides a collection of values for the [[component>>doc:sdmx:Glossary.Component.WebHome]]. The collection of values can be flagged as being inclusive or exclusive to the region being defined. Any key [[component>>doc:sdmx:Glossary.Component.WebHome]] that is not included is assumed to be wild carded, which is to say that the cube includes all possible values for the un-referenced key [[components>>doc:sdmx:Glossary.Component.WebHome]]. Further, this assumption applies to the values of the [[components>>doc:sdmx:Glossary.Component.WebHome]] as well. The values for any given [[component>>doc:sdmx:Glossary.Component.WebHome]] can only be sub-setted in the region by explicit inclusion or exclusion. For example, a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] X which has the possible values of 1, 2, 3 is assumed to have all of these values if a key value is not defined. If a key value is defined with an inclusion [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] of true and the values of 1 and 2, the only the values of 1 and 2 for [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] X are included in the definition of the region. If the key value is defined with an inclusion [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] of false and the value of 1, then the values of 2 and 3 for [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] X are included in the definition of the region. Note that any given key [[component>>doc:sdmx:Glossary.Component.WebHome]] must only be referenced once in the region.
2587 |[[Component>>doc:sdmx:Glossary.Component.WebHome]]|DataComponentValueSetType|[[Component>>doc:sdmx:Glossary.Component.WebHome]] contains a reference to a [[component>>doc:sdmx:Glossary.Component.WebHome]] (data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], or [[measure>>doc:sdmx:Glossary.Measure.WebHome]]) and provides a collection of values for the referenced [[component>>doc:sdmx:Glossary.Component.WebHome]]. This serves to state that for the key which defines the region, the [[components>>doc:sdmx:Glossary.Component.WebHome]] that are specified here have or do not have (depending on the include [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] of the value set) the values provided. It is possible to provide a [[component>>doc:sdmx:Glossary.Component.WebHome]] reference without specifying values, for the purpose of stating the [[component>>doc:sdmx:Glossary.Component.WebHome]] is absent (include = false) or present with an unbounded set of values. As opposed to key [[components>>doc:sdmx:Glossary.Component.WebHome]], which are assumed to be wild carded if absent, no assumptions are made about the absence of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. Only [[components>>doc:sdmx:Glossary.Component.WebHome]] which are explicitly stated to be present or absent from the region will be know. All unstated [[components>>doc:sdmx:Glossary.Component.WebHome]] for the set cannot be assumed to absent or present.
2588
2589 **DataKeyValueType:** DataKeyValueType is a type for providing a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] value for the purpose of defining a distinct data key. Only a single value can be provided for the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]].
2590
2591 Derivation:
2592
2593 MemberSelectionType (restriction)
2594 DataKeyValueType
2595
2596 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2597 id, include?, removePrefix?
2598
2599 Content:
2600 Value
2601
2602 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2603
2604 |**Name**|**Type**|**Documentation**
2605 |id|SingleNCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the identifier for the [[component>>doc:sdmx:Glossary.Component.WebHome]] for which values are being provided. This base type allows for a nested identifier to be provided, for the purpose of referencing a nested [[component>>doc:sdmx:Glossary.Component.WebHome]] (i.e. a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). However, specific implementations will restrict this [[representation>>doc:sdmx:Glossary.Representation.WebHome]] to only allow single level identifiers where appropriate.
2606 |include (fixed: true)|xs:boolean|The include [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the values provided for the referenced [[component>>doc:sdmx:Glossary.Component.WebHome]] are to be included or excluded from the region in which they are defined.
2607 |removePrefix|xs:boolean|The removePrefix [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether [[codes>>doc:sdmx:Glossary.Code.WebHome]] should keep or not the prefix, as defined in the extension of [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
2608
2609 Element Documentation:
2610
2611 |**Name**|**Type**|**Documentation**
2612 |Value|SimpleKeyValueType|Value provides a simple value for the [[component>>doc:sdmx:Glossary.Component.WebHome]], such as a coded, numeric, or simple text value. This type of [[component>>doc:sdmx:Glossary.Component.WebHome]] value is applicable for [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]].
2613
2614 **DataComponentValueSetType:** DataComponentValueSetType defines the structure for providing values for a data [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]], [[measures>>doc:sdmx:Glossary.Measure.WebHome]], or metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]]. If no values are provided, the [[component>>doc:sdmx:Glossary.Component.WebHome]] is implied to include/excluded from the region in which it is defined, with no regard to the value of the [[component>>doc:sdmx:Glossary.Component.WebHome]]. Note that for metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] which occur within other metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]], a nested identifier can be provided. For example, a value of CONTACT.ADDRESS.STREET refers to the metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] with the identifier STREET which exists in the ADDRESS metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] in the CONTACT metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], which is defined at the root of the report structure.
2615
2616 Derivation:
2617
2618 MemberSelectionType (restriction)
2619 DataComponentValueSetType
2620
2621 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2622 id, include?, removePrefix?
2623
2624 Content:
2625 (Value+|TimeRange)?
2626
2627 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2628
2629 |**Name**|**Type**|**Documentation**
2630 |id|NestedNCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the identifier for the [[component>>doc:sdmx:Glossary.Component.WebHome]] for which values are being provided. This base type allows for a nested identifier to be provided, for the purpose of referencing a nested [[component>>doc:sdmx:Glossary.Component.WebHome]] (i.e. a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). However, specific implementations will restrict this [[representation>>doc:sdmx:Glossary.Representation.WebHome]] to only allow single level identifiers where appropriate.
2631 |include (default: true)|xs:boolean|The include [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the values provided for the referenced [[component>>doc:sdmx:Glossary.Component.WebHome]] are to be included or excluded from the region in which they are defined.
2632 |removePrefix|xs:boolean|The removePrefix [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether [[codes>>doc:sdmx:Glossary.Code.WebHome]] should keep or not the prefix, as defined in the extension of [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
2633
2634 Element Documentation:
2635
2636 (% style="width:1101.29px" %)
2637 |**Name**|**Type**|**Documentation**
2638 |Value|DataComponentValueType|Value provides a simple value for the [[component>>doc:sdmx:Glossary.Component.WebHome]], such as a coded, numeric, or simple text value. This type of [[component>>doc:sdmx:Glossary.Component.WebHome]] value is applicable for [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]].
2639 |TimeRange|TimeRangeValueType|TimeValue provides a value for a [[component>>doc:sdmx:Glossary.Component.WebHome]] which has a time [[representation>>doc:sdmx:Glossary.Representation.WebHome]]. This is repeatable to allow for a range to be specified, although a single value can also be provided. An operator is available on this to indicate whether the specified value indicates an exact value or the beginning/end of a range (inclusive or exclusive).
2640
2641 **CubeRegionType:** CubeRegionType defines the structure of a data cube region. This is based on the abstract RegionType and simply refines the key and [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] values to conform with what is applicable for [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]], respectively. See the documentation of the base type for more details on how a region is defined.
2642
2643 Derivation:
2644
2645 AnnotableType (extension)
2646 RegionType (restriction)
2647 CubeRegionType
2648
2649 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2650 include?
2651
2652 Content:
2653 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, KeyValue*, [[Component>>doc:sdmx:Glossary.Component.WebHome]]
2654
2655 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2656
2657 |**Name**|**Type**|**Documentation**
2658 |include (default: true)|xs:boolean|The include [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates that the region is to be included or excluded within the context in which it is defined. For example, if the regions is defined as part of a content [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]], the exclude flag would mean the data identified by the region is not present.
2659
2660 Element Documentation:
2661
2662 |**Name**|**Type**|**Documentation**
2663 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
2664 |KeyValue|CubeRegionKeyType|KeyValue contains a reference to a [[component>>doc:sdmx:Glossary.Component.WebHome]] which disambiguates the data (i.e. a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]) and provides a collection of values for the [[component>>doc:sdmx:Glossary.Component.WebHome]]. The collection of values can be flagged as being inclusive or exclusive to the region being defined. Any key [[component>>doc:sdmx:Glossary.Component.WebHome]] that is not included is assumed to be wild carded, which is to say that the cube includes all possible values for the un-referenced key [[components>>doc:sdmx:Glossary.Component.WebHome]]. Further, this assumption applies to the values of the [[components>>doc:sdmx:Glossary.Component.WebHome]] as well. The values for any given [[component>>doc:sdmx:Glossary.Component.WebHome]] can only be sub-setted in the region by explicit inclusion or exclusion. For example, a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] X which has the possible values of 1, 2, 3 is assumed to have all of these values if a key value is not defined. If a key value is defined with an inclusion [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] of true and the values of 1 and 2, the only the values of 1 and 2 for [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] X are included in the definition of the region. If the key value is defined with an inclusion [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] of false and the value of 1, then the values of 2 and 3 for [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] X are included in the definition of the region. Note that any given key [[component>>doc:sdmx:Glossary.Component.WebHome]] must only be referenced once in the region.
2665 |[[Component>>doc:sdmx:Glossary.Component.WebHome]]|ComponentValueSetType|[[Component>>doc:sdmx:Glossary.Component.WebHome]] contains a reference to a [[component>>doc:sdmx:Glossary.Component.WebHome]] (data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], or [[measure>>doc:sdmx:Glossary.Measure.WebHome]]) and provides a collection of values for the referenced [[component>>doc:sdmx:Glossary.Component.WebHome]]. This serves to state that for the key which defines the region, the [[components>>doc:sdmx:Glossary.Component.WebHome]] that are specified here have or do not have (depending on the include [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] of the value set) the values provided. It is possible to provide a [[component>>doc:sdmx:Glossary.Component.WebHome]] reference without specifying values, for the purpose of stating the [[component>>doc:sdmx:Glossary.Component.WebHome]] is absent (include = false) or present with an unbounded set of values. As opposed to key [[components>>doc:sdmx:Glossary.Component.WebHome]], which are assumed to be wild carded if absent, no assumptions are made about the absence of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. Only [[components>>doc:sdmx:Glossary.Component.WebHome]] which are explicitly stated to be present or absent from the region will be know. All unstated [[components>>doc:sdmx:Glossary.Component.WebHome]] for the set cannot be assumed to absent or present.
2666
2667 **MetadataTargetRegionType:** MetadataTargetRegionType defines the structure of a metadata target region. A metadata target region must define the report structure and the metadata target from that structure on which the region is based. This type is based on the abstract RegionType and simply refines the key and [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] values to conform with what is applicable for target objects and metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]], respectively. See the documentation of the base type for more details on how a region is defined.
2668
2669 Derivation:
2670
2671 AnnotableType (extension)
2672 RegionType (restriction)
2673 MetadataTargetRegionType
2674
2675 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2676 include?, validFrom?, validTo?
2677
2678 Content:
2679 [[Component>>doc:sdmx:Glossary.Component.WebHome]]
2680
2681 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2682
2683 (% style="width:1119.29px" %)
2684 |**Name**|**Type**|(% style="width:757px" %)**Documentation**
2685 |include (default: true)|xs:boolean|(% style="width:757px" %)The include [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates that the region is to be included or excluded within the context in which it is defined. For example, if the regions is defined as part of a content [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]], the exclude flag would mean the data identified by the region is not present.
2686 |validFrom|StandardTimePeriodType|(% style="width:757px" %)
2687 |validTo|StandardTimePeriodType|(% style="width:757px" %)
2688
2689 Element Documentation:
2690
2691 |**Name**|**Type**|**Documentation**
2692 |[[Component>>doc:sdmx:Glossary.Component.WebHome]]|MetadataAttributeVal ueSetType|[[Component>>doc:sdmx:Glossary.Component.WebHome]] contains a reference to a [[component>>doc:sdmx:Glossary.Component.WebHome]] (data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], or [[measure>>doc:sdmx:Glossary.Measure.WebHome]]) and provides a collection of values for the referenced [[component>>doc:sdmx:Glossary.Component.WebHome]]. This serves to state that for the key which defines the region, the [[components>>doc:sdmx:Glossary.Component.WebHome]] that are specified here have or do not have (depending on the include [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] of the value set) the values provided. It is possible to provide a [[component>>doc:sdmx:Glossary.Component.WebHome]] reference without specifying values, for the purpose of stating the [[component>>doc:sdmx:Glossary.Component.WebHome]] is absent (include = false) or present with an unbounded set of values. As opposed to key [[components>>doc:sdmx:Glossary.Component.WebHome]], which are assumed to be wild carded if absent, no assumptions are made about the absence of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. Only [[components>>doc:sdmx:Glossary.Component.WebHome]] which are explicitly stated to be present or absent from the region will be know. All unstated [[components>>doc:sdmx:Glossary.Component.WebHome]] for the set cannot be assumed to absent or present.
2693
2694 **CubeRegionKeyType:** CubeRegionKeyType is a type for providing a set of values for a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] for the purpose of defining a data cube region. A set of distinct value can be provided, or if this [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] is represented as time, and time range can be specified.
2695
2696 Derivation:
2697
2698 MemberSelectionType (restriction)
2699 CubeRegionKeyType
2700
2701 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2702 id, include?, removePrefix?, validFrom?, validTo?
2703
2704 Content:
2705 (Value+|TimeRange)
2706
2707 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2708
2709 |**Name**|**Type**|**Documentation**
2710 |id|SingleNCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the identifier for the [[component>>doc:sdmx:Glossary.Component.WebHome]] for which values are being provided. This base type allows for a nested identifier to be provided, for the purpose of referencing a nested [[component>>doc:sdmx:Glossary.Component.WebHome]] (i.e. a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). However, specific implementations will restrict this [[representation>>doc:sdmx:Glossary.Representation.WebHome]] to only allow single level identifiers where appropriate.
2711 |include (default: true)|xs:boolean|The include [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the values provided for the referenced [[component>>doc:sdmx:Glossary.Component.WebHome]] are to be included or excluded from the region in which they are defined.
2712 |removePrefix|xs:boolean|The removePrefix [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether [[codes>>doc:sdmx:Glossary.Code.WebHome]] should keep or not the prefix, as defined in the extension of [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
2713 |validFrom|StandardTimePeriodType|
2714 |validTo|StandardTimePeriodType|
2715
2716 Element Documentation:
2717
2718 |**Name**|**Type**|**Documentation**
2719 |Value|CubeKeyValueType|Value provides a simple value for the [[component>>doc:sdmx:Glossary.Component.WebHome]], such as a coded, numeric, or simple text value. This type of [[component>>doc:sdmx:Glossary.Component.WebHome]] value is applicable for [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]].
2720 |TimeRange|TimeRangeValueType|TimeValue provides a value for a [[component>>doc:sdmx:Glossary.Component.WebHome]] which has a time [[representation>>doc:sdmx:Glossary.Representation.WebHome]]. This is repeatable to allow for a range to be specified, although a single value can also be provided. An operator is available on this to indicate whether the specified value indicates an exact value or the beginning/end of a range (inclusive or exclusive).
2721
2722 **ComponentValueSetType:** ComponentValueSetType defines the structure for providing values for a data [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]], [[measures>>doc:sdmx:Glossary.Measure.WebHome]], or metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]]. If no values are provided, the [[component>>doc:sdmx:Glossary.Component.WebHome]] is implied to include/excluded from the region in which it is defined, with no regard to the value of the [[component>>doc:sdmx:Glossary.Component.WebHome]]. Note that for metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] which occur within other metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]], a nested identifier can be provided. For example, a value of CONTACT.ADDRESS.STREET refers to the metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] with the identifier STREET which exists in the ADDRESS metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] in the CONTACT metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], which is defined at the root of the report structure.
2723
2724 Derivation:
2725
2726 MemberSelectionType (restriction)
2727 ComponentValueSetType
2728
2729 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2730 id, include?, removePrefix?
2731
2732 Content:
2733 (Value+|TimeRange)?
2734
2735 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2736
2737 |**Name**|**Type**|**Documentation**
2738 |id|NestedNCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the identifier for the [[component>>doc:sdmx:Glossary.Component.WebHome]] for which values are being provided. This base type allows for a nested identifier to be provided, for the purpose of referencing a nested [[component>>doc:sdmx:Glossary.Component.WebHome]] (i.e. a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). However, specific implementations will restrict this [[representation>>doc:sdmx:Glossary.Representation.WebHome]] to only allow single level identifiers where appropriate.
2739 |include (default: true)|xs:boolean|The include [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the values provided for the referenced [[component>>doc:sdmx:Glossary.Component.WebHome]] are to be included or excluded from the region in which they are defined.
2740 |removePrefix|xs:boolean|The removePrefix [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether [[codes>>doc:sdmx:Glossary.Code.WebHome]] should keep or not the prefix, as defined in the extension of [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
2741
2742 Element Documentation:
2743
2744 |**Name**|**Type**|**Documentation**
2745 |Value|SimpleComponentValueType|Value provides a simple value for the [[component>>doc:sdmx:Glossary.Component.WebHome]], such as a coded, numeric, or simple text value. This type of [[component>>doc:sdmx:Glossary.Component.WebHome]] value is applicable for [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]].
2746 |TimeRange|TimeRangeValueType|TimeValue provides a value for a [[component>>doc:sdmx:Glossary.Component.WebHome]] which has a time [[representation>>doc:sdmx:Glossary.Representation.WebHome]]. This is repeatable to allow for a range to be specified, although a single value can also be provided. An operator is available on this to indicate whether the specified value indicates an exact value or the beginning/end of a range (inclusive or exclusive).
2747
2748 **MetadataAttributeValueSetType:** MetadataAttributeValueSetType defines the structure for providing values for a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]. If no values are provided, the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is implied to include/excluded from the region in which it is defined, with no regard to the value of the metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
2749
2750 Derivation:
2751
2752 MemberSelectionType (restriction)
2753 MetadataAttributeValueSetType
2754
2755 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2756 id, include?, removePrefix?
2757
2758 Content:
2759 (Value+|TimeRange)?
2760
2761 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2762
2763 |**Name**|**Type**|**Documentation**
2764 |id|NestedNCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the identifier for the [[component>>doc:sdmx:Glossary.Component.WebHome]] for which values are being provided. This base type allows for a nested identifier to be provided, for the purpose of referencing a nested [[component>>doc:sdmx:Glossary.Component.WebHome]] (i.e. a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). However, specific implementations will restrict this [[representation>>doc:sdmx:Glossary.Representation.WebHome]] to only allow single level identifiers where appropriate.
2765 |include (default: true)|xs:boolean|The include [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the values provided for the referenced [[component>>doc:sdmx:Glossary.Component.WebHome]] are to be included or excluded from the region in which they are defined.
2766 |removePrefix|xs:boolean|The removePrefix [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether [[codes>>doc:sdmx:Glossary.Code.WebHome]] should keep or not the prefix, as defined in the extension of [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
2767
2768 Element Documentation:
2769
2770 |**Name**|**Type**|**Documentation**
2771 |Value|SimpleComponentValueType|Value provides a simple value for the [[component>>doc:sdmx:Glossary.Component.WebHome]], such as a coded, numeric, or simple text value. This type of [[component>>doc:sdmx:Glossary.Component.WebHome]] value is applicable for [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]].
2772 |TimeRange|TimeRangeValueType|TimeValue provides a value for a [[component>>doc:sdmx:Glossary.Component.WebHome]] which has a time [[representation>>doc:sdmx:Glossary.Representation.WebHome]]. This is repeatable to allow for a range to be specified, although a single value can also be provided. An operator is available on this to indicate whether the specified value indicates an exact value or the beginning/end of a range (inclusive or exclusive).
2773
2774 **SimpleComponentValueType:** SimpleValueType contains a simple value for a [[component>>doc:sdmx:Glossary.Component.WebHome]], and if that value is from a [[code list>>doc:sdmx:Glossary.Code list.WebHome]], the ability to indicate that child [[codes>>doc:sdmx:Glossary.Code.WebHome]] in a simple [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] are part of the value set of the [[component>>doc:sdmx:Glossary.Component.WebHome]] for the region.
2775
2776 Derivation:
2777
2778 xs:anySimpleType (restriction)
2779 xs:string (extension)
2780 SimpleComponentValueType
2781
2782 Attributes:
2783 cascadeValues?, xml:lang?, validFrom?, validTo?
2784
2785 Content:
2786
2787 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2788
2789 (% style="width:1176.29px" %)
2790 |(% style="width:245px" %)**Name**|(% style="width:318px" %)**Type**|(% style="width:611px" %)**Documentation**
2791 |(% style="width:245px" %)cascadeValues (default: false)|(% style="width:318px" %)CascadeSelectionType|(% style="width:611px" %)The cascadeValues [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that if the value is taken from a [[code>>doc:sdmx:Glossary.Code.WebHome]] all child [[codes>>doc:sdmx:Glossary.Code.WebHome]] in a simple [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] are understood be included in the region.
2792 |(% style="width:245px" %)xml:lang|(% style="width:318px" %)xs:language|(% style="width:611px" %)The xml:lang [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies a language [[code>>doc:sdmx:Glossary.Code.WebHome]] for the value. This is used when the [[component>>doc:sdmx:Glossary.Component.WebHome]] value support multi-lingual values.
2793 |(% style="width:245px" %)validFrom|(% style="width:318px" %)StandardTimePeriodType|(% style="width:611px" %)
2794 |(% style="width:245px" %)validTo|(% style="width:318px" %)StandardTimePeriodType|(% style="width:611px" %)
2795
2796 **CubeKeyValueType:** CubeKeyValueType derives from the SimpleValueType, but does not allow for a locale (xml:lang).
2797
2798 Derivation:
2799
2800 xs:anySimpleType (restriction)
2801 xs:string (extension)
2802 SimpleComponentValueType (restriction)
2803 CubeKeyValueType
2804
2805 Attributes:
2806 cascadeValues?, validFrom?, validTo?
2807
2808 Content:
2809
2810 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2811
2812 |**Name**|**Type**|**Documentation**
2813 |cascadeValues (default: false)|CascadeSelectionType|The cascadeValues [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that if the value is taken from a [[code>>doc:sdmx:Glossary.Code.WebHome]] all child [[codes>>doc:sdmx:Glossary.Code.WebHome]] in a simple [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] are understood be included in the region.
2814 |validFrom|StandardTimePeriodType|
2815 |validTo|StandardTimePeriodType|
2816
2817 **DataComponentValueType:** DataComponentValueType derives from the SimpleValueType, but does not allow for validity dates.
2818
2819 Derivation:
2820
2821 xs:anySimpleType (restriction)
2822 xs:string (extension)
2823 SimpleComponentValueType (restriction)
2824 DataComponentValueType
2825
2826 Attributes:
2827 cascadeValues?, xml:lang?
2828
2829 Content:
2830
2831 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2832
2833 |**Name**|**Type**|**Documentation**
2834 |cascadeValues (default: false)|CascadeSelectionType|The cascadeValues [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that if the value is taken from a [[code>>doc:sdmx:Glossary.Code.WebHome]] all child [[codes>>doc:sdmx:Glossary.Code.WebHome]] in a simple [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] are understood be included in the region.
2835 |xml:lang|xs:language|The xml:lang [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies a language [[code>>doc:sdmx:Glossary.Code.WebHome]] for the value. This is used when the [[component>>doc:sdmx:Glossary.Component.WebHome]] value support multi-lingual values.
2836
2837 **SimpleKeyValueType:** SimpleKeyValueType derives from the SimpleValueType, but does not allow for the cascading of value in the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]], as keys are meant to describe a distinct full or partial key.
2838
2839 Derivation:
2840
2841 xs:anySimpleType (restriction)
2842 xs:string (extension)
2843 SimpleComponentValueType (restriction)
2844 SimpleKeyValueType
2845
2846 Content:
2847 **TimeRangeValueType:** TimeRangeValueType allows a [[time period>>doc:sdmx:Glossary.Time period.WebHome]] value to be expressed as a range. It can be expressed as the period before a period, after a period, or between two periods. Each of these properties can specify their inclusion in regards to the range.
2848
2849 Attributes:
2850 validFrom?, validTo?
2851
2852 Content:
2853 (BeforePeriod|AfterPeriod|(StartPeriod, EndPeriod))
2854
2855 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2856
2857 (% style="width:1030.29px" %)
2858 |(% style="width:242px" %)**Name**|(% style="width:245px" %)**Type**|(% style="width:539px" %)**Documentation**
2859 |(% style="width:242px" %)validFrom|(% style="width:245px" %)StandardTimePeriodType|(% style="width:539px" %)
2860 |(% style="width:242px" %)validTo|(% style="width:245px" %)StandardTimePeriodType|(% style="width:539px" %)
2861
2862 Element Documentation:
2863
2864 |**Name**|**Type**|**Documentation**
2865 |BeforePeriod|TimePeriodRangeType|BeforePeriod is the period before which the period is meant to cover. This date may be inclusive or exclusive in the range.
2866 |AfterPeriod|TimePeriodRangeType|AfterPeriod is the period after which the period is meant to cover. This date may be inclusive or exclusive in the range.
2867 |StartPeriod|TimePeriodRangeType|StartPeriod is the start date or the range that the queried date must occur within. This date may be inclusive or exclusive in the range.
2868 |EndPeriod|TimePeriodRangeType|EndPeriod is the end period of the range. This date may be inclusive or exclusive in the range.
2869
2870 **TimePeriodRangeType:** TimePeriodRangeType defines a [[time period>>doc:sdmx:Glossary.Time period.WebHome]], and indicates whether it is inclusive in a range.
2871
2872 Derivation:
2873
2874 xs:anySimpleType (restriction)
2875 ObservationalTimePeriodType (extension)
2876 TimePeriodRangeType
2877
2878 Attributes:
2879 isInclusive?
2880
2881 Content:
2882 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2883
2884 |**Name**|**Type**|**Documentation**
2885 |isInclusive (default: true)|xs:boolean|The isInclusive [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], when true, indicates that the [[time period>>doc:sdmx:Glossary.Time period.WebHome]] specified is included in the range.
2886
2887 //**DataStructureBaseType:** //DataStructureBaseType describes base refinement of the StructureType for a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. A [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] is defined as a collection of metadata (% style="color:#e74c3c" %)concepts(%%), their structure and usage when used to collect or disseminate data.
2888
2889 Derivation:
2890
2891 AnnotableType (extension)
2892 IdentifiableType (extension)
2893 NameableType (extension)
2894 VersionableType (restriction)
2895 MaintainableBaseType (extension)
2896 MaintainableType (restriction)
2897 StructureType (restriction)
2898 DataStructureBaseType
2899
2900 Attributes:
2901 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
2902
2903 Content:
2904 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, DataStructureComponents?
2905
2906 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2907
2908 |**Name**|**Type**
2909 |id|IDType
2910 |urn|DataStructureUrnType
2911 |uri|xs:anyURI
2912 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType
2913 |validFrom|xs:dateTime
2914 |validTo|xs:dateTime
2915 |agencyID|NestedNCNameIDType
2916 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean
2917 |serviceURL|xs:anyURI
2918 |structureURL|xs:anyURI
2919 |isPartialLanguage (default: false)|xs:boolean
2920
2921 Element Documentation:
2922
2923 |**Name**|**Type**|**Documentation**
2924 |Annotations|AnnotationsType|Annotations is a reusable element the provides for a collection of annotations. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
2925 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is reference metadata associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
2926 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2927 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2928 |DataStructureComponents|DataStructureComponentsType|DataStructureComponents defines the grouping of the sets of metadata concepts that have a defined structural role in the data structure definition. Note that for any component or group defined in a data structure definition, its id must be unique. This applies to the identifiers explicitly defined by the components as well as those inherited from the concept identity of a component. For example, if two dimensions take their identity from concepts with same identity (regardless of whether the concepts exist in different schemes) one of the dimensions must be provided a different explicit identifier. Although there are XML schema constraints to help enforce this, these only apply to explicitly assigned identifiers. Identifiers inherited from a concept from which a component takes its identity cannot be validated against this constraint. Therefore, systems processing data structure definitions will have to perform this check outside of the XML validation. There are also two reserved identifiers in a data structure definition; TIME\_PERIOD, and REPORTING\_YEAR\_START\_DAY. These identifiers may not be used outside of their respective defintions (TimeDimension and ReportingYearStartDay). This applies to both the explicit identifiers that can be assigned to the components or groups as well as an identifier inherited by a component from its concept identity. For example, if an ordinary dimension (i.e. not the time dimension) takes its concept identity from a concept with the identifier TIME\_PERIOD, that dimension must provide a different explicit identifier.
2929
2930 **DataStructureType:** DataStructureType defines the structure for a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. A [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] is defined as a collection of metadata (% style="color:#e74c3c" %)concepts(%%), their structure and usage when used to collect or disseminate data.
2931
2932 Derivation:
2933
2934 AnnotableType (extension)
2935 IdentifiableType (extension)
2936 NameableType (extension)
2937 VersionableType (restriction)
2938 MaintainableBaseType (extension)
2939 MaintainableType (restriction)
2940 StructureType (restriction)
2941 DataStructureBaseType (extension)
2942 DataStructureType
2943
2944 Attributes:
2945 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
2946
2947 Content:
2948 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, DataStructureComponents?, Metadata?
2949
2950 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2951
2952 (% style="width:2116.68px" %)
2953 |**Name**|**Type**|(% style="width:1572.38px" %)**Documentation**
2954 |id|IDType|(% style="width:1572.38px" %)The id is the identifier for the object.
2955 |urn|DataStructureUrnType|(% style="width:1572.38px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
2956 |uri|xs:anyURI|(% style="width:1572.38px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
2957 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|(% style="width:1572.38px" %)This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
2958 |validFrom|xs:dateTime|(% style="width:1572.38px" %)The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2959 |validTo|xs:dateTime|(% style="width:1572.38px" %)The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
2960 |agencyID|NestedNCNameIDType|(% style="width:1572.38px" %)The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
2961 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|(% style="width:1572.38px" %)The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
2962 |serviceURL|xs:anyURI|(% style="width:1572.38px" %)The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
2963 |structureURL|xs:anyURI|(% style="width:1572.38px" %)The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
2964 |isPartialLanguage (default: false)|xs:boolean|(% style="width:1572.38px" %)The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
2965
2966 Element Documentation:
2967
2968 |**Name**|**Type**|**Documentation**
2969 |Annotations|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
2970 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
2971 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2972 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2973 |DataStructureComponents|DataStructureComponentsType|DataStructureComponents defines the grouping of the sets of metadata [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] that have a defined structural role in the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. Note that for any [[component>>doc:sdmx:Glossary.Component.WebHome]] or group defined in a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]], its id must be unique. This applies to the identifiers explicitly defined by the [[components>>doc:sdmx:Glossary.Component.WebHome]] as well as those inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. For example, if two [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] take their identity from [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with same identity (regardless of whether the [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] exist in different schemes) one of the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] must be provided a different explicit identifier. Although there are XML schema [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] to help enforce this, these only apply to explicitly assigned identifiers. Identifiers inherited from a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] from which a [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its identity cannot be validated against this [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]]. Therefore, systems processing [[data structure definitions>>doc:sdmx:Glossary.Data structure definition.WebHome]] will have to perform this check outside of the XML validation. There are also two reserved identifiers in a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]; TIME\_PERIOD, and REPORTING\_YEAR\_START\_DAY. These identifiers may not be used outside of their respective defintions (TimeDimension and ReportingYearStartDay). This applies to both the explicit identifiers that can be assigned to the [[components>>doc:sdmx:Glossary.Component.WebHome]] or groups as well as an identifier inherited by a [[component>>doc:sdmx:Glossary.Component.WebHome]] from its [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. For example, if an ordinary [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] (i.e. not the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]) takes its [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity from a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] with the identifier TIME\_PERIOD, that [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] must provide a different explicit identifier.
2974 |Metadata|MetadataStructureReferenceType|A [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] may be related to a [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] in order to use its metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] as part of the data. Note that the [[referenced metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] set cannot contain nested metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]], as these are not supported in the data. By default all metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] can be associated at any [[level>>doc:sdmx:Glossary.Level.WebHome]] of the data. However, a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] usage can be used to provide a specific [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] relationshp for a given metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
2975
2976 //**DataStructureComponentsBaseType:**// DataStructureComponentsBaseType is an abstract base type the serves as the basis for the DataStructureComponentsType. This type is necessary to allow for valid substitutions of [[component>>doc:sdmx:Glossary.Component.WebHome]] lists.
2977
2978 Derivation:
2979
2980 GroupingType (restriction)
2981 DataStructureComponentsBaseType
2982
2983 Content:
2984 {Empty}
2985
2986 **DataStructureComponentsType:** DataStructureComponentsType describes the structure of the grouping to the sets of metadata [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] that have a defined structural role in the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. At a minimum at least one [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] must be defined.
2987
2988 Derivation:
2989
2990 GroupingType (restriction)
2991 DataStructureComponentsBaseType (extension)
2992 DataStructureComponentsType
2993
2994 Content:
2995 DimensionList, Group*, AttributeList?, MeasureList?
2996
2997 Element Documentation:
2998
2999 |**Name**|**Type**|**Documentation**
3000 |DimensionList|DimensionListType|DimensionList describes the key descriptor for the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. It is an ordered set of metadata [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] that, combined, classify a statistical series, such as a time series, and whose values, when combined (the key) in an instance such as a [[data set>>doc:sdmx:Glossary.Data set.WebHome]], uniquely identify a specific series.
3001 |Group|GroupType|Group describes a group descriptor in a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. It is a set metadata [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] (and possibly their values) that define a partial key derived from the key descriptor in a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]].
3002 |AttributeList|AttributeListType|AttributeList describes the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] descriptor for the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. It is a collection of metadata [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] that define the [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] of the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]].
3003 |MeasureList|MeasureListpe|MeasureList describes the [[measure>>doc:sdmx:Glossary.Measure.WebHome]] descriptor for a data structure.
3004
3005 //**AttributeListBaseType:**// AttributeListBaseType is an abstract base type used as the basis for the AttributeListType.
3006
3007 Derivation:
3008
3009 AnnotableType (extension)
3010 IdentifiableType (extension)
3011 ComponentListType (restriction)
3012 AttributeListBaseType
3013
3014 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3015 id?, urn?, uri?
3016
3017 Content:
3018 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link
3019
3020 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3021
3022 |**Name**|**Type**|**Documentation**
3023 |id (fixed: AttributeDescriptor)|IDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is provided in this case for completeness. However, its value is fixed to AttributeDescriptor.
3024 |urn|AttributeDescriptorUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3025 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3026
3027 Element Documentation:
3028
3029 |**Name**|**Type**|**Documentation**
3030 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3031 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3032
3033 **AttributeListType:** AttributeListType describes the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] descriptor for the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]].
3034
3035 Derivation:
3036
3037 AnnotableType (extension)
3038 IdentifiableType (extension)
3039 ComponentListType (restriction)
3040 AttributeListBaseType (extension)
3041 AttributeListType
3042
3043 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3044 id?, urn?, uri?
3045
3046 Content:
3047 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, ([[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]]|MetadataAttributeUsage)+
3048
3049 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3050
3051 |**Name**|**Type**|**Documentation**
3052 |id (fixed: AttributeDescriptor)|IDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is provided in this case for completeness. However, its value is fixed to AttributeDescriptor.
3053 |urn|AttributeDescriptorUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3054 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3055
3056 Element Documentation:
3057
3058 |**Name**|**Type**|**Documentation**
3059 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3060 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3061 |[[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]]|AttributeType|[[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] describes the definition of a data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], which is defined as a characteristic of an object or entity.
3062 |MetadataAttributeUsage|MetadataAttributeUsageType|MetadataAttributeUsage refines the details of how a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] from the metadata structure referenced from the data structure is used. By default, metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] can be expressed at any [[level>>doc:sdmx:Glossary.Level.WebHome]] of the data. This allows an [[attribute relationship>>doc:sdmx:Glossary.Attribute relationship.WebHome]] to be defined in order restrict the reporing of a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] to a specific part of the data.
3063
3064 //**AttributeBaseType:**// AttributeBaseType is an abstract base type that serves as the basis for the AttributeType. It restricts the text format base to a text format valid for data [[components>>doc:sdmx:Glossary.Component.WebHome]] (that does not allow for XHTML [[representation>>doc:sdmx:Glossary.Representation.WebHome]]). The local [[representation>>doc:sdmx:Glossary.Representation.WebHome]] is restricted to the values defined in [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. The [[concept>>doc:sdmx:Glossary.Concept.WebHome]] role is restricted to the values valid for a data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
3065
3066 Derivation:
3067
3068 AnnotableType (extension)
3069 IdentifiableType (extension)
3070 ComponentBaseType (extension)
3071 ComponentType (restriction)
3072 AttributeBaseType
3073
3074 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3075 id?, urn?, uri?
3076
3077 Content:
3078 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, ConceptIdentity, LocalRepresentation?
3079
3080 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3081
3082 |**Name**|**Type**|**Documentation**
3083 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds an explicit identification of the [[component>>doc:sdmx:Glossary.Component.WebHome]]. If this identifier is not supplied, then it is assumed to be the same as the identifier of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] referenced from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. Because structures require that every [[component>>doc:sdmx:Glossary.Component.WebHome]] be given a unique identifier, it may be necessary to assign an explicit identifier when more than one [[component>>doc:sdmx:Glossary.Component.WebHome]] in a structure reference [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with same identifier. It is important to note that this applies strictly to the identifier of [[concept>>doc:sdmx:Glossary.Concept.WebHome]] and not the URN. Therefore if two [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with the same identifier from different [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]] are referenced in the same structure, one of the [[components>>doc:sdmx:Glossary.Component.WebHome]] will have to provide a unique explicit identifier. The type of this identifier is restricted to the common:NCNameIDType. This is necessary, since [[component>>doc:sdmx:Glossary.Component.WebHome]] identifiers are used to create XML elements and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
3084 |urn|DataAttributeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3085 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3086
3087 Element Documentation:
3088
3089 |**Name**|**Type**|**Documentation**
3090 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3091 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3092 |ConceptIdentity|ConceptReferenceType|ConceptIdentity allows for the referencing of a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this [[concept>>doc:sdmx:Glossary.Concept.WebHome]], and if an id is not specified, it takes its identification as well. If a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] (LocalRepresentation) is not supplied, then the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the [[component>>doc:sdmx:Glossary.Component.WebHome]] is also inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]]. Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], the allowable [[representations>>doc:sdmx:Glossary.Representation.WebHome]] for the [[component>>doc:sdmx:Glossary.Component.WebHome]] still apply. Therefore, if a [[component>>doc:sdmx:Glossary.Component.WebHome]] references a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] role, it is implied that the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3093 |LocalRepresentation|AttributeRepresentationType|LocalRepresentation references [[item schemes>>doc:sdmx:Glossary.Item scheme.WebHome]] that may be used to create the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. The type of this must be refined such that a concrete [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] reference is used.
3094
3095 **AttributeType:** AttributeType describes the structure of a data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], which is defined as a characteristic of an object or entity. The [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] takes its semantic, and in some cases it [[representation>>doc:sdmx:Glossary.Representation.WebHome]], from its [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. An [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] can be coded by referencing a [[code list>>doc:sdmx:Glossary.Code list.WebHome]] from its coded local [[representation>>doc:sdmx:Glossary.Representation.WebHome]]. It can also specify its text format, which is used as the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] if a coded [[representation>>doc:sdmx:Glossary.Representation.WebHome]] is not defined. Neither the coded or uncoded [[representation>>doc:sdmx:Glossary.Representation.WebHome]] are necessary, since the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] may take these from the referenced (% style="color:#e74c3c" %)concept(%%). An [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies its relationship with other data structure [[components>>doc:sdmx:Glossary.Component.WebHome]] and is given an assignment status. These two properties dictate where in a data message the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] will be attached, and whether or not the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] will be required to be given a value. A set of roles defined in [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]] can be assigned to the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
3096
3097 Derivation:
3098
3099 AnnotableType (extension)
3100 IdentifiableType (extension)
3101 ComponentBaseType (extension)
3102 ComponentType (restriction)
3103 AttributeBaseType (extension)
3104 AttributeType
3105
3106 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3107 id?, urn?, uri?, usage?
3108
3109 Content:
3110 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, ConceptIdentity, LocalRepresentation?, ConceptRole*, AttributeRelationship, MeasureRelationship?
3111
3112 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3113
3114 |**Name**|**Type**|**Documentation**
3115 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds an explicit identification of the [[component>>doc:sdmx:Glossary.Component.WebHome]]. If this identifier is not supplied, then it is assumed to be the same as the identifier of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] referenced from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. Because structures require that every [[component>>doc:sdmx:Glossary.Component.WebHome]] be given a unique identifier, it may be necessary to assign an explicit identifier when more than one [[component>>doc:sdmx:Glossary.Component.WebHome]] in a structure reference [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with same identifier. It is important to note that this applies strictly to the identifier of [[concept>>doc:sdmx:Glossary.Concept.WebHome]] and not the URN. Therefore if two [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with the same identifier from different [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]] are referenced in the same structure, one of the [[components>>doc:sdmx:Glossary.Component.WebHome]] will have to provide a unique explicit identifier. The type of this identifier is restricted to the common:NCNameIDType. This is necessary, since [[component>>doc:sdmx:Glossary.Component.WebHome]] identifiers are used to create XML elements and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
3116 |urn|DataAttributeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3117 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3118 |usage (default: optional)|UsageType|The usage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether an [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] value must be available for any corresponding existing observation.
3119
3120 Element Documentation:
3121
3122 (% style="width:1169.29px" %)
3123 |**Name**|**Type**|**Documentation**
3124 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3125 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3126 |ConceptIdentity|ConceptReferenceType|ConceptIdentity allows for the referencing of a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this [[concept>>doc:sdmx:Glossary.Concept.WebHome]], and if an id is not specified, it takes its identification as well. If a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] (LocalRepresentation) is not supplied, then the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the [[component>>doc:sdmx:Glossary.Component.WebHome]] is also inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]]. Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], the allowable [[representations>>doc:sdmx:Glossary.Representation.WebHome]] for the [[component>>doc:sdmx:Glossary.Component.WebHome]] still apply. Therefore, if a [[component>>doc:sdmx:Glossary.Component.WebHome]] references a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] role, it is implied that the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3127 |LocalRepresentation|AttributeRepresentationType|LocalRepresentation references [[item schemes>>doc:sdmx:Glossary.Item scheme.WebHome]] that may be used to create the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. The type of this must be refined such that a concrete [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] reference is used.
3128 |ConceptRole|ConceptReferenceType|ConceptRole references [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] which define roles which this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] serves.
3129 |AttributeRelationship|AttributeRelationshipType|AttributeRelationship describes how the value of this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] varies with the values of other [[components>>doc:sdmx:Glossary.Component.WebHome]]. These relationships will be used to determine the [[attachment level>>doc:sdmx:Glossary.Attachment level.WebHome]] of the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] in the various data formats.
3130 |MeasureRelationship|MeasureRelationshipType|MeasureRelationship identifies the [[measures>>doc:sdmx:Glossary.Measure.WebHome]] that the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] applies to. If this is not used, the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is assumed to apply to all [[measures>>doc:sdmx:Glossary.Measure.WebHome]].
3131
3132 **AttributeRelationshipType:** AttributeRelationshipType defines the structure for stating the relationship between an [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] and other [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] [[components>>doc:sdmx:Glossary.Component.WebHome]].
3133
3134 Content:
3135 ([[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]|[[Dimension>>doc:sdmx:Glossary.Dimension.WebHome]]+|Group|Observation)
3136
3137 Element Documentation:
3138
3139 |**Name**|**Ty**|**Documentation**
3140 |[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]|EmptyType|This means that the value of the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] varies per [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]. It is the data modeller's responsibility to design or use non-overlapping [[dataflows>>doc:sdmx:Glossary.Dataflow.WebHome]] that do not have observations in common, otherwise the integrity of [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]-specific [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] values is not assured by the model, e.g. when querying those data through its [[DSD>>doc:sdmx:Glossary.Data structure definition.WebHome]].
3141 |[[Dimension>>doc:sdmx:Glossary.Dimension.WebHome]]|OptionalLocalDimensionReferenceType|This is used to reference [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] in the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] on which the value of this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] depends. An [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] using this relationship can be either a group, series (or section), or observation level [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]. The [[attachment level>>doc:sdmx:Glossary.Attachment level.WebHome]] of the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] will be determined by the data format and which [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] are referenced.
3142 |Group|IDType|This is used as a convenience to referencing all of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] defined by the referenced group. The [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] will also be attached to this group.
3143 |Observation|EmptyType|This is used to specify that the value of the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is dependent upon the observed value. An [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] with this relationship will always be treated as an observation level [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
3144
3145 **OptionalLocalDimensionReferenceType:**
3146
3147 Derivation:
3148
3149 xs:anySimpleType (restriction)
3150 xs:string (restriction)
3151 NestedIDType (restriction)
3152 IDType (restriction)
3153 NCNameIDType (extension)
3154 OptionalLocalDimensionReferenceType
3155
3156 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3157 optional?
3158
3159 Content:
3160
3161 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3162
3163 (% style="width:1017.29px" %)
3164 |(% style="width:332px" %)**Name**|(% style="width:307px" %)**Type**|(% style="width:375px" %)**Documentation**
3165 |(% style="width:332px" %)optional (default: false)|(% style="width:307px" %)xs:boolean|(% style="width:375px" %)
3166
3167 **MeasureRelationshipType:** MeasureRelationshipType allows for the description of an [[attributes relationship>>doc:sdmx:Glossary.Attribute relationship.WebHome]] to one or more measures
3168
3169 Content:
3170 [[Measure>>doc:sdmx:Glossary.Measure.WebHome]]+
3171
3172 Element Documentation:
3173
3174 |**Name**|**Type**|**Documentation**
3175 |[[Measure>>doc:sdmx:Glossary.Measure.WebHome]]|NCNameIDType|This is a reference to a [[measure>>doc:sdmx:Glossary.Measure.WebHome]] defined in this [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]].
3176
3177 **MetadataAttributeUsageBaseType:** MetadataAttributeUsageBaseType is the abstract base refinement of a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] usage. Since this is a usage of metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] already defined in metadata structure, the typical id, [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity, and [[representation>>doc:sdmx:Glossary.Representation.WebHome]] are excluded in place of a local refernce to the metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] being used.
3178
3179 Derivation:
3180
3181 AnnotableType (extension)
3182 IdentifiableType (extension)
3183 ComponentBaseType (extension)
3184 ComponentType (restriction)
3185 MetadataAttributeUsageBaseType
3186
3187 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3188 urn?, uri?
3189
3190 Content:
3191 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link?
3192
3193 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3194
3195 |**Name**|**Type**|**Documentation**
3196 |urn|UrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3197 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3198
3199 Element Documentation:
3200
3201 |**Name**|**Type**|**Documentation**
3202 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3203 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3204
3205 **MetadataAttributeUsageType:** MetadataAttributeUsageType defines the structure of how a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in a data structure. This is a local reference to a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] from the metadata structure referenced by the data structure. An [[attribute relationship>>doc:sdmx:Glossary.Attribute relationship.WebHome]] can be defined in order to describe the relationship of the metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] to the data structure [[components>>doc:sdmx:Glossary.Component.WebHome]].
3206
3207 Derivation:
3208
3209 AnnotableType (extension)
3210 IdentifiableType (extension)
3211 ComponentBaseType (extension)
3212 ComponentType (restriction)
3213 MetadataAttributeUsageBaseType (extension)
3214 MetadataAttributeUsageType
3215
3216 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3217 urn?, uri?
3218
3219 Content:
3220 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link?, MetadataAttributeReference, AttributeRelationship
3221
3222 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3223
3224 |**Name**|**Type**|**Documentation**
3225 |urn|UrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3226 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3227
3228 Element Documentation:
3229
3230 |**Name**|**Type**|**Documentation**
3231 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3232 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3233 |MetadataAttributeReference|NCNameIDType|MetadataAttributeReference is a local reference to a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] defined in the metadata structure referenced by this data structure.
3234 |AttributeRelationship|AttributeRelationshipType|AttributeRelationship defines the relationship between the [[referenced metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] and the [[components>>doc:sdmx:Glossary.Component.WebHome]] of the data structure.
3235
3236 //**DimensionListBaseType:**// DimensionListBaseType is an abstract base type used as the basis for the DimensionListType.
3237
3238 Derivation:
3239
3240 AnnotableType (extension)
3241 IdentifiableType (extension)
3242 ComponentListType (restriction)
3243 DimensionListBaseType
3244
3245 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3246 id?, urn?, uri?
3247
3248 Content:
3249 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link
3250
3251 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3252
3253 |**Name**|**Type**|**Documentation**
3254 |id (fixed: DimensionDescriptor)|IDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is provided in this case for completeness. However, its value is fixed to DimensionDescriptor.
3255 |urn|DimensionDescriptorUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3256 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3257
3258 Element Documentation:
3259
3260 |**Name**|**Type**|**Documentation**
3261 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3262 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3263
3264 **DimensionListType:** DimensionListType describes the key descriptor for a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. The order of the declaration of child [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] is significant: it is used to describe the order in which they will appear in data formats for which key values are supplied in an ordered fashion (exclusive of the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], which is not represented as a member of the ordered key). Any [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] which uses the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] should also declare a frequency [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], conventionally the first [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in the key (the set of ordered non-time [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]]). If is not necessary to assign a time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], as data can be organised in any fashion required.
3265
3266 Derivation:
3267
3268 AnnotableType (extension)
3269 IdentifiableType (extension)
3270 ComponentListType (restriction
3271 DimensionListBaseType (extension)
3272 DimensionListType
3273
3274 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3275 id?, urn?, uri?
3276
3277 Content:
3278 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, [[Dimension>>doc:sdmx:Glossary.Dimension.WebHome]]+, TimeDimension?
3279
3280 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3281
3282 |**Name**|**Type**|**Documentation**
3283 |id (fixed: DimensionDescriptor)|IDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is provided in this case for completeness. However, its value is fixed to DimensionDescriptor.
3284 |urn|DimensionDescriptorUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3285 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3286
3287 Element Documentation:
3288
3289 |**Name**|**Type**|**Documentation**
3290 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3291 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3292 |[[Dimension>>doc:sdmx:Glossary.Dimension.WebHome]]|DimensionType|[[Dimension>>doc:sdmx:Glossary.Dimension.WebHome]] describes the structure of a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], which is defined as a statistical [[concept>>doc:sdmx:Glossary.Concept.WebHome]] used (most probably together with other statistical [[concepts>>doc:sdmx:Glossary.Concept.WebHome]]) to identify a statistical series, such as a time series, e.g. a statistical [[concept>>doc:sdmx:Glossary.Concept.WebHome]] indicating certain [[economic activity>>doc:sdmx:Glossary.Economic activity.WebHome]] or a geographical [[reference area>>doc:sdmx:Glossary.Reference area.WebHome]].
3293 |TimeDimension|TimeDimensionType|TimeDimension is a special [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] which designates the period in time in which the data identified by the full [[series key>>doc:sdmx:Glossary.Series key.WebHome]] applies.
3294
3295 **//BaseDimensionBaseType//:** BaseDimensionBaseType is an abstract base type that serves as the basis for any [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. It restricts the text format base to a text format valid for data [[components>>doc:sdmx:Glossary.Component.WebHome]] (that does not allow for XHTML [[representation>>doc:sdmx:Glossary.Representation.WebHome]]).
3296
3297 Derivation:
3298
3299 AnnotableType (extension)
3300 IdentifiableType (extension)
3301 ComponentBaseType (extension)
3302 ComponentType (restriction)
3303 BaseDimensionBaseType
3304
3305 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3306 id?, urn?, uri?
3307
3308 Content:
3309 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, ConceptIdentity, LocalRepresentation?
3310
3311 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3312
3313 |**Name**|**Type**|**Documentation**
3314 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds an explicit identification of the [[component>>doc:sdmx:Glossary.Component.WebHome]]. If this identifier is not supplied, then it is assumed to be the same as the identifier of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] referenced from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. Because structures require that every [[component>>doc:sdmx:Glossary.Component.WebHome]] be given a unique identifier, it may be necessary to assign an explicit identifier when more than one [[component>>doc:sdmx:Glossary.Component.WebHome]] in a structure reference [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with same identifier. It is important to note that this applies strictly to the identifier of [[concept>>doc:sdmx:Glossary.Concept.WebHome]] and not the URN. Therefore if two [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with the same identifier from different [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]] are referenced in the same structure, one of the [[components>>doc:sdmx:Glossary.Component.WebHome]] will have to provide a unique explicit identifier. The type of this identifier is restricted to the common:NCNameIDType. This is necessary, since [[component>>doc:sdmx:Glossary.Component.WebHome]] identifiers are used to create XML elements and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
3315 |urn|UrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3316 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3317
3318 Element Documentation:
3319
3320 (% style="width:1127.29px" %)
3321 |**Name**|**Type**|(% style="width:701px" %)**Documentation**
3322 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:701px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3323 |Link|LinkType|(% style="width:701px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3324 |ConceptIdentity|ConceptReferenceType|(% style="width:701px" %)ConceptIdentity allows for the referencing of a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this [[concept>>doc:sdmx:Glossary.Concept.WebHome]], and if an id is not specified, it takes its identification as well. If a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] (LocalRepresentation) is not supplied, then the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the [[component>>doc:sdmx:Glossary.Component.WebHome]] is also inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]]. Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], the allowable [[representations>>doc:sdmx:Glossary.Representation.WebHome]] for the [[component>>doc:sdmx:Glossary.Component.WebHome]] still apply. Therefore, if a [[component>>doc:sdmx:Glossary.Component.WebHome]] references a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] role, it is implied that the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3325 |LocalRepresentation|//DataStructureRepresentationType//|(% style="width:701px" %)LocalRepresentation references [[item schemes>>doc:sdmx:Glossary.Item scheme.WebHome]] that may be used to create the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. The type of this must be refined such that a concrete [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] reference is used.
3326
3327 **//BaseDimensionType//:** BaseDimensionType is an abstract base type which defines the basic structure of all [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]].
3328
3329 Derivation:
3330
3331 AnnotableType (extension)
3332 IdentifiableType (extension)
3333 ComponentBaseType (extension)
3334 ComponentType (restriction)
3335 BaseDimensionBaseType (extension)
3336 BaseDimensionType
3337
3338 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3339 id?, urn?, uri?, position?
3340
3341 Content:
3342 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, ConceptIdentity, LocalRepresentation?, ConceptRole
3343
3344 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3345
3346 |**Name**|**Type**|**Documentation**
3347 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds an explicit identification of the [[component>>doc:sdmx:Glossary.Component.WebHome]]. If this identifier is not supplied, then it is assumed to be the same as the identifier of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] referenced from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. Because structures require that every [[component>>doc:sdmx:Glossary.Component.WebHome]] be given a unique identifier, it may be necessary to assign an explicit identifier when more than one [[component>>doc:sdmx:Glossary.Component.WebHome]] in a structure reference [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with same identifier. It is important to note that this applies strictly to the identifier of [[concept>>doc:sdmx:Glossary.Concept.WebHome]] and not the URN. Therefore if two [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with the same identifier from different [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]] are referenced in the same structure, one of the [[components>>doc:sdmx:Glossary.Component.WebHome]] will have to provide a unique explicit identifier. The type of this identifier is restricted to the common:NCNameIDType. This is necessary, since [[component>>doc:sdmx:Glossary.Component.WebHome]] identifiers are used to create XML elements and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
3348 |urn|UrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3349 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3350 |position|xs:int|The order of the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] in the key descriptor (DimensionList element) defines the order of the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] in the data structure. This position [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] explicitly specifies the position of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in the data structure. It is optional and if specified must be consistent with the position of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in the key descriptor.
3351
3352 Element Documentation:
3353
3354 (% style="width:1092.29px" %)
3355 |**Name**|**Type**|**Documentation**
3356 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3357 |Link|Linkpe|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3358 |ConceptIdentity|ConceptReferenceType|ConceptIdentity allows for the referencing of a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this [[concept>>doc:sdmx:Glossary.Concept.WebHome]], and if an id is not specified, it takes its identification as well. If a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] (LocalRepresentation) is not supplied, then the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the [[component>>doc:sdmx:Glossary.Component.WebHome]] is also inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]]. Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], the allowable [[representations>>doc:sdmx:Glossary.Representation.WebHome]] for the [[component>>doc:sdmx:Glossary.Component.WebHome]] still apply. Therefore, if a [[component>>doc:sdmx:Glossary.Component.WebHome]] references a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] role, it is implied that the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3359 |LocalRepresentation|//DataStructureRepresentationType//|LocalRepresentation references [[item schemes>>doc:sdmx:Glossary.Item scheme.WebHome]] that may be used to create the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. The type of this must be refined such that a concrete [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] reference is used.
3360 |ConceptRole|ConceptReferenceType|ConceptRole references [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] which define roles which this di[[mension>>doc:sdmx:Glossary.Dimension.WebHome]] serves.
3361
3362 **DimensionType:** DimensionType describes the structure of an ordinary [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], which is defined as a statistical [[concept>>doc:sdmx:Glossary.Concept.WebHome]] used (most probably together with other statistical [[concepts>>doc:sdmx:Glossary.Concept.WebHome]]) to identify a statistical series, such as a time series, e.g. a statistical [[concept>>doc:sdmx:Glossary.Concept.WebHome]] indicating certain [[economic activity>>doc:sdmx:Glossary.Economic activity.WebHome]] or a geographical [[reference area>>doc:sdmx:Glossary.Reference area.WebHome]]. The [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] takes its semantic, and in some cases it [[representation>>doc:sdmx:Glossary.Representation.WebHome]], from its [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. A [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] can be coded by referencing a [[code list>>doc:sdmx:Glossary.Code list.WebHome]] from its coded local [[representation>>doc:sdmx:Glossary.Representation.WebHome]]. It can also specify its text format, which is used as the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] if a coded [[representation>>doc:sdmx:Glossary.Representation.WebHome]] is not defined. Neither the coded or uncoded [[representation>>doc:sdmx:Glossary.Representation.WebHome]] are necessary, since the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] may take these from the referenced [[concept>>doc:sdmx:Glossary.Concept.WebHome]].
3363
3364 Derivation:
3365
3366 AnnotableType (extension)
3367 IdentifiableType (extension)
3368 ComponentBaseType (extension)
3369 ComponentType (restriction)
3370 BaseDimensionBaseType (extension)
3371 BaseDimensionType (restriction)
3372 DimensionType
3373
3374 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3375 id?, urn?, uri?, position?
3376
3377 Content:
3378 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, ConceptIdentity, LocalRepresentation?, ConceptRole
3379
3380 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3381
3382 |**Name**|**Type**|**Documentation**
3383 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds an explicit identification of the [[component>>doc:sdmx:Glossary.Component.WebHome]]. If this identifier is not supplied, then it is assumed to be the same as the identifier of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] referenced from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. Because structures require that every [[component>>doc:sdmx:Glossary.Component.WebHome]] be given a unique identifier, it may be necessary to assign an explicit identifier when more than one [[component>>doc:sdmx:Glossary.Component.WebHome]] in a structure reference [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with same identifier. It is important to note that this applies strictly to the identifier of [[concept>>doc:sdmx:Glossary.Concept.WebHome]] and not the URN. Therefore if two [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with the same identifier from different [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]] are referenced in the same structure, one of the [[components>>doc:sdmx:Glossary.Component.WebHome]] will have to provide a unique explicit identifier. The type of this identifier is restricted to the common:NCNameIDType. This is necessary, since [[component>>doc:sdmx:Glossary.Component.WebHome]] identifiers are used to create XML elements and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
3384 |urn|DimensionUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3385 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3386 |position|xs:int|The order of the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] in the key descriptor (DimensionList element) defines the order of the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] in the data structure. This position [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] explicitly specifies the position of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in the data structure. It is optional and if specified must be consistent with the position of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in the key descriptor.
3387
3388 Element Documentation:
3389
3390 |**Name**|**Type**|**Documentation**
3391 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3392 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3393 |ConceptIdentity|ConceptReferenceType|ConceptIdentity allows for the referencing of a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this [[concept>>doc:sdmx:Glossary.Concept.WebHome]], and if an id is not specified, it takes its identification as well. If a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] (LocalRepresentation) is not supplied, then the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the [[component>>doc:sdmx:Glossary.Component.WebHome]] is also inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]]. Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], the allowable [[representations>>doc:sdmx:Glossary.Representation.WebHome]] for the [[component>>doc:sdmx:Glossary.Component.WebHome]] still apply. Therefore, if a [[component>>doc:sdmx:Glossary.Component.WebHome]] references a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] role, it is implied that the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3394 |LocalRepresentation|SimpleDataStructureRepresentationType|LocalRepresentation references [[item schemes>>doc:sdmx:Glossary.Item scheme.WebHome]] that may be used to create the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. The type of this must be refined such that a concrete [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] reference is used.
3395 |ConceptRole|ConceptReferenceType|ConceptRole references [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] which define roles which this [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] serves.
3396
3397 **TimeDimensionType:** TimeDimensionType describes the structure of a time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. The time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] takes its semantic from its [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity (usually the TIME\_PERIOD concept), yet is always has a fixed identifier (TIME\_PERIOD).The time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome||style="background-color: rgb(255, 255, 255);"]] always has a fixed text format, which specifies that its format is always the in the value set of the observational [[time period>>doc:sdmx:Glossary.Time period.WebHome||style="background-color: rgb(255, 255, 255);"]] (see common:ObservationalTimePeriodType). It is possible that the format may be a sub-set of the observational [[time period>>doc:sdmx:Glossary.Time period.WebHome||style="background-color: rgb(255, 255, 255);"]] value set. For example, it is possible to state that the [[representation>>doc:sdmx:Glossary.Representation.WebHome||style="background-color: rgb(255, 255, 255);"]] might always be a calendar year. See the enumerations of the textType [[attribute>>doc:sdmx:Glossary.Attribute.WebHome||style="background-color: rgb(255, 255, 255);"]] in the LocalRepresentation/TextFormat for more details of the possible sub-sets. It is also possible to [[facet>>doc:sdmx:Glossary.Facet.WebHome||style="background-color: rgb(255, 255, 255);"]] this [[representation>>doc:sdmx:Glossary.Representation.WebHome||style="background-color: rgb(255, 255, 255);"]] with start and end dates. The purpose of such facts is to restrict the value of the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome||style="background-color: rgb(255, 255, 255);"]] to occur within the specified range. If the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome||style="background-color: rgb(255, 255, 255);"]] is expected to allow for the standard reporting periods (see common:ReportingTimePeriodType) to be used, then it is strongly recommended that the reporting year start day [[attribute>>doc:sdmx:Glossary.Attribute.WebHome||style="background-color: rgb(255, 255, 255);"]] also be included in the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome||style="background-color: rgb(255, 255, 255);"]]. When the reporting year start day [[attribute>>doc:sdmx:Glossary.Attribute.WebHome||style="background-color: rgb(255, 255, 255);"]] is used, any standard reporting period values will be assumed to be based on the start day contained in this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome||style="background-color: rgb(255, 255, 255);"]]. If the reporting year start day [[attribute>>doc:sdmx:Glossary.Attribute.WebHome||style="background-color: rgb(255, 255, 255);"]] is not included and standard reporting periods are used, these values will be assumed to be based on a reporting year which begins January 1.
3398
3399 Derivation:
3400
3401 AnnotableType (extension)
3402 IdentifiableType (extension)
3403 ComponentBaseType (extension)
3404 ComponentType (restriction)
3405 BaseDimensionBaseType (extension)
3406 BaseDimensionType (restriction)
3407 TimeDimensionType
3408
3409 Attributes:
3410 id?, urn?, uri?
3411
3412 Content:
3413 nnotations?, Link*, ConceptIdentity, LocalRepresentation
3414
3415 Attribute Documentation:
3416
3417 |**Name**|**Type**|**Documentation**
3418 |id (fixed: TIME\_PERIOD)|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds an explicit identification of the [[component>>doc:sdmx:Glossary.Component.WebHome]]. If this identifier is not supplied, then it is assumed to be the same as the identifier of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] referenced from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. Because structures require that every [[component>>doc:sdmx:Glossary.Component.WebHome]] be given a unique identifier, it may be necessary to assign an explicit identifier when more than one [[component>>doc:sdmx:Glossary.Component.WebHome]] in a structure reference [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with same identifier. It is important to note that this applies strictly to the identifier of [[concept>>doc:sdmx:Glossary.Concept.WebHome]] and not the URN. Therefore if two [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with the same identifier from different [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]] are referenced in the same structure, one of the [[components>>doc:sdmx:Glossary.Component.WebHome]] will have to provide a unique explicit identifier. The type of this identifier is restricted to the common:NCNameIDType. This is necessary, since [[component>>doc:sdmx:Glossary.Component.WebHome]] identifiers are used to create XML elements and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
3419 |urn|TimeDimensionUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3420 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3421
3422 Element Documentation:
3423
3424 |**Name**|**Type**|**Documentation**
3425 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3426 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3427 |ConceptIdentity|ConceptReferenceType|ConceptIdentity allows for the referencing of a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this [[concept>>doc:sdmx:Glossary.Concept.WebHome]], and if an id is not specified, it takes its identification as well. If a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] (LocalRepresentation) is not supplied, then the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the [[component>>doc:sdmx:Glossary.Component.WebHome]] is also inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]]. Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], the allowable [[representations>>doc:sdmx:Glossary.Representation.WebHome]] for the [[component>>doc:sdmx:Glossary.Component.WebHome]] still apply. Therefore, if a [[component>>doc:sdmx:Glossary.Component.WebHome]] references a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] role, it is implied that the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3428 |LocalRepresentation|TimeDimensionRepresentationType|LocalRepresentation references [[item schemes>>doc:sdmx:Glossary.Item scheme.WebHome]] that may be used to create the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. The type of this must be refined such that a concrete [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] reference is used.
3429
3430 **GroupBaseType:** GroupBaseType is an abstract base type that forms the basis for the GroupType.
3431
3432 Derivation:
3433
3434 AnnotableType (extension)
3435 IdentifiableType (extension)
3436 ComponentListType (restriction)
3437 GroupBaseType
3438
3439 Attributes:
3440 id, urn?, uri
3441
3442 Content:
3443 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?
3444
3445 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3446
3447 |**Name**|**Type**|**Documentation**
3448 |id|IDType|The id is the identifier for the object.
3449 |urn|GroupDimensionDescriptorUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3450 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3451
3452 Element Documentation:
3453
3454 |**Name**|**Type**|**Documentation**
3455 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3456
3457 **GroupType:** GroupType describes the structure of a group descriptor in a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. A group may consist of a of partial key, or collection of distinct cube regions or key sets to which [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] may be attached. The purpose of a group is to specify [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] values which have the same value based on some common dimensionality. All groups declared in the data structure must be unique - that is, you may not have duplicate partial keys. All groups must be given unique identifiers.
3458
3459 Derivation:
3460
3461 AnnotableType (extension) 
3462 IdentifiableType (extension)
3463 ComponentListType (restriction)
3464 GroupBaseType (extension)
3465 GroupType
3466
3467 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3468 id, urn?, uri?
3469
3470 Content:
3471 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, GroupDimension+
3472
3473
3474 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3475
3476 (% style="width:1100.29px" %)
3477 |**Name**|(% style="width:279px" %)**Type**|(% style="width:732px" %)**Documentation**
3478 |id|(% style="width:279px" %)IDType|(% style="width:732px" %)The id is the identifier for the object.
3479 |urn|(% style="width:279px" %)GroupDimensionDescriptorUrnType|(% style="width:732px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3480 |uri|(% style="width:279px" %)xs:anyURI|(% style="width:732px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3481
3482 Element Documentation:
3483
3484 |**Name**|**Type**|**Documentation**
3485 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3486 |GroupDimension|GroupDimensionType|GroupDimension is a [[component>>doc:sdmx:Glossary.Component.WebHome]] which contains only a reference to a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in the key descriptor (DimensionList). Although it is conventional to declare [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] in the same order as they are declared in the ordered key, there is no requirement to do so - the ordering of the values of the key are taken from the order in which the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] are declared. Note that the id of a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] may be inherited from its underlying (% style="color:#e74c3c" %)concept(%%) - therefore this reference value may actually be the id of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]].
3487
3488 **//GroupDimensionBaseType//:** GroupDimensionBaseType is an abstract base type which refines the base ComponentType in order to form the basis for the GroupDimensionType.
3489
3490 Derivation:
3491
3492 AnnotableType (extension)
3493 IdentifiableType (extension)
3494 ComponentBaseType (extension)
3495 ComponentType (restriction)
3496 GroupDimensionBaseType
3497
3498 Content:
3499 {Empty}
3500
3501 **GroupDimensionType:** GroupDimensionType defines a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] [[component>>doc:sdmx:Glossary.Component.WebHome]] with a [[group key>>doc:sdmx:Glossary.Group key.WebHome]] descriptor [[component>>doc:sdmx:Glossary.Component.WebHome]] list. Although technically a [[component>>doc:sdmx:Glossary.Component.WebHome]], this is essentially a reference to a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] defined in the key descriptor. Therefore, the identification, name, and description, [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity and [[representation>>doc:sdmx:Glossary.Representation.WebHome]] properties that are typically available for a [[component>>doc:sdmx:Glossary.Component.WebHome]] are not allowed here, as they are all inherited from the referenced [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]].
3502
3503 Derivation:
3504
3505 AnnotableType (extension)
3506 IdentifiableType (extension)
3507 ComponentBaseType (extension)
3508 ComponentType (restriction)
3509 GroupDimensionBaseType (extension)
3510 GroupDimensionType
3511
3512 Content:
3513 DimensionReference
3514
3515 Element Documentation:
3516
3517 |**Name**|**Type**|**Documentation**
3518 |DimensionReference|NCNameIDType|DimensionReference provides a reference to a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] defined in the key descriptor of the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] in which this [[group key>>doc:sdmx:Glossary.Group key.WebHome]] descriptor is defined.
3519
3520 **MeasureListType:** MeasureListType describes the structure of the [[measure>>doc:sdmx:Glossary.Measure.WebHome]] descriptor for a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]].
3521
3522 Derivation:
3523
3524 AnnotableType (extension)
3525 IdentifiableType (extension)
3526 ComponentListType (restriction)
3527 MeasureListType
3528
3529 Attributes:
3530 id?, urn?, uri?
3531
3532 Content:
3533 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, [[Measure>>doc:sdmx:Glossary.Measure.WebHome]]+
3534
3535 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3536
3537 |**Name**|**Type**|**Documentation**
3538 |id (fixed: MeasureDescriptor)|IDType|The id is the identifier for the object.
3539 |urn|MeasureDescriptorUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3540 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3541
3542 Element Documentation:
3543
3544 |**Name**|**Type**|**Documentation**
3545 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3546 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3547 |[[Measure>>doc:sdmx:Glossary.Measure.WebHome]]|MeasureType|[[Measure>>doc:sdmx:Glossary.Measure.WebHome]] defines the structure of a [[measure>>doc:sdmx:Glossary.Measure.WebHome]], which is the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] that is the value of the phenomenon to be measured in a [[data set>>doc:sdmx:Glossary.Data set.WebHome]].
3548
3549 //**MeasureBaseType:**// MeasureBaseType is an abstract base type that refines ComponentType to rerstrict the represenations to those which are applicable for a [[measure>>doc:sdmx:Glossary.Measure.WebHome]].
3550
3551 Derivation:
3552
3553 AnnotableType (extension)
3554 IdentifiableType (extension)
3555 ComponentBaseType (extension)
3556 ComponentType (restriction)
3557 MeasureBaseType
3558
3559 Attributes:
3560 id?, urn?, uri?
3561
3562 Content:
3563 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, ConceptIdentity, LocalRepresentation?
3564
3565 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3566
3567 |**Name**|**Type**|**Documentation**
3568 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds an explicit identification of the [[component>>doc:sdmx:Glossary.Component.WebHome]]. If this identifier is not supplied, then it is assumed to be the same as the identifier of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] referenced from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. Because structures require that every [[component>>doc:sdmx:Glossary.Component.WebHome]] be given a unique identifier, it may be necessary to assign an explicit identifier when more than one [[component>>doc:sdmx:Glossary.Component.WebHome]] in a structure reference [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with same identifier. It is important to note that this applies strictly to the identifier of [[concept>>doc:sdmx:Glossary.Concept.WebHome]] and not the URN. Therefore if two [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with the same identifier from different [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]] are referenced in the same structure, one of the [[components>>doc:sdmx:Glossary.Component.WebHome]] will have to provide a unique explicit identifier. The type of this identifier is restricted to the common:NCNameIDType. This is necessary, since [[component>>doc:sdmx:Glossary.Component.WebHome]] identifiers are used to create XML elements and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
3569 |urn|MeasureUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3570 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3571
3572 Element Documentation:
3573
3574 (% style="width:1089.29px" %)
3575 |**Name**|**Type**|(% style="width:700px" %)**Documentation**
3576 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:700px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3577 |Link|LinkType|(% style="width:700px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3578 |ConceptIdentity|ConceptReferenceType|(% style="width:700px" %)ConceptIdentity allows for the referencing of a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this [[concept>>doc:sdmx:Glossary.Concept.WebHome]], and if an id is not specified, it takes its identification as well. If a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] (LocalRepresentation) is not supplied, then the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the [[component>>doc:sdmx:Glossary.Component.WebHome]] is also inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]]. Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], the allowable [[representations>>doc:sdmx:Glossary.Representation.WebHome]] for the [[component>>doc:sdmx:Glossary.Component.WebHome]] still apply. Therefore, if a [[component>>doc:sdmx:Glossary.Component.WebHome]] references a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] role, it is implied that the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3579 |LocalRepresentation|MeasureRepresentationType|(% style="width:700px" %)LocalRepresentation references [[item schemes>>doc:sdmx:Glossary.Item scheme.WebHome]] that may be used to create the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. The type of this must be refined such that a concrete [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] reference is used.
3580
3581 **MeasureType:** MeasureType defines the structure of a [[measure>>doc:sdmx:Glossary.Measure.WebHome]] descriptor. In addition to the identifying [[concept>>doc:sdmx:Glossary.Concept.WebHome]] and [[representation>>doc:sdmx:Glossary.Representation.WebHome]], a [[usage status>>doc:sdmx:Glossary.Usage status.WebHome]] and max occurs can be defined.
3582
3583 Derivation:
3584
3585 AnnotableType (extension)
3586 IdentifiableType (extension)
3587 ComponentBaseType (extension)
3588 ComponentType (restriction)
3589 MeasureBaseType (extension)
3590 MeasureType
3591
3592 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3593 id?, urn?, uri?, usage?
3594
3595 Content:
3596 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, ConceptIdentity, LocalRepresentation?, ConceptRole
3597
3598 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3599
3600 |**Name**|**Type**|**Documentation**
3601 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds an explicit identification of the [[component>>doc:sdmx:Glossary.Component.WebHome]]. If this identifier is not supplied, then it is assumed to be the same as the identifier of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] referenced from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. Because structures require that every [[component>>doc:sdmx:Glossary.Component.WebHome]] be given a unique identifier, it may be necessary to assign an explicit identifier when more than one [[component>>doc:sdmx:Glossary.Component.WebHome]] in a structure reference [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with same identifier. It is important to note that this applies strictly to the identifier of [[concept>>doc:sdmx:Glossary.Concept.WebHome]] and not the URN. Therefore if two [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with the same identifier from different [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]] are referenced in the same structure, one of the [[components>>doc:sdmx:Glossary.Component.WebHome]] will have to provide a unique explicit identifier. The type of this identifier is restricted to the common:NCNameIDType. This is necessary, since [[component>>doc:sdmx:Glossary.Component.WebHome]] identifiers are used to create XML elements and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
3602 |urn|MeasureUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3603 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3604 |usage (default: optional)|UsageType|The usage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether a [[measure>>doc:sdmx:Glossary.Measure.WebHome]] value must be available for any corresponding existing observation.
3605
3606 Element Documentation:
3607
3608 |**Name**|**Type**|**Documentation**
3609 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3610 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3611 |ConceptIdentity|ConceptReferenceType|ConceptIdentity allows for the referencing of a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this [[concept>>doc:sdmx:Glossary.Concept.WebHome]], and if an id is not specified, it takes its identification as well. If a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] (LocalRepresentation) is not supplied, then the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the [[component>>doc:sdmx:Glossary.Component.WebHome]] is also inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]]. Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], the allowable [[representations>>doc:sdmx:Glossary.Representation.WebHome]] for the [[component>>doc:sdmx:Glossary.Component.WebHome]] still apply. Therefore, if a [[component>>doc:sdmx:Glossary.Component.WebHome]] references a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] role, it is implied that the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3612 |LocalRepresentation|MeasureRepresentationType|LocalRepresentation references [[item schemes>>doc:sdmx:Glossary.Item scheme.WebHome]] that may be used to create the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. The type of this must be refined such that a concrete [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] reference is used.
3613 |ConceptRole|ConceptReferenceType|ConceptRole references [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] which define roles which this [[measure>>doc:sdmx:Glossary.Measure.WebHome]] serves.
3614
3615 //**DataStructureRepresentationType:**// DataStructureRepresentationType is an abstract base type which defines the allowable [[representations>>doc:sdmx:Glossary.Representation.WebHome]] for any [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] [[component>>doc:sdmx:Glossary.Component.WebHome]]. The enumeration must be restricted to the proper type for [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] for a given [[component>>doc:sdmx:Glossary.Component.WebHome]].
3616
3617 Derivation:
3618
3619 RepresentationType (restriction)
3620 DataStructureRepresentationType
3621
3622 Attributes:
3623 maxOccurs?
3624
3625 Content:
3626 (TextFormat|(Enumeration, EnumerationFormat?))
3627
3628 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3629
3630 (% style="width:1072.29px" %)
3631 |**Name**|**Type**|(% style="width:598px" %)**Documentation**
3632 |maxOccurs|OccurenceType|(% style="width:598px" %)The maxOccurs [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the maximum number of values that can be reported for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3633
3634 Element Documentation:
3635
3636 (% style="width:1074.29px" %)
3637 |(% style="width:196px" %)**Name**|(% style="width:270px" %)**Type**|(% style="width:606px" %)**Documentation**
3638 |(% style="width:196px" %)TextFormat|(% style="width:270px" %)SimpleComponentTextFormatType|(% style="width:606px" %)TextFormat describes an uncoded textual format.
3639 |(% style="width:196px" %)Enumeration|(% style="width:270px" %)AnyCodelistReferenceType|(% style="width:606px" %)Enumeration references an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] that enumerates the allowable values for this [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
3640 |(% style="width:196px" %)EnumerationFormat|(% style="width:270px" %)CodedTextFormatType|(% style="width:606px" %)EnumerationFormat describes the [[facets>>doc:sdmx:Glossary.Facet.WebHome]] of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] enumeration. This is for the most part, informational.
3641
3642 **AttributeRepresentationType:** AttributeRepresentationType defines the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] for a data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]. A data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] can be text (including XHTML and multi-lingual values), a simple value, or an enumerated value.
3643
3644 Derivation:
3645
3646 RepresentationType (restriction)
3647 AttributeRepresentationType
3648
3649 Attributes:
3650 minOccurs?, maxOccurs?
3651
3652 Content:
3653 (TextFormat|(Enumeration, EnumerationFormat?))
3654
3655 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3656
3657 |**Name**|**Type**|**Documentation**
3658 |minOccurs (default: 1)|xs: nonNegativeInteger|The minOccurs [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the minimum number of value that must be reported for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3659 |maxOccurs (default: 1)|OccurenceType|The maxOccurs [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the maximum number of values that can be reported for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3660
3661 Element Documentation:
3662
3663 (% style="width:1098.29px" %)
3664 |(% style="width:189px" %)**Name**|(% style="width:281px" %)**Type**|(% style="width:625px" %)**Documentation**
3665 |(% style="width:189px" %)TextFormat|(% style="width:281px" %)BasicComponentTextFormatType|(% style="width:625px" %)TextFormat describes an uncoded textual format.
3666 |(% style="width:189px" %)Enumeration|(% style="width:281px" %)AnyCodelistReferenceType|(% style="width:625px" %)Enumeration references an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] that enumerates the allowable values for this [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
3667 |(% style="width:189px" %)EnumerationFormat|(% style="width:281px" %)CodedTextFormatType|(% style="width:625px" %)EnumerationFormat describes the [[facets>>doc:sdmx:Glossary.Facet.WebHome]] of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] enumeration. This is for the most part, informational.
3668
3669 **MeasureRepresentationType:** MeasureRepresentationType defines the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] for a [[measure>>doc:sdmx:Glossary.Measure.WebHome]]. A [[measure>>doc:sdmx:Glossary.Measure.WebHome]] can be text (including XHTML and multi-lingual values), a simple value, or an enumerated value.
3670
3671 Derivation:
3672
3673 RepresentationType (restriction)
3674 MeasureRepresentationType
3675
3676 Attributes:
3677 minOccurs?, maxOccurs?
3678
3679 Content:
3680 (TextFormat|(Enumeration, EnumerationFormat?))
3681
3682 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3683
3684 |**Name**|**Type**|**Documentation**
3685 |minOccurs (default: 1)|xs: nonNegativeInteger|The minOccurs [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the minimum number of value that must be reported for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3686 |maxOccurs (default: 1)|OccurenceType|The maxOccurs [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the maximum number of values that can be reported for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3687
3688 Element Documentation:
3689
3690 (% style="width:1131.29px" %)
3691 |(% style="width:207px" %)**Name**|(% style="width:263px" %)**Type**|(% style="width:659px" %)**Documentation**
3692 |(% style="width:207px" %)TextFormat|(% style="width:263px" %)BasicComponentTextFormatType|(% style="width:659px" %)TextFormat describes an uncoded textual format.
3693 |(% style="width:207px" %)Enumeration|(% style="width:263px" %)AnyCodelistReferenceType|(% style="width:659px" %)Enumeration references an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] that enumerates the allowable values for this [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
3694 |(% style="width:207px" %)EnumerationFormat|(% style="width:263px" %)CodedTextFormatType|(% style="width:659px" %)EnumerationFormat describes the [[facets>>doc:sdmx:Glossary.Facet.WebHome]] of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] enumeration. This is for the most part, informational.
3695
3696 **SimpleDataStructureRepresentationType:** SimpleDataStructureRepresentationType defines the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] for any non-time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] [[component>>doc:sdmx:Glossary.Component.WebHome]].
3697
3698 Derivation:
3699
3700 RepresentationType (restriction)
3701 DataStructureRepresentationType (restriction)
3702 SimpleDataStructureRepresentationType
3703
3704 Content:
3705 (TextFormat|(Enumeration, EnumerationFormat?))
3706
3707 Element Documentation:
3708
3709 (% style="width:1314.29px" %)
3710 |(% style="width:188px" %)**Name**|(% style="width:277px" %)**Type**|(% style="width:846px" %)**Documentation**
3711 |(% style="width:188px" %)TextFormat|(% style="width:277px" %)SimpleComponentTextFormatType|(% style="width:846px" %)TextFormat describes an uncoded textual format.
3712 |(% style="width:188px" %)Enumeration|(% style="width:277px" %)CodelistReferenceType|(% style="width:846px" %)Enumeration references an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] that enumerates the allowable values for this [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
3713 |(% style="width:188px" %)EnumerationFormat|(% style="width:277px" %)CodedTextFormatType|(% style="width:846px" %)EnumerationFormat describes the [[facets>>doc:sdmx:Glossary.Facet.WebHome]] of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] enumeration. This is for the most part, informational.
3714
3715 **TimeDimensionRepresentationType:** TimeDimensionRepresentationType defines the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] for the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. Enumerated values are not allowed.
3716
3717 Derivation:
3718
3719 RepresentationType (restriction)
3720 DataStructureRepresentationType (restriction)
3721 SimpleDataStructureRepresentationType (restriction)
3722 TimeDimensionRepresentationType
3723
3724 Content:
3725 TextFormat
3726
3727 Element Documentation:
3728
3729 |**Name**|**Type**|**Documentation**
3730 |TextFormat|TimeTextFormatType|TextFormat describes an uncoded textual format.
3731
3732 **DataflowType:** DataflowType describes the structure of a [[data flow>>doc:sdmx:Glossary.Dataflow.WebHome]]. A [[data flow>>doc:sdmx:Glossary.Dataflow.WebHome]] is defined as the structure of data that will provided for different [[reference periods>>doc:sdmx:Glossary.Reference period.WebHome]]. If this type is not referenced externally, then a reference to a data structure must be provided.
3733
3734 Derivation:
3735
3736 AnnotableType (extension)
3737 IdentifiableType (extension)
3738 NameableType (extension)
3739 VersionableType (restriction)
3740 MaintainableBaseType (extension)
3741 MaintainableType (restriction)
3742 StructureUsageType (restriction)
3743 DataflowType
3744
3745 Attributes:
3746 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
3747
3748 Content:
3749 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Structure?
3750
3751 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3752
3753 (% style="width:1253.29px" %)
3754 |**Name**|**Type**|(% style="width:871px" %)**Documentation**
3755 |id|IDType|(% style="width:871px" %)The id is the identifier for the object.
3756 |urn|DataflowUrnType|(% style="width:871px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3757 |uri|xs:anyURI|(% style="width:871px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3758 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|(% style="width:871px" %)This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
3759 |validFrom|xs:dateTime|(% style="width:871px" %)The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
3760 |validTo|xs:dateTime|(% style="width:871px" %)The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
3761 |agencyID|NestedNCNameIDType|(% style="width:871px" %)The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
3762 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|(% style="width:871px" %)The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
3763 |serviceURL|xs:anyURI|(% style="width:871px" %)The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
3764 |structureURL|xs:anyURI|(% style="width:871px" %)The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
3765 |isPartialLanguage (default: false)|xs:boolean|(% style="width:871px" %)The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
3766
3767 Element Documentation:
3768
3769 |**Name**|**Type**|**Documentation**
3770 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3771 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3772 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3773 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3774 |Structure|DataStructureReferenceType|Structure provides a reference to the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] which defines the structure of all data for this flow.
3775
3776 //**HierarchyBaseType:**// HierarchyBaseType is an abstract base class that is the basis for the HierarchyType. It requires that a name be supplied.
3777
3778 Derivation:
3779
3780 AnnotableType (extension)
3781 IdentifiableType (extension)
3782 NameableType (extension)
3783 VersionableType (restriction)
3784 MaintainableBaseType (extension)
3785 MaintainableType (restriction)
3786 HierarchyBaseType
3787
3788 Attributes:
3789 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
3790
3791 Content:
3792 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
3793
3794 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3795
3796 |**Name**|**Type**|**Documentation**
3797 |id|IDType|The id is the identifier for the object.
3798 |urn|HierarchyUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3799 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3800 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
3801 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
3802 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
3803 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
3804 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
3805 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
3806 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
3807 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
3808
3809 Element Documentation:
3810
3811 |**Name**|**Type**
3812 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType
3813 |Link|LinkType
3814 |Name|TextType
3815 |Description|TextType
3816
3817 **HierarchyType:** HierarchyType describes the structure of a hierarchical [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. A [[hierarchical code list>>doc:sdmx:Glossary.Hierarchical code list.WebHome]] is defined as an organised collection of [[codes>>doc:sdmx:Glossary.Code.WebHome]] that may participate in many parent/child relationships with other [[codes>>doc:sdmx:Glossary.Code.WebHome]] in the list.
3818
3819 Derivation:
3820
3821 AnnotableType (extension)
3822 IdentifiableType (extension)
3823 NameableType (extension)
3824 VersionableType (restriction)
3825 MaintainableBaseType (extension)
3826 MaintainableType (restriction)
3827 HierarchyBaseType (extension)
3828 HierarchyType
3829
3830 Attributes:
3831
3832 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, hasFormalLevels
3833
3834 Content:
3835 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, [[Level>>doc:sdmx:Glossary.Level.WebHome]]?, HierarchicalCode+
3836
3837 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3838
3839 |**Name**|**Type**|**Documentation**
3840 |id|IDType|The id is the identifier for the object.
3841 |urn|HierarchyUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3842 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3843 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
3844 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
3845 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
3846 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
3847 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
3848 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
3849 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
3850 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
3851 |hasFormalLevels|xs:boolean|If “true”, this indicates a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] where the structure is arranged in [[levels>>doc:sdmx:Glossary.Level.WebHome]] of detail from the broadest to the most detailed [[level>>doc:sdmx:Glossary.Level.WebHome]]. If “false”, this indicates a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] structure where the items in the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] have no formal [[level>>doc:sdmx:Glossary.Level.WebHome]] structure.
3852
3853 Element Documentation:
3854
3855 |**Name**|**Type**|**Documentation**
3856 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3857 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3858 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3859 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3860 |[[Level>>doc:sdmx:Glossary.Level.WebHome]]|LevelType|In a formally leveled [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]], [[Level>>doc:sdmx:Glossary.Level.WebHome]] describes a group of [[codes>>doc:sdmx:Glossary.Code.WebHome]] which are characterised by homogeneous coding, and where the parent of each [[code>>doc:sdmx:Glossary.Code.WebHome]] in the group is at the same higher [[level>>doc:sdmx:Glossary.Level.WebHome]] of the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]]. In a value based [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] [[Level>>doc:sdmx:Glossary.Level.WebHome]] describes information about the [[codes>>doc:sdmx:Glossary.Code.WebHome]] at the specified nesting [[level>>doc:sdmx:Glossary.Level.WebHome]]. This structure is recursive to indicate the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] of the [[levels>>doc:sdmx:Glossary.Level.WebHome]].
3861 |HierarchicalCode|HierarchicalCodeType|HierarchicalCode is used to assemble the [[codes>>doc:sdmx:Glossary.Code.WebHome]] from the [[codelist>>doc:sdmx:Glossary.Code list.WebHome]](s) referenced into a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]].
3862
3863 **HierarchicalCodeBaseType:** HierarchicalCodeBaseType is an abstract base type the creates the basis for the HierarchicalCodeType. It removes the urn and uri.
3864
3865 Derivation:
3866
3867 AnnotableType (extension)
3868 IdentifiableType (extension)
3869 HierarchicalCodeBaseType
3870
3871 Attributes:
3872 id, urn?, uri?
3873
3874 Content:
3875 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link
3876
3877 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3878
3879 |**Name**|**Type**|**Documentation**
3880 |id|IDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] allows for an id to be assigned to the use of the particular [[code>>doc:sdmx:Glossary.Code.WebHome]] at that specific point in the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]]. This value is unique within the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] being created, and is used to map the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] against external structures.
3881 |urn|HierarchicalCodeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3882 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3883
3884 Element Documentation:
3885
3886 |**Name**|**Type**|**Documentation**
3887 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3888 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3889
3890 **HierarchicalCodeType:** HierarchicalCodeType describes the structure of a [[hierarchical code>>doc:sdmx:Glossary.Hierarchical code.WebHome]]. A [[hierarchical code>>doc:sdmx:Glossary.Hierarchical code.WebHome]] provides for a reference to a [[code>>doc:sdmx:Glossary.Code.WebHome]] that is referenced within the [[hierarchical code list>>doc:sdmx:Glossary.Hierarchical code list.WebHome]] via either a complete reference to a [[code>>doc:sdmx:Glossary.Code.WebHome]] through either a URN or full set of reference fields. [[Codes>>doc:sdmx:Glossary.Code.WebHome]] are arranged in a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] by this reference. Note that it is possible to reference a single [[code>>doc:sdmx:Glossary.Code.WebHome]] such that it has multiple parents within the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]]. Further, the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] may or may not be a leveled one.
3891
3892 Derivation:
3893
3894 AnnotableType (extension)
3895 IdentifiableType (extension
3896 HierarchicalCodeBaseType (extension)
3897 HierarchicalCodeType
3898
3899 Attributes:
3900 id, urn?, uri?, validFrom?, validTo?
3901
3902 Content:
3903 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, [[Code>>doc:sdmx:Glossary.Code.WebHome]], HierarchicalCode*, [[Level>>doc:sdmx:Glossary.Level.WebHome]]?
3904
3905 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3906
3907 |**Name**|**Type**|**Documentation**
3908 |id|IDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] allows for an id to be assigned to the use of the particular [[code>>doc:sdmx:Glossary.Code.WebHome]] at that specific point in the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]]. This value is unique within the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] being created, and is used to map the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] against external structures.
3909 |urn|HierarchicalCodeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3910 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3911 |validFrom|xs:dateTime|The validFrom attriubte indicates the point in time in which the hiearchical [[code>>doc:sdmx:Glossary.Code.WebHome]] became effective. This can be used to track the historicity of [[codes>>doc:sdmx:Glossary.Code.WebHome]] changing over time.
3912 |validTo|xs:dateTime|The validTo attriubte indicates the point in time in which the hiearchical [[code>>doc:sdmx:Glossary.Code.WebHome]] became no longer effective. This can be used to track the historicity of [[codes>>doc:sdmx:Glossary.Code.WebHome]] changing over time.
3913
3914 Element Documentation:
3915
3916 |**Name**|**Type**|**Documentation**
3917 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3918 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3919 |[[Code>>doc:sdmx:Glossary.Code.WebHome]]|CodeReferenceType|[[Code>>doc:sdmx:Glossary.Code.WebHome]] provides a complete, explicit reference to a [[code>>doc:sdmx:Glossary.Code.WebHome]] through either its URN, or a complete reference to the [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] and [[code>>doc:sdmx:Glossary.Code.WebHome]].
3920 |HierarchicalCode|HierarchicalCodeType|HierarchicalCode is used to nest referenced [[codes>>doc:sdmx:Glossary.Code.WebHome]] into a value based [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]].
3921 |[[Level>>doc:sdmx:Glossary.Level.WebHome]]|IDType|[[Level>>doc:sdmx:Glossary.Level.WebHome]] references a formal [[level>>doc:sdmx:Glossary.Level.WebHome]] defined within the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] which defines this [[hierarchical code>>doc:sdmx:Glossary.Hierarchical code.WebHome]]. This is only necessary if the nesting depth of the [[hierarchical code>>doc:sdmx:Glossary.Hierarchical code.WebHome]] does not correspond to the nesting depth of the [[level>>doc:sdmx:Glossary.Level.WebHome]] to which it belongs (i.e. the hieararchical [[code>>doc:sdmx:Glossary.Code.WebHome]] is to skip down a [[level>>doc:sdmx:Glossary.Level.WebHome]]). Otherwise, the [[code>>doc:sdmx:Glossary.Code.WebHome]] is assumed to exist at the [[level>>doc:sdmx:Glossary.Level.WebHome]] in which the nesting depth of the [[level>>doc:sdmx:Glossary.Level.WebHome]] matches the nesting depth of the [[code>>doc:sdmx:Glossary.Code.WebHome]].
3922
3923 **LevelBaseType:** LevelBaseType is an abstract base type that makes up the basis for the LevelType. It requires a name and id.
3924
3925 Derivation:
3926
3927 AnnotableType (extension)
3928 IdentifiableType (extension)
3929 NameableType (restriction)
3930 LevelBaseType
3931
3932 Attributes:
3933 id, urn?, uri?
3934
3935 Content:
3936 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
3937
3938 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3939
3940 |**Name**|**Type**|**Documentation**
3941 |id|IDType|The id is the identifier for the object.
3942 |urn|LevelUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3943 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3944
3945 Element Documentation:
3946
3947 |**Name**|**Type**|**Documentation**
3948 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3949 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3950 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3951 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3952
3953 **LevelType:** LevelType describes a [[level>>doc:sdmx:Glossary.Level.WebHome]] in a hierarchical [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. Where [[level>>doc:sdmx:Glossary.Level.WebHome]] is defined as a group where [[codes>>doc:sdmx:Glossary.Code.WebHome]] can be characterised by homogeneous coding, and where the parent of each [[code>>doc:sdmx:Glossary.Code.WebHome]] in the group is at the same higher [[level>>doc:sdmx:Glossary.Level.WebHome]] of the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]].
3954
3955 Derivation:
3956
3957 AnnotableType (extension)
3958 IdentifiableType (extension)
3959 NameableType (restriction)
3960 LevelBaseType (extension)
3961 LevelType
3962
3963 Attributes:
3964 id, urn?, uri?
3965
3966 Content:
3967 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, CodingFormat?, [[Level>>doc:sdmx:Glossary.Level.WebHome]]?
3968
3969 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3970
3971 |**Name**|**Type**|**Documentation**
3972 |id|IDType|The id is the identifier for the object.
3973 |urn|LevelUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
3974 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
3975
3976 Element Documentation:
3977
3978 |**Name**|**Type**|**Documentation**
3979 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
3980 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
3981 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3982 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3983 |CodingFormat|CodingTextFormatType|CodingFormat specifies the text formatting of the [[codes>>doc:sdmx:Glossary.Code.WebHome]] in this [[level>>doc:sdmx:Glossary.Level.WebHome]]. This includes [[facets>>doc:sdmx:Glossary.Facet.WebHome]] such as the expected characters and the length of the [[codes>>doc:sdmx:Glossary.Code.WebHome]].
3984 |[[Level>>doc:sdmx:Glossary.Level.WebHome]]|LevelType|[[Level>>doc:sdmx:Glossary.Level.WebHome]] describes the next [[level>>doc:sdmx:Glossary.Level.WebHome]] down in the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]].
3985
3986 **CodingTextFormatType:**
3987
3988 Derivation:
3989
3990 TextFormatType (restriction)
3991 BasicComponentTextFormatType (restriction)
3992 SimpleComponentTextFormatType (restriction)
3993 CodingTextFormatType
3994
3995 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3996 textType?, isSequence?, interval?, startValue?, endValue?, minLength?, maxLength?, minValue?, maxValue?, pattern?
3997
3998 Content:
3999 {Empty}
4000
4001 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4002
4003 |**Name**|**Type**|**Documentation**
4004 |textType|SimpleCodeDataType|The textType [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides a description of the datatype. If it is not specified, any valid characters may be included in the text field (it corresponds to the xs:string datatype of W3C XML Schema) within the [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
4005 |isSequence|xs:boolean|The isSequence [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the values are intended to be ordered, and it may work in combination with the interval, startValue, and endValue [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] or the timeInterval, startTime, and endTime, [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]]. If this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a value of true, a start value or time and a numeric or time interval must supplied. If an end value is not given, then the sequence continues indefinitely.
4006 |interval|xs:integer|The interval [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the permitted interval (increment) in a sequence. In order for this to be used, the isSequence [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] must have a value of true.
4007 |startValue|xs:positiveInteger|The startValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and interval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a numeric sequence, and indicates the starting point of the sequence. This value is mandatory for a numeric sequence to be expressed.
4008 |endValue|xs:positiveInteger|The endValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used in conjunction with the isSequence and interval [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] (which must be set in order to use this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]). This [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for a numeric sequence, and indicates that ending point (if any) of the sequence.
4009 |minLength|xs:positiveInteger|The minLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the minimum and length of the value in characters.
4010 |maxLength|xs:positiveInteger|The maxLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the maximum length of the value in characters.
4011 |minValue|xs:positiveInteger|The minValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for inclusive and exclusive ranges, indicating what the lower bound of the range is. If this is used with an inclusive range, a valid value will be greater than or equal to the value specified here. If the inclusive and exclusive data type is not specified (e.g. this [[facet>>doc:sdmx:Glossary.Facet.WebHome]] is used with an integer data type), the value is assumed to be inclusive.
4012 |maxValue|xs:positiveInteger|The maxValue [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used for inclusive and exclusive ranges, indicating what the upper bound of the range is. If this is used with an inclusive range, a valid value will be less than or equal to the value specified here. If the inclusive and exclusive data type is not specified (e.g. this [[facet>>doc:sdmx:Glossary.Facet.WebHome]] is used with an integer data type), the value is assumed to be inclusive.
4013 |pattern|xs:string|The pattern [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds any regular expression permitted in the similar [[facet>>doc:sdmx:Glossary.Facet.WebHome]] in W3C XML Schema.
4014
4015 **//HierarchyAssociationBaseType//:** HierarchyAssociationBaseType defines the base refinement of the HierarchyAssociationType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
4016
4017 Derivation:
4018
4019 AnnotableType (extension)
4020 IdentifiableType (extension)
4021 NameableType (extension)
4022 VersionableType (restriction)
4023 MaintainableBaseType (extension)
4024 MaintainableType (restriction)
4025 HierarchyAssociationBaseType
4026
4027 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4028
4029 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
4030
4031 Content:
4032 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
4033
4034 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4035
4036 |**Name**|**Type**|**Documentation**
4037 |id|IDType|The id is the identifier for the object.
4038 |urn|HierarchyAssociation UrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4039 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4040 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
4041 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4042 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4043 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4044 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
4045 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
4046 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
4047 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
4048
4049 Element Documentation:
4050
4051 |**Name**|**Type**|**Documentation**
4052 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4053 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4054 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4055 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4056
4057 **HierarchyAssociationType:** HierarchyAssociationType defines the structure of a hiearchy association, which links a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] with and identifiable object in the context of another object (e.g. a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] within the context of a [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]).
4058
4059 Derivation:
4060
4061 AnnotableType (extension)
4062 IdentifiableType (extension)
4063 NameableType (extension)
4064 VersionableType (restriction)
4065 MaintainableBaseType (extension)
4066 MaintainableType (restriction)
4067 HierarchyAssociationType
4068
4069 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4070 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
4071
4072 Content:
4073 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, LinkedHierarchy, LinkedObject, ContextObject?
4074
4075 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4076
4077 |**Name**|**Type**|**Documentation**
4078 |id|IDType|The id is the identifier for the object.
4079 |urn|MaintainableUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4080 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4081 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
4082 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4083 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4084 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4085 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
4086 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
4087 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
4088 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
4089
4090 Element Documentation:
4091
4092 |**Name**|**Type**|**Documentation**
4093 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4094 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4095 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4096 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4097 |LinkedHierarchy|HierarchyReferenceType|The associated [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]].
4098 |LinkedObject|UrnReferenceType|Associates the [[Identifiable Artefact>>doc:sdmx:Glossary.Identifiable artefact.WebHome]] that needs the [[Hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]].
4099 |ContextObject|UrnReferenceType|The context within which the association is performed.
4100
4101 **//MetadataflowBaseType//:** MetadataflowBaseType is an abstract base type that serves as the basis for the MetadataflowType. It restricts the structure to reference a [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]].
4102
4103 Derivation:
4104
4105 AnnotableType (extension)
4106 IdentifiableType (extension)
4107 NameableType (extension)
4108 VersionableType (restriction)
4109 MaintainableBaseType (extension)
4110 MaintainableType (restriction)
4111 StructureUsageType (restriction)
4112 MetadataflowBaseType
4113
4114 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4115 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
4116
4117 Content:
4118 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Structure?
4119
4120 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4121
4122 |**Name**|**Type**|**Documentation**
4123 |id|IDType|The id is the identifier for the object.
4124 |urn|MetadataflowUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4125 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4126 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
4127 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4128 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4129 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4130 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
4131 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
4132 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
4133 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
4134
4135 Element Documentation:
4136
4137 |**Name**|**Type**|**Documentation**
4138 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4139 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4140 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4141 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4142 |Structure|MetadataStructureReferenceType|Structure provides a reference to the [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] describing the structure of all [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] for this flow.
4143
4144 **MetadataflowType:** MetadataflowType describes the structure of a [[metadata flow>>doc:sdmx:Glossary.Metadataflow.WebHome]]. A [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] is defined as the structure of [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] that will be provided for different [[reference periods>>doc:sdmx:Glossary.Reference period.WebHome]]. If this type is not referenced externally, then a reference to a [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] must be provided
4145
4146 Derivation:
4147
4148 AnnotableType (extension)
4149 IdentifiableType (extension)
4150 NameableType (extension)
4151 VersionableType (restriction)
4152 MaintainableBaseType (extension)
4153 MaintainableType (restriction)
4154 StructureUsageType (restriction)
4155 MetadataflowBaseType (extension)
4156 MetadataflowType
4157
4158 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4159 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
4160
4161 Content:
4162 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Structure?, Target+
4163
4164 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4165
4166 |**Name**|**Type**|**Documentation**
4167 |id|IDType|The id is the identifier for the object.
4168 |urn|MetadataflowUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4169 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4170 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
4171 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4172 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4173 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4174 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
4175 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
4176 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
4177 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
4178
4179 Element Documentation:
4180
4181 |**Name**|**Type**|**Documentation**
4182 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4183 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4184 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4185 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4186 |Structure|MetadataStructureRef erenceType|Structure provides a reference to the [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] describing the structure of all [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] for this flow.
4187 |Target|WildcardUrnType|References identifiable structures to which the refernece metadata described by the [[referenced metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] structure should be restricted to. These references may include wildcards for parts of the reference.
4188
4189 **MetadataStructureType:** MetadataStructureType is used to describe a [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]], which is defined as a collection of metadata [[concepts>>doc:sdmx:Glossary.Concept.WebHome]], their structure and usage when used to collect or disseminate [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]].
4190
4191 Derivation:
4192
4193 AnnotableType (extension)
4194 IdentifiableType (extension)
4195 NameableType (extension)
4196 VersionableType (restriction)
4197 MaintainableBaseType (extension)
4198 MaintainableType (restriction)
4199 StructureType (restriction)
4200 MetadataStructureType
4201
4202 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4203 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
4204
4205 Content:
4206 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, MetadataStructureComponents?
4207
4208 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4209
4210 (% style="width:1162.29px" %)
4211 |**Name**|**Type**|(% style="width:756px" %)**Documentation**
4212 |id|IDType|(% style="width:756px" %)The id is the identifier for the object.
4213 |urn|MetadataStructureUrnType|(% style="width:756px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4214 |uri|xs:anyURI|(% style="width:756px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4215 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|(% style="width:756px" %)This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
4216 |validFrom|xs:dateTime|(% style="width:756px" %)The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4217 |validTo|xs:dateTime|(% style="width:756px" %)The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4218 |agencyID|NestedNCNameIDType|(% style="width:756px" %)The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4219 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|(% style="width:756px" %)The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
4220 |serviceURL|xs:anyURI|(% style="width:756px" %)The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
4221 |structureURL|xs:anyURI|(% style="width:756px" %)The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
4222 |isPartialLanguage (default: false)|xs:boolean|(% style="width:756px" %)The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
4223
4224 Element Documentation:
4225
4226 (% style="width:1124.29px" %)
4227 |**Name**|**Type**|(% style="width:607px" %)**Documentation**
4228 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:607px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4229 |Link|LinkType|(% style="width:607px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4230 |Name|TextType|(% style="width:607px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4231 |Description|TextType|(% style="width:607px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4232 |MetadataStructureComponents|MetadataStructureComponentsType|(% style="width:607px" %)MetadataStructureComponents defines the grouping of the sets of the [[components>>doc:sdmx:Glossary.Component.WebHome]] that make up the [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]].
4233
4234 **MetadataStructureComponentsBaseType:** MetadataStructureComponentsBaseType is an abstract base type that forms the basis for the MetadataStructureComponentsType.
4235
4236 Derivation:
4237
4238 GroupingType (restriction)
4239 MetadataStructureComponentsBaseType
4240
4241 Content:
4242 {Empty}
4243
4244 **MetadataStructureComponentsType:** MetadataStructureComponentsType describes the structure of the grouping of the sets of the [[components>>doc:sdmx:Glossary.Component.WebHome]] that make up the [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]].
4245
4246 Derivation:
4247
4248 GroupingType (restriction)
4249 MetadataStructureComponentsBaseType (extension)
4250 MetadataStructureComponentsType
4251
4252 Content:
4253 MetadataAttributeList
4254
4255 Element Documentation:
4256
4257 |**Name**|**Type**|**Documentation**
4258 |MetadataAttributeList|MetadataAttributeListType|MetadataAttributeList defines the set of metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] that can be defined as a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]], for reporting [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] about a target object. The identification of metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] must be unique at any given [[level>>doc:sdmx:Glossary.Level.WebHome]] of the metadata structure. Although there are XML schema [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] to help enforce this, these only apply to explicitly assigned identifiers. Identifiers inherited from a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] from which a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] takes its identity cannot be validated against this [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]]. Therefore, systems processing [[metadata structure definitions>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] will have to perform this check outside of the XML validation.
4259
4260 **MetadataAttributeListType:** MetadataAttributeListType describes the structure of a meta data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] list. It comprises a set of metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] that can be defined as a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]].
4261
4262 Derivation:
4263
4264 AnnotableType (extension)
4265 IdentifiableType (extension)
4266 ComponentListType (restriction)
4267 MetadataAttributeListType
4268
4269 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4270 id?, urn?, uri?
4271
4272 Content:
4273 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, MetadataAttribute+
4274
4275 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4276
4277 |**Name**|**Type**|**Documentation**
4278 |id (fixed: MetadataAttributeDescriptor)|IDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is provided in this case for completeness. However, its value is fixed to MetadataAttributeDescriptor.
4279 |urn|UrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4280 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4281
4282 Element Documentation:
4283
4284 |**Name**|**Type**|**Documentation**
4285 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4286 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4287 |MetadataAttribute|MetadataAttributeType|MetadataAttribute defines the a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], which is the value of an [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], such as the instance of a coded or uncoded [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] in a [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]].
4288
4289 **MetadataAttributeBaseType:** MetadataAttributeBaseType is an abstract base type the serves as the basis for the MetadataAttributeType.
4290
4291 Derivation:
4292
4293 AnnotableType (extension)
4294 IdentifiableType (extension)
4295 ComponentBaseType (extension)
4296 ComponentType (restriction)
4297 MetadataAttributeBaseType
4298
4299 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4300 id?, urn?, uri?
4301
4302 Content:
4303 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, ConceptIdentity, LocalRepresentation?
4304
4305 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4306
4307 |**Name**|**Type**|**Documentation**
4308 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds an explicit identification of the [[component>>doc:sdmx:Glossary.Component.WebHome]]. If this identifier is not supplied, then it is assumed to be the same as the identifier of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] referenced from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. Because structures require that every [[component>>doc:sdmx:Glossary.Component.WebHome]] be given a unique identifier, it may be necessary to assign an explicit identifier when more than one [[component>>doc:sdmx:Glossary.Component.WebHome]] in a structure reference [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with same identifier. It is important to note that this applies strictly to the identifier of [[concept>>doc:sdmx:Glossary.Concept.WebHome]] and not the URN. Therefore if two [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with the same identifier from different [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]] are referenced in the same structure, one of the [[components>>doc:sdmx:Glossary.Component.WebHome]] will have to provide a unique explicit identifier. The type of this identifier is restricted to the common:NCNameIDType. This is necessary, since [[component>>doc:sdmx:Glossary.Component.WebHome]] identifiers are used to create XML elements and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
4309 |urn|MetadataAttributeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4310 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4311
4312 Element Documentation:
4313
4314 |**Name**|**Type**|**Documentation**
4315 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4316 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4317 |ConceptIdentity|ConceptReferenceType|ConceptIdentity allows for the referencing of a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this [[concept>>doc:sdmx:Glossary.Concept.WebHome]], and if an id is not specified, it takes its identification as well. If a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] (LocalRepresentation) is not supplied, then the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the [[component>>doc:sdmx:Glossary.Component.WebHome]] is also inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]]. Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], the allowable [[representations>>doc:sdmx:Glossary.Representation.WebHome]] for the [[component>>doc:sdmx:Glossary.Component.WebHome]] still apply. Therefore, if a [[component>>doc:sdmx:Glossary.Component.WebHome]] references a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] role, it is implied that the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
4318 |LocalRepresentation|MetadataAttributeRepresentationType|LocalRepresentation references [[item schemes>>doc:sdmx:Glossary.Item scheme.WebHome]] that may be used to create the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. The type of this must be refined such that a concrete [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] reference is used.
4319
4320 **MetadataAttributeType:** MetadataAttributeType describes the structure of a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]. The metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] takes its semantic, and in some cases it [[representation>>doc:sdmx:Glossary.Representation.WebHome]], from its (% style="color:#e74c3c" %)concept(%%) identity. A metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] may be coded (via the local [[representation>>doc:sdmx:Glossary.Representation.WebHome]]), uncoded (via the text format), or take no value. In addition to this value, the metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] may also specify subordinate metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]]. If a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] only serves the purpose of containing subordinate metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]], then the isPresentational [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] should be used. Otherwise, it is assumed to also take a value. If the metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] does take a value, and a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] is not defined, it will be inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] it takes its semantic from. The optional id on the metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] uniquely identifies it within the [[metadata structured definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]]. If this id is not supplied, its value is assumed to be that of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] referenced from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. Note that a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] (as identified by the id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]) definition must be unique across the entire [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]].
4321
4322 Derivation:
4323
4324 AnnotableType (extension)
4325 IdentifiableType (extension)
4326 ComponentBaseType (extension)
4327 ComponentType (restriction)
4328 MetadataAttributeBaseType (extension)
4329 MetadataAttributeType
4330
4331 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4332 id?, urn?, uri?, minOccurs?, maxOccurs?, isPresentational?
4333
4334 Content:
4335 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, ConceptIdentity, LocalRepresentation?, MetadataAttribute
4336
4337 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4338
4339 |**Name**|**Type**|**Documentation**
4340 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds an explicit identification of the [[component>>doc:sdmx:Glossary.Component.WebHome]]. If this identifier is not supplied, then it is assumed to be the same as the identifier of the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] referenced from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] identity. Because structures require that every [[component>>doc:sdmx:Glossary.Component.WebHome]] be given a unique identifier, it may be necessary to assign an explicit identifier when more than one [[component>>doc:sdmx:Glossary.Component.WebHome]] in a structure reference [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with same identifier. It is important to note that this applies strictly to the identifier of [[concept>>doc:sdmx:Glossary.Concept.WebHome]] and not the URN. Therefore if two [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] with the same identifier from different [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]] are referenced in the same structure, one of the [[components>>doc:sdmx:Glossary.Component.WebHome]] will have to provide a unique explicit identifier. The type of this identifier is restricted to the common:NCNameIDType. This is necessary, since [[component>>doc:sdmx:Glossary.Component.WebHome]] identifiers are used to create XML elements and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
4341 |urn|MetadataAttributeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4342 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4343 |minOccurs (default: 1)|xs: nonNegativeInteger|The minOccurs [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the minimum number of times this metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] must occur within its parent object.
4344 |maxOccurs (default: 1)|OccurenceType|The maxOccurs [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the maximum number of times this metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] can occur within its parent object.
4345 |isPresentational (default: false)|xs:boolean|The isPresentational [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] should allow for a value. A value of true, meaning the metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is presentational means that the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] only contains child metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]], and does not contain a value. If this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set to true, and a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] (coded or uncoded) is not defined, then the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] will be inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] from which it takes its identity.
4346
4347 Element Documentation:
4348
4349 |**Name**|**Type**|**Documentation**
4350 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4351 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4352 |ConceptIdentity|ConceptReferenceType|ConceptIdentity allows for the referencing of a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this [[concept>>doc:sdmx:Glossary.Concept.WebHome]], and if an id is not specified, it takes its identification as well. If a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] (LocalRepresentation) is not supplied, then the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the [[component>>doc:sdmx:Glossary.Component.WebHome]] is also inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]]. Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], the allowable [[representations>>doc:sdmx:Glossary.Representation.WebHome]] for the [[component>>doc:sdmx:Glossary.Component.WebHome]] still apply. Therefore, if a [[component>>doc:sdmx:Glossary.Component.WebHome]] references a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the [[concept>>doc:sdmx:Glossary.Concept.WebHome]], that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a [[concept>>doc:sdmx:Glossary.Concept.WebHome]] role, it is implied that the [[concept>>doc:sdmx:Glossary.Concept.WebHome]] which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
4353 |LocalRepresentation|MetadataAttributeRepresentationType|LocalRepresentation references [[item schemes>>doc:sdmx:Glossary.Item scheme.WebHome]] that may be used to create the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. The type of this must be refined such that a concrete [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] reference is used.
4354 |MetadataAttribute|MetadataAttributeType|MetadataAttribute defines the a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], which is the value of an [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], such as the instance of a coded or uncoded [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] in a [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]].
4355
4356 **MetadataAttributeRepresentationType:** MetadataAttributeRepresentationType defines the possible local [[representations>>doc:sdmx:Glossary.Representation.WebHome]] of a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
4357
4358 Derivation:
4359
4360 RepresentationType (restriction)
4361 MetadataAttributeRepresentationType
4362
4363 Content:
4364 (TextFormat|(Enumeration, EnumerationFormat?))
4365
4366 Element Documentation:
4367
4368 (% style="width:1156.29px" %)
4369 |(% style="width:177px" %)**Name**|(% style="width:269px" %)**Type**|(% style="width:708px" %)**Documentation**
4370 |(% style="width:177px" %)TextFormat|(% style="width:269px" %)BasicComponentTextFormatType|(% style="width:708px" %)TextFormat describes an uncoded textual format.
4371 |(% style="width:177px" %)Enumeration|(% style="width:269px" %)CodelistReferenceType|(% style="width:708px" %)Enumeration references an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] that enumerates the allowable values for this [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
4372 |(% style="width:177px" %)EnumerationFormat|(% style="width:269px" %)CodedTextFormatType|(% style="width:708px" %)EnumerationFormat describes the [[facets>>doc:sdmx:Glossary.Facet.WebHome]] of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] enumeration. This is for the most part, informational.
4373
4374 //**OrganisationSchemeBaseType:**// OrganisationSchemeBaseType is an abstract base type for any organisation scheme.
4375
4376 Derivation:
4377
4378 AnnotableType (extension)
4379 IdentifiableType (extension)
4380 NameableType (extension)
4381 VersionableType (restriction)
4382 MaintainableBaseType (extension)
4383 MaintainableType (restriction)
4384 ItemSchemeType (restriction)
4385 OrganisationSchemeBaseType
4386
4387 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4388 id, urn?, uri?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
4389
4390 Content:
4391 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
4392
4393 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4394
4395 |**Name**|**Type**|**Documentation**
4396 |id|IDType|The id is the identifier for the object.
4397 |urn|MaintainableUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4398 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4399 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4400 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4401 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4402 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
4403 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
4404 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
4405 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
4406 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
4407
4408 Element Documentation:
4409
4410 |**Name**|**Type**|**Documentation**
4411 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4412 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4413 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4414 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4415
4416 **OrganisationSchemeType:** OrganisationSchemeType describes the structure of an organisation scheme.
4417
4418 Derivation:
4419
4420 AnnotableType (extension)
4421 IdentifiableType (extension)
4422 NameableType (extension)
4423 VersionableType (restriction)
4424 MaintainableBaseType (extension)
4425 MaintainableType (restriction)
4426 ItemSchemeType (restriction)
4427 OrganisationSchemeBaseType (extension)
4428 OrganisationSchemeType
4429
4430 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4431 id, urn?, uri?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
4432
4433 Content:
4434 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Organisation*
4435
4436 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4437
4438 |**Name**|**Type**|**Documentation**
4439 |id|IDType|The id is the identifier for the object.
4440 |urn|MaintainableUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4441 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4442 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4443 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4444 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4445 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
4446 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
4447 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
4448 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
4449 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
4450
4451 Element Documentation:
4452
4453 |(% style="width:120px" %)**Name**|(% style="width:175px" %)**Type**|**Documentation**
4454 |(% style="width:120px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|(% style="width:175px" %)AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4455 |(% style="width:120px" %)Link|(% style="width:175px" %)LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4456 |(% style="width:120px" %)Name|(% style="width:175px" %)TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4457 |(% style="width:120px" %)Description|(% style="width:175px" %)TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4458 |(% style="width:120px" %)//Organisation//|(% style="width:175px" %)//OrganisationType//|Organisation is an abstract substitution head for a generic organisation.
4459
4460 **BaseOrganisationType:** BaseOrganisationType is an abstract base type the forms the basis for the OrganisationType.
4461
4462 Derivation:
4463
4464 AnnotableType (extension)
4465 IdentifiableType (extension)
4466 NameableType (restriction)
4467 ItemBaseType (extension)
4468 ItemType (restriction)
4469 BaseOrganisationType
4470
4471 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4472 id, urn?, uri?
4473
4474 Content:
4475 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Parent?
4476
4477 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4478
4479 |**Name**|**Type**|**Documentation**
4480 |id|IDType|The id is the identifier for the object.
4481 |urn|UrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4482 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4483
4484 Element Documentation:
4485
4486 |**Name**|**Type**|**Documentation**
4487 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4488 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4489 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4490 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4491 |Parent|IDType|If the particular organisation scheme allows, an organisation may reference a parent organisation defined in the same scheme. This does not affect the identification of the organisation, but rather only serves to state the relationship.
4492
4493 **OrganisationType:** OrganisationType in an abstract type which describes the structure of the details of an organisation. In addition to the basic organisation identification, [[contact>>doc:sdmx:Glossary.Contact.WebHome]] details can be provided.
4494
4495 Derivation:
4496
4497 AnnotableType (extension)
4498 IdentifiableType (extension)
4499 NameableType (restriction)
4500 ItemBaseType (extension)
4501 ItemType (restriction)
4502 BaseOrganisationType (extension)
4503 OrganisationType
4504
4505 Attributes:
4506 id, urn?, uri?
4507
4508 Content:
4509 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Parent?, [[Contact>>doc:sdmx:Glossary.Contact.WebHome]]
4510
4511 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4512
4513 |**Name**|**Type**|**Documentation**
4514 |id|IDType|The id is the identifier for the object.
4515 |urn|UrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4516 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4517
4518 Element Documentation:
4519
4520 |**Name**|**Type**|**Documentation**
4521 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4522 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4523 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4524 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4525 |Parent|IDType|If the particular organisation scheme allows, an organisation may reference a parent organisation defined in the same scheme. This does not affect the identification of the organisation, but rather only serves to state the relationship.
4526 |[[Contact>>doc:sdmx:Glossary.Contact.WebHome]]|ContactType|[[Contact>>doc:sdmx:Glossary.Contact.WebHome]] describes a [[contact>>doc:sdmx:Glossary.Contact.WebHome]] for the organisation
4527
4528 **AgencySchemeType:** AgencySchemeType defines a specific type of organisation scheme which contains only [[maintenance agencies>>doc:sdmx:Glossary.Maintenance agency.WebHome]]. The [[agency scheme>>doc:sdmx:Glossary.Agency scheme.WebHome]] maintained by a particular [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] is always provided a fixed identifier and is never versioned. Therefore, agencies can be added or removed without have to [[version>>doc:sdmx:Glossary.Version.WebHome]] the scheme. [[Agencies schemes>>doc:sdmx:Glossary.Agency scheme.WebHome]] have no [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]], meaning that no agency may define a relationship with another agency in the scheme. In fact, the actual parent agency for an agency in a scheme is the agency which defines the scheme.
4529
4530 Derivation:
4531
4532 AnnotableType (extension)
4533 IdentifiableType (extension)
4534 NameableType (extension)
4535 VersionableType (restriction)
4536 MaintainableBaseType (extension)
4537 MaintainableType (restriction)
4538 ItemSchemeType (restriction)
4539 OrganisationSchemeBaseType (extension)
4540 OrganisationSchemeType (restriction)
4541 AgencySchemeType
4542
4543 Attributes:
4544 id, urn?, uri?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
4545
4546 Content:
4547 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Agency
4548
4549 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4550
4551 |**Name**|**Type**|**Documentation**
4552 |id (fixed: AGENCIES)|IDType|The id is the identifier for the object.
4553 |urn|AgencySchemeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4554 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4555 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4556 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4557 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4558 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
4559 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
4560 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
4561 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
4562 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
4563
4564 Element Documentation:
4565
4566 |**Name**|**Type**
4567 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType
4568 |Link|LinkType
4569 |Name|TextType
4570 |Description|TextType
4571 |Agency|AgencyType
4572
4573 **DataConsumerSchemeType:** DataConsumerSchemeType defines a type of organisation scheme which contains only [[data consumers>>doc:sdmx:Glossary.Data consumer.WebHome]]. The [[data consumer scheme>>doc:sdmx:Glossary.Data consumer scheme.WebHome]] maintained by a particular [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] is always provided a fixed identifier and is never versioned. Therefore, consumers can be added or removed without have to version the scheme. This scheme has no [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]], meaning that no organisation may define a relationship with another organisation in the scheme.
4574
4575 Derivation:
4576
4577 AnnotableType (extension)
4578 IdentifiableType (extension)
4579 NameableType (extension)
4580 VersionableType (restriction)
4581 MaintainableBaseType (extension)
4582 MaintainableType (restriction)
4583 ItemSchemeType (restriction)
4584 OrganisationSchemeBaseType (extension)
4585 OrganisationSchemeType (restriction)
4586 DataConsumerSchemeType
4587
4588 Attributes:
4589 id, urn?, uri?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
4590
4591 Content:
4592 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, DataConsumer
4593
4594 Attribute Documentation:
4595
4596 |**Name**|**Type**|**Documentation**
4597 |id (fixed: DATA\_CONSUMERS)|IDType|The id is the identifier for the object.
4598 |urn|DataConsumerSchemeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4599 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4600 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4601 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4602 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4603 |isExternalReference (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
4604 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
4605 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
4606 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
4607 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
4608
4609 Element Documentation:
4610
4611 |**Name**|**Type**|**Documentation**
4612 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4613 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4614 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4615 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4616 |DataConsumer|DataConsumerType|DataConsumer describes an organisation using data as input for further processing.
4617
4618 **DataProviderSchemeType:** DataProviderSchemeType defines a type of organisation scheme which contains only [[data providers>>doc:sdmx:Glossary.Data provider.WebHome]]. The [[data provider scheme>>doc:sdmx:Glossary.Data provider scheme.WebHome]] maintained by a particular [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] is always provided a fixed identifier and is never versioned. Therefore, providers can be added or removed without have to (% style="color:#e74c3c" %)version(%%) the scheme. This scheme has no [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]], meaning that no organisation may define a relationship with another organisation in the scheme
4619
4620 Derivation:
4621
4622 AnnotableType (extension)
4623 IdentifiableType (extension)
4624 NameableType (extension)
4625 VersionableType (restriction)
4626 MaintainableBaseType (extension)
4627 MaintainableType (restriction)
4628 ItemSchemeType (restriction)
4629 OrganisationSchemeBaseType (extension)
4630 OrganisationSchemeType (restriction)
4631 DataProviderSchemeType
4632
4633 Attributes:
4634 id, urn?, uri?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
4635
4636 Content:
4637 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, DataProvider
4638
4639 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4640
4641 |**Name**|**Type**|**Documentation**
4642 |id (fixed: DATA\_PROVIDERS)|IDType|The id is the identifier for the object.
4643 |urn|DataProviderSchemeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4644 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4645 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the (% style="color:#e74c3c" %)version(%%).
4646 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the (% style="color:#e74c3c" %)version(%%).
4647 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4648 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
4649 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
4650 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
4651 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
4652 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a constraint.
4653
4654 Element Documentation:
4655
4656 |**Name**|**Type**|**Documentation**
4657 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4658 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4659 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4660 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4661 |DataProvider|DataProviderType|DataProvider describes an organisation that produces data.
4662
4663 **MetadataProviderSchemeType:** MetadataProviderSchemeType defines a type of organisation scheme which contains only metadata providers. The metadata provider scheme maintained by a particular [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] is always provided a fixed identifier and is never versioned. Therefore, providers can be added or removed without have to [[version>>doc:sdmx:Glossary.Version.WebHome]] the scheme. This scheme has no [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]], meaning that no organisation may define a relationship with another organisation in the scheme
4664
4665 Derivation:
4666
4667 AnnotableType (extension)
4668 IdentifiableType (extension)
4669 NameableType (extension)
4670 VersionableType (restriction)
4671 MaintainableBaseType (extension)
4672 MaintainableType (restriction)
4673 ItemSchemeType (restriction)
4674 OrganisationSchemeBaseType (extension)
4675 OrganisationSchemeType (restriction)
4676 MetadataProviderSchemeType
4677
4678 Attributes:
4679 id, urn?, uri?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
4680
4681 Content:
4682 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, MetadataProvider
4683
4684 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4685
4686 |**Name**|**Type**|**Documentation**
4687 |id (fixed: METADATA\_PROVIDERS)|IDType|The id is the identifier for the object.
4688 |urn|MetadataProviderSchemeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4689 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4690 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4691 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4692 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4693 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
4694 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
4695 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
4696 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
4697 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
4698
4699 Element Documentation:
4700
4701 |**Name**|**Type**|**Documentation**
4702 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4703 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4704 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4705 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4706 |MetadataProvider|MetadataProviderType|MetadataProvider describes an organisation that produces metadata .
4707
4708 **OrganisationUnitSchemeType:** OrganisationUnitSchemeType defines a type of organisation scheme which simply defines organisations and there parent child relationships. Organisations in this scheme are assigned no particular role, and may in fact exist within the other type of organisation schemes as well.
4709
4710 Derivation:
4711
4712 AnnotableType (extension)
4713 IdentifiableType (extension)
4714 NameableType (extension)
4715 VersionableType (restriction)
4716 MaintainableBaseType (extension)
4717 MaintainableType (restriction)
4718 ItemSchemeType (restriction)
4719 OrganisationSchemeBaseType (extension)
4720 OrganisationSchemeType (restriction)
4721 OrganisationUnitSchemeType
4722
4723 Attributes:
4724 id, urn?, uri?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
4725
4726 Content:
4727 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, OrganisationUnit
4728
4729 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4730
4731 |**Name**|**Type**|**Documentation**
4732 |id|IDType|The id is the identifier for the object.
4733 |urn|OrganisationUnitSche meUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4734 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4735 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4736 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4737 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4738 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
4739 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
4740 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
4741 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
4742 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
4743
4744 Element Documentation:
4745
4746 |**Name**|**Type**|**Documentation**
4747 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4748 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4749 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4750 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4751 |OrganisationUnit|OrganisationUnitType|OrganisationUnit describes a generic organisation, which serves not predefined role in [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]].
4752
4753 **AgencyType:** AgencyType defines the structure of an agency description. The [[contacts>>doc:sdmx:Glossary.Contact.WebHome]] defined for the organisation are specific to the agency role the organisation is serving.
4754
4755 Derivation:
4756
4757 AnnotableType (extension)
4758 IdentifiableType (extension)
4759 NameableType (restriction)
4760 ItemBaseType (extension)
4761 ItemType (restriction)
4762 BaseOrganisationType (extension)
4763 OrganisationType (restriction)
4764 AgencyType
4765
4766 Attributes:
4767 id, urn?, uri?
4768
4769 Content:
4770 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, (% style="color:#e74c3c" %)Contact
4771
4772 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4773
4774 |**Name**|**Type**|**Documentation**
4775 |id|NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds the identification of the agency. The type of this id is restricted to the common:NCNNameIDType. This is necessary, since the agency identifier will be used as part of the name for simple types in data and metadata structure specific schemas and therefore must be compliant with the NCName type in XML Schema (see common:NCNameIDType for further details).
4776 |urn|AgencyUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4777 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4778
4779 Element Documentation:
4780
4781 |**Name**|**Type**|**Documentation**|
4782 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.|
4783 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.|
4784 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.|
4785 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.|
4786 |[[Contact>>doc:sdmx:Glossary.Contact.WebHome]]|ContactType|[[Contact>>doc:sdmx:Glossary.Contact.WebHome]] describes a [[contact>>doc:sdmx:Glossary.Contact.WebHome]] for the organisation.|
4787
4788 **DataConsumerType:** DataConsumerType defines the structure of a [[data consumer>>doc:sdmx:Glossary.Data consumer.WebHome]] description. The [[contacts>>doc:sdmx:Glossary.Contact.WebHome]] defined for the organisation are specific to the [[data consumer>>doc:sdmx:Glossary.Data consumer.WebHome]] role the organisation is serving.
4789
4790 Derivation:
4791
4792 AnnotableType (extension)
4793 IdentifiableType (extension)
4794 NameableType (restriction)
4795 ItemBaseType (extension)
4796 ItemType (restriction)
4797 BaseOrganisationType (extension)
4798 OrganisationType (restriction)
4799 DataConsumerType
4800
4801 Attributes:
4802 id, urn?, uri?
4803
4804 Content:
4805 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, [[Contact>>doc:sdmx:Glossary.Contact.WebHome]]
4806
4807 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4808
4809 |**Name**|**Type**|**Documentation**
4810 |id|IDType|The id is the identifier for the object.
4811 |urn|DataConsumerUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4812 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4813
4814 Element Documentation:
4815
4816 |**Name**|**Type**|**Documentation**
4817 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4818 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4819 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4820 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4821 |[[Contact>>doc:sdmx:Glossary.Contact.WebHome]]|ContactType|[[Contact>>doc:sdmx:Glossary.Contact.WebHome]] describes a [[contact>>doc:sdmx:Glossary.Contact.WebHome]] for the organisation.
4822
4823 **DataProviderType:** DataProviderType defines the structure of a [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]] description. The [[contacts>>doc:sdmx:Glossary.Contact.WebHome]] defined for the organisation are specific to the [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]] role the organisation is serving.
4824
4825 Derivation:
4826
4827 AnnotableType (extension)
4828 IdentifiableType (extension)
4829 NameableType (restriction)
4830 ItemBaseType (extension)
4831 ItemType (restriction)
4832 BaseOrganisationType (extension)
4833 OrganisationType (restriction)
4834 DataProviderType
4835
4836 Attributes:
4837 id, urn?, uri?
4838
4839 Content:
4840 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, [[Contact>>doc:sdmx:Glossary.Contact.WebHome]]
4841
4842 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4843
4844 |**Name**|**Type**|**Documentation**
4845 |id|IDType|The id is the identifier for the object.
4846 |urn|DataProviderUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4847 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4848
4849 Element Documentation:
4850
4851 |**Name**|**Type**|**Documentation**
4852 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4853 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4854 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4855 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4856 |[[Contact>>doc:sdmx:Glossary.Contact.WebHome]]|ContactType|[[Contact>>doc:sdmx:Glossary.Contact.WebHome]] describes a [[contact>>doc:sdmx:Glossary.Contact.WebHome]] for the organisation.
4857
4858 **MetadataProviderType:** MetadataProviderType defines the structure of a metadata provider description. The [[contacts>>doc:sdmx:Glossary.Contact.WebHome]] defined for the organisation are specific to the metadata provider role the organisation is serving.
4859
4860 Derivation:
4861
4862 AnnotableType (extension)
4863 IdentifiableType (extension)
4864 NameableType (restriction)
4865 ItemBaseType (extension)
4866 ItemType (restriction)
4867 BaseOrganisationType (extension)
4868 OrganisationType (restriction)
4869 MetadataProviderType
4870
4871 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4872 id, urn?, uri?
4873
4874 Content:
4875 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, [[Contact>>doc:sdmx:Glossary.Contact.WebHome]]
4876
4877 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4878
4879 (% style="width:1051.29px" %)
4880 |**Name**|**Type**|(% style="width:660px" %)**Documentation**
4881 |id|IDType|(% style="width:660px" %)The id is the identifier for the object.
4882 |urn|MetadataProviderUrnType|(% style="width:660px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4883 |uri|xs:anyURI|(% style="width:660px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4884
4885 Element Documentation:
4886
4887 |**Name**|**Type**|**Documentation**
4888 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4889 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4890 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4891 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4892 |[[Contact>>doc:sdmx:Glossary.Contact.WebHome]]|ContactType|[[Contact>>doc:sdmx:Glossary.Contact.WebHome]] describes a [[contact>>doc:sdmx:Glossary.Contact.WebHome]] for the organisation.
4893
4894 **OrganisationUnitType:** OrganisationUnitType defines the structure of an organisation unit description. In addition to general identification and contact information, an organisation unit can specify a relationship with another organisation unit from the same scheme which is its parent organisation.
4895
4896 Derivation:
4897
4898 AnnotableType (extension)
4899 IdentifiableType (extension)
4900 NameableType (restriction)
4901 ItemBaseType (extension)
4902 ItemType (restriction)
4903 BaseOrganisationType (extension)
4904 OrganisationType (restriction)
4905 OrganisationUnitType
4906
4907 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4908 id, urn?, uri?
4909
4910 Content:
4911 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Parent?, [[Contact>>doc:sdmx:Glossary.Contact.WebHome]]
4912
4913 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4914
4915 (% style="width:999.294px" %)
4916 |**Name**|**Type**|**Documentation**
4917 |id|IDType|The id is the identifier for the object.
4918 |urn|OrganisationUnitUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4919 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4920
4921 Element Documentation:
4922
4923 |**Name**|**Type**|**Documentation**
4924 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4925 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4926 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4927 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4928 |Parent|IDType|If the particular organisation scheme allows, an organisation may reference a parent organisation defined in the same scheme. This does not affect the identification of the organisation, but rather only serves to state the relationship.
4929 |[[Contact>>doc:sdmx:Glossary.Contact.WebHome]]|ContactType|[[Contact>>doc:sdmx:Glossary.Contact.WebHome]] describes a [[contact>>doc:sdmx:Glossary.Contact.WebHome]] for the organisation.
4930
4931 **ContactType:** ContactType describes the structure of a [[contact>>doc:sdmx:Glossary.Contact.WebHome]]'s details.
4932
4933 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4934 id?
4935
4936 Content:
4937 Name*, Department*, Role*, (Telephone | Fax | X400 | URI | Email)
4938
4939 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4940
4941 |**Name**|**Type**|**Documentation**
4942 |id|IDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used to carry user id information for the [[contact>>doc:sdmx:Glossary.Contact.WebHome]].
4943
4944 Element Documentation:
4945
4946 |**Name**|**Type**|**Documentation**
4947 |Name|TextType|Name is a reusable element, used for providing a human-readable name for an object.
4948 |Department|TextType|Department is designation of the organisational structure by a linguistic expression, within which the contact person works.
4949 |Role|TextType|Role is the responsibility of the contact person with respect to the object for which this person is the contact.
4950 |Telephone|xs:string|Telephone holds the [[telephone number>>doc:sdmx:Glossary.Contact phone number.WebHome]] for the contact person.
4951 |Fax|xs:string|Fax holds the fax number for the contact person.
4952 |X400|xs:string|X400 holds the X.400 address for the contact person.
4953 |URI|xs:anyURI|URI holds an information URL for the contact person.
4954 |Email|xs:string|Email holds the email address for the contact person.
4955
4956 //**ProvisionAgreementBaseType:**// ProvisionAgreementBaseType defines the base refinement of the ProvisionAgreementType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
4957
4958 Derivation:
4959
4960 AnnotableType (extension)
4961 IdentifiableType (extension)
4962 NameableType (extension)
4963 VersionableType (restriction)
4964 MaintainableBaseType (extension)
4965 MaintainableType (restriction)
4966 ProvisionAgreementBaseType
4967
4968 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4969 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
4970
4971 Content:
4972 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
4973
4974 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4975
4976 (% style="width:1155.29px" %)
4977 |**Name**|**Type**|(% style="width:737px" %)**Documentation**
4978 |id|IDType|(% style="width:737px" %)The id is the identifier for the object.
4979 |urn|ProvisionAgreementUrnType|(% style="width:737px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
4980 |uri|xs:anyURI|(% style="width:737px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
4981 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|(% style="width:737px" %)This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
4982 |validFrom|xs:dateTime|(% style="width:737px" %)The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4983 |validTo|xs:dateTime|(% style="width:737px" %)The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
4984 |agencyID|NestedNCNameIDType|(% style="width:737px" %)The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4985 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|(% style="width:737px" %)The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
4986 |serviceURL|xs:anyURI|(% style="width:737px" %)The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
4987 |structureURL|xs:anyURI|(% style="width:737px" %)The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
4988 |isPartialLanguage (default: false)|xs:boolean|(% style="width:737px" %)The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
4989
4990 Element Documentation:
4991
4992 |**Name**|**Type**|**Documentation**
4993 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
4994 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
4995 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4996 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4997
4998 **ProvisionAgreementType:** ProvisionAgreementType describes the structure of a [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]]. A [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] defines an agreement for a [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]] to report data against a [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]. [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]] which describe how the registry must behave when data or metadata is registered against this [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] are supplied.
4999
5000 Derivation:
5001
5002 AnnotableType (extension)
5003 IdentifiableType (extension)
5004 NameableType (extension)
5005 VersionableType (restriction)
5006 MaintainableBaseType (extension)
5007 MaintainableType (restriction)
5008 ProvisionAgreementBaseType (extension)
5009 ProvisionAgreementType
5010
5011 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5012 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
5013
5014 Content:
5015 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, [[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]], DataProvider
5016
5017 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5018
5019 |**Name**|**Type**|**Documentation**
5020 |id|IDType|The id is the identifier for the object.
5021 |urn|ProvisionAgreementUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5022 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5023 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
5024 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5025 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5026 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5027 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
5028 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
5029 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
5030 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
5031
5032 Element Documentation:
5033
5034 |**Name**|**Type**|**Documentation**
5035 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5036 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5037 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5038 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5039 |[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]|DataflowReferenceTyp e|[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] provides a reference to a pre-existing [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] in the registry. The reference is provided via a URN and/or a full set of reference fields.
5040 |DataProvider|DataProviderReferenc eType|DataProvider provides a reference to a pre-existing [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]] in the registry. The reference is provided via a URN and/or a full set of reference fields.
5041
5042 //**MetadataProvisionAgreementBaseType:**// MetadataProvisionAgreementBaseType defines the base refinement of the MetadataProvisionAgreementType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
5043
5044 Derivation:
5045
5046 AnnotableType (extension)
5047 IdentifiableType (extension)
5048 NameableType (extension)
5049 VersionableType (restriction)
5050 MaintainableBaseType (extension)
5051 MaintainableType (restriction)
5052 MetadataProvisionAgreementBaseType
5053
5054 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5055 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
5056
5057 Content:
5058 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
5059
5060 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5061
5062 (% style="width:1191.29px" %)
5063 |**Name**|**Type**|**Documentation**
5064 |id|IDType|The id is the identifier for the object.
5065 |urn|MetadataProvisionAgreementUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5066 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5067 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
5068 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5069 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5070 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5071 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
5072 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
5073 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
5074 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
5075
5076 Element Documentation:
5077
5078 |**Name**|**Type**|**Documentation**
5079 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5080 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5081 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5082 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5083
5084 **MetadataProvisionAgreementType:** ProvisionAgreementType describes the structure of a [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]]. A [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] defines an agreement for a [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]] to report data or [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] against a flow. [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]] which describe how the registry must behave when data or metadata is registered against this [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] are supplied.
5085
5086 Derivation:
5087
5088 AnnotableType (extension)
5089 IdentifiableType (extension)
5090 NameableType (extension)
5091 VersionableType (restriction)
5092 MaintainableBaseType (extension)
5093 MaintainableType (restriction)
5094 MetadataProvisionAgreementBaseType (extension)
5095 MetadataProvisionAgreementType
5096
5097 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5098 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
5099
5100 Content:
5101 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]], MetadataProvider, Target
5102
5103 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5104
5105 |**Name**|**Type**|**Documentation**
5106 |id|IDType|The id is the identifier for the object.
5107 |urn|MetadataProvisionAgr eementUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5108 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5109 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
5110 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5111 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5112 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5113 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
5114 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
5115 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
5116 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
5117
5118 Element Documentation:
5119
5120 (% style="width:1114.29px" %)
5121 |**Name**|**Type**|(% style="width:693px" %)**Documentation**
5122 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:693px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5123 |Link|LinkType|(% style="width:693px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5124 |Name|TextType|(% style="width:693px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5125 |Description|TextType|(% style="width:693px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5126 |[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]|MetadataflowReferenceType|(% style="width:693px" %)[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] provides a reference to a pre-existing [[metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] in the registry. The reference is provided via a URN and/or a full set of reference fields.
5127 |MetadataProvider|MetadataProviderReferenceType|(% style="width:693px" %)MetadataProvider provides a reference to a pre-existing metadata provider in the registry. The reference is provided via a URN and/or a full set of reference fields.
5128 |Target|WildcardUrnType|(% style="width:693px" %)References identifiable structures to which the refernece metadata described by the metadata structure used by the metadaflow should be restricted to. These references may include wildcards for parts of the reference.
5129
5130 **//ProcessBaseType//:** ProcessBaseType defines the base refinement of the ProcessType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
5131
5132 Derivation:
5133
5134 AnnotableType (extension)
5135 IdentifiableType (extension)
5136 NameableType (extension)
5137 VersionableType (restriction)
5138 MaintainableBaseType (extension)
5139 MaintainableType (restriction)
5140 ProcessBaseType
5141
5142 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5143 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
5144
5145 Content:
5146 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
5147
5148 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5149
5150 |**Name**|**Type**|**Documentation**
5151 |id|IDType|The id is the identifier for the object.
5152 |urn|ProcessUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5153 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5154 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
5155 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5156 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5157 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5158 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
5159 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
5160 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
5161 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
5162
5163 Element Documentation:
5164
5165 |**Name**|**Type**|**Documentation**
5166 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5167 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5168 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5169 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5170
5171 **ProcessType:** ProcessType describes the structure of a process, which is a scheme which defines or documents the operations performed on data in order to validate data or to derive new information according to a given set of rules. Processes occur in order, and will continue in order unless a transition dictates another step should occur.
5172
5173 Derivation:
5174
5175 AnnotableType (extension)
5176 IdentifiableType (extension)
5177 NameableType (extension)
5178 VersionableType (restriction)
5179 MaintainableBaseType (extension)
5180 MaintainableType (restriction)
5181 ProcessBaseType (extension)
5182 ProcessType
5183
5184 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5185 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
5186
5187 Content:
5188 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, ProcessStep
5189
5190 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5191
5192 |**Name**|**Type**|**Documentation**
5193 |id|IDType|The id is the identifier for the object.
5194 |urn|ProcessUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5195 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5196 |(%%)(% style="color:#e74c3c" %)version|VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
5197 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the (% style="color:#e74c3c" %)version(%%).
5198 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the (% style="color:#e74c3c" %)version(%%).
5199 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5200 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
5201 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
5202 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same (% style="color:#e74c3c" %)version(%%) as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
5203 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
5204
5205 Element Documentation:
5206
5207 |**Name**|**Type**|**Documentation**
5208 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5209 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5210 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5211 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5212 |ProcessStep|ProcessStepType|ProcessStep defines a process step, which is a specific operation, performed on data in order to validate or to derive new information according to a given set of rules.
5213
5214 //**ProcessStepBaseType:**// ProcessStepBaseType is an abstract base type used as the basis for the ProcessStepType.
5215
5216 Derivation:
5217
5218 AnnotableType (extension)
5219 IdentifiableType (extension)
5220 NameableType (restriction)
5221 ProcessStepBaseType
5222
5223 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5224 id, urn?, uri?
5225
5226 Content:
5227 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
5228
5229 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5230
5231 |**Name**|**Type**|**Documentation**
5232 |id|IDType|The id is the identifier for the object.
5233 |urn|ProcessStepUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5234 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5235
5236 Element Documentation:
5237
5238 |**Name**|**Type**|**Documentation**
5239 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5240 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5241 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5242 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5243
5244 **ProcessStepType:** ProcessStepType describes the structure of a process step. A nested process step is automatically sub-ordinate, and followed as the next step. If the following step is conditional, it should be referenced in a transition.
5245
5246 Derivation:
5247
5248 AnnotableType (extension)
5249 IdentifiableType (extension)
5250 NameableType (restriction)
5251 ProcessStepBaseType (extension)
5252 ProcessStepType
5253
5254 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5255 id, urn?, uri?
5256
5257 Content:
5258 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Input*, Output*, Computation?, Transition*, ProcessStep
5259
5260 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5261
5262 |**Name**|**Type**
5263 |id|IDType
5264 |urn|ProcessStepUrnType
5265 |uri|xs:anyURI
5266
5267 Element Documentation:
5268
5269 |**Name**|**Type**|**Documentation**
5270 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5271 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5272 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5273 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5274 |Input|InputOutputType|Input references an object which is an input to the process step.
5275 |Output|InputOutputType|Output references an object which is an output form the process step.
5276 |Computation|ComputationType|Computation describes the computations involved in the process, in any form desired by the user (these are informational rather than machine-actionable), and so may be supplied in multiple, parallel-language (% style="color:#e74c3c" %)versions(%%).
5277 |Transition|TransitionType|Transition describes the next process steps. Each transition in a process step should be evaluated, allowing for multiple process step branches from a single process step.
5278 |ProcessStep|ProcessStepType|ProcessStep defines a process step, which is a specific operation, performed on data in order to validate or to derive new information according to a given set of rules.
5279
5280 //**TransitionBaseType**//
5281 TransitionBaseType defines the base refinement of the TransitionType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
5282
5283 Derivation:
5284
5285 AnnotableType (extension)
5286 IdentifiableType (extension)
5287 TransitionBaseType
5288
5289 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5290 id?, urn?, uri?
5291
5292 Content:
5293 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link
5294
5295 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5296
5297 |**Name**|**Type**
5298 |id|IDType
5299 |urn|TransitionUrnType
5300 |uri|xs:anyURI
5301
5302 Element Documentation:
5303
5304 |**Name**|**Type**|**Documentation**
5305 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5306 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5307
5308 **TransitionType:** TransitionType describes the details of a transition, which is an expression in a textual or formalised way of the transformation of data between two specific operations performed on the data.
5309
5310 Derivation:
5311
5312 AnnotableType (extension)
5313 IdentifiableType (extension)
5314 TransitionBaseType (extension)
5315 TransitionType
5316
5317 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5318 id?, urn?, uri?, localID?
5319
5320 Content:
5321 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, TargetStep, Condition+
5322
5323 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5324
5325 |**Name**|**Type**
5326 |id|IDType
5327 |urn|TransitionUrnType
5328 |uri|xs:anyURI
5329 |localID|IDType
5330
5331 Element Documentation:
5332
5333 |**Name**|**Type**|**Documentation**
5334 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5335 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5336 |TargetStep|NestedIDType|TargetStep references a process step within the process that should be transitioned to, should the conditions described be met.
5337 |Condition|TextType|Condition is a textual description of the conditions to be met in order for the target step to be proceeded to. It is informational only (not machine-actionable), and may be supplied in multiple, parallel-language form.
5338
5339 **ComputationType:** ComputationType describes a computation in a process.
5340
5341 Derivation:
5342
5343 AnnotableType (extension)
5344 ComputationType
5345
5346 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5347 localID?, softwarePackage?, softwareLanguage?, softwareVersion?
5348
5349 Content:
5350 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Description+
5351
5352 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5353
5354 |**Name**|**Type**|**Documentation**
5355 |localID|IDType|The localID [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is an optional identification for the computation within the process.
5356 |softwarePackage|xs:string|The softwarePackage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds the name of the software package that is used to perform the computation.
5357 |softwareLanguage|xs:string|The softwareLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds the coding language that the software package used to perform the computation is written in.
5358 |softwareVersion|xs:string|The softwareVersion [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] hold the version of the software package that is used to perform that computation.
5359
5360 Element Documentation:
5361
5362 |**Name**|**Type**|**Documentation**
5363 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5364 |Description|TextType|Description describe the computation in any form desired by the user (these are informational rather than machine-actionable), and so may be supplied in multiple, parallel-language versions
5365
5366 **InputOutputType:** InputOutputType describes the structure of an input or output to a process step. It provides a reference to the object that is the input or output.
5367
5368 Derivation:
5369
5370 AnnotableType (extension)
5371 InputOutputType
5372
5373 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5374 localID?
5375
5376 Content:
5377 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ObjectReference
5378
5379 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5380
5381 |**Name**|**Type**|**Documentation**
5382 |localID|IDType|The localID [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is an optional identification for the input or output within the process.
5383
5384 Element Documentation:
5385
5386 |**Name**|**Type**|**Documentation**
5387 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5388 |ObjectReference|UrnReferenceType|ObjectReference is an abstract substitution head that references the object that is an input or output. It is substituted with a concrete reference to an explicit object type.
5389
5390 **ReportingTaxonomyType:** ReportingTaxonomyType describes the structure of a reporting taxonomy, which is a scheme which defines the composition structure of a data report where each [[component>>doc:sdmx:Glossary.Component.WebHome]] can be described by an independent structure or structure usage description.
5391
5392 Derivation:
5393
5394 AnnotableType (extension)
5395 IdentifiableType (extension)
5396 NameableType (extension)
5397 VersionableType (restriction)
5398 MaintainableBaseType (extension)
5399 MaintainableType (restriction)
5400 ItemSchemeType (restriction)
5401 ReportingTaxonomyType
5402
5403 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5404 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
5405
5406 Content:
5407 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, ReportingCategory
5408
5409 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5410
5411 (% style="width:1245.29px" %)
5412 |**Name**|**Type**|(% style="width:829px" %)**Documentation**
5413 |id|IDType|(% style="width:829px" %)The id is the identifier for the object.
5414 |urn|ReportingTaxonomyUrnType|(% style="width:829px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5415 |uri|xs:anyURI|(% style="width:829px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5416 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|(% style="width:829px" %)This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
5417 |validFrom|xs:dateTime|(% style="width:829px" %)The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5418 |validTo|xs:dateTime|(% style="width:829px" %)The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5419 |agencyID|NestedNCNameIDType|(% style="width:829px" %)The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5420 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|(% style="width:829px" %)The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
5421 |serviceURL|xs:anyURI|(% style="width:829px" %)The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
5422 |structureURL|xs:anyURI|(% style="width:829px" %)The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
5423 |isPartialLanguage (default: false)|xs:boolean|(% style="width:829px" %)The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
5424 |isPartial (default: false)|xs:boolean|(% style="width:829px" %)The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
5425
5426 Element Documentation:
5427
5428 (% style="width:1249.29px" %)
5429 |**Name**|**Type**|(% style="width:878px" %)**Documentation**
5430 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:878px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5431 |Link|LinkType|(% style="width:878px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5432 |Name|TextType|(% style="width:878px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5433 |Description|TextType|(% style="width:878px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5434 |ReportingCategory|ReportingCategoryType|(% style="width:878px" %)ReportingCateogry defines a reporting [[category>>doc:sdmx:Glossary.Category.WebHome]], which is used to group structure usages into useful sub-packages.
5435
5436 //**ReportingCategoryBaseType:**// ReportingCategoryBaseType is an abstract base type that serves as the basis for the ReportingCategoryType.
5437
5438 Derivation:
5439
5440 AnnotableType (extension)
5441 IdentifiableType (extension)
5442 NameableType (restriction)
5443 ItemBaseType (extension)
5444 ItemType (restriction)
5445 ReportingCategoryBaseType
5446
5447 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5448 id, urn?, uri?
5449
5450 Content:
5451 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, ReportingCategory
5452
5453 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5454
5455 (% style="width:1053.29px" %)
5456 |**Name**|**Type**|**Documentation**
5457 |id|IDType|The id is the identifier for the object.
5458 |urn|ReportingCategoryUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5459 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5460
5461 Element Documentation:
5462
5463 (% style="width:1060.29px" %)
5464 |**Name**|**Type**|**Documentation**
5465 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5466 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5467 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5468 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5469 |ReportingCategory|ReportingCategoryType|ReportingCateogry defines a reporting [[category>>doc:sdmx:Glossary.Category.WebHome]], which is used to group structure usages into useful sub-packages.
5470
5471 **ReportingCategoryType:** ReportingCategoryType describes the structure of a reporting [[category>>doc:sdmx:Glossary.Category.WebHome]], which groups structure usages into useful sub-packages. Sub ordinate reporting [[categories>>doc:sdmx:Glossary.Category.WebHome]] can be nested within the [[category>>doc:sdmx:Glossary.Category.WebHome]] definition.
5472
5473 Derivation:
5474
5475 AnnotableType (extension)
5476 IdentifiableType (extension)
5477 NameableType (restriction) 
5478 ItemBaseType (extension)
5479 ItemType (restriction)
5480 ReportingCategoryBaseType (extension)
5481 ReportingCategoryType
5482
5483 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5484 id, urn?, uri?
5485
5486 Content:
5487 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, ReportingCategory*, (StructuralMetadata* | ProvisioningMetadata*)
5488
5489 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5490
5491 (% style="width:1040.29px" %)
5492 |**Name**|**Type**|**Documentation**
5493 |id|IDType|The id is the identifier for the object.
5494 |urn|ReportingCategoryUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5495 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5496
5497 Element Documentation:
5498
5499 (% style="width:1121.29px" %)
5500 |**Name**|**Type**|**Documentation**
5501 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5502 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5503 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5504 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5505 |ReportingCategory|ReportingCategoryType|ReportingCateogry defines a reporting [[category>>doc:sdmx:Glossary.Category.WebHome]], which is used to group structure usages into useful sub-packages.
5506 |StructuralMetadata|StructureReferenceType|StructuralMetadata provides a reference for [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] and [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] references which are grouped in the reporting [[category>>doc:sdmx:Glossary.Category.WebHome]]. It is assumed that all [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] objects referenced from a [[category>>doc:sdmx:Glossary.Category.WebHome]] will be of the same type.
5507 |ProvisioningMetadata|StructureUsageReferenceType|ProvisioningMetadata provides a reference for [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] and [[metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] references which are grouped in the reporting [[category>>doc:sdmx:Glossary.Category.WebHome]]. It is assumed that all provisioning metadata objects referenced from a [[category>>doc:sdmx:Glossary.Category.WebHome]] will be of the same type.
5508
5509 //**ItemSchemeMapBaseType:**// ItemSchemeMapBaseType is an abstract base type which forms the basis for the ItemSchemeMapType.
5510
5511 Derivation:
5512
5513 AnnotableType (extension)
5514 IdentifiableType (extension)
5515 NameableType (extension)
5516 VersionableType (restriction)
5517 MaintainableBaseType (extension)
5518 MaintainableType (restriction)
5519 ItemSchemeMapBaseType
5520
5521 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5522 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
5523
5524 Content:
5525 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
5526
5527 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5528
5529 |**Name**|**Type**|**Documentation**
5530 |id|IDType|The id is the identifier for the object.
5531 |urn|MaintainableUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5532 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5533 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
5534 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5535 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5536 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5537 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
5538 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
5539 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
5540 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
5541
5542 Element Documentation:
5543
5544 |**Name**|**Type**|**Documentation**
5545 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5546 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5547 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5548 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5549
5550 //**ItemSchemeMapType:**// ItemSchemeMapType is an abstract base type which forms the basis for mapping items between [[item schemes>>doc:sdmx:Glossary.Item scheme.WebHome]] of the same type.
5551
5552 Derivation:
5553
5554 AnnotableType (extension)
5555 IdentifiableType (extension)
5556 NameableType (extension)
5557 VersionableType (restriction) 
5558 MaintainableBaseType (extension)
5559 MaintainableType (restriction) 
5560 ItemSchemeMapBaseType (extension)
5561 ItemSchemeMapType
5562
5563 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5564 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
5565
5566 Content:
5567 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Source, Target, ItemMap
5568
5569 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5570
5571 |**Name**|**Type**|**Documentation**
5572 |id|IDType|The id is the identifier for the object.
5573 |urn|MaintainableUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5574 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5575 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
5576 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5577 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5578 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5579 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
5580 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
5581 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
5582 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
5583
5584 Element Documentation:
5585
5586 (% style="width:1121.29px" %)
5587 |**Name**|**Type**|**Documentation**
5588 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5589 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5590 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5591 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5592 |Source|MaintainableUrnReferenceType|Source provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are mapped from.
5593 |Target|MaintainableUrnReferenceType|Target provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are mapped to.
5594 |ItemMap|SingleValueMappingType|
5595
5596 **OrganisationSchemeMapType:** OrganisationSchemeMapType defines the structure of a [[map>>doc:sdmx:Glossary.Map.WebHome]] which identifies relationships between organisations in different organisation schemes.
5597
5598 Derivation:
5599
5600 AnnotableType (extension) 
5601 IdentifiableType (extension)
5602 NameableType (extension)
5603 VersionableType (restriction)
5604 MaintainableBaseType (extension)
5605 MaintainableType (restriction)
5606 ItemSchemeMapBaseType (extension)
5607 ItemSchemeMapType (restriction)
5608 OrganisationSchemeMapType
5609
5610 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5611 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
5612
5613 Content:
5614 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Source, Target, ItemMap
5615
5616 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5617
5618 (% style="width:1170.29px" %)
5619 |**Name**|**Type**|**Documentation**
5620 |id|IDType|The id is the identifier for the object.
5621 |urn|OrganisationSchemeMapUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5622 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5623 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
5624 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5625 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5626 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5627 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
5628 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
5629 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
5630 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
5631
5632 Element Documentation:
5633
5634 (% style="width:1169.29px" %)
5635 |**Name**|(% style="width:321px" %)**Type**|(% style="width:736px" %)**Documentation**
5636 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|(% style="width:321px" %)AnnotationsType|(% style="width:736px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5637 |Link|(% style="width:321px" %)LinkType|(% style="width:736px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5638 |Name|(% style="width:321px" %)TextType|(% style="width:736px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5639 |Description|(% style="width:321px" %)TextType|(% style="width:736px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5640 |Source|(% style="width:321px" %)OrganisationSchemeReferenceType|(% style="width:736px" %)Source provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are mapped from.
5641 |Target|(% style="width:321px" %)OrganisationSchemeReferenceType|(% style="width:736px" %)Target provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are mapped to.
5642 |ItemMap|(% style="width:321px" %)SingleValueMappingType|(% style="width:736px" %)
5643
5644 **CategorySchemeMapType:** CategorySchemeMapType defines the structure of a [[map>>doc:sdmx:Glossary.Map.WebHome]] which identifies relationships between [[categories>>doc:sdmx:Glossary.Category.WebHome]] in different [[category>>doc:sdmx:Glossary.Category.WebHome]] schemes.
5645
5646 Derivation:
5647
5648 AnnotableType (extension)
5649 IdentifiableType (extension)
5650 NameableType (extension)
5651 VersionableType (restriction)
5652 MaintainableBaseType (extension)
5653 MaintainableType (restriction)
5654 ItemSchemeMapBaseType (extension)
5655 ItemSchemeMapType (restriction)
5656 CategorySchemeMapType
5657
5658 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5659 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
5660
5661 Content:
5662 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Source, Target, ItemMap
5663
5664 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5665
5666 (% style="width:1273.29px" %)
5667 |**Name**|**Type**|(% style="width:844px" %)**Documentation**
5668 |id|IDType|(% style="width:844px" %)The id is the identifier for the object.
5669 |urn|CategorySchemeMapUrnType|(% style="width:844px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5670 |uri|xs:anyURI|(% style="width:844px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5671 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|(% style="width:844px" %)This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
5672 |validFrom|xs:dateTime|(% style="width:844px" %)The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5673 |validTo|xs:dateTime|(% style="width:844px" %)The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5674 |agencyID|NestedNCNameIDType|(% style="width:844px" %)The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5675 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|(% style="width:844px" %)The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
5676 |serviceURL|xs:anyURI|(% style="width:844px" %)The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
5677 |structureURL|xs:anyURI|(% style="width:844px" %)The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
5678 |isPartialLanguage (default: false)|xs:boolean|(% style="width:844px" %)The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
5679
5680 Element Documentation:
5681
5682 (% style="width:1280.29px" %)
5683 |**Name**|(% style="width:261px" %)**Type**|(% style="width:914px" %)**Documentation**
5684 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|(% style="width:261px" %)AnnotationsType|(% style="width:914px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5685 |Link|(% style="width:261px" %)LinkType|(% style="width:914px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5686 |Name|(% style="width:261px" %)TextType|(% style="width:914px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5687 |Description|(% style="width:261px" %)TextType|(% style="width:914px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5688 |Source|(% style="width:261px" %)CategorySchemeReferenceType|(% style="width:914px" %)Source provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are mapped from.
5689 |Target|(% style="width:261px" %)CategorySchemeReferenceType|(% style="width:914px" %)Target provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are mapped to.
5690 |ItemMap|(% style="width:261px" %)SingleValueMappingType|(% style="width:914px" %)
5691
5692 **ConceptSchemeMapType:** ConceptSchemeMapType defines the structure of a [[map>>doc:sdmx:Glossary.Map.WebHome]] which identifies relationships between [[concepts>>doc:sdmx:Glossary.Concept.WebHome]] in different [[concept>>doc:sdmx:Glossary.Concept.WebHome]] [[schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]].
5693
5694 Derivation:
5695
5696 AnnotableType (extension)
5697 IdentifiableType (extension)
5698 NameableType (extension)
5699 VersionableType (restriction)
5700 MaintainableBaseType (extension)
5701 MaintainableType (restriction)
5702 ItemSchemeMapBaseType (extension)
5703 ItemSchemeMapType (restriction)
5704 ConceptSchemeMapType
5705
5706 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5707 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
5708
5709 Content:
5710 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Source, Target, ItemMap
5711
5712 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5713
5714 (% style="width:1242.29px" %)
5715 |**Name**|**Type**|**Documentation**
5716 |id|IDType|The id is the identifier for the object.
5717 |urn|ConceptSchemeMapUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5718 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5719 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
5720 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5721 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5722 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5723 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
5724 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
5725 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
5726 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
5727
5728 Element Documentation:
5729
5730 (% style="width:1125.29px" %)
5731 |**Name**|**Type**|(% style="width:747px" %)**Documentation**
5732 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:747px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5733 |Link|LinkType|(% style="width:747px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5734 |Name|TextType|(% style="width:747px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5735 |Description|TextType|(% style="width:747px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5736 |Source|ConceptSchemeReferenceType|(% style="width:747px" %)Source provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are mapped from.
5737 |Target|ConceptSchemeReferenceType|(% style="width:747px" %)Target provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are mapped to.
5738 |ItemMap|SingleValueMappingType|(% style="width:747px" %)
5739
5740 **ReportingTaxonomyMapType:** ReportingTaxonomyMapType defines the structure of a [[map>>doc:sdmx:Glossary.Map.WebHome]] which identifies relationships between reporting [[categories>>doc:sdmx:Glossary.Category.WebHome]] in different reporting taxonomies.
5741
5742 Derivation:
5743
5744 AnnotableType (extension)
5745 IdentifiableType (extension)
5746 NameableType (extension)
5747 VersionableType (restriction)
5748 MaintainableBaseType (extension)
5749 MaintainableType (restriction)
5750 ItemSchemeMapBaseType (extension)
5751 ItemSchemeMapType (restriction)
5752 ReportingTaxonomyMapType
5753
5754 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5755 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
5756
5757 Content:
5758 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Source, Target, ItemMap
5759
5760 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5761
5762 (% style="width:1171.29px" %)
5763 |**Name**|**Type**|**Documentation**
5764 |id|IDType|The id is the identifier for the object.
5765 |urn|ReportingTaxonomyMapUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5766 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5767 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
5768 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5769 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5770 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5771 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
5772 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
5773 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
5774 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
5775
5776 Element Documentation:
5777
5778 (% style="width:1177.29px" %)
5779 |**Name**|**Type**|(% style="width:778px" %)**Documentation**
5780 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:778px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5781 |Link|LinkType|(% style="width:778px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5782 |Name|TextType|(% style="width:778px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5783 |Description|TextType|(% style="width:778px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5784 |Source|ReportingTaxonomyReferenceType|(% style="width:778px" %)Source provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are mapped from.
5785 |Target|ReportingTaxonomyReferenceType|(% style="width:778px" %)Target provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are mapped to.
5786 |ItemMap|SingleValueMappingType|(% style="width:778px" %)
5787
5788 **//StructureMapBaseType//:** StructureMapBaseType defines the base refinement of the StructureMapType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
5789
5790 Derivation:
5791
5792 AnnotableType (extension)
5793 IdentifiableType (extension)
5794 NameableType (extension)
5795 VersionableType (restriction)
5796 MaintainableBaseType (extension)
5797 MaintainableType (restriction)
5798 StructureMapBaseType
5799
5800 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5801 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
5802
5803 Content:
5804 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
5805
5806 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5807
5808 |**Name**|**Type**|**Documentation**
5809 |id|IDType|The id is the identifier for the object.
5810 |urn|StructureMapUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5811 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5812 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
5813 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5814 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5815 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5816 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
5817 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
5818 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
5819 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
5820
5821 Element Documentation:
5822
5823 |**Name**|**Type**|**Documentation**
5824 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5825 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5826 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5827 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5828
5829 **StructureMapType:** StructureMapType defines the structure for mapping [[components>>doc:sdmx:Glossary.Component.WebHome]] of one structure to [[components>>doc:sdmx:Glossary.Component.WebHome]] of
5830
5831 another structure. A structure may be referenced directly meaning the [[map>>doc:sdmx:Glossary.Map.WebHome]] applies wherever the structure is used, or it may be a reference via a structure usage meaning the [[map>>doc:sdmx:Glossary.Map.WebHome]] only applies within the context of that usage. Using the related structures, one can make extrapolations between [[maps>>doc:sdmx:Glossary.Map.WebHome]]. For example, if key families, A, B, and C, are all grouped in a related structures container, then a [[map>>doc:sdmx:Glossary.Map.WebHome]] from data structure A to C and a [[map>>doc:sdmx:Glossary.Map.WebHome]] from data structure B to C could be used to infer a relation between data structure A to C.
5832
5833 Derivation:
5834
5835 AnnotableType (extension)
5836 IdentifiableType (extension)
5837 NameableType (extension) 
5838 VersionableType (restriction) 
5839 MaintainableBaseType (extension)
5840 MaintainableType (restriction)
5841 StructureMapBaseType (extension)
5842 StructureMapType
5843
5844 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5845 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
5846
5847 Content:
5848 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Source, Target, EpochMap*, DatePatternMap*, FrequencyFormatMapping*, ComponentMap*, FixedValueMap
5849
5850 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5851
5852 |**Name**|**Type**|**Documentation**
5853 |id|IDType|The id is the identifier for the object.
5854 |urn|StructureMapUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5855 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5856 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
5857 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5858 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
5859 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5860 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
5861 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
5862 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
5863 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
5864
5865 Element Documentation:
5866
5867 (% style="width:1140.29px" %)
5868 |**Name**|**Type**|**Documentation**
5869 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5870 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5871 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5872 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5873 |Source|StructureOrUsageReferenceType|Source provides a reference to a structure (data or metadata) or a structure usage ([[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] or [[metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]) from which [[components>>doc:sdmx:Glossary.Component.WebHome]] defined by the actual structure are to mapped.
5874 |Target|StructureOrUsageReferenceType|Target provides a reference to a structure (data or metadata) or a structure usage ([[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] or [[metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]) to which [[components>>doc:sdmx:Glossary.Component.WebHome]] from the source are to mapped.
5875 |EpochMap|EpochMapType|Provides the ability to map source to target date formats. The source date is described as the number of epochs since a point in time, where the duration of each epoch is defined, e.g. number of milliseconds since 1970.
5876 |DatePatternMap|DatePatternMapType|Provides the ability to map source to target date formats. The source date is described as a pattern (for example MM-YYYY).
5877 |FrequencyFormatMappi ng|FrequencyFormatMappingType|
5878 |ComponentMap|ComponentMapType|ComponentMap defines the relationship between the [[components>>doc:sdmx:Glossary.Component.WebHome]] of the source and target structures, including information on how the value from the source [[component>>doc:sdmx:Glossary.Component.WebHome]] relates to values in the target [[component>>doc:sdmx:Glossary.Component.WebHome]].
5879 |FixedValueMap|FixedValueMapType|FixedValueMap defines a fixed value for a source or target [[component>>doc:sdmx:Glossary.Component.WebHome]] in the mapping.
5880
5881 **FixedValueMapType:** FixedValueMapType defines the structure for providing a fixed value for a source or target [[component>>doc:sdmx:Glossary.Component.WebHome]].
5882
5883 Derivation:
5884
5885 AnnotableType (extension)
5886 FixedValueMapType
5887
5888 Content:
5889 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, (Source|Target), Value
5890
5891 Element Documentation:
5892
5893 |**Name**|**Type**|**Documentation**
5894 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5895 |Source|IDType|
5896 |Target|IDType|
5897 |Value|xs:string|The fixed value for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
5898
5899 **ComponentMapType:** ComponentMapType defines the structure for relating a [[component>>doc:sdmx:Glossary.Component.WebHome]] in a source structure to a [[component>>doc:sdmx:Glossary.Component.WebHome]] in a target structure.
5900
5901 Derivation:
5902
5903 AnnotableType (extension)
5904 ComponentMapType
5905
5906 Content:
5907 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Source+, Target+, RepresentationMap?
5908
5909 Element Documentation:
5910
5911 (% style="width:1153.29px" %)
5912 |**Name**|(% style="width:271px" %)**Type**|(% style="width:686px" %)**Documentation**
5913 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|(% style="width:271px" %)AnnotationsType|(% style="width:686px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5914 |Source|(% style="width:271px" %)IDType|(% style="width:686px" %)
5915 |Target|(% style="width:271px" %)IDType|(% style="width:686px" %)
5916 |RepresentationMap|(% style="width:271px" %)RepresentationMapReferenceType|(% style="width:686px" %)
5917
5918 **//FrequencyFormatMappingBaseType//:** FrequencyFormatMappingBaseType defines the base refinement of the FrequencyFormatMappingType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
5919
5920 Derivation:
5921
5922 AnnotableType (extension)
5923 IdentifiableType (extension)
5924 FrequencyFormatMappingBaseType
5925
5926 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5927 id?, urn?, uri?
5928
5929 Content:
5930 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link
5931
5932 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5933
5934 (% style="width:1142.29px" %)
5935 |**Name**|**Type**|(% style="width:682px" %)**Documentation**
5936 |id|IDType|(% style="width:682px" %)The id is the identifier for the object.
5937 |urn|FrequencyFormatMappingUrnType|(% style="width:682px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5938 |uri|xs:anyURI|(% style="width:682px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5939
5940 Element Documentation:
5941
5942 |**Name**|**Type**|**Documentation**
5943 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5944 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5945
5946 **FrequencyFormatMappingType:**
5947
5948 Derivation:
5949
5950 AnnotableType (extension)
5951 IdentifiableType (extension)
5952 FrequencyFormatMappingBaseType (extension) 
5953 FrequencyFormatMappingType
5954
5955 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5956 id?, urn?, uri?
5957
5958 Content:
5959 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, FrequencyId, DatePattern
5960
5961 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5962
5963 (% style="width:1012.83px" %)
5964 |**Name**|(% style="width:282px" %)**Type**|(% style="width:640px" %)**Documentation**
5965 |id|(% style="width:282px" %)IDType|(% style="width:640px" %)The id is the identifier for the object.
5966 |urn|(% style="width:282px" %)FrequencyFormatMappingUrnType|(% style="width:640px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5967 |uri|(% style="width:282px" %)xs:anyURI|(% style="width:640px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5968
5969 Element Documentation:
5970
5971 (% style="width:1006.83px" %)
5972 |**Name**|**Type**|(% style="width:762px" %)**Documentation**
5973 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:762px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
5974 |Link|LinkType|(% style="width:762px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
5975 |FrequencyId|IDType|(% style="width:762px" %)
5976 |DatePattern|xs:string|(% style="width:762px" %)
5977
5978 //**DateMapType:**//
5979
5980 Derivation:
5981
5982 AnnotableType (extension)
5983 IdentifiableType (extension)
5984 DateMapType
5985
5986 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5987 id?, urn?, uri?, resolvePeriod?
5988
5989 Content:
5990 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, (Source, Target)+, ( (FrequencyDimension, MappedFrequencies*) | TargetFrequencyID)
5991
5992 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5993
5994 |**Name**|**Type**|**Documentation**
5995 |id|IDType|The id is the identifier for the object.
5996 |urn|UrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
5997 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
5998 |resolvePeriod|ResolvePeriodType|Indicates the point in time to resolve to when mapping from low fequency periods to higher frequency periods.
5999
6000 Element Documentation:
6001
6002 |**Name**|**Type**|**Documentation**
6003 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6004 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6005 |Source|IDType|
6006 |Target|IDType|
6007 |FrequencyDimension|IDType|
6008 |MappedFrequencies|IDType|
6009 |TargetFrequencyID|IDType|
6010
6011 //**EpochMapBaseType:**// EpochMapBaseType defines the base refinement of the EpochMapType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
6012
6013 Derivation:
6014
6015 AnnotableType (extension)
6016 IdentifiableType (extension)
6017 DateMapType (restriction)
6018 EpochMapBaseType
6019
6020 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6021 id?, urn?, uri?, resolvePeriod?
6022
6023 Content:
6024 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, (Source, Target)+, ( (FrequencyDimension, MappedFrequencies*) | TargetFrequencyID)
6025
6026 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6027
6028 |**Name**|**Type**|**Documentation**
6029 |id|IDType|The id is the identifier for the object.
6030 |urn|EpochMapUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6031 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6032 |resolvePeriod|ResolvePeriodType|Indicates the point in time to resolve to when mapping from low fequency periods to higher frequency periods.
6033
6034 Element Documentation:
6035
6036 |**Name**|**Type**|**Documentation**
6037 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6038 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6039 |Source|IDType|
6040 |Target|IDType|
6041 |FrequencyDimension|IDType|
6042 |MappedFrequencies|IDType|
6043 |TargetFrequencyID|IDType|
6044
6045 **EpochMapType:**
6046
6047 Derivation:
6048
6049 AnnotableType (extension)
6050 IdentifiableType (extension)
6051 DateMapType (restriction)
6052 EpochMapBaseType (extension)
6053 EpochMapType
6054
6055 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6056 id?, urn?, uri?, resolvePeriod?, basePeriod, epochPeriod
6057
6058 Content:
6059 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, (Source, Target)+, ( (FrequencyDimension, MappedFrequencies*) | TargetFrequencyID)
6060
6061 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6062
6063 |**Name**|**Type**|**Documentation**
6064 |id|IDType|The id is the identifier for the object.
6065 |urn|EpochMapUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6066 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6067 |resolvePeriod|ResolvePeriodType|Indicates the point in time to resolve to when mapping from low fequency periods to higher frequency periods.
6068 |basePeriod|xs:string|
6069 |epochPeriod|EpochPeriodType|
6070
6071 Element Documentation:
6072
6073 |**Name**|**Type**|**Documentation**
6074 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6075 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6076 |Source|IDType|
6077 |Target|IDType|
6078 |FrequencyDimension|IDType|
6079 |MappedFrequencies|IDType|
6080 |TargetFrequencyID|IDType|
6081
6082 //**DatePatternMapBaseType:**// DatePatternMapBaseType defines the base refinement of the DatePatternMapType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
6083
6084 Derivation:
6085
6086 AnnotableType (extension)
6087 IdentifiableType (extension)
6088 DateMapType (restriction)
6089 DatePatternMapBaseType
6090
6091 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6092 id?, urn?, uri?, resolvePeriod?
6093
6094 Content:
6095 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, (Source, Target)+, ( (FrequencyDimension, MappedFrequencies*) | TargetFrequencyID)
6096
6097 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6098
6099 (% style="width:1144.29px" %)
6100 |**Name**|**Type**|**Documentation**
6101 |id|IDType|The id is the identifier for the object.
6102 |urn|DatePatternMapUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6103 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6104 |resolvePeriod|ResolvePeriodType|Indicates the point in time to resolve to when mapping from low fequency periods to higher frequency periods.
6105
6106 Element Documentation:
6107
6108 |**Name**|**Type**|**Documentation**
6109 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6110 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6111 |Source|IDType|
6112 |Target|IDType|
6113 |FrequencyDimension|IDType|
6114 |MappedFrequencies|IDType|
6115 |TargetFrequencyID|IDType|
6116
6117 **DatePatternMapType:**
6118
6119 Derivation:
6120
6121 AnnotableType (extension)
6122 IdentifiableType (extension)
6123 DateMapType (restriction)
6124 DatePatternMapBaseType (extension)
6125 DatePatternMapType
6126
6127 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6128 id?, urn?, uri?, resolvePeriod?, sourcePattern, locale
6129
6130 Content:
6131 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, (Source, Target)+, ( (FrequencyDimension, MappedFrequencies*) | TargetFrequencyID)
6132
6133 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6134
6135 (% style="width:1196.29px" %)
6136 |**Name**|**Type**|(% style="width:753px" %)**Documentation**
6137 |id|IDType|(% style="width:753px" %)The id is the identifier for the object.
6138 |urn|DatePatternMapUrnType|(% style="width:753px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6139 |uri|xs:anyURI|(% style="width:753px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6140 |resolvePeriod|ResolvePeriodType|(% style="width:753px" %)Indicates the point in time to resolve to when mapping from low fequency periods to higher frequency periods.
6141 |sourcePattern|xs:string|(% style="width:753px" %)Describes the source date using conventions for describing years, months, days, etc.
6142 |locale|xs:string|(% style="width:753px" %)The locale on which the input will be parsed according to the pattern.
6143
6144 Element Documentation:
6145
6146 |**Name**|**Type**|**Documentation**
6147 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6148 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6149 |Source|IDType|
6150 |Target|IDType|
6151 |FrequencyDimension|IDType|
6152 |MappedFrequencies|IDType|
6153 |TargetFrequencyID|IDType|
6154
6155 **//RepresentationMapBaseType//:** RepresentationMapBaseType defines the base refinement of the RepresentationMapType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
6156
6157 Derivation:
6158
6159 AnnotableType (extension)
6160 IdentifiableType (extension)
6161 NameableType (extension)
6162 VersionableType (restriction)
6163 MaintainableBaseType (extension)
6164 MaintainableType (restriction)
6165 RepresentationMapBaseType
6166
6167 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6168 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
6169
6170 Content:
6171 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
6172
6173 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6174
6175 (% style="width:1160.29px" %)
6176 |**Name**|**Type**|**Documentation**
6177 |id|IDType|The id is the identifier for the object.
6178 |urn|RepresentationMapUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6179 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6180 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
6181 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6182 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6183 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
6184 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
6185 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
6186 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
6187 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
6188
6189 Element Documentation:
6190
6191 |**Name**|**Type**|**Documentation**
6192 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6193 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6194 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6195 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6196
6197 **RepresentationMapType:**
6198
6199 Derivation:
6200
6201 AnnotableType (extension)
6202 IdentifiableType (extension)
6203 NameableType (extension)
6204 VersionableType (restriction)
6205 MaintainableBaseType (extension)
6206 MaintainableType (restriction)
6207 RepresentationMapBaseType (extension)
6208 RepresentationMapType
6209
6210 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6211 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
6212
6213 Content:
6214 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, (SourceCodelist | SourceDataType)+, (TargetCodelist | TargetDataType)+, RepresentationMapping
6215
6216 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6217
6218 (% style="width:1159.29px" %)
6219 |**Name**|**Type**|**Documentation**
6220 |id|IDType|The id is the identifier for the object.
6221 |urn|RepresentationMapUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6222 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6223 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
6224 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6225 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6226 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
6227 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
6228 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
6229 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
6230 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
6231
6232 Element Documentation:
6233
6234 (% style="width:1172.29px" %)
6235 |**Name**|**Type**|(% style="width:748px" %)**Documentation**
6236 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:748px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6237 |Link|LinkType|(% style="width:748px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6238 |Name|TextType|(% style="width:748px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6239 |Description|TextType|(% style="width:748px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6240 |SourceCodelist|AnyCodelistReferenceType|(% style="width:748px" %)
6241 |SourceDataType|DataType|(% style="width:748px" %)
6242 |TargetCodelist|AnyCodelistReferenceType|(% style="width:748px" %)
6243 |TargetDataType|DataType|(% style="width:748px" %)
6244 |RepresentationMapping|ValueMappingType|(% style="width:748px" %)
6245
6246 **SingleValueMappingType:** SingleValueMappingType defines a mapping with a single source and optional target.
6247
6248 Derivation:
6249
6250 AnnotableType (extension)
6251 SingleValueMappingType
6252
6253 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6254 validFrom?, validTo?
6255
6256 Content:
6257 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, SourceValue, TargetValue?
6258
6259 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6260
6261 (% style="width:1035.83px" %)
6262 |(% style="width:184px" %)**Name**|(% style="width:688px" %)**Type**|(% style="width:162px" %)**Documentation**
6263 |(% style="width:184px" %)validFrom|(% style="width:688px" %)xs:date|(% style="width:162px" %)
6264 |(% style="width:184px" %)validTo|(% style="width:688px" %)xs:date|(% style="width:162px" %)
6265
6266 Element Documentation:
6267
6268 |**Name**|**Type**|**Documentation**
6269 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6270 |SourceValue|MappedValueType|There should be a source value for each source represention (e.g. [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], data type). Source values can be pattern matched by using regular expression or substrings using start/end indexes.
6271 |TargetValue|xs:string|The target value(s) is always an absolute string. However, if source value is a regular expression, the target value can output the capture group from the source.
6272
6273 **ValueMappingType:** ValueMappingType defines a mapping of multiple sources to multiple targets.
6274
6275 Derivation:
6276
6277 AnnotableType (extension)
6278 ValueMappingType
6279
6280 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6281 validFrom?, validTo?
6282
6283 Content:
6284 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, SourceValue+, TargetValue
6285
6286 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6287
6288 (% style="width:928.294px" %)
6289 |(% style="width:193px" %)**Name**|(% style="width:179px" %)**Type**|(% style="width:553px" %)**Documentation**
6290 |(% style="width:193px" %)validFrom|(% style="width:179px" %)xs:date|(% style="width:553px" %)
6291 |(% style="width:193px" %)validTo|(% style="width:179px" %)xs:date|(% style="width:553px" %)
6292
6293 Element Documentation:
6294
6295 |**Name**|**Type**|**Documentation**
6296 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6297 |SourceValue|MappedValueType|There should be a source value for each source represention (e.g. [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], data type). Source values can be pattern matched by using regular expression or substrings using start/end indexes.
6298 |TargetValue|xs:string|The target value(s) is always an absolute string. However, if source value is a regular expression, the target value can output the capture group from the source.
6299
6300 **MappedValueType:**
6301
6302 Derivation:
6303
6304 xs:anySimpleType (restriction)
6305 xs:string (extension)
6306 MappedValueType
6307
6308 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6309 isRegEx?, startIndex?, endIndex?
6310
6311 Content:
6312 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6313
6314 (% style="width:733.294px" %)
6315 |(% style="width:190px" %)**Name**|(% style="width:221px" %)**Type**|(% style="width:319px" %)**Documentation**
6316 |(% style="width:190px" %)isRegEx|(% style="width:221px" %)xs:boolean|(% style="width:319px" %)
6317 |(% style="width:190px" %)startIndex|(% style="width:221px" %)xs:int|(% style="width:319px" %)
6318 |(% style="width:190px" %)endIndex|(% style="width:221px" %)xs:int|(% style="width:319px" %)
6319
6320 //**VtlDefinitionSchemeType:**// VtlDefinitionSchemeType is an abstract extension of the ItemSchemeType for [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] schemes.
6321
6322 Derivation:
6323
6324 AnnotableType (extension)
6325 IdentifiableType (extension)
6326 NameableType (extension)
6327 VersionableType (restriction)
6328 MaintainableBaseType (extension)
6329 MaintainableType (extension)
6330 ItemSchemeType (extension)
6331 VtlDefinitionSchemeType
6332
6333 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6334 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
6335
6336 Content:
6337 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Item*
6338
6339 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6340
6341 |**Name**|**Type**|**Documentation**
6342 |id|IDType|The id is the identifier for the object.
6343 |urn|MaintainableUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6344 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6345 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
6346 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6347 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6348 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
6349 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
6350 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
6351 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
6352 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
6353 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
6354 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version to which the items in the defined scheme comply. Note that definition schemes can only reference definition schemes using the same [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version.
6355
6356 Element Documentation:
6357
6358 |**Name**|**Type**|**Documentation**
6359 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6360 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6361 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6362 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6363 |//Item//|//ItemType//|Item is an abstract element that serves as a substitution head for all items in an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]], including those items nested within other items. Concrete instances of this must use a concrete instance of ItemType.
6364
6365 //**TransformationSchemeBaseType:**// TransformationSchemeBaseType is an abstract base type for the TransformationSchemeType. It restricts the item types to be only transformations.
6366
6367 Derivation:
6368
6369 AnnotableType (extension)
6370 IdentifiableType (extension)
6371 NameableType (extension)
6372 VersionableType (restriction)
6373 MaintainableBaseType (extension)
6374 MaintainableType (extension)
6375 ItemSchemeType (extension)
6376 VtlDefinitionSchemeType (restriction)
6377 TransformationSchemeBaseType
6378
6379 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6380 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
6381
6382 Content:
6383 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Transformation
6384
6385 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6386
6387 (% style="width:1314.29px" %)
6388 |**Name**|**Type**|(% style="width:875px" %)**Documentation**
6389 |id|IDType|(% style="width:875px" %)The id is the identifier for the object.
6390 |urn|TransformationSchemeUrnType|(% style="width:875px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6391 |uri|xs:anyURI|(% style="width:875px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6392 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|(% style="width:875px" %)This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
6393 |validFrom|xs:dateTime|(% style="width:875px" %)The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6394 |validTo|xs:dateTime|(% style="width:875px" %)The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6395 |agencyID|NestedNCNameIDType|(% style="width:875px" %)The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
6396 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|(% style="width:875px" %)The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
6397 |serviceURL|xs:anyURI|(% style="width:875px" %)The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
6398 |structureURL|xs:anyURI|(% style="width:875px" %)The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
6399 |isPartialLanguage (default: false)|xs:boolean|(% style="width:875px" %)The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
6400 |isPartial (default: false)|xs:boolean|(% style="width:875px" %)The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
6401 |vtlVersion|xs:string|(% style="width:875px" %)Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version to which the items in the defined scheme comply. Note that definition schemes can only reference definition schemes using the same [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version.
6402
6403 Element Documentation:
6404
6405 |**Name**|**Type**|**Documentation**
6406 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6407 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6408 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6409 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6410 |Transformation|TransformationType|Transformation describes the details of a single transformation within a transformation scheme.
6411
6412 **TransformationSchemeType:** TransformationSchemeType describes the structure of a transformation scheme. A transformation scheme contains a set of transformations to be executed together (in the same run). It can contain any number of transformations that produce any number of results.
6413
6414 Derivation:
6415
6416 AnnotableType (extension)
6417 IdentifiableType (extension)
6418 NameableType (extension)
6419 VersionableType (restriction)
6420 MaintainableBaseType (extension)
6421 MaintainableType (extension)
6422 ItemSchemeType (extension)
6423 VtlDefinitionSchemeType (restriction)
6424 TransformationSchemeBaseType (extension)
6425 TransformationSchemeType
6426
6427 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6428 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
6429
6430 Content:
6431 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Transformation*, VtlMappingScheme?, NamePersonalisationScheme?, CustomTypeScheme?, RulesetScheme*, UserDefinedOperatorScheme
6432
6433 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6434
6435 (% style="width:1198.29px" %)
6436 |**Name**|**Type**|**Documentation**
6437 |id|IDType|The id is the identifier for the object.
6438 |urn|TransformationSchemeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6439 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6440 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
6441 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6442 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6443 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
6444 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
6445 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
6446 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
6447 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
6448 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
6449 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version to which the items in the defined scheme comply. Note that definition schemes can only reference definition schemes using the same [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version.
6450
6451 Element Documentation:
6452
6453 (% style="width:1326.29px" %)
6454 |**Name**|**Type**|(% style="width:756px" %)**Documentation**
6455 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:756px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6456 |Link|LinkType|(% style="width:756px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6457 |Name|TextType|(% style="width:756px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6458 |Description|TextType|(% style="width:756px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6459 |Transformation|TransformationType|(% style="width:756px" %)Transformation describes the details of a single transformation within a transformation scheme.
6460 |VtlMappingScheme|VtlMappingSchemeReferenceType|(% style="width:756px" %)References a [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] mapping scheme which defines aliases for given [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] that are used in the transformations as well as the mapping methods used when converting between [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] and [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] data structures. All aliases must be defined in the referenced scheme. This also must be used if the basic mapping methods are not used.
6461 |NamePersonalisationScheme|NamePersonalisationSchemeReferenceType|(% style="width:756px" %)References a name personalisation scheme, which defines the overriding of some standard [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] names (to be assigned to some [[measures>>doc:sdmx:Glossary.Measure.WebHome]] and/or [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] of the data structure) with some corresponding personalised names. This must be used if transformations within a transformation scheme personalise standard names. All personalisations must be defined in the referenced scheme.
6462 |CustomTypeScheme|CustomTypeSchemeReferenceType|(% style="width:756px" %)References a custom type scheme which defines custom conversions of [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] scalar types to [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] data types. This must be used if custom type conversions are used in the transformations defined in a transformation scheme. All custom conversions must be defined in the referenced scheme.
6463 |RulesetScheme|RulesetSchemeReferen ceType|(% style="width:756px" %)References a ruleset scheme that defines one or more previously defined rulesets which can be invoked by [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] operators. If a transformation defined in a transformation scheme refers to a ruleset, the scheme in which the ruleset is defined must be referenced here.
6464 |UserDefinedOperatorS cheme|UserDefinedOperatorSchemeReferenceType|(% style="width:756px" %)References a user defined operator scheme that defines one or more user defined operators used by the transformations defined in a transformation scheme. If a transformation in a transformation scheme refers to a user defined operator, the scheme in which the user defined operator is defined must be referenced here.
6465
6466 //**TransformationBaseType:**// TransformationBaseType defines the base refinement of the TransformationType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
6467
6468 Derivation:
6469
6470 AnnotableType (extension)
6471 IdentifiableType (extension)
6472 NameableType (restriction)
6473 ItemBaseType (extension)
6474 ItemType (restriction)
6475 UnnestedItemType (restriction)
6476 TransformationBaseType
6477
6478 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6479 id, urn?, uri?
6480
6481 Content:
6482 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
6483
6484 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6485
6486 (% style="width:1149.29px" %)
6487 |**Name**|**Type**|**Documentation**
6488 |id|IDType|The id is the identifier for the object.
6489 |urn|TransformationUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6490 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6491
6492 Element Documentation:
6493
6494 |**Name**|**Type**|**Documentation**
6495 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6496 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6497 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6498 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6499
6500 **TransformationType:** TransformationType defines the structure of a transformation. A transformation is an assignment of a [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] expression to a specific result.
6501
6502 Derivation:
6503
6504 AnnotableType (extension)
6505 IdentifiableType (extension)
6506 NameableType (restriction)
6507 ItemBaseType (extension)
6508 ItemType (restriction)
6509 UnnestedItemType (restriction)
6510 TransformationBaseType (extension)
6511 TransformationType
6512
6513 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6514 id, urn?, uri?, isPersistent
6515
6516 Content:
6517 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Expression, Result
6518
6519 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6520
6521 (% style="width:1160.29px" %)
6522 |**Name**|**Type**|**Documentation**
6523 |id|IDType|The id is the identifier for the object.
6524 |urn|TransformationUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6525 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6526 |isPersistent|xs:boolean|Indicates if the the result is permanently stored. A persistent result (value of true) can be used by transformation defined in other transformation schemes, but a non-persistent result (value of false) can only be used by transformations within the same transformation scheme.
6527
6528 Element Documentation:
6529
6530 |**Name**|**Type**|**Documentation**
6531 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6532 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6533 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6534 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6535 |Expression|xs:string|The right-hand side of the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] statement. This is expression that is executed for this transformation. It include references to operands and other [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]]. The expression may contain references to [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] using the reduced URN format; see Section 6 [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Standards ("[[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Technical Notes"), 10.2.3 ("Abbreviation of the URN").
6536 |Result|xs:string|The left-hand side of the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] statement. This identifies the result [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]], which may be used in subsequent transformations. If the result is an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]], the is expressed using the alias; see Section 6 [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Standards ("[[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Technical Notes"), 10.2.3 ("Abbreviation of the URN").
6537
6538 **VtlMappingSchemeType:** VtlMappingSchemeType defines a set of mappings between [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] and [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]].
6539
6540 Derivation:
6541
6542 AnnotableType (extension)
6543 IdentifiableType (extension)
6544 NameableType (extension)
6545 VersionableType (restriction)
6546 MaintainableBaseType (extension)
6547 MaintainableType (extension)
6548 ItemSchemeType (restriction)
6549 VtlMappingSchemeType
6550
6551 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6552 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
6553
6554 Content:
6555 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, VtlMapping
6556
6557 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6558
6559 (% style="width:1146.29px" %)
6560 |**Name**|**Type**|(% style="width:733px" %)**Documentation**
6561 |id|IDType|(% style="width:733px" %)The id is the identifier for the object.
6562 |urn|VtlMappingSchemeUrnType|(% style="width:733px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6563 |uri|xs:anyURI|(% style="width:733px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6564 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|(% style="width:733px" %)This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
6565 |validFrom|xs:dateTime|(% style="width:733px" %)The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6566 |validTo|xs:dateTime|(% style="width:733px" %)The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6567 |agencyID|NestedNCNameIDType|(% style="width:733px" %)The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
6568 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|(% style="width:733px" %)The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
6569 |serviceURL|xs:anyURI|(% style="width:733px" %)The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
6570 |structureURL|xs:anyURI|(% style="width:733px" %)The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
6571 |isPartialLanguage (default: false)|xs:boolean|(% style="width:733px" %)The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
6572 |isPartial (default: false)|xs:boolean|(% style="width:733px" %)The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
6573
6574 Element Documentation:
6575
6576 |**Name**|**Type**|**Documentation**
6577 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6578 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6579 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6580 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6581 |VtlMapping|VtlMappingType|VtlMapping details a mapping between [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] and [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] transformation.
6582
6583 //**VtlMappingBaseType:**// VtlMappingBaseType defines the base refinement of the VtlMappingType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
6584
6585 Derivation:
6586
6587 AnnotableType (extension)
6588 IdentifiableType (extension)
6589 NameableType (restriction)
6590 ItemBaseType (extension)
6591 ItemType (restriction)
6592 UnnestedItemType (restriction)
6593 VtlMappingBaseType
6594
6595 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6596 id, urn?, uri?
6597
6598 Content:
6599 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
6600
6601 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6602
6603 (% style="width:1012.83px" %)
6604 |**Name**|**Type**|(% style="width:753px" %)**Documentation**
6605 |id|IDType|(% style="width:753px" %)The id is the identifier for the object.
6606 |urn|VtlMappingUrnType|(% style="width:753px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6607 |uri|xs:anyURI|(% style="width:753px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6608
6609 Element Documentation:
6610
6611 |**Name**|**Type**|**Documentation**
6612 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6613 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6614 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6615 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6616
6617 **VtlMappingType:** VtlMappingType defines the structure of a single mapping between the reference to a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] made from [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] transformations, rulesets, user defined operators and the corresponding [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] structure identifier. These are used to assign an alternative names to [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[Dataflows>>doc:sdmx:Glossary.Dataflow.WebHome]], [[Codelists>>doc:sdmx:Glossary.Code list.WebHome]], [[Concept Schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]], or (% style="color:#e74c3c" %)Concepts(%%). Although are distinct sub-classes in the Information Model, this structure serves to express them all. The references [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] serves to distinguish which type of sub-class (VtlDatflowMapping or VtlCodelistMapping, or VtlConceptMapping) is being described. When this is used to assign an alias for a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]], this can also be used to indicate the methods used to convert the data structure from [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] to [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] and vice-versa. Finally, this can be used to override the deault Basic mapping methods used for [[Dataflows>>doc:sdmx:Glossary.Dataflow.WebHome]] by utilizing the GenericDataflow element in place of a reference to a specific [[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]].
6618
6619 Derivation:
6620
6621 AnnotableType (extension)
6622 IdentifiableType (extension)
6623 NameableType (restriction) 
6624 ItemBaseType (extension)
6625 ItemType (restriction)
6626 UnnestedItemType (restriction)
6627 VtlMappingBaseType (extension)
6628 VtlMappingType
6629
6630 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6631 id, urn?, uri?, alias
6632
6633 Content:
6634 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, ( ( ([[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] | GenericDataflow), ToVtlMapping?, FromVtlMapping?) | [[Codelist>>doc:sdmx:Glossary.Code list.WebHome]] | [[Concept>>doc:sdmx:Glossary.Concept.WebHome]])
6635
6636 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6637
6638 (% style="width:1039.83px" %)
6639 |**Name**|**Type**|(% style="width:780px" %)**Documentation**
6640 |id|IDType|(% style="width:780px" %)The id is the identifier for the object.
6641 |urn|VtlMappingUrnType|(% style="width:780px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6642 |uri|xs:anyURI|(% style="width:780px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6643 |alias|xs:string|(% style="width:780px" %)The alias used to refer to the reference [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] in the transformations. This must be unique within the mapping scheme in which it is defined.
6644
6645 Element Documentation:
6646
6647 (% style="width:1040.83px" %)
6648 |**Name**|**Type**|(% style="width:715px" %)**Documentation**
6649 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:715px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6650 |Link|LinkType|(% style="width:715px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6651 |Name|TextType|(% style="width:715px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6652 |Description|TextType|(% style="width:715px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6653 |[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]|DataflowReferenceType|(% style="width:715px" %)A reference to the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] that the mapping is defined for. This is used to create a VtlDataflowMapping. In this case, it is possible to specify the mapping details to and from [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]].
6654 |GenericDataflow|EmptyType|(% style="width:715px" %)Indicates that the ToVtlMapping and FromVtlMapping are the default mapping methods to be applied, overriding the Basic methods if necessary. The mapping methods in this case would be applied to any [[dataflows>>doc:sdmx:Glossary.Dataflow.WebHome]] that are not explicitly defined in other VtlMappings.
6655 |ToVtlMapping|ToVtlMappingType|(% style="width:715px" %)Describes the mapping from a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] to a [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] data structure.
6656 |FromVtlMapping|FromVtlMappingType|(% style="width:715px" %)Describes the mapping to a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] from a [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] data structure.
6657 |[[Codelist>>doc:sdmx:Glossary.Code list.WebHome]]|CodelistReferenceType|(% style="width:715px" %)A reference to the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[Codelist>>doc:sdmx:Glossary.Code list.WebHome]] that the mapping is defined for. This is used to create a VtlCodelistMapping.
6658 |[[Concept>>doc:sdmx:Glossary.Concept.WebHome]]|ConceptReferenceType|(% style="width:715px" %)A reference to the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[Concept>>doc:sdmx:Glossary.Concept.WebHome]] that the mapping is defined for. This is used to create a VtlConceptMapping.
6659
6660 **ToVtlMappingType:** ToVtlMappingType defines the mapping method and filter used when mapping from [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] to [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]].
6661
6662 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6663 method?
6664
6665 Content:
6666 ToVtlSubSpace?
6667
6668 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6669
6670 (% style="width:1045.29px" %)
6671 |**Name**|**Type**|(% style="width:721px" %)**Documentation**
6672 |method|ToVtlMappingMethodType|(% style="width:721px" %)The mapping method used when mapping from [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] to [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]]. This is typically a StandardToVtlMappingMethodType, but can be any other value to allow for non-standard methods. The implied default is Basic.
6673
6674 Element Documentation:
6675
6676 (% style="width:1054.29px" %)
6677 |**Name**|**Type**|(% style="width:659px" %)**Documentation**
6678 |ToVtlSubSpace|SpaceKeyType|(% style="width:659px" %)Identfies a sub space of the mapped [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] that the mapping applies to. This is a collection of references to the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] that make up the space.
6679
6680 **FromVtlMappingType:** FromVtlMappingType defines the mapping method and filter used when mapping from [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] to [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]].
6681
6682 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6683 method?
6684
6685 Content:
6686 FromVtlSuperSpace?
6687
6688 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6689
6690 (% style="width:1085.29px" %)
6691 |**Name**|**Type**|(% style="width:789px" %)**Documentation**
6692 |method|FromVtlMappingMethodType|(% style="width:789px" %)The mapping method used when mapping from [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] to [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]]. This is typically a StandardFromVtlMappingMethodType, but can be any other value to allow for non-standard methods. The implied default is Basic for single-[[measure>>doc:sdmx:Glossary.Measure.WebHome]] [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] data structures and Unpivot for multi-meausre [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] data structures.
6693
6694 Element Documentation:
6695
6696 (% style="width:1093.83px" %)
6697 |**Name**|**Type**|(% style="width:756px" %)**Documentation**
6698 |FromVtlSuperSpace|SpaceKeyType|(% style="width:756px" %)Identfies a super space of the mapped [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] that the mapping applies to. This is a collection of references to the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] that make up the space.
6699
6700 **SpaceKeyType:** SpaceKey defines the structure of a super- or sub- space for a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]. It is a collection of references to the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] that make up the space.
6701
6702 Content:
6703 Key+
6704
6705 Element Documentation:
6706
6707 (% style="width:1005.83px" %)
6708 |**Name**|(% style="width:192px" %)**Type**|(% style="width:634px" %)**Documentation**
6709 |Key|(% style="width:192px" %)SingleNCNameIDType|(% style="width:634px" %)A reference to a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] by its identifier.
6710
6711 **NamePersonalisationSchemeType:** NamePersonalisationSchemeType defines a set of personalisations of [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] standard names that are used in a set of transformations.
6712
6713 Derivation:
6714
6715 AnnotableType (extension)
6716 IdentifiableType (extension)
6717 NameableType (extension)
6718 VersionableType (restriction)
6719 MaintainableBaseType (extension)
6720 MaintainableType (extension)
6721 ItemSchemeType (extension)
6722 VtlDefinitionSchemeType (restriction)
6723 NamePersonalisationSchemeType
6724
6725 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6726 id, urn?, uri?,
6727
6728 [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
6729
6730 Content:
6731
6732 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, NamePersonalisation
6733
6734 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6735
6736 |**Name**|**Type**|**Documentation**
6737 |id|IDType|The id is the identifier for the object.
6738 |urn|NamePersonalisationS chemeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6739 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6740 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
6741 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6742 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6743 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
6744 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
6745 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
6746 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
6747 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
6748 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
6749 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version to which the items in the defined scheme comply. Note that definition schemes can only reference definition schemes using the same [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version.
6750
6751 Element Documentation:
6752
6753 (% style="width:1228.29px" %)
6754 |**Name**|**Type**|(% style="width:826px" %)**Documentation**
6755 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:826px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6756 |Link|LinkType|(% style="width:826px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6757 |Name|TextType|(% style="width:826px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6758 |Description|TextType|(% style="width:826px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6759 |NamePersonalisation|NamePersonalisationType|(% style="width:826px" %)NamePersonalisation details a name personalisation that is used in a transformation.
6760
6761 //**NamePersonalisationBaseType:**// NamePersonalisationBaseType defines the base refinement of the NamePersonalisationType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
6762
6763 Derivation:
6764
6765 AnnotableType (extension)
6766 IdentifiableType (extension)
6767 NameableType (restriction)
6768 ItemBaseType (extension)
6769 ItemType (restriction)
6770 UnnestedItemType (restriction)
6771 NamePersonalisationBaseType
6772
6773 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6774 id, urn?, uri?
6775
6776 Content:
6777 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
6778
6779 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6780
6781 (% style="width:1223.29px" %)
6782 |**Name**|**Type**|**Documentation**
6783 |id|IDType|The id is the identifier for the object.
6784 |urn|NamePersonalisationUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6785 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6786
6787 Element Documentation:
6788
6789 |**Name**|**Type**|**Documentation**
6790 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6791 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6792 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6793 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6794
6795 **NamePersonalisationType:** NamePersonalisationType defines the structure of a name personalisation. A name personalisation is is used in place of a standard [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] name in some [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] operations.
6796
6797 Derivation:
6798
6799 AnnotableType (extension)
6800 IdentifiableType (extension)
6801 NameableType (restriction)
6802 ItemBaseType (extension)
6803 ItemType (restriction)
6804 UnnestedItemType (restriction)
6805 NamePersonalisationBaseType (extension)
6806 NamePersonalisationType
6807
6808 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6809 id, urn?, uri?, vtlArtefact
6810
6811 Content:
6812 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, VtlDefaultName, PersonalisedName
6813
6814 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6815
6816 (% style="width:1127.29px" %)
6817 |**Name**|(% style="width:250px" %)**Type**|(% style="width:750px" %)**Documentation**
6818 |id|(% style="width:250px" %)IDType|(% style="width:750px" %)The id is the identifier for the object.
6819 |urn|(% style="width:250px" %)NamePersonalisationUrnType|(% style="width:750px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6820 |uri|(% style="width:250px" %)xs:anyURI|(% style="width:750px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6821 |vtlArtefact|(% style="width:250px" %)xs:string|(% style="width:750px" %)Identifies the type of [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] model [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] that is being personalised. In [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] 2.0, this is valuedomain or variable.
6822
6823 Element Documentation:
6824
6825 (% style="width:1128.83px" %)
6826 |**Name**|**Type**|(% style="width:838px" %)**Documentation**
6827 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:838px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6828 |Link|LinkType|(% style="width:838px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6829 |Name|TextType|(% style="width:838px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6830 |Description|TextType|(% style="width:838px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6831 |VtlDefaultName|xs:string|(% style="width:838px" %)Provides the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] standard name that is being personalised.
6832 |PersonalisedName|xs:string|(% style="width:838px" %)Provides the personalised name that is used in place of the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] standard name in the transformation expressions.
6833
6834 **//RulesetSchemeBaseType//:** RulesetSchemeBaseType is an abstract base type for the RulesetSchemeType. It restricts the item types to be only rulesets.
6835
6836 Derivation:
6837
6838 AnnotableType (extension)
6839 IdentifiableType (extension)
6840 NameableType (extension)
6841 VersionableType (restriction)
6842 MaintainableBaseType (extension)
6843 MaintainableType (extension)
6844 ItemSchemeType (extension)
6845 VtlDefinitionSchemeType (restriction)
6846 RulesetSchemeBaseType
6847
6848 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6849 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
6850
6851 Content:
6852 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Ruleset
6853
6854 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6855
6856 |**Name**|**Type**|**Documentation**
6857 |id|IDType|The id is the identifier for the object.
6858 |urn|RulesetSchemeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6859 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6860 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
6861 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6862 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6863 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
6864 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
6865 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
6866 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
6867 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
6868 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
6869 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version to which the items in the defined scheme comply. Note that definition schemes can only reference definition schemes using the same [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version.
6870
6871 Element Documentation:
6872
6873 |**Name**|**Type**|**Documentation**
6874 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6875 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6876 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6877 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6878 |Ruleset|RulesetType|Ruleset details a ruleset within a ruleset scheme.
6879
6880 **RulesetSchemeType:** RulesetSchemeType defines a collection of rulesets that are used in transformations.
6881
6882 Derivation:
6883
6884 AnnotableType (extension)
6885 IdentifiableType (extension)
6886 NameableType (extension)
6887 VersionableType (restriction)
6888 MaintainableBaseType (extension)
6889 MaintainableType (extension)
6890 ItemSchemeType (extension)
6891 VtlDefinitionSchemeType (restriction)
6892 RulesetSchemeBaseType (extension)
6893 RulesetSchemeType
6894
6895 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6896 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
6897
6898 Content:
6899 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, Ruleset*, VtlMappingScheme?
6900
6901 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6902
6903 |**Name**|**Type**|**Documentation**
6904 |id|IDType|The id is the identifier for the object.
6905 |urn|RulesetSchemeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6906 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6907 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
6908 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6909 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
6910 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
6911 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
6912 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
6913 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
6914 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
6915 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
6916 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version to which the items in the defined scheme comply. Note that definition schemes can only reference definition schemes using the same [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version.
6917
6918 Element Documentation:
6919
6920 (% style="width:1185.29px" %)
6921 |**Name**|**Type**|**Documentation**
6922 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6923 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6924 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6925 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6926 |Ruleset|RulesetType|Ruleset details a ruleset within a ruleset scheme.
6927 |VtlMappingScheme|VtlMappingSchemeReferenceType|References a [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] mapping scheme which defines aliases for given [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] that are used in the rulesets. Rulesets defined on value domains reference [[Codelists>>doc:sdmx:Glossary.Code list.WebHome]] or [[Concept Schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]] (the latter in [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] are considered as the Value Domains of the variables corresponding to the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[Measure>>doc:sdmx:Glossary.Measure.WebHome]] [[Dimensions>>doc:sdmx:Glossary.Dimension.WebHome]]). The rulesets defined on variables reference [[Concepts>>doc:sdmx:Glossary.Concept.WebHome]] (for which a definite [[representation>>doc:sdmx:Glossary.Representation.WebHome]] is assumed). Therefore, a ruleset should only refer to [[Codelists>>doc:sdmx:Glossary.Code list.WebHome]], [[Concept Schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]], and [[Concepts>>doc:sdmx:Glossary.Concept.WebHome]].
6928
6929 //**RulesetBaseType:**// RulesetBaseType defines the base refinement of the RulesetType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
6930
6931 Derivation:
6932
6933 AnnotableType (extension)
6934 IdentifiableType (extension)
6935 NameableType (restriction)
6936 ItemBaseType (extension)
6937 ItemType (restriction)
6938 UnnestedItemType (restriction)
6939 RulesetBaseType
6940
6941 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6942 id, urn?, uri?
6943
6944 Content:
6945 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description
6946
6947 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documenation:
6948
6949 |**Name**|**Type**|**Documentation**
6950 |id|IDType|The id is the identifier for the object.
6951 |urn|RulesetUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6952 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6953
6954 Element Documentation:
6955
6956 |**Name**|**Type**|**Documentation**
6957 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6958 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6959 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6960 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6961
6962 **RulesetType:** RulesetType defines the structure of a ruleset. A ruleset is a persistent set of rules which can be invoked by using appropriate [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] operators.
6963
6964 Derivation:
6965
6966 AnnotableType (extension)
6967 IdentifiableType (extension)
6968 NameableType (restriction)
6969 ItemBaseType (extension)
6970 ItemType (restriction)
6971 UnnestedItemType (restriction)
6972 RulesetBaseType (extension)
6973 RulesetType
6974
6975 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
6976 id, urn?, uri?, rulesetType, rulesetScope
6977
6978 Content:
6979 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, RulesetDefinition
6980
6981 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
6982
6983 (% style="width:1013.83px" %)
6984 |**Name**|**Type**|(% style="width:730px" %)**Documentation**
6985 |id|IDType|(% style="width:730px" %)The id is the identifier for the object.
6986 |urn|RulesetUrnType|(% style="width:730px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
6987 |uri|xs:anyURI|(% style="width:730px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
6988 |rulesetType|xs:string|(% style="width:730px" %)The [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] type of the ruleset. In [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] 2.0, this is datapoint or hierarchical
6989 |rulesetScope|xs:string|(% style="width:730px" %)This model [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] on which the ruleset is defined. In [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] 2.0, this is value domain or variable.
6990
6991 Element Documentation:
6992
6993 (% style="width:1016.83px" %)
6994 |**Name**|**Type**|(% style="width:740px" %)**Documentation**
6995 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:740px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
6996 |Link|LinkType|(% style="width:740px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
6997 |Name|TextType|(% style="width:740px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
6998 |Description|TextType|(% style="width:740px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
6999 |RulesetDefinition|xs:string|(% style="width:740px" %)A [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] statement for the definition of a ruleset. This must conform to the syntax of the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] definition language.
7000
7001 //**UserDefinedOperatorSchemeBaseType:**// UserDefinedOperatorSchemeBaseType is an abstract base type for the UserDefinedOperatorSchemeType. It restricts the item types to be only user defined operators.
7002
7003 Derivation:
7004
7005 AnnotableType (extension)
7006 IdentifiableType (extension)
7007 NameableType (extension)
7008 VersionableType (restriction)
7009 MaintainableBaseType (extension)
7010 MaintainableType (extension)
7011 ItemSchemeType (extension)
7012 VtlDefinitionSchemeType (restriction)
7013 UserDefinedOperatorSchemeBaseType
7014
7015 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
7016 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
7017
7018 Content:
7019 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, UserDefinedOperator
7020
7021 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
7022
7023 (% style="width:1289.29px" %)
7024 |**Name**|**Type**|**Documentation**
7025 |id|IDType|The id is the identifier for the object.
7026 |urn|UserDefinedOperatorSchemeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
7027 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
7028 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
7029 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
7030 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
7031 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
7032 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
7033 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
7034 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
7035 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
7036 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
7037 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version to which the items in the defined scheme comply. Note that definition schemes can only reference definition schemes using the same [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version.
7038
7039 Element Documentation:
7040
7041 (% style="width:1146.29px" %)
7042 |**Name**|**Type**|(% style="width:744px" %)**Documentation**
7043 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:744px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
7044 |Link|LinkType|(% style="width:744px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
7045 |Name|TextType|(% style="width:744px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
7046 |Description|TextType|(% style="width:744px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
7047 |UserDefinedOperator|UserDefinedOperatorType|(% style="width:744px" %)UserDefinedOperator details a user defined operators within a user defined operator scheme.
7048
7049 **UserDefinedOperatorSchemeType:** UserDefinedOperatorSchemeType defines a collection of user defined operators that are used in transformations.
7050
7051 Derivation:
7052
7053 AnnotableType (extension)
7054 IdentifiableType (extension)
7055 NameableType (extension)
7056 VersionableType (restriction)
7057 MaintainableBaseType (extension)
7058 MaintainableType (extension)
7059 ItemSchemeType (extension)
7060 VtlDefinitionSchemeType (restriction)
7061 UserDefinedOperatorSchemeBaseType (extension)
7062 UserDefinedOperatorSchemeType
7063
7064 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
7065 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
7066
7067 Content:
7068 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, UserDefinedOperator*, VtlMappingScheme?, RulesetScheme
7069
7070 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
7071
7072 (% style="width:1233.29px" %)
7073 |**Name**|**Type**|**Documentation**
7074 |id|IDType|The id is the identifier for the object.
7075 |urn|UserDefinedOperatorSchemeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
7076 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
7077 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
7078 |validFrom|xs:dateTime|The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
7079 |validTo|xs:dateTime|The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
7080 |agencyID|NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
7081 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
7082 |serviceURL|xs:anyURI|The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
7083 |structureURL|xs:anyURI|The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
7084 |isPartialLanguage (default: false)|xs:boolean|The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
7085 |isPartial (default: false)|xs:boolean|The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
7086 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version to which the items in the defined scheme comply. Note that definition schemes can only reference definition schemes using the same [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version.
7087
7088 Element Documentation:
7089
7090 (% style="width:1153.29px" %)
7091 |**Name**|**Type**|(% style="width:717px" %)**Documentation**
7092 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|(% style="width:717px" %)[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
7093 |Link|LinkType|(% style="width:717px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
7094 |Name|TextType|(% style="width:717px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
7095 |Description|TextType|(% style="width:717px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
7096 |UserDefinedOperator|UserDefinedOperatorType|(% style="width:717px" %)UserDefinedOperator details a user defined operators within a user defined operator scheme.
7097 |VtlMappingScheme|VtlMappingSchemeReferenceType|(% style="width:717px" %)References a [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] mapping scheme which defines aliases for given [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] that are used in the user defined operators. Although the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] user defined operators are conceived to be defined on generic operands, so that the specific [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] to be manipulated are passed as parameters at the invocation, it is also possible that they reference specific [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] like [[Dataflows>>doc:sdmx:Glossary.Dataflow.WebHome]], [[Codelists>>doc:sdmx:Glossary.Code list.WebHome]] and ConceptSchemes. In this case, the mapping schemes referenced here define the mappings to those [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]].
7098 |RulesetScheme|RulesetSchemeReferenceType|(% style="width:717px" %)References a ruleset scheme defining rulesets utilized in the user defined operators.
7099
7100 //**UserDefinedOperatorBaseType:**// UserDefinedOperatorBaseType defines the base refinement of the UserDefinedOperatorType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
7101
7102 Derivation:
7103
7104 AnnotableType (extension)
7105 IdentifiableType (extension)
7106 NameableType (restriction)
7107 ItemBaseType (extension)
7108 ItemType (restriction)
7109 UnnestedItemType (restriction)
7110 UserDefinedOperatorBaseType
7111
7112 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
7113 id, urn?, uri?
7114
7115 Content:
7116 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link, Name+, Description
7117
7118 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
7119
7120 (% style="width:1187.29px" %)
7121 |**Name**|**Type**|**Documentation**
7122 |id|IDType|The id is the identifier for the object.
7123 |urn|UserDefinedOperatorUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
7124 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
7125
7126 Element Documentation:
7127
7128 |**Name**|**Type**|**Documentation**
7129 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
7130 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
7131 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
7132 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
7133
7134 **UserDefinedOperatorType:** UserDefinedOperatorType defines the structure of a user defined operator. A user defined operator is a custom [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] operator (not existing in the standard library) that extends the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] standard library for specific purposes. In addition to its identification and name, and definition of the operator must be provided.
7135
7136 Derivation:
7137
7138 AnnotableType (extension)
7139 IdentifiableType (extension)
7140 NameableType (restriction)
7141 ItemBaseType (extension)
7142 ItemType (restriction)
7143 UnnestedItemType (restriction)
7144 UserDefinedOperatorBaseType (extension)
7145 UserDefinedOperatorType
7146
7147 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
7148 id, urn?, uri?
7149
7150 Content:
7151 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link, Name+, Description, OperatorDefinition
7152
7153 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
7154
7155 (% style="width:1104.29px" %)
7156 |**Name**|(% style="width:242px" %)**Type**|(% style="width:772px" %)**Documentation**
7157 |id|(% style="width:242px" %)IDType|(% style="width:772px" %)The id is the identifier for the object.
7158 |urn|(% style="width:242px" %)UserDefinedOperatorUrnType|(% style="width:772px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
7159 |uri|(% style="width:242px" %)xs:anyURI|(% style="width:772px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
7160
7161 Element Documentation:
7162
7163 |**Name**|**Type**|**Documentation**
7164 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
7165 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
7166 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
7167 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
7168 |OperatorDefinition|xs:string|A [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] statement for the definition of a new operator: it specifies the operator name, its parameters and their data types, the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] expression that defines its behaviour.
7169
7170 **CustomTypeSchemeType:** CustomTypeSchemeType defines a collection of custom types that are used in transformations.
7171
7172 Derivation:
7173
7174 AnnotableType (extension)
7175 IdentifiableType (extension)
7176 NameableType (extension)
7177 VersionableType (restriction)
7178 MaintainableBaseType (extension)
7179 MaintainableType (extension)
7180 ItemSchemeType (extension)
7181 VtlDefinitionSchemeType (restriction)
7182 CustomTypeSchemeType
7183
7184 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
7185 id, urn?, uri?, [[version>>doc:sdmx:Glossary.Version.WebHome]]?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
7186
7187 Content:
7188 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, CustomType
7189
7190 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
7191
7192 (% style="width:1182.29px" %)
7193 |**Name**|**Type**|(% style="width:760px" %)**Documentation**
7194 |id|IDType|(% style="width:760px" %)The id is the identifier for the object.
7195 |urn|CustomTypeSchemeUrnType|(% style="width:760px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
7196 |uri|xs:anyURI|(% style="width:760px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
7197 |[[version>>doc:sdmx:Glossary.Version.WebHome]]|VersionType|(% style="width:760px" %)This [[version>>doc:sdmx:Glossary.Version.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary.Artefact.WebHome]] is considered to be un-versioned.
7198 |validFrom|xs:dateTime|(% style="width:760px" %)The validFrom [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
7199 |validTo|xs:dateTime|(% style="width:760px" %)The validTo [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary.Version.WebHome]].
7200 |agencyID|NestedNCNameIDType|(% style="width:760px" %)The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
7201 |[[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] (default: false)|xs:boolean|(% style="width:760px" %)The [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the actual object is not defined the corresponding element, rather its full details are defined elsewhere - indicated by either the registryURL, the repositoryURL, or the structureURL. The purpose of this is so that each structure message does not have to redefine object that are already defined elsewhere. If the [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not set, then it is assumed to be false, and the object should contain the full definition of its contents. If more than one of the registryURL, the repositoryURL, and the structureURL are supplied, then the application processing the object can choose the method it finds best suited to retrieve the details of the object.
7202 |serviceURL|xs:anyURI|(% style="width:760px" %)The serviceURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
7203 |structureURL|xs:anyURI|(% style="width:760px" %)The structureURL [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
7204 |isPartialLanguage (default: false)|xs:boolean|(% style="width:760px" %)The isPartialLanguage [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available languages, e.g., when obtained as a response to a GET query that requested specific languages through the HTTP header ‘Accept-Language’.
7205 |isPartial (default: false)|xs:boolean|(% style="width:760px" %)The isPartial, if true, indicates that only the relevant portion of the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] is being communicated. This is used in cases where a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] is returned for a data structure in the context of a [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]].
7206 |vtlVersion|xs:string|(% style="width:760px" %)Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version to which the items in the defined scheme comply. Note that definition schemes can only reference definition schemes using the same [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] version.
7207
7208 Element Documentation:
7209
7210 |**Name**|**Type**|**Documentation**
7211 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
7212 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
7213 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
7214 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
7215 |CustomType|CustomTypeType|CustomType details a custom type within a custom type scheme.
7216
7217 //**CustomTypeBaseType:**// CustomTypeBaseType defines the base refinement of the CustomTypeType. Its purpose is to retrict the urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
7218
7219 Derivation:
7220
7221 AnnotableType (extension)
7222 IdentifiableType (extension)
7223 NameableType (restriction)
7224 ItemBaseType (extension)
7225 ItemType (restriction)
7226 UnnestedItemType (restriction)
7227 CustomTypeBaseType
7228
7229 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
7230 id, urn?, uri?
7231
7232 Content:
7233 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link, Name+, Description
7234
7235 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
7236
7237 |**Name**|**Type**|**Documentation**
7238 |id|IDType|The id is the identifier for the object.
7239 |urn|CustomTypeUrnType|The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
7240 |uri|xs:anyURI|The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
7241
7242 Element Documentation:
7243
7244 |**Name**|**Type**|**Documentation**
7245 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
7246 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
7247 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
7248 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
7249
7250 **CustomTypeType:** CustomTypeType defines the structure of a custom type. A custom type specifies a custom conversion for a [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] scalar type to a resulting data type. This conversion overrides the default conversion.
7251
7252 Derivation:
7253
7254 AnnotableType (extension)
7255 IdentifiableType (extension)
7256 NameableType (restriction)
7257 ItemBaseType (extension)
7258 ItemType (restriction)
7259 UnnestedItemType (restriction)
7260 CustomTypeBaseType (extension)
7261 CustomTypeType
7262
7263 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
7264 id, urn?, uri?
7265
7266 Content:
7267 [[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Link*, Name+, Description*, VtlScalarType, DataType, VtlLiteralFormat?, OutputFormat?, NullValue?
7268
7269 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
7270
7271 (% style="width:1025.83px" %)
7272 |**Name**|(% style="width:188px" %)**Type**|(% style="width:762px" %)**Documentation**
7273 |id|(% style="width:188px" %)IDType|(% style="width:762px" %)The id is the identifier for the object.
7274 |urn|(% style="width:188px" %)CustomTypeUrnType|(% style="width:762px" %)The urn [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary.SDMX Registry.WebHome]] Specification for details).
7275 |uri|(% style="width:188px" %)xs:anyURI|(% style="width:762px" %)The uri [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a URI that contains a link to a resource with additional information about the object, such as a web page. This uri is not a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] message.
7276
7277 Element Documentation:
7278
7279 (% style="width:1024.83px" %)
7280 |**Name**|**Type**|**Documentation**
7281 |[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|AnnotationsType|[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
7282 |Link|LinkType|Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
7283 |Name|TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
7284 |Description|TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
7285 |VtlScalarType|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] scalar type that is to be converted to an resulting output data type.
7286 |DataType|CustomTypeDataType|Identifies the resulting output data type the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] scalar type is to be converted to. If this is an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] data type, it must use the proper SimpleDataType enumeration value. For all other data types, a string value can be used to identify the type.
7287 |VtlLiteralFormat|xs:string|The format in which the literals of the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] scalar type are expressed in the transformations. This is only needed if the format is different than the output format expressed by means of the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] type.
7288 |OutputFormat|xs:string|The format the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] scalar type has to assume (e.g. YYYY-MM-DD; see [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] specifications), both for the literals in the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] expressions and for the conversion to the output.
7289 |NullValue|xs:string|The value to be produced in the output of the conversion when a [[component>>doc:sdmx:Glossary.Component.WebHome]] has a null value.
7290
7291 === 2.1.4 Simple Types ===
7292
7293 **CodeDataType:** CodeDataType is a restriction of the basic data types that are applicable to [[codes>>doc:sdmx:Glossary.Code.WebHome]]. Although some of the higher level [[time period>>doc:sdmx:Glossary.Time period.WebHome]] formats are perimitted, it should be noted that any value which contains time (which includes a time zone offset) is not allowable as a [[code>>doc:sdmx:Glossary.Code.WebHome]] identifier.
7294
7295 Derived by restriction of SimpleDataType.
7296
7297 Enumerations:
7298
7299 (% style="width:1270.29px" %)
7300 |**Value**|(% style="width:1070px" %)**Documentation**
7301 |String|(% style="width:1070px" %)A string datatype corresponding to W3C XML Schema's xs:string datatype.
7302 |Alpha|(% style="width:1070px" %)A string datatype which only allows for the simple aplhabetic charcter set of A-Z, a-z.
7303 |AlphaNumeric|(% style="width:1070px" %)A string datatype which only allows for the simple alphabetic character set of A-Z, a-z plus the simple numeric character set of 0-9.
7304 |Numeric|(% style="width:1070px" %)A string datatype which only allows for the simple numeric character set of 0-9. This format is not treated as an integer, and therefore can having leading zeros.
7305 |BigInteger|(% style="width:1070px" %)An integer datatype corresponding to W3C XML Schema's xs:integer datatype.
7306 |Integer|(% style="width:1070px" %)An integer datatype corresponding to W3C XML Schema's xs:int datatype.
7307 |Long|(% style="width:1070px" %)A numeric datatype corresponding to W3C XML Schema's xs:long datatype.
7308 |Short|(% style="width:1070px" %)A numeric datatype corresponding to W3C XML Schema's xs:short datatype.
7309 |Boolean|(% style="width:1070px" %)A datatype corresponding to W3C XML Schema's xs:boolean datatype.
7310 |URI|(% style="width:1070px" %)A datatype corresponding to W3C XML Schema's xs:anyURI datatype.
7311 |Count|(% style="width:1070px" %)A simple incrementing Integer type. The isSequence [[facet>>doc:sdmx:Glossary.Facet.WebHome]] must be set to true, and the interval [[facet>>doc:sdmx:Glossary.Facet.WebHome]] must be set to "1".
7312 |InclusiveValueRange|(% style="width:1070px" %)This value indicates that the startValue and endValue [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] provide the inclusive boundaries of a numeric range of type xs:decimal.
7313 |ExclusiveValueRange|(% style="width:1070px" %)This value indicates that the startValue and endValue [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] provide the exclusive boundaries of a numeric range, of type xs:decimal.
7314 |Incremental|(% style="width:1070px" %)This value indicates that the value increments according to the value provided in the interval [[facet>>doc:sdmx:Glossary.Facet.WebHome]], and has a true value for the isSequence [[facet>>doc:sdmx:Glossary.Facet.WebHome]].
7315 |ObservationalTimePeriod|(% style="width:1070px" %)Observational [[time periods>>doc:sdmx:Glossary.Time period.WebHome]] are the superset of all [[time periods>>doc:sdmx:Glossary.Time period.WebHome]] in [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]]. It is the union of the standard [[time periods>>doc:sdmx:Glossary.Time period.WebHome]] (i.e. Gregorian [[time periods>>doc:sdmx:Glossary.Time period.WebHome]], the reporting [[time periods>>doc:sdmx:Glossary.Time period.WebHome]], and date time) and a time range.
7316 |StandardTimePeriod|(% style="width:1070px" %)Standard [[time periods>>doc:sdmx:Glossary.Time period.WebHome]] is a superset of distinct [[time period>>doc:sdmx:Glossary.Time period.WebHome]] in [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]]. It is the union of the basic [[time periods>>doc:sdmx:Glossary.Time period.WebHome]] (i.e. the Gregorian [[time periods>>doc:sdmx:Glossary.Time period.WebHome]] and date time) and the reporting [[time periods>>doc:sdmx:Glossary.Time period.WebHome]].
7317 |BasicTimePeriod|(% style="width:1070px" %)BasicTimePeriod [[time periods>>doc:sdmx:Glossary.Time period.WebHome]] is a superset of the Gregorian [[time periods>>doc:sdmx:Glossary.Time period.WebHome]] and a date time.
7318 |GregorianTimePeriod|(% style="width:1070px" %)Gregorian [[time periods>>doc:sdmx:Glossary.Time period.WebHome]] correspond to calendar periods and are represented in ISO-8601 formats. This is the union of the year, year month, and date formats.
7319 |GregorianYear|(% style="width:1070px" %)A Gregorian [[time period>>doc:sdmx:Glossary.Time period.WebHome]] corresponding to W3C XML Schema's xs:gYear datatype, which is based on ISO-8601.
7320 |GregorianYearMonth|(% style="width:1070px" %)A time datatype corresponding to W3C XML Schema's xs:gYearMonth datatype, which is based on ISO-8601.
7321 |GregorianDay|(% style="width:1070px" %)A time datatype corresponding to W3C XML Schema's xs:date datatype, which is based on ISO-8601.
7322 |ReportingTimePeriod|(% style="width:1070px" %)Reporting [[time periods>>doc:sdmx:Glossary.Time period.WebHome]] represent periods of a standard length within a reporting year, where to start of the year (defined as a month and day) must be defined elsewhere or it is assumed to be January 1. This is the union of the reporting year, semester, trimester, quarter, month, week, and day.
7323 |ReportingYear|(% style="width:1070px" %)A reporting year represents a period of 1 year (P1Y) from the start date of the reporting year. This is expressed as using the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] specific ReportingYearType.
7324 |ReportingSemester|(% style="width:1070px" %)A reporting semester represents a period of 6 months (P6M) from the start date of the reporting year. This is expressed as using the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] specific ReportingSemesterType.
7325 |ReportingTrimester|(% style="width:1070px" %)A reporting trimester represents a period of 4 months (P4M) from the start date of the reporting year. This is expressed as using the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] specific ReportingTrimesterType.
7326 |ReportingQuarter|(% style="width:1070px" %)A reporting quarter represents a period of 3 months (P3M) from the start date of the reporting year. This is expressed as using the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] specific ReportingQuarterType.
7327 |ReportingMonth|(% style="width:1070px" %)A reporting month represents a period of 1 month (P1M) from the start date of the reporting year. This is expressed as using the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] specific ReportingMonthType.
7328 |ReportingWeek|(% style="width:1070px" %)A reporting week represents a period of 7 days (P7D) from the start date of the reporting year. This is expressed as using the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] specific ReportingWeekType.
7329 |ReportingDay|(% style="width:1070px" %)A reporting day represents a period of 1 day (P1D) from the start date of the reporting year. This is expressed as using the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] specific ReportingDayType.
7330 |Month|(% style="width:1070px" %)A time datatype corresponding to W3C XML Schema's xs:gMonth datatype.
7331 |MonthDay|(% style="width:1070px" %)A time datatype corresponding to W3C XML Schema's xs:gMonthDay datatype.
7332 |Day|(% style="width:1070px" %)A time datatype corresponding to W3C XML Schema's xs:gDay datatype.
7333 |Duration|(% style="width:1070px" %)A time datatype corresponding to W3C XML Schema's xs:duration datatype.
7334
7335 **WildcardedMemberValueType:** WildcardedMemberValueType allows for an optional wildcard characters ('%') in an identifier.
7336
7337 Derived by restriction of xs:string.
7338 Regular Expression Pattern: [A-Za-z0-9_@$-%]+
7339
7340 **GeoCodelistTypeType:** GeoCodelistTypeType defines an enumeration of the speicfic types of geographic [[codelists>>doc:sdmx:Glossary.Code list.WebHome]].
7341
7342 Derived by restriction of xs:string.
7343
7344 Enumerations:
7345
7346 (% style="width:469.294px" %)
7347 |(% style="width:225px" %)**Value**|(% style="width:240px" %)**Documentation**
7348 |(% style="width:225px" %)GeographicCodelist|(% style="width:240px" %)
7349 |(% style="width:225px" %)GeoGridCodelist|(% style="width:240px" %)
7350
7351 **ConstraintRoleType:** ConstraintRoleType defines a list of roles for a content [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]]. A [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] can state which data is present or which content is allowed for the (% style="color:#e74c3c" %)constraint(%%) attachment.
7352
7353 Derived by restriction of xs:string.
7354
7355 Enumerations:
7356
7357 (% style="width:1020.83px" %)
7358 |**Value**|(% style="width:825px" %)**Documentation**
7359 |Allowed|(% style="width:825px" %)The [[constraint>>doc:sdmx:Glossary.Constraint.WebHome]] contains the allowed values for attachable object.
7360 |Actual|(% style="width:825px" %)The [[constraints>>doc:sdmx:Glossary.Constraint.WebHome]] contains the actual data present for the attachable object.
7361
7362 **SimpleOperatorType:** SimpleOperatorType provides an enumeration of simple operators to be applied to any value.
7363
7364 Derived by restriction of xs:string.
7365
7366 Enumerations:
7367
7368 (% style="width:705.894px" %)
7369 |(% style="width:250px" %) **Value**|(% style="width:454px" %) **Documentation**
7370 |(% style="width:250px" %) notEqual|(% style="width:454px" %) () - value must not be equal to the value supplied.
7371 |(% style="width:250px" %) equal|(% style="width:454px" %) (=) - value must be exactly equal to the value supplied.
7372
7373 **RangeOperatorType:** RangeOperatorType provides an enumeration of range operators to be applied to an ordered value.
7374
7375 Derived by restriction of xs:string.
7376
7377 Enumerations:
7378
7379 (% style="width:828.294px" %)
7380 |(% style="width:293px" %)**Value**|(% style="width:532px" %)**Documentation**
7381 |(% style="width:293px" %)greaterThanOrEqual|(% style="width:532px" %)(>=) - value must be greater than or equal to the value supplied.
7382 |(% style="width:293px" %)lessThanOrEqual|(% style="width:532px" %)(<=) - value must be less than or equal to the value supplied.
7383 |(% style="width:293px" %)greaterThan|(% style="width:532px" %)(> - value must be greater than the value supplied.
7384 |(% style="width:293px" %)lessThan|(% style="width:532px" %)(< - value must be less than the value supplied.
7385
7386 **TextSearchOperatorType:** TextSearchOperatorType provides an enumeration of text search operators.
7387
7388 Derived by restriction of xs:string.
7389
7390 Enumerations:
7391
7392 (% style="width:1004.83px" %)
7393 |**Value**|**Documentation**
7394 |contains|The text being searched must contain the supplied text.
7395 |startsWith|The text being searched must start with the supplied text.
7396 |endsWith|The text being searched must end with the supplied text.
7397 |doesNotContain|The text being searched cannot contain the supplied text.
7398 |doesNotStartWith|The text being searched cannot start with the supplied text.
7399 |doesNotEndWith|The text being searched cannot end with the supplied text.
7400
7401 **OrderedOperatorType:** OrderedOperatorType combines the SimpleOperatorType and the RangeOperatorType to provide a full range or operators for any ordered value.
7402
7403 Union of:
7404 SimpleOperatorType, RangeOperatorType.
7405
7406 **TextOperatorType:**
7407
7408 Union of:
7409 SimpleOperatorType, TextSearchOperatorType.
7410
7411 **TimeOperatorType:** TimeOperatorType derives from the OrderedOperatorType to remove the notEqual operator.
7412
7413 Derived by restriction of OrderedOperatorType.
7414
7415 Enumerations:
7416
7417 (% style="width:1006.83px" %)
7418 |(% style="width:418px" %)**Value**|(% style="width:585px" %)**Documentation**
7419 |(% style="width:418px" %)equal|(% style="width:585px" %)
7420 |(% style="width:418px" %)greaterThanOrEqual|(% style="width:585px" %)
7421 |(% style="width:418px" %)lessThanOrEqual|(% style="width:585px" %)
7422 |(% style="width:418px" %)greaterThan|(% style="width:585px" %)
7423 |(% style="width:418px" %)lessThan|(% style="width:585px" %)
7424
7425 **UsageType:** An enumeration of optional|mandatory to indicate the usage of an [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] or [[measure>>doc:sdmx:Glossary.Measure.WebHome]].
7426
7427 Derived by restriction of xs:string.
7428
7429 Enumerations:
7430
7431 (% style="width:1012.83px" %)
7432 |(% style="width:348px" %)**Value**|(% style="width:662px" %)**Documentation**
7433 |(% style="width:348px" %)mandatory|(% style="width:662px" %)
7434 |(% style="width:348px" %)optional|(% style="width:662px" %)
7435
7436 **SimpleCodeDataType:** SimpleCodeDataType restricts SimpleDataType to specify the allowable data types for a simple [[code>>doc:sdmx:Glossary.Code.WebHome]]. The possible values are simply Alpha, AlphaNumeric, or Numeric.
7437
7438 Derived by restriction of SimpleDataType.
7439
7440 Enumerations:
7441
7442 (% style="width:1012.83px" %)
7443 |**Value**|(% style="width:859px" %)**Documentation**
7444 |Alpha|(% style="width:859px" %)A string datatype which only allows for the simple aplhabetic charcter set of A-Z, a-z.
7445 |AlphaNumeric|(% style="width:859px" %)A string datatype which only allows for the simple alphabetic character set of A-Z, a-z plus the simple numeric character set of 0-9.
7446 |Numeric|(% style="width:859px" %)A string datatype which only allows for the simple numeric character set of 0-9. This format is not treated as an integer, and therefore can having leading zeros.
7447
7448 **EpochPeriodType:** EpochPeriodType defines an enumeration of epoch period types.
7449
7450 Derived by restriction of xs:string.
7451
7452 Enumerations:
7453
7454 (% style="width:1012.83px" %)
7455 |(% style="width:385px" %)**Value**|(% style="width:692px" %)**Documentation**
7456 |(% style="width:385px" %)nanosecond|(% style="width:692px" %)
7457 |(% style="width:385px" %)millisecond|(% style="width:692px" %)
7458 |(% style="width:385px" %)microsecond|(% style="width:692px" %)
7459 |(% style="width:385px" %)second|(% style="width:692px" %)
7460 |(% style="width:385px" %)day|(% style="width:692px" %)
7461
7462 **ResolvePeriodType:** ResolvePeriodType defines an enumeration of how date periods should be resolved.
7463
7464 Derived by restriction of xs:string.
7465
7466 Enumerations:
7467
7468 (% style="width:1011.83px" %)
7469 |(% style="width:325px" %)**Value**|(% style="width:684px" %)**Documentation**
7470 |(% style="width:325px" %)startOfPeriod|(% style="width:684px" %)
7471 |(% style="width:325px" %)endOfPeriod|(% style="width:684px" %)
7472 |(% style="width:325px" %)midPeriod|(% style="width:684px" %)
7473
7474 **StandardToVtlMappingMethodType:** A simple type enumerating the standard mapping methods when converting from data structures from [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] to VLT.
7475
7476 Derived by restriction of xs:string.
7477
7478 Enumerations:
7479
7480 (% style="width:1018.83px" %)
7481 |**Value**|(% style="width:904px" %)**Documentation**
7482 |Basic|(% style="width:904px" %)The default mapping method. See Section 6 [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Standards ("[[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Technical Notes"), 10.3.3.1 ("Basic Mapping").
7483 |Basic-A2M|(% style="width:904px" %)The basic mapping method, using [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] to [[measures>>doc:sdmx:Glossary.Measure.WebHome]]. See Section 6 [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Standards ("[[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Technical Notes"), 10.3.3.3 ("From [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] DataAttributes to [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] [[Measures>>doc:sdmx:Glossary.Measure.WebHome]]").
7484 |Pivot-A2M|(% style="width:904px" %)The pivot mapping method, using [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] to [[measures>>doc:sdmx:Glossary.Measure.WebHome]]. See Section 6 [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Standards ("[[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Technical Notes"), 10.3.3.3 ("From [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] DataAttributes to [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] [[Measures>>doc:sdmx:Glossary.Measure.WebHome]]").
7485
7486 **ToVtlMappingMethodType:** A simple type that allows for a standard to [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] mapping method enumeration value or a string value for other mapping methods.
7487
7488 Union of:
7489 StandardToVtlMappingMethodType, xs:string.
7490
7491 **StandardFromVtlMappingMethodType:** A simple type enumerating the standard mapping methods when converting from data structures from [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] to [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]].
7492
7493 Derived by restriction of xs:string.
7494
7495 Enumerations:
7496
7497 (% style="width:1027.83px" %)
7498 |**Value**|(% style="width:966px" %)**Documentation**
7499 |Basic|(% style="width:966px" %)The default mapping method, applicable only when the VLT data structure has just one [[measure>>doc:sdmx:Glossary.Measure.WebHome]] [[component>>doc:sdmx:Glossary.Component.WebHome]]. See Section 6 [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Standards ("[[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Technical Notes"), 10.3.4.1 ("Basic Mapping").
7500 |M2A|(% style="width:966px" %)Mapping of multi-[[measure>>doc:sdmx:Glossary.Measure.WebHome]] [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] where on [[measure>>doc:sdmx:Glossary.Measure.WebHome]] is mapped to the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] primary [[measure>>doc:sdmx:Glossary.Measure.WebHome]] and the remaining [[measures>>doc:sdmx:Glossary.Measure.WebHome]] are mapped as data [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]]. See Section 6 [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Standards ("[[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Technical Notes"), 10.3.4.3 ("From [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] [[Measures>>doc:sdmx:Glossary.Measure.WebHome]] to [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] DataAttributes").
7501
7502 **FromVtlMappingMethodType:** A simple type that allows for standard from [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] mapping method enumeration value or a string value for other mapping methods.
7503
7504 Union of:
7505 StandardFromVtlMappingMethodType, xs:string.
7506
7507 **CustomTypeDataType:** A simple type that allows for a [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] simple data type enumeration value or a string value for other data types.
7508
7509 Union of:
7510 SimpleDataType, xs:string.