Wiki source code of Part III. Structure

Version 19.1 by Helena on 2025/07/01 16:53

Show last authors
1 {{box title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 **Corrigendum**
6
7 The following problems with the specification dated April 2011 have been rectified as described below.
8
9 ~1. Problem
10
11 Various parts of the the documentation refer to stand-alone (% style="color:#e74c3c" %)concepts(%%), which were part of earlier draft releases but ultimately excluded from the final release of the standard.
12
13 **Rectification**
14
15 The documentation has been updated to remove this reference. This documentation includes:
16
17 * (% style="color:#e74c3c" %)Concepts(%%) entry for Element Documentation of StructuresType (table beginning line 226).
18 * ConceptsType (line 270).
19
20 ~1. Problem
21
22 The ComponentMap element in the complex type StructureMapType has a maximum occurrence of 1. Therefore, it is not possible to completely (% style="color:#e74c3c" %)map(%%) all [[components>>doc:sdmx:Glossary.Component.WebHome]] of a structure.
23
24 **Rectification**
25
26 The documentation of the StructureMapType has been updated to reflect that maximum occurrence of "unbounded" (line 2508).
27
28 = 1 Introduction =
29
30 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.
31
32 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 frmed 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.
33
34 = 2 Schema Documentation =
35
36 == 2.1 Structure Namespace ==
37
38 **http:~/~/www.sdmx.org/resources/sdmxml/schemas/v2_1/structure**
39
40 === 2.1.1 Summary ===
41
42 Referenced Namespaces:
43
44 (% style="width:772.835px" %)
45 |(% style="width:507px" %)**Namespace**|(% style="width:263px" %)**Prefix**
46 |(% style="width:507px" %) |(% style="width:263px" %)
47 |(% style="width:507px" %)http:~/~/www.sdmx.org/resources/sdmxml/schemas/v2_1/common|(% style="width:263px" %)com
48 |(% style="width:507px" %)http:~/~/www.w3.org/2001/XMLSchema|(% style="width:263px" %)xs
49
50 Contents:
51 47 Global Elements
52 199 Complex Types
53 10 Simple Types
54
55 === 2.1.2 Global Elements ===
56
57 **Structures (StructuresType): **Structures contains constructs for all [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] [[components>>doc:sdmx:Glossary.Component.WebHome]].
58
59 //**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.
60
61 Substitutions: [[Category>>doc:sdmx:Glossary.Category.WebHome]], [[Code>>doc:sdmx:Glossary.Code.WebHome]], (% style="color:#e74c3c" %)Concept(%%), //Organisation//, Agency, DataConsumer, DataProvider, OrganisationUnit, ReportingCategory, Transformation, VtlMapping, NamePersonalisation, Ruleset, UserDefinedOperator, CustomType
62
63 //**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.
64
65 Substitutions: DataStructureComponents, MetadataStructureComponents
66
67 //**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.
68
69 Substitutions: AttributeList, DimensionList, Group, MeasureList, MetadataTarget, ReportStructure
70
71 //**[[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.
72
73 Substitutions: [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]], ReportingYearStartDay, [[Dimension>>doc:sdmx:Glossary.Dimension.WebHome]], TimeDimension, MeasureDimension, GroupDimension, PrimaryMeasure, KeyDescriptorValuesTarget, DataSetTarget, ConstraintContentTarget, ReportPeriodTarget, IdentifiableObjectTarget, MetadataAttribute
74
75 **[[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]].
76
77 Substitution For: //Item//
78
79 **[[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.
80
81 Substitution For: //Item//
82
83 (% style="color:#e74c3c" %)**Concept**(%%)** (ConceptType): **(% style="color:#e74c3c" %)Concept(%%) describes the details of a (% style="color:#e74c3c" %)concept(%%) within a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]].
84
85 Substitution For: //Item//
86
87 **DataStructureComponents (DataStructureComponentsType): **DataStructureComponents defines the grouping of the sets of metadata (% style="color:#e74c3c" %)concepts(%%) 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 (% style="color:#e74c3c" %)concept(%%) identity of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. For example, if two [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] take their identity from (% style="color:#e74c3c" %)concepts(%%) with same identity (regardless of whether the (% style="color:#e74c3c" %)concepts(%%) 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 (% style="color:#e74c3c" %)constraints(%%) to help enforce this, these only apply to explicitly assigned identifiers. Identifiers inherited from a (% style="color:#e74c3c" %)concept(%%) from which a [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its identity cannot be validated against this (% style="color:#e74c3c" %)constraint(%%). 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 three reserved identifiers in a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]; OBS_VALUE, TIME_PERIOD, and REPORTING_PERIOD_START_DAY. These identifiers may not be used outside of their respective defintions (PrimaryMeasure, 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 (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concept(%%) identity from a (% style="color:#e74c3c" %)concept(%%) with the identifier TIME_PERIOD, that [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] must provide a different explicit identifier.
88
89 Substitution For: //Grouping//
90
91 **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 (% style="color:#e74c3c" %)concepts(%%) that define the [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] of the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]].
92
93 Substitution For: //ComponentList//
94
95 **[[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.
96
97 Substitution For: //[[Component>>doc:sdmx:Glossary.Component.WebHome]]//
98
99 **ReportingYearStartDay (ReportingYearStartDayType): **ReportingYearStartDay is a specialized data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] which provides important context to the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. If the value of the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] is one of the standard reporting periods (see common:ReportingTimePeriodType) then this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used to state the month and day that the reporting year begins. This provides a reference point from which the actual calendar dates covered by these periods can be determined. If this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] does not occur in a [[data set>>doc:sdmx:Glossary.Data set.WebHome]], then the reporting year start day will be assumed to be January 1.
100
101 Substitution For: //[[Component>>doc:sdmx:Glossary.Component.WebHome]]//
102
103 **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 (% style="color:#e74c3c" %)concepts(%%) 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.
104
105 Substitution For: //ComponentList//
106
107 **[[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 (% style="color:#e74c3c" %)concept(%%) used (most probably together with other statistical (% style="color:#e74c3c" %)concepts(%%)) to identify a statistical series, such as a time series, e.g. a statistical (% style="color:#e74c3c" %)concept(%%) indicating certain [[economic activity>>doc:sdmx:Glossary.Economic activity.WebHome]] or a geographical reference area.
108
109 Substitution For: //[[Component>>doc:sdmx:Glossary.Component.WebHome]]//
110
111 **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.
112
113 Substitution For: //[[Component>>doc:sdmx:Glossary.Component.WebHome]]//
114
115 **MeasureDimension (MeasureDimensionType): **MeasureDimension is a special type of [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] which defines multiple [[measures>>doc:sdmx:Glossary.Measure.WebHome]] in a key family. This is represented as any other [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in a unless it is the observation [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. It takes it [[representation>>doc:sdmx:Glossary.Representation.WebHome]] from a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]], and this scheme defines the [[measures>>doc:sdmx:Glossary.Measure.WebHome]] and their [[representations>>doc:sdmx:Glossary.Representation.WebHome]]. When data is formatted with this as the observation [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], these [[measures>>doc:sdmx:Glossary.Measure.WebHome]] can be made explicit or the value of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] can be treated as any other [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. If the [[measures>>doc:sdmx:Glossary.Measure.WebHome]] are explicit, the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the observation will be specific to the core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] for each (% style="color:#e74c3c" %)concept(%%) in the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. Note that it is necessary that these [[representations>>doc:sdmx:Glossary.Representation.WebHome]] are compliant (the same or derived from) with that of the primary [[measure>>doc:sdmx:Glossary.Measure.WebHome]].
116
117 Substitution For: //[[Component>>doc:sdmx:Glossary.Component.WebHome]]//
118
119 **Group (GroupType): **Group describes a group descriptor in a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. It is a set metadata (% style="color:#e74c3c" %)concepts(%%) (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]].
120
121 Substitution For: //ComponentList//
122
123 **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 (% style="color:#e74c3c" %)concept(%%).
124
125 Substitution For: //[[Component>>doc:sdmx:Glossary.Component.WebHome]]//
126
127 **MeasureList (MeasureListType): **MeasureList describes the [[measure>>doc:sdmx:Glossary.Measure.WebHome]] descriptor for a key family. It contains a single metadata (% style="color:#e74c3c" %)concepts(%%) that define the primary [[measures>>doc:sdmx:Glossary.Measure.WebHome]] of a data structure.
128
129 Substitution For: //ComponentList//
130
131 **PrimaryMeasure (PrimaryMeasureType): **PrimaryMeasure defines the structure of the primary [[measure>>doc:sdmx:Glossary.Measure.WebHome]], which is the (% style="color:#e74c3c" %)concept(%%) that is the value of the phenomenon to be measured in a [[data set>>doc:sdmx:Glossary.Data set.WebHome]]. Although this may take its semantic from any (% style="color:#e74c3c" %)concept(%%), this is provided a fixed identifier (OBS_VALUE) so that it may be easily distinguished in data messages.
132
133 Substitution For: //[[Component>>doc:sdmx:Glossary.Component.WebHome]]//
134
135 **MetadataStructureComponents (MetadataStructureComponentsType): **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]]. All [[components>>doc:sdmx:Glossary.Component.WebHome]] and [[component>>doc:sdmx:Glossary.Component.WebHome]] list (target identifiers, identifier [[components>>doc:sdmx:Glossary.Component.WebHome]], report structures, and metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]]) in the structure definition must have a unique identification.
136
137 Substitution For: //Grouping//
138
139 **MetadataTarget (MetadataTargetType): **MetadataTarget is a collection of target objects which when taken together describe a structure which defines the key of an object type to which metadata may be attached and serve to disambiguate [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] set reports.
140
141 Substitution For: //ComponentList//
142
143 **KeyDescriptorValuesTarget (KeyDescriptorValuesTargetType): **KeyDescriptorValuesTarget is target object which references a data key for the purpose of attach [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] to portions of data. A data key is a set of [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] references and values for those [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. This [[component>>doc:sdmx:Glossary.Component.WebHome]] on its own is not of much use, as the data key only has local references to the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]]. Therefore it is typical that this is used in combination with some sort of reference to the data (either a [[data set>>doc:sdmx:Glossary.Data set.WebHome]] reference or a reference to the underlying structure, structure usage, or [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] of the data.
144
145 Substitution For: //[[Component>>doc:sdmx:Glossary.Component.WebHome]]//
146
147 **DataSetTarget (DataSetTargetType): **DataSetTarget is target object which references a [[data set>>doc:sdmx:Glossary.Data set.WebHome]] for the purpose of attaching [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] data. A [[data set>>doc:sdmx:Glossary.Data set.WebHome]] reference is a full reference to a [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]] and an identifier for the [[data set>>doc:sdmx:Glossary.Data set.WebHome]].
148
149 Substitution For: //[[Component>>doc:sdmx:Glossary.Component.WebHome]]//
150
151 **ConstraintContentTarget (ConstraintContentTargetType): **ConstraintContentTarget is target object which references an attachment (% style="color:#e74c3c" %)constraint(%%) for the purpose of attaching [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] data to data key sets or cube regions defined by the (% style="color:#e74c3c" %)constraint(%%).
152
153 Substitution For: //[[Component>>doc:sdmx:Glossary.Component.WebHome]]//
154
155 **ReportPeriodTarget (ReportPeriodTargetType): **ReportPeriodTarget is target object which specifies a reporting period to which a metadata report applies.
156
157 Substitution For: //[[Component>>doc:sdmx:Glossary.Component.WebHome]]//
158
159 **IdentifiableObjectTarget (IdentifiableObjectTargetType): **IdentifiableObjectTarget is target object which references an Identifiable object as defined in the [[SDMX Information Model>>doc:sdmx:Glossary.SDMX Information Model.WebHome]]. The reference must be complete (i.e. a URN or a complete set of reference fields). For an item object, it is possible to define a local [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] from which the item must be referenced.
160
161 Substitution For: //[[Component>>doc:sdmx:Glossary.Component.WebHome]]//
162
163 **ReportStructure (ReportStructureType): **ReportStructure defines a report structure, which comprises a 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 (% style="color:#e74c3c" %)level(%%) of the report structure. Although there are XML schema (% style="color:#e74c3c" %)constraints(%%) to help enforce this, these only apply to explicitly assigned identifiers. Identifiers inherited from a (% style="color:#e74c3c" %)concept(%%) from which a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] takes its identity cannot be validated against this (% style="color:#e74c3c" %)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.
164
165 Substitution For: //ComponentList//
166
167 **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]].
168
169 Substitution For: //[[Component>>doc:sdmx:Glossary.Component.WebHome]]//
170
171 //**Organisation**//** (//OrganisationType//): **Organisation is an abstract substitution head for a generic organisation.
172
173 Substitution For: //Item//
174
175 Substitutions: Agency, DataConsumer, DataProvider, OrganisationUnit
176
177 **Agency (AgencyType): **Agency is an organisation which maintains [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] such as statistical classifications, glossaries, key family structural definitions, and [[metadata structure definitions>>doc:sdmx:Glossary.Metadata structure definition.WebHome]]..
178
179 Substitution For: //Organisation//
180
181 **DataConsumer (DataConsumerType): **DataConsumer describes an organisation using data as input for further processing.
182
183 Substitution For: //Organisation//
184
185 **DataProvider (DataProviderType): **DataProvider describes an organisation that produces data or [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]].
186
187 Substitution For: //Organisation//
188
189 **OrganisationUnit (OrganisationUnitType): **OrganisationUnit describes a generic organisation, which serves not predefined role in [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]].
190
191 Substitution For: //Organisation//
192
193 **ReportingCategory (ReportingCategoryType): **ReportingCateogry defines a reporting [[category>>doc:sdmx:Glossary.Category.WebHome]], which is used to group structure usages into useful sub-packages.
194
195 Substitution For: //Item//
196
197 //**ItemAssociation**//** (//ItemAssociationType//): **ItemAssociation is an abstract description of the relation between two items for the purpose of mapping.
198
199 Substitutions: OrganisationMap, CategoryMap, CodeMap, ConceptMap, ReportingCategoryMap
200
201 **OrganisationMap (OrganisationMapType): **OrganisationMap relates a source organisation to a target organisation.
202
203 Substitution For: //ItemAssociation//
204
205 **CategoryMap (CategoryMapType): **CategoryMap defines the structure of a (% style="color:#e74c3c" %)map(%%) which identifies relationships between [[categories>>doc:sdmx:Glossary.Category.WebHome]] in different [[category>>doc:sdmx:Glossary.Category.WebHome]] schemes.
206
207 Substitution For: //ItemAssociation//
208
209 **CodeMap (CodeMapType): **CodeMap defines the structure of a (% style="color:#e74c3c" %)map(%%) which identifies relationships between [[codes>>doc:sdmx:Glossary.Code.WebHome]] in different [[codelists>>doc:sdmx:Glossary.Code list.WebHome]].
210
211 Substitution For: //ItemAssociation//
212
213 **ConceptMap (ConceptMapType): **ConceptMap defines the structure of a (% style="color:#e74c3c" %)map(%%) which identifies relationships between (% style="color:#e74c3c" %)concepts(%%) in different (% style="color:#e74c3c" %)concept(%%) schemes.
214
215 Substitution For: //ItemAssociation//
216
217 **ReportingCategoryMap (ReportingCategoryMapType): **ReportingCategoryMap defines the structure of a (% style="color:#e74c3c" %)map(%%) which identifies relationships between reporting [[categories>>doc:sdmx:Glossary.Category.WebHome]] in different reporting taxonomies.
218
219 Substitution For: //ItemAssociation//
220
221 **Transformation (TransformationType): **Transformation describes the details of a single transformation within a transformation scheme.
222
223 Substitution For: //Item//
224
225 **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.
226
227 Substitution For: //Item//
228
229 **NamePersonalisation (NamePersonalisationType): **NamePersonalisation details a name personalisation that is used in a transformation.
230
231 Substitution For: //Item//
232
233 **Ruleset (RulesetType): **Ruleset details a ruleset within a ruleset scheme.
234
235 Substitution For: //Item//
236
237 **UserDefinedOperator (UserDefinedOperatorType): **UserDefinedOperator details a user defined operators within a user defined operator scheme.
238
239 Substitution For: //Item//
240
241 **CustomType (CustomTypeType): **CustomType details a custom type within a custom type scheme.
242
243 Substitution For: //Item//
244
245 === 2.1.3 Complex Types ===
246
247 **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.
248
249 Content:
250
251 OrganisationSchemes?, [[Dataflows>>doc:sdmx:Glossary.Dataflow.WebHome]]?, [[Metadataflows>>doc:sdmx:Glossary.Metadataflow.WebHome]]?, CategorySchemes?, Categorisations?, [[Codelists>>doc:sdmx:Glossary.Code list.WebHome]]?, HierarchicalCodelists?, (% style="color:#e74c3c" %)Concepts(%%)?, MetadataStructures?, DataStructures?, StructureSets?, ReportingTaxonomies?, Processes?, (% style="color:#e74c3c" %)Constraints(%%)?, ProvisionAgreements?, CustomTypes?, VtlMappings?, NamePersonalisations?, Rulesets?, Transformations?, UserDefinedOperators?
252
253 Element Documentation:
254
255 |**Name**|**Type**|**Documentation**
256 |OrganisationSchemes|OrganisationSchemesType|OrganisationSchemes contains a collection of organisation scheme descriptions. The organisation schemes may be detailed in full, or referenced from an external structure document or registry service.
257 |[[Dataflows>>doc:sdmx:Glossary.Dataflow.WebHome]]|DataflowsType|[[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.
258 |[[Metadataflows>>doc:sdmx:Glossary.Metadataflow.WebHome]]|MetadataflowsType|[[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.
259 |CategorySchemes|CategorySchemesType|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.
260 |Categorisations|CategorisationsType|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.
261 |[[Codelists>>doc:sdmx:Glossary.Code list.WebHome]]|CodelistsType|[[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.
262 |HierarchicalCodelists|HierarchicalCodelistsType|HierarchicalCodelists 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.
263 |(%%)(% style="color:#e74c3c" %)Concepts|ConceptsType|(%%)(% style="color:#e74c3c" %)Concepts(%%) contains a collection of (% style="color:#e74c3c" %)concept(%%) descriptions. The (% style="color:#e74c3c" %)concepts(%%) described are contained within schemes. The (% style="color:#e74c3c" %)concepts(%%) may be detailed in full, or referenced from an external structure document or registry service.
264 |MetadataStructures|MetadataStructuresType|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.
265 |DataStructures|DataStructuresType|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.
266 |StructureSets|StructureSetsType|StructureSets contains a collection of [[structure set>>doc:sdmx:Glossary.Structure set.WebHome]] descriptions. The [[structure sets>>doc:sdmx:Glossary.Structure set.WebHome]] may be detailed in full, or referenced from an external structure document or registry service.
267 |ReportingTaxonomies|ReportingTaxonomiesType|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.
268 |Processes|ProcessesType|Processes contains a collection of process descriptions. The processes may be detailed in full, or referenced from an external structure document or registry service.
269 |(%%)(% style="color:#e74c3c" %)Constraints|ConstraintsType|(%%)(% style="color:#e74c3c" %)Constraints(%%) contains a collection of (% style="color:#e74c3c" %)constraint(%%) descriptions. This container may contain both attachment and content (% style="color:#e74c3c" %)constraints(%%). The (% style="color:#e74c3c" %)constraints(%%) may be detailed in full, or referenced from an external structure document or registry service.
270 |ProvisionAgreements|ProvisionAgreementsType|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.
271 |CustomTypes|CustomTypesType|CustomTypes contains a collection of custom type schemes. The scheme may be detailed in full, or referenced from an external structure document or registry service.
272 |VtlMappings|VtlMappingsType|VtlMappings 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.
273 |NamePersonalisations|NamePersonalisations Type|NamePersonalisations contains a collection of name personalisation schemes. The scheme may be detailed in full, or referenced from an external structure document or registry service.
274 |Rulesets|RulesetsType|Rulsets contains a collection of ruleset schemes. The scheme may be detailed in full, or referenced from an external structure document or registry service.
275 |Transformations|TransformationsType|Transformations contains a collection of transformation schemes. The transformation schemes may be detailed in full, or referenced from an external structure document or registry service.
276 |UserDefinedOperators|UserDefinedOperatorsType|UserDefinedOperators 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.
277
278 **OrganisationSchemesType: **OrganisationSchemesType describes the structure of the organisation schemes container. It contains one or more organisation scheme, which can be explicitly detailed or referenced from an external structure document or registry service.
279
280 Content:
281 (AgencyScheme | DataConsumerScheme | DataProviderScheme | OrganisationUnitScheme)+
282
283 Element Documentation:
284
285 |**Name**|**Type**|**Documentation**
286 |AgencyScheme|AgencySchemeType|AgencyScheme provides the details of an [[agency scheme>>doc:sdmx:Glossary.Agency scheme.WebHome]], in which agencies are described.
287 |DataConsumerScheme|DataConsumerSchemeType|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.
288 |DataProviderScheme|DataProviderSchemeType|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.
289 |OrganisationUnitSche me|OrganisationUnitSchemeType|OrganisationUnitScheme provides the details of an [[organisation unit scheme>>doc:sdmx:Glossary.Organisation unit scheme.WebHome]], in which organisation units are described.
290
291 **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.
292
293 Content:
294 [[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]+
295
296 Element Documentation:
297
298 |**Name**|**Type**|**Documentation**
299 |[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]|DataflowType|[[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.
300
301 **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.
302
303 Content:
304 [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]+
305
306 Element Documentation:
307
308 |**Name**|**Type**|**Documentation**
309 |[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]|MetadataflowType|[[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
310
311 **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.
312
313 Content:
314 CategoryScheme+
315
316 Element Documentation:
317
318 |**Name**|**Type**|**Documentation**
319 |CategoryScheme|CategorySchemeType|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, (% style="color:#e74c3c" %)leveled(%%) [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] or [[categories>>doc:sdmx:Glossary.Category.WebHome]].
320
321 **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.
322
323 Content:
324 Categorisation+
325
326 Element Documentation:
327
328 |**Name**|**Type**|**Documentation**
329 |Categorisation|CategorisationType|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.
330
331 **CodelistsType: **CodelistsType describes the structure of the [[code lists>>doc:sdmx:Glossary.Code list.WebHome]] container. It contains one or more [[code list>>doc:sdmx:Glossary.Code list.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
332
333 Content:
334 [[Codelist>>doc:sdmx:Glossary.Code list.WebHome]]+
335
336 Element Documentation:
337
338 |**Name**|**Type**|**Documentation**
339 |[[Codelist>>doc:sdmx:Glossary.Code list.WebHome]]|CodelistType|[[Codelist>>doc:sdmx:Glossary.Code list.WebHome]] provides the details of a [[code list>>doc:sdmx:Glossary.Code list.WebHome]], which is defined as a list from which some statistical (% style="color:#e74c3c" %)concepts(%%) (coded (% style="color:#e74c3c" %)concepts(%%)) take their values.
340
341 **HierarchicalCodelistsType: **HierarchicalCodelistsType describes the structure of the [[hierarchical code lists>>doc:sdmx:Glossary.Hierarchical code list.WebHome]] container. It contains one or more [[hierarchical code list>>doc:sdmx:Glossary.Hierarchical code list.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
342
343 Content:
344 HierarchicalCodelist+
345
346 Element Documentation:
347
348 |**Name**|**Type**|**Documentation**
349 |HierarchicalCodelist|HierarchicalCodelistType|HierarchicalCodelist provides the details of a [[hierarchical code list>>doc:sdmx:Glossary.Hierarchical code list.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, as defined by one or more [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] of the list.
350
351 **ConceptsType: **ConceptsType describes the structure of the (% style="color:#e74c3c" %)concepts(%%) 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.
352
353 Content:
354 ConceptScheme*
355
356 Element Documentation:
357
358 |**Name**|**Type**|**Documentation**
359 |ConceptScheme|ConceptSchemeType|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 (% style="color:#e74c3c" %)concepts(%%) into groups based on characteristics, which the objects have in common. It contains a collection of (% style="color:#e74c3c" %)concept(%%) definitions, that may be arranged in simple hierarchies.
360
361 **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.
362
363 Content:
364 MetadataStructure+
365
366 Element Documentation:
367
368 |**Name**|**Type**|**Documentation**
369 |MetadataStructure|MetadataStructureType|MetadataStructure provides the details of a [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]], which is defined as a collection of metadata (% style="color:#e74c3c" %)concepts(%%), 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 (% style="color:#e74c3c" %)concepts(%%) for reporting purposes. The structure of a [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] report is derived from this presentational structure.
370
371 **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.
372
373 Content:
374 DataStructure+
375
376 Element Documentation:
377
378 |**Name**|**Type**|**Documentation**
379 |DataStructure|DataStructureType|DataStructure provides the details of a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]], which is defined as a collection of metadata (% style="color:#e74c3c" %)concepts(%%), their structure and usage when used to collect or disseminate data.
380
381 **StructureSetsType: **StructureSetsType describes the structure of the [[structure sets>>doc:sdmx:Glossary.Structure set.WebHome]] container. It contains one or more [[structure set>>doc:sdmx:Glossary.Structure set.WebHome]], which can be explicitly detailed or referenced from an external structure document or registry service.
382
383 Content:
384 StructureSet+
385
386 Element Documentation:
387
388 |**Name**|**Type**|**Documentation**
389 |StructureSet|StructureSetType|StructureSet provides the details or a [[structure set>>doc:sdmx:Glossary.Structure set.WebHome]], which allows [[components>>doc:sdmx:Glossary.Component.WebHome]] in one structure, structure usage, or [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] to be (% style="color:#e74c3c" %)mapped(%%) to [[components>>doc:sdmx:Glossary.Component.WebHome]] in another structural [[component>>doc:sdmx:Glossary.Component.WebHome]] of the same type.
390
391 **ReportingTaxonomiesType: **ReportingTaxonomiesType describes the structure of the reporting taxonomies container. It contains one or more reporting taxonomy, which can be explicitly detailed or referenced from an external structure document or registry service.
392
393 Content:
394 ReportingTaxonomy+
395
396 Element Documentation:
397
398 |**Name**|**Type**|**Documentation**
399 |ReportingTaxonomy|ReportingTaxonomyType|ReportingTaxonomy provides the details 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 data or [[metadata flow>>doc:sdmx:Glossary.Metadataflow.WebHome]] definition.
400
401 **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.
402
403 Content:
404 Process+
405
406 Element Documentation:
407
408 |**Name**|**Type**|**Documentation**
409 |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.
410
411 **ConstraintsType: **ConstraintsType describes the structure of the (% style="color:#e74c3c" %)constraints(%%) container. It contains one or more (% style="color:#e74c3c" %)constraint(%%), which can be explicitly detailed or referenced from an external structure document or registry service. This container may contain both attachment and content (% style="color:#e74c3c" %)constraints(%%).
412
413 Content
414 (AttachmentConstraint | ContentConstraint)+
415
416 Element Documentation:
417
418 |**Name**|**Type**|**Documentation**
419 |AttachmentConstraint|AttachmentConstraintType|AttachmentConstraint describes sub sets of the content of a data or [[metadata set>>doc:sdmx:Glossary.Metadata set.WebHome]] in terms of the content regions or in terms of the set of key combinations to which [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] or [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] (as defined by structure definitions) may be attached.
420 |ContentConstraint|ContentConstraintType|ContentConstraint specifies a sub set of the definition of the allowable or available content of a data or [[metadata set>>doc:sdmx:Glossary.Metadata set.WebHome]] in terms of the content or in terms of the set of key combinations.
421
422 **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.
423
424 Content:
425 ProvisionAgreement+
426
427 Element Documentation:
428
429 |**Name**|**Type**|**Documentation**
430 |ProvisionAgreement|ProvisionAgreementType|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 or [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] against a flow.
431
432 **CustomTypesType: **CustomTypesType 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.
433
434 Content:
435 CustomTypeScheme+
436
437 Element Documentation:
438
439 |**Name**|**Type**|**Documentation**
440 |CustomTypeScheme|CustomTypeSchemeType|CustomTypeScheme provides the details of a custom type scheme, in which user defined operators are described.
441
442 **VtlMappingsType: **VtlMappingsType 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.
443
444 Content:
445 VtlMappingScheme+
446
447 Element Documentation:
448
449 |**Name**|**Type**|**Documentation**
450 |VtlMappingScheme|VtlMappingSchemeType|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.
451
452 **NamePersonalisationsType: **NamePersonalisationsType 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.
453
454 Content:
455 NamePersonalisationScheme+
456
457 Element Documentation:
458
459 |**Name**|**Type**|**Documentation**
460 |NamePersonalisationScheme|NamePersonalisationSchemeType|NamePersonalisationScheme provides the details of a name personalisation scheme, in which name personalisations are described.
461
462 **RulesetsType: **RulesetsType 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.
463
464 Content:
465 RulesetScheme+
466
467 Element Documentation:
468
469 |**Name**|**Type**|**Documentation**
470 |RulesetScheme|RulesetSchemeType|RulesetScheme provides the details of a ruleset scheme, in which rulesets are described.
471
472 **TransformationsType: **TransformationsType 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.
473
474 Content:
475 TransformationScheme+
476
477 Element Documentation
478
479 |**Name**|**Type**|**Documentation**
480 |TransformationScheme|TransformationSchemeType|TransformationScheme provides the details of a transformation scheme, in which transformations are described.
481
482 **UserDefinedOperatorsType: **UserDefinedOperatorsType 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.
483
484 Content:
485 UserDefinedOperatorScheme+
486
487 Element Documentation:
488
489 |**Name**|**Type**|**Documentation**
490 |UserDefinedOperatorScheme|UserDefinedOperatorS chemeType|UserDefinedOperatorScheme provides the details of a user defined operator scheme, in which user defined operators are described.
491
492 //**IdentifiableType**//**: **IdentifiableType is an abstract base type for all identifiable objects.
493
494 Derivation:
495
496 * //com:AnnotableType// (extension)
497 ** //dentifiableType//
498
499 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
500 id?, urn?, uri?
501
502 Conten:
503 com:Annotations?
504
505 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
506
507 |**Name**|**Type**|**Documentation**
508 |d|com:IDType|The id is the identifier for the object.
509 |urn|xs:anyURI|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).
510 |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.
511
512 Element Documentation:
513
514 |**Name**|**Type**|**Documentation**
515 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
516
517 //**NameableType**//**: **NameableType is an abstract base type for all nameable objects.
518
519 Derivation:
520
521 * //com:AnnotableType// (extension)
522 ** //IdentifiableType// (extension)
523 *** //NameableType//
524
525 Attributes:
526 id?, urn?, uri?
527
528 Content:
529 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
530
531 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
532
533 |**Name**|**Type**|**Documentation**
534 |id|com:IDType|The id is the identifier for the object.
535 |urn|xs:anyURI|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).
536 |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.
537
538 Element Documentation:
539
540 |**Name**|**Type**|**Documentation**
541 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
542 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
543 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
544
545 //**VersionableType**//**: **VersionableType is an abstract base type for all versionable objects.
546
547 Derivation:
548
549 * //com:AnnotableType// (extension)
550 ** //IdentifiableType// (extension)
551 *** //NameableType// (extension)
552 **** //VersionableType//
553
554 Attributes:
555 id?, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?
556
557 Content:
558 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
559
560 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
561
562 |**Name**|**Type**|**Documentation**
563 |id|com:IDType|The id is the identifier for the object.
564 |urn|xs:anyURI|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).
565 |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.
566 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
567 |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(%%).
568 |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(%%).
569
570 Element Documentation:
571
572 |**Name**|**Type**|**Documentation**
573 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
574 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
575 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
576
577 //**MaintainableBaseType**//**: **MaintainableBaseType is an abstract type that only serves the purpose of forming the base for the actual MaintainableType. The purpose of this type is to restrict the VersionableType to require the id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
578
579 Derivation:
580
581 * //com:AnnotableType// (extension)
582 ** //IdentifiableType// (extension)
583 *** //NameableType// (extension)
584 **** //VersionableType// (restriction)
585 ***** //MaintainableBaseType//
586
587 Attributes:
588 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?
589
590 Content:
591 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
592
593 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
594
595 |**Name**|**Type**|**Documentation**
596 |id|com:IDType|The id is the identifier for the object.
597 |urn|xs:anyURI|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).
598 |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.
599 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
600 |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(%%).
601 |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(%%).
602
603 Element Documentation:
604
605 |**Name**|**Type**|**Documentation**
606 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
607 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
608 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
609
610 //**MaintainableType**//**: **MaintainableType is an abstract base type for all maintainable objects.
611
612 Derivation:
613
614 * //com:AnnotableType// (extension)
615 ** //IdentifiableType// (extension)
616 *** //NameableType// (extension)
617 **** //VersionableType// (restriction)
618 ***** //MaintainableBaseType// (extension)
619 ****** //MaintainableType//
620
621 Attributes:
622 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
623
624 Content:
625 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
626
627 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
628
629 |**Name**|**Type**|**Documentation**
630 |id|com:IDType|The id is the identifier for the object.
631 |urn|xs:anyURI|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).
632 |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.
633 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
634 |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(%%).
635 |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(%%).
636 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
637 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
638 |[[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.
639 |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.
640 |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.
641
642 Element Documentation:
643
644 |**Name**|**Type**|**Documentation**
645 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
646 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
647 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
648
649 //**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.
650
651 Derivation:
652 //com:AnnotableType// (extension)
653 // IdentifiableType// (extension)
654 // NameableType// (extension)
655 //VersionableType// (restriction)
656 //MaintainableBaseType// (extension)
657 //MaintainableType// (extension)
658 //ItemSchemeType//
659
660 Attributes:
661 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
662
663 Content:
664 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, //Item*//
665
666 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
667
668 |**Name**|**Type**|**Documentation**
669 |id|com:IDType|The id is the identifier for the object.
670 |urn|xs:anyURI|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).
671 |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.
672 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
673 |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(%%).
674 |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(%%).
675 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
676 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
677 |[[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.
678 |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.
679 |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.
680 |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 key family in the context of a constraint.
681
682 Element Documentation:
683
684 |**Name**|**Type**|**Documentation**
685 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
686 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
687 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
688 |//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.
689
690 //**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.
691
692 Derivation:
693 //com:AnnotableType// (extension)
694 //IdentifiableType// (extension)
695 //NameableType// (restriction)
696 //ItemBaseType//
697
698 Attributes:
699 id, urn?, uri?
700
701 Content:
702 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
703
704 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
705
706 |**Name**|**Type**|**Documentation**
707 |id|com:IDType|The id is the identifier for the object.
708 |urn|xs:anyURI|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).
709 |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.
710
711 Element Documentation:
712
713 |**Name**|**Type**|**Documentation**
714 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
715 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
716 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
717
718 //**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.
719
720 Derivation:
721 //com:AnnotableType// (extension)
722 //IdentifiableType// (extension)
723 //NameableType// (restriction)
724 //ItemBaseType// (extension)
725 //ItemType//
726
727 Attributes:
728 id, urn?, uri?
729
730 Content:
731 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, (Parent | //Item+//)?
732
733 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
734
735 |**Name**|**Type**|**Documentation**
736 |id|com:IDType|The id is the identifier for the object.
737 |urn|xs:anyURI|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).
738 |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.
739
740 Element Documentation:
741
742 |**Name**|**Type**|**Documentation**
743 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
744 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
745 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
746 |Parent|//com: LocalItemReferenceType//|
747 |//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.
748
749 //**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 nexted items.
750
751 Derivation:
752 //com:AnnotableType// (extension)
753 //IdentifiableType// (extension)
754 //NmeableType// (restriction)
755 //ItemBaseType// (extension)
756 //ItemType// (restriction)
757 //UnnestedItemType//
758
759 Attributes:
760 id, urn?, uri?
761
762 Content:
763 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
764
765 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
766
767 |**Name**|**Type**|**Documentation**
768 |id|com:IDType|The id is the identifier for the object.
769 |urn|xs:anyURI|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).
770 |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.
771
772 Element Documentation:
773
774 |**Name**|**Type**|**Documentation**
775 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
776 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
777 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
778
779 //**StructureType**//**: **StructureType is an abstract base type for all structure objects. Concrete instances of this should restrict to a concrete grouping.
780
781 Derivation:
782 //com:AnnotableType// (extension)
783 //IdentifiableType// (extension)
784 //NameableType// (extension)
785 //VersionableType// (restriction)
786 //MaintainableBaseType// (extension)
787 //MaintainableType// (extension)
788 //StructureType//
789
790 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
791 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
792
793 Content:
794 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, //Grouping?//
795
796 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
797
798 |**Name**|**Type**|**Documentation**
799 |id|com:IDType|The id is the identifier for the object.
800 |urn|xs:anyURI|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).
801 |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.
802 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
803 |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(%%).
804 |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(%%).
805 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
806 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
807 |[[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.
808 |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.
809 |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.
810
811 Element Documentation:
812
813 |**Name**|**Type**|**Documentation**
814 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
815 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
816 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
817 |//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.
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 |**Name**|**Type**|**Documentation**
827 |//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.
828
829 //**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]].
830
831 Derivation:
832 //com:AnnotableType// (extension)
833 //IdentifiableType// (extension)
834 //ComponentListType//
835
836 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
837 id?, urn?, uri?
838
839 Content:
840 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, //[[Component>>doc:sdmx:Glossary.Component.WebHome]]*//
841
842 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
843
844 |**Name**|**Type**|**Documentation**
845 |id|com:IDType|The id is the identifier for the object.
846 |urn|xs:anyURI|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).
847 |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.
848
849 Element Documentation:
850
851 |**Name**|**Type**|**Documentation**
852 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
853 |//[[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.
854
855 //**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.
856
857 Derivation:
858 //com:AnnotableType// (extension)
859 //IdentifiableType// (restriction)
860 //ComponentBaseType//
861
862 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
863 id?, urn?, uri?
864
865 Content:
866 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?
867
868 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
869
870 |**Name**|**Type**|**Documentation**
871 |id|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
872 |urn|xs:anyURI|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).
873 |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.
874
875 Element Documentation:
876
877 |**Name**|**Type**|**Documentation**
878 |com:Annotations|com: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.
879
880 //**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 (% style="color:#e74c3c" %)concept(%%), an optional role played by the (% style="color:#e74c3c" %)concept(%%), an optional text format description, and an optional local [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
881
882 Derivation:
883 //com:AnnotableType// (extension)
884 //IdentifiableType// (restriction)
885 //ComponentBaseType// (extension)
886 //ComponentType//
887
888 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
889 id?, urn?, uri?
890
891 Content:
892 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ConceptIdentity?, LocalRepresentation?
893
894 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
895
896 |**Name**|**Type**|**Documentation**
897 |id|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
898 |urn|xs:anyURI|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).
899 |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.
900
901 Element Documentation:
902
903 |**Name**|**Type**|**Documentation**
904 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
905 |ConceptIdentity|com: ConceptReferenceType|ConceptIdentity allows for the referencing of a (% style="color:#e74c3c" %)concept(%%) in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%). Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%) with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the (% style="color:#e74c3c" %)concept(%%), that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a (% style="color:#e74c3c" %)concept(%%) role, it is implied that the (% style="color:#e74c3c" %)concept(%%) which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
906 |LocalRepresentation|//RepresentationType//|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.
907
908 //**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.
909
910 Derivation:
911 //com:AnnotableType// (extension)
912 //IdentifiableType// (extension)
913 //NameableType// (extension)
914 //VersionableType// (restriction)
915 //MaintainableBaseType// (extension)
916 //MaintainableType// (extension)
917 //StructureUsageType//
918
919 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
920 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
921
922 Content:
923 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Structure?
924
925 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
926
927 |**Name**|**Type**|**Documentation**
928 |id|com:IDType|The id is the identifier for the object.
929 |urn|xs:anyURI|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).
930 |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.
931 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
932 |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(%%).
933 |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(%%).
934 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
935 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
936 |[[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.
937 |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.
938 |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.
939
940 Element Documentation:
941
942 |**Name**|**Type**|**Documentation**
943 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
944 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
945 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
946 |Structure|//com: StructureReferenceBaseType//|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).
947
948 //**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.
949
950 Content:
951 (TextFormat | (Enumeration, EnumerationFormat?))
952
953 Element Documentation:
954
955 |**Name**|**Type**|**Documentation**
956 |TextFormat|TextFormatType|TextFormat describes an uncoded textual format.
957 |Enumeration|//com: ItemSchemeReferenceBaseType//|Enumeration references an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] that enumerates the allowable values for this [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
958 |EnumerationFormat|CodededTextFormatTyp e|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.
959
960 **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]]".
961
962 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
963 textType?, isSequence?, interval?, startValue?, endValue?, timeInterval?, startTime?, endTime?, minLength?, maxLength?, minValue?, maxValue?, [[decimals>>doc:sdmx:Glossary.Decimals.WebHome]]?, pattern?, isMultiLingual?
964
965 Content:
966 {Empty}
967
968 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
969
970 |**Name**|**Type**|**Documentation**
971 |textType (default: String)|com:DataType|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 (% style="color:#e74c3c" %)constraints(%%) of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
972 |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.
973 |interval|xs:decimal|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.
974 |startValue|xs:decimal|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.
975 |endValue|xs:decimal|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.
976 |timeInterval|xs:duration|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.
977 |startTime|com: StandardTimePeriodType|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.
978 |endTime|com: StandardTimePeriodType|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.
979 |minLength|xs:positiveInteger|The minLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the minimum and length of the value in characters.
980 |maxLength|xs:positiveInteger|The maxLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the maximum length of the value in characters.
981 |minValue|xs:decimal|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.
982 |maxValue|xs:decimal|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.
983 |[[decimals>>doc:sdmx:Glossary.Decimals.WebHome]]|xs:positiveInteger|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.
984 |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.
985 |isMultiLingual (default: true)|xs:boolean|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.
986
987 **BasicComponentTextFormatType: **BasicComponentTextFormatType is a restricted (% style="color:#e74c3c" %)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.
988
989 Derivation:
990 TextFormatType (restriction)
991 BasicComponentTextFormatType
992
993 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
994 textType?, isSequence?, interval?, startValue?, endValue?, timeInterval?, startTime?, endTime?, minLength?, maxLength?, minValue?, maxValue?, [[decimals>>doc:sdmx:Glossary.Decimals.WebHome]]?, pattern?, isMultiLingual?
995
996 Content:
997 {Empty}
998
999 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1000
1001 |**Name**|**Type**|**Documentation**
1002 |textType (default: String)|com: BasicComponentDataType|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 (% style="color:#e74c3c" %)constraints(%%) of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
1003 |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.
1004 |interval|xs:decimal|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.
1005 |startValue|xs:decimal|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.
1006 |endValue|xs:decimal|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.
1007 |timeInterval|xs:duration|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.
1008 |startTime|com: StandardTimePeriodType|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.
1009 |endTime|com: StandardTimePeriodType|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.
1010 |minLength|xs:positiveInteger|The minLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the minimum and length of the value in characters.
1011 |maxLength|xs:positiveInteger|The maxLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the maximum length of the value in characters.
1012 |minValue|xs:decimal|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.
1013 |maxValue|xs:decimal|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.
1014 |[[decimals>>doc:sdmx:Glossary.Decimals.WebHome]]|xs:positiveInteger|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.
1015 |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.
1016 |isMultiLingual (default: true)|xs:boolean|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.
1017
1018 **SimpleComponentTextFormatType: **SimpleComponentTextFormatType is a restricted (% style="color:#e74c3c" %)version(%%) of the BasicComponentTextFormatType that does not allow for multi-lingual values.
1019
1020 Derivation:
1021 TextFormatType (restriction)
1022 BasicComponentTextFormatType (restriction)
1023 SimpleComponentTextFormatType
1024
1025 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1026 textType?, isSequence?, interval?, startValue?, endValue?, timeInterval?, startTime?, endTime?, minLength?, maxLength?, minValue?, maxValue?, [[decimals>>doc:sdmx:Glossary.Decimals.WebHome]]?, pattern?
1027
1028 Content:
1029 {Empty}
1030
1031 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1032
1033 |**Name**|**Type**|**Documentation**
1034 |textType (default: String)|com:SimpleDataType|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 (% style="color:#e74c3c" %)constraints(%%) of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
1035 |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.
1036 |interval|xs:[[decimal>>doc:sdmx:Glossary.Decimals.WebHome]]|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.
1037 |startValue|xs:[[decimal>>doc:sdmx:Glossary.Decimals.WebHome]]|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.
1038 |endValue|xs:[[decimal>>doc:sdmx:Glossary.Decimals.WebHome]]|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.
1039 |timeInterval|xs:duration|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.
1040 |startTime|com: StandardTimePeriodType|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.
1041 |endTime|com: StandardTimePeriodType|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.
1042 |minLength|xs:positiveInteger|The minLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the minimum and length of the value in characters.
1043 |maxLength|xs:positiveInteger|The maxLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the maximum length of the value in characters.
1044 |minValue|xs:[[decimal>>doc:sdmx:Glossary.Decimals.WebHome]]|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.
1045 |maxValue|xs:[[decimal>>doc:sdmx:Glossary.Decimals.WebHome]]|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.
1046 |[[decimals>>doc:sdmx:Glossary.Decimals.WebHome]]|xs:positiveInteger|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.
1047 |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.
1048
1049 **CodededTextFormatType: **CodededTextFormatType is a restricted (% style="color:#e74c3c" %)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.
1050
1051 Derivation:
1052 TextFormatType (restriction)
1053 BasicComponentTextFormatType (restriction)
1054 SimpleComponentTextFormatType (restriction)
1055 CodededTextFormatType
1056
1057 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1058 textType?, isSequence?, interval?, startValue?, endValue?, timeInterval?, startTime?, endTime?, minLength?, maxLength?, minValue?, maxValue?, pattern?
1059
1060 Content:
1061 {Empty}
1062
1063 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1064
1065 |**Name**|**Type**|**Documentation**
1066 |textType|CodeDataType|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 (% style="color:#e74c3c" %)constraints(%%) of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
1067 |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.
1068 |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.
1069 |startValue|xs:integer|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.
1070 |endValue|xs:integer|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.
1071 |timeInterval|xs:duration|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.
1072 |startTime|com: StandardTimePeriodType|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.
1073 |endTime|com: StandardTimePeriodType|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.
1074 |minLength|xs:positiveInteger|The minLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the minimum and length of the value in characters.
1075 |maxLength|xs:positiveInteger|The maxLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the maximum length of the value in characters.
1076 |minValue|xs:integer|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.
1077 |maxValue|xs:integer|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.
1078 |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.
1079
1080 **NonFacetedTextFormatType: **NonFacetedTextFormatType is a restricted (% style="color:#e74c3c" %)version(%%) of the SimpleComponentTextFormatType that does not allow for any [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
1081
1082 Derivation:
1083 TextFormatType (restriction)
1084 BasicComponentTextFormatType (restriction)
1085 SimpleComponentTextFormatType (restriction)
1086 NonFacetedTextFormatType
1087
1088 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1089 textType?
1090
1091 Content:
1092 {Empty}
1093
1094 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1095
1096 |**Name**|**Type**|**Documentation**
1097 |textType|com:SimpleDataType|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 (% style="color:#e74c3c" %)constraints(%%) of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
1098
1099 **TimeTextFormatType: **TimeTextFormat is a restricted (% style="color:#e74c3c" %)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.
1100
1101 Derivation:
1102 TextFormatType (restriction)
1103 BasicComponentTextFormatType (restriction)
1104 SimpleComponentTextFormatType (restriction)
1105 TimeTextFormatType
1106
1107 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1108 textType?, startTime?, endTime?
1109
1110 Content:
1111 {Empty}
1112
1113 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1114
1115 |(% style="width:221px" %)**Name**|(% style="width:263px" %)**Type**|**Documentation**
1116 |(% style="width:221px" %)textType (default: ObservationalTimePeriod)|(% style="width:263px" %)com:TimeDataType|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 (% style="color:#e74c3c" %)constraints(%%) of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
1117 |(% style="width:221px" %)startTime|(% style="width:263px" %)com: StandardTimePeriodType|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.
1118 |(% style="width:221px" %)endTime|(% style="width:263px" %)com: StandardTimePeriodType|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.
1119
1120 **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]].
1121
1122 Derivation:
1123 //com:AnnotableType// (extension)
1124 //IdentifiableType// (extension)
1125 //NameableType// (extension)
1126 //VersionableType// (restriction)
1127 //MaintainableBaseType// (extension)
1128 //MaintainableType// (extension)
1129 CategorisationType
1130
1131 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1132 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
1133
1134 Content:
1135 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, (Source, Target)?
1136
1137 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1138
1139 |**Name**|**Type**|**Documentation**
1140 |id|com:IDType|The id is the identifier for the object.
1141 |urn|xs:anyURI|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).
1142 |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.
1143 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
1144 |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(%%).
1145 |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(%%).
1146 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1147 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
1148 |[[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.
1149 |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.
1150 |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.
1151
1152 Element Documentation:
1153
1154 |**Name**|**Type**|**Documentation**
1155 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1156 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1157 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1158 |Source|com: ObjectReferenceType|Source is a reference to an object to be categorized.
1159 |Target|com: CategoryReferenceType|Target is reference to the [[category>>doc:sdmx:Glossary.Category.WebHome]] that the referenced object is to be (% style="color:#e74c3c" %)mapped(%%) to.
1160
1161 **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, (% style="color:#e74c3c" %)leveled(%%) [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] or [[categories>>doc:sdmx:Glossary.Category.WebHome]].
1162
1163 Derivation:
1164 //com:AnnotableType// (extension)
1165 //IdentifiableType// (extension)
1166 //NameableType// (extension)
1167 //VersionableType// (restriction)
1168 //MaintainableBaseType// (extension)
1169 //MaintainableType// (extension)
1170 //ItemSchemeType// (restriction)
1171 CategorySchemeType
1172
1173 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1174 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
1175
1176 Content:
1177 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, [[Category>>doc:sdmx:Glossary.Category.WebHome]]*
1178
1179 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1180
1181 |**Name**|**Type**|**Documentation**
1182 |id|com: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).
1183 |urn|xs:anyURI|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).
1184 |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.
1185 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
1186 |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(%%).
1187 |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(%%).
1188 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1189 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
1190 |[[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.
1191 |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.
1192 |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.
1193 |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 key family in the context of a constraint.
1194
1195 Element Documentation:
1196
1197 |**Name**|**Type**|**Documentation**
1198 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1199 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1200 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1201 |[[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.
1202
1203 **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 (% style="color:#e74c3c" %)level(%%) 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]].
1204
1205 Derivation:
1206 //com:AnnotableType// (extension)
1207 //IdentifiableType// (extension)
1208 //NameableType// (restriction)
1209 //ItemBaseType// (extension)
1210 //ItemType// (restriction)
1211 CategoryType
1212
1213 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1214 ёёid, urn?, uri?
1215
1216 Content:
1217
1218 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, [[Category>>doc:sdmx:Glossary.Category.WebHome]]*
1219
1220 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1221
1222 |**Name**|**Type**|**Documentation**
1223 |id|com:IDType|The id is the identifier for the object.
1224 |urn|xs:anyURI|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).
1225 |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.
1226
1227 Element Documentation:
1228
1229 |**Name**|**Type**|**Documentation**
1230 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1231 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1232 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1233 |[[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.
1234
1235 **CodelistType: **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 (% style="color:#e74c3c" %)concepts(%%) (coded (% style="color:#e74c3c" %)concepts(%%)) take their values.
1236
1237 Derivation:
1238
1239 //com:AnnotableType// (extension)
1240 //IdentifiableType// (extension)
1241 //NameableType// (extension)
1242 //VersionableType// (restriction)
1243 //MaintainableBaseType// (extension)
1244 //MaintainableType// (extension)
1245 //ItemSchemeType// (restriction)
1246 CodelistType
1247
1248 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1249 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
1250
1251 Content:
1252 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, [[Code>>doc:sdmx:Glossary.Code.WebHome]]*
1253
1254 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1255
1256 |**Name**|**Type**|**Documentation**
1257 |id|com: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).
1258 |urn|xs:anyURI|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).
1259 |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.
1260 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
1261 |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(%%).
1262 |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(%%).
1263 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1264 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
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 |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 key family in the context of a constraint.
1269
1270 Element Documentation:
1271
1272 |**Name**|**Type**|**Documentation**
1273 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1275 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1276 |[[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]].
1277
1278 **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 (% style="color:#e74c3c" %)concept(%%) 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]].
1279
1280 Derivation:
1281 //com:AnnotableType// (extension)
1282 //IdentifiableType// (extension)
1283 //NameableType// (restriction)
1284 //ItemBaseType// (extension)
1285 //ItemType// (restriction)
1286 CodeType
1287
1288 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1289 id, urn?, uri?
1290
1291 Content:
1292 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Parent?
1293
1294 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1295
1296 |**Name**|**Type**|**Documentation**
1297 |id|com:IDType|The id is the identifier for the object.
1298 |urn|xs:anyURI|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).
1299 |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.
1300
1301 Element Documentation:
1302
1303 |**Name**|**Type**|**Documentation**
1304 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1305 |com:Name|com: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.
1306 |com:Description|com: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.
1307 |Parent|com: LocalCodeReferenceType|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]].
1308
1309 **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 (% style="color:#e74c3c" %)concept(%%) definitions, that may be arranged in simple [[hierarchies>>doc:sdmx:Glossary.Hierarchy.WebHome]].
1310
1311 Derivation:
1312 //com:AnnotableType// (extension)
1313 //IdentifiableType// (extension)
1314 //NameableType// (extension)
1315 //VersionableType// (restriction)
1316 //MaintainableBaseType// (extension)
1317 //MaintainableType// (extension)
1318 //ItemSchemeType// (restriction)
1319 ConceptSchemeType
1320
1321 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1322 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
1323
1324 Content:
1325 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, (% style="color:#e74c3c" %)Concept(%%)*
1326
1327 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1328
1329 |**Name**|**Type**|**Documentation**
1330 |id|com: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).
1331 |urn|xs:anyURI|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).
1332 |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.
1333 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
1334 |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(%%).
1335 |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(%%).
1336 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1337 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
1338 |[[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.
1339 |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.
1340 |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.
1341 |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 key family in the context of a constraint.
1342
1343 Element Documentation:
1344
1345 |**Name**|**Type**|**Documentation**
1346 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1347 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1348 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1349 |(%%)(% style="color:#e74c3c" %)Concept|ConceptType|(%%)(% style="color:#e74c3c" %)Concept(%%) describes the details of a (% style="color:#e74c3c" %)concept(%%) within a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]].
1350
1351 //**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.
1352
1353 Derivation:
1354 //com:AnnotableType// (extension)
1355 //IdentifiableType// (extension)
1356 //NameableType// (restriction)
1357 //ItemBaseType// (extension)
1358 //ItemType// (restriction)
1359 //ConceptBaseType//
1360
1361 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1362 id, urn?, uri?
1363
1364 Content:
1365 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Parent?
1366
1367 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1368
1369 |**Name**|**Type**|**Documentation**
1370 |id|com:NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds the identification of the (% style="color:#e74c3c" %)concept(%%). 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).
1371 |urn|xs:anyURI|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).
1372 |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.
1373
1374 Element Documentation:
1375
1376 |**Name**|**Type**|**Documentation**
1377 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1378 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1379 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1380 |Parent|com: LocalConceptReferenceType|Parent captures the semantic relationships between (% style="color:#e74c3c" %)concepts(%%) which occur within a single [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. This identifies the (% style="color:#e74c3c" %)concept(%%) of which the current (% style="color:#e74c3c" %)concept(%%) is a qualification (in the ISO 11179 sense) or subclass.
1381
1382 **ConceptType: **ConceptType describes the details of a (% style="color:#e74c3c" %)concept(%%). A (% style="color:#e74c3c" %)concept(%%) is defined as a unit of knowledge created by a unique combination of characteristics. If a (% style="color:#e74c3c" %)concept(%%) does not specify a TextFormat or a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]], then the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the (% style="color:#e74c3c" %)concept(%%) is assumed to be represented by any set of valid characters (corresponding to the xs:string datatype of W3C XML Schema).
1383
1384 Derivation:
1385 //com:AnnotableType// (extension)
1386 //IdentifiableType// (extension)
1387 //NameableType// (restriction)
1388 //ItemBaseType// (extension)
1389 //ItemType// (restriction)
1390 //ConceptBaseType// (extension)
1391 ConceptType
1392
1393 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1394 id, urn?, uri?
1395
1396 Content:
1397 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Parent?, CoreRepresentation?, ISOConceptReference?
1398
1399 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1400
1401 |**Name**|**Type**|**Documentation**
1402 |id|com:NCNameIDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds the identification of the (% style="color:#e74c3c" %)concept(%%). 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).
1403 |urn|xs:anyURI|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).
1404 |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.
1405
1406 Element Documentation:
1407
1408 |**Name**|**Type**|**Documentation**
1409 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1410 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1411 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1412 |Parent|com: LocalConceptReferenceType|Parent captures the semantic relationships between (% style="color:#e74c3c" %)concepts(%%) which occur within a single [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. This identifies the (% style="color:#e74c3c" %)concept(%%) of which the current (% style="color:#e74c3c" %)concept(%%) is a qualification (in the ISO 11179 sense) or subclass.
1413 |CoreRepresentation|ConceptRepresentation|
1414 |ISOConceptReference|ISOConceptReferenceType|Provides a reference to an ISO 11179 (% style="color:#e74c3c" %)concept(%%).
1415
1416 **ConceptRepresentation: **ConceptRepresentation defines the core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that are allowed for a (% style="color:#e74c3c" %)concept(%%). The text format allowed for a (% style="color:#e74c3c" %)concept(%%) is that which is allowed for any non-target object component.
1417
1418 Derivation:
1419
1420 //RepresentationType// (restriction)
1421 ConceptRepresentation
1422
1423 Content:
1424 (TextFormat | (Enumeration, EnumerationFormat?))
1425
1426 Element Documentation:
1427
1428 |**Name**|**Type**|**Documentation**
1429 |TextFormat|BasicComponentTextFormatType|TextFormat describes an uncoded textual format.
1430 |Enumeration|com: CodelistReferenceType|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 (% style="color:#e74c3c" %)concept(%%).
1431 |EnumerationFormat|CodededTextFormatType|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.
1432
1433 **ISOConceptReferenceType: **ISOConceptReferenceType provides a reference to and ISO 11179 (% style="color:#e74c3c" %)concept(%%).
1434
1435 Content:
1436 ConceptAgency, ConceptSchemeID, ConceptID
1437
1438 Element Documentation:
1439
1440 |**Name**|**Type**|**Documentation**
1441 |ConceptAgency|xs:string|
1442 |ConceptSchemeID|xs:string|
1443 |ConceptID|xs:string|
1444
1445 //**ConstraintBaseType**//**: **ConstraintBaseType is an abstract base type that forms the basis of the main abstract ConstraintType. It requires that a name be provided.
1446
1447 Derivation:
1448 //com:AnnotableType// (extension)
1449 //IdentifiableType// (extension)
1450 //NameableType// (extension)
1451 //VersionableType// (restriction)
1452 //MaintainableBaseType// (extension)
1453 //MaintainableType// (restriction)
1454 //ConstraintBaseType//
1455
1456 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1457 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
1458
1459 Content:
1460 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
1461
1462 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1463
1464 |**Name**|**Type**|**Documentation**
1465 |id|com:IDType|The id is the identifier for the object.
1466 |urn|xs:anyURI|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).
1467 |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.
1468 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
1469 |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(%%).
1470 |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(%%).
1471 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1472 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
1473 |[[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.
1474 |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.
1475 |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.
1476
1477 Element Documentation:
1478
1479 |**Name**|**Type**|**Documentation**
1480 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1481 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1482 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1483
1484 //**ConstraintType**//**: **ConstraintType is an abstract base type that specific types of (% style="color:#e74c3c" %)constraints(%%) (content and attachment) restrict and extend to describe their details. The inclusion of a key or region in a (% style="color:#e74c3c" %)constraint(%%) is determined by first processing the included key sets, and then removing those keys defined in the excluded key sets. If no included key sets are defined, then it is assumed the all possible keys or regions are included, and any excluded key or regions are removed from this complete set.
1485
1486 Derivation:
1487 //com:AnnotableType// (extension)
1488 //IdentifiableType// (extension)
1489 //NameableType// (extension)
1490 //VersionableType// (restriction)
1491 //MaintainableBaseType// (extension)
1492 //MaintainableType// (restriction)
1493 //ConstraintBaseType// (extension)
1494 //ConstraintType//
1495
1496 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1497 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
1498
1499 Content:
1500 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, ConstraintAttachment?, (DataKeySet | MetadataKeySet | CubeRegion | MetadataTargetRegion)*
1501
1502 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1503
1504 |**Name**|**Type**|**Documentation**
1505 |id|com:IDType|The id is the identifier for the object.
1506 |urn|xs:anyURI|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).
1507 |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.
1508 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
1509 |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(%%).
1510 |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(%%).
1511 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1512 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
1513 |[[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.
1514 |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.
1515 |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.
1516
1517 Element Documentation:
1518
1519 |**Name**|**Type**|**Documentation**
1520 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1521 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1522 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1523 |ConstraintAttachment|//ConstraintAttachmentType//|ConstraintAttachment describes the collection of constrainable [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] that the (% style="color:#e74c3c" %)constraint(%%) is attached to.
1524 |DataKeySet|DataKeySetType|
1525 |MetadataKeySet|MetadataKeySetType|
1526 |CubeRegion|com:CubeRegionType|
1527 |MetadataTargetRegion|com: MetadataTargetRegionType|
1528
1529 **AttachmentConstraintType: **AttachmentConstraintType describes the details of an attachment (% style="color:#e74c3c" %)constraint(%%) by defining the data or [[metadata key sets>>doc:sdmx:Glossary.Metadata key set.WebHome]] or [[component>>doc:sdmx:Glossary.Component.WebHome]] regions that [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] or [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] may be attached in the (% style="color:#e74c3c" %)constraint(%%) attachment objects.
1530
1531 Derivation:
1532 //com:AnnotableType// (extension)
1533 //IdentifiableType// (extension)
1534 //NameableType// (extension)
1535 //VersionableType// (restriction)
1536 //MaintainableBaseType// (extension)
1537 //MaintainableType// (restriction)
1538 //ConstraintBaseType// (extension)
1539 //ConstraintType// (restriction)
1540 AttachmentConstraintType
1541
1542 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1543 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
1544
1545 Content:
1546 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, ConstraintAttachment?, (DataKeySet | MetadataKeySet)*
1547
1548 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1549
1550 |**Name**|**Type**|**Documentation**
1551 |id|com:IDType|The id is the identifier for the object.
1552 |urn|xs:anyURI|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).
1553 |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.
1554 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
1555 |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(%%).
1556 |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(%%).
1557 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1558 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
1559 |[[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.
1560 |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.
1561 |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.
1562
1563 Element Documentation:
1564
1565 |**Name**|**Type**|**Documentation**
1566 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1567 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1568 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1569 |ConstraintAttachment|AttachmentConstraint AttachmentType|ConstraintAttachment describes the collection of constrainable [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] that the (% style="color:#e74c3c" %)constraint(%%) is attached to.
1570 |DataKeySet|DataKeySetType|
1571 |MetadataKeySet|MetadataKeySetType|
1572
1573 //**ContentConstraintBaseType**//**: **ContentConstraintBaseType is an abstract base type that forms the basis for the ContentConstraintType.
1574
1575 Derivation:
1576 //com:AnnotableType// (extension)
1577 //IdentifiableType// (extension)
1578 //NameableType// (extension)
1579 //VersionableType// (restriction)
1580 //MaintainableBaseType// (extension)
1581 //MaintainableType// (restriction)
1582 //ConstraintBaseType// (extension)
1583 //ConstraintType// (restriction)
1584 //ContentConstraintBaseType//
1585
1586 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1587 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
1588
1589 Content:
1590 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, ConstraintAttachment?, (DataKeySet | MetadataKeySet | CubeRegion | MetadataTargetRegion)*
1591
1592 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1593
1594 |**Name**|**Type**|**Documentation**
1595 |id|com:IDType|The id is the identifier for the object.
1596 |urn|xs:anyURI|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).
1597 |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.
1598 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
1599 |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(%%).
1600 |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(%%).
1601 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1602 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
1603 |[[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.
1604 |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.
1605 |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.
1606
1607 Element Documentation:
1608
1609 |**Name**|**Type**|**Documentation**
1610 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1611 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1612 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1613 |ConstraintAttachment|ContentConstraintAttachmentType|ConstraintAttachment describes the collection of constrainable [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] that the (% style="color:#e74c3c" %)constraint(%%) is attached to.
1614 |DataKeySet|DataKeySetType|DataKeySet defines a collection of full or partial data keys.
1615 |MetadataKeySet|MetadataKeySetType|MetadataKeySet defines a collection of metadata keys.
1616 |CubeRegion|com:CubeRegionType|CubeRegion describes a set of [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] values which define a region and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] which relate to the region for the purpose of describing a (% style="color:#e74c3c" %)constraint(%%).
1617 |MetadataTargetRegion|com: MetadataTargetRegionType|MetadataTargetRegion describes a set of target object values for a given report structure which define a region, and the metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] which relate to the target for the purpose of describing a (% style="color:#e74c3c" %)constraint(%%).
1618
1619 **ContentConstraintType: **ContentConstraintType describes the details of a content (% style="color:#e74c3c" %)constraint(%%) by defining the content regions, key sets, or release information for the (% style="color:#e74c3c" %)constraint(%%) attachment objects. Note that if the (% style="color:#e74c3c" %)constraint(%%) is for a [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]], then only [[release calendar>>doc:sdmx:Glossary.Release policy - release calendar.WebHome]] information is relevant, as there is no reliable way of determining which key family is being used to frame (% style="color:#e74c3c" %)constraints(%%) in terms of cube regions or key sets.
1620
1621 Derivation:
1622 //com:AnnotableType// (extension)
1623 //IdentifiableType// (extension)
1624 //NameableType// (extension)
1625 //VersionableType// (restriction)
1626 //MaintainableBaseType// (extension)
1627 //MaintainableType// (restriction)
1628 //ConstraintBaseType// (extension)
1629 //ConstraintType// (restriction)
1630 //ContentConstraintBaseType// (extension)
1631 ContentConstraintType
1632
1633 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1634 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, type?
1635
1636 Content:
1637 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, ConstraintAttachment?, (DataKeySet | MetadataKeySet | CubeRegion | MetadataTargetRegion)*, ReleaseCalendar?, ReferencePeriod?
1638
1639 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1640
1641 |**Name**|**Type**|**Documentation**
1642 |id|com:IDType|The id is the identifier for the object.
1643 |urn|xs:anyURI|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 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
1646 |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(%%).
1647 |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(%%).
1648 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1649 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
1650 |[[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.
1651 |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.
1652 |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.
1653 |type (default: Actual)|com: ContentConstraintTypeCodeType|The type [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether this (% style="color:#e74c3c" %)constraint(%%) states what data is actually present for the (% style="color:#e74c3c" %)constraint(%%) attachment, or if it defines what content is allowed. The default value is "Actual", meaning the data actually present for the (% style="color:#e74c3c" %)constraint(%%) attachment.
1654
1655 Element Documentation:
1656
1657 |**Name**|**Type**|**Documentation**
1658 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1659 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1660 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1661 |ConstraintAttachment|ContentConstraintAttachmentType|ConstraintAttachment describes the collection of constrainable [[artefacts>>doc:sdmx:Glossary.Artefact.WebHome]] that the (% style="color:#e74c3c" %)constraint(%%) is attached to.
1662 |DataKeySet|DataKeySetType|DataKeySet defines a collection of full or partial data keys.
1663 |MetadataKeySet|MetadataKeySetType|MetadataKeySet defines a collection of metadata keys.
1664 |CubeRegion|com:CubeRegionType|CubeRegion describes a set of [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] values which define a region and [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] which relate to the region for the purpose of describing a (% style="color:#e74c3c" %)constraint(%%).
1665 |MetadataTargetRegion|com: MetadataTargetRegionType|MetadataTargetRegion describes a set of target object values for a given report structure which define a region, and the metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] which relate to the target for the purpose of describing a (% style="color:#e74c3c" %)constraint(%%).
1666 |ReleaseCalendar|ReleaseCalendarType|ReleaseCalendar defines dates on which the constrained data is to be made available.
1667 |ReferencePeriod|com: ReferencePeriodType|ReferencePeriod is used to report start date and end date (% style="color:#e74c3c" %)constraints(%%).
1668
1669 **ReleaseCalendarType: **ReleaseCalendarType describes information about the timing of releases of the constrained data. All of these values use the standard "P7D" - style format.
1670
1671 Content:
1672 Periodicity, Offset, Tolerance
1673
1674 Element Documentation:
1675
1676 |**Name**|**Type**|**Documentation**
1677 |Periodicity|xs:string|Periodicity is the period between releases of the data set.
1678 |Offset|xs:string|Offset is the interval between January first and the first release of data within the year.
1679 |Tolerance|xs:string|Tolerance is the period after which the release of data may be deemed late.
1680
1681 //**KeySetType**//**: **KeySetType is an abstract base type for defining a collection of keys.
1682
1683 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1684 isIncluded
1685
1686 Content:
1687 Key+
1688
1689 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1690
1691 |**Name**|**Type**|**Documentation**
1692 |isIncluded|xs:boolean|The isIncluded [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the keys defined in this key set are inclusive or exclusive to the (% style="color:#e74c3c" %)constraint(%%).
1693
1694 Element Documentation:
1695
1696 |**Name**|**Type**|**Documentation**
1697 |Key|//com:DistinctKeyType//|Key contains a data or metadata key, which are sets of [[component>>doc:sdmx:Glossary.Component.WebHome]] values which identify the data or metadata.
1698
1699 **DataKeySetType: **DataKeySetType defines a collection of full or partial data keys ([[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] values).
1700
1701 Derivation:
1702 //KeySetType// (restriction)
1703 DataKeySetType
1704
1705 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1706 isIncluded
1707
1708 Content:
1709 Key+
1710
1711 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1712
1713 |**Name**|**Type**|**Documentation**
1714 |isIncluded|xs:boolean|The isIncluded [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the keys defined in this key set are inclusive or exclusive to the (% style="color:#e74c3c" %)constraint(%%).
1715
1716 Element Documentation:
1717
1718 |**Name**|**Type**|**Documentation**
1719 |Key|com:DataKeyType|Key contains a set of [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] values which identify a full set of data.
1720
1721 **MetadataKeySetType: **MetadataKeySetType defines a collection of metadata keys (identifier [[component>>doc:sdmx:Glossary.Component.WebHome]] values).
1722
1723 Derivation:
1724 //KeySetType// (restriction)
1725 MetadataKeySetType
1726
1727 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1728 isIncluded
1729
1730 Content:
1731 Key+
1732
1733 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1734
1735 |**Name**|**Type**|**Documentation**
1736 |isIncluded|xs:boolean|The isIncluded [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the keys defined in this key set are inclusive or exclusive to the (% style="color:#e74c3c" %)constraint(%%).
1737
1738 Element Documentation:
1739
1740 |**Name**|**Type**|**Documentation**
1741 |Key|com:MetadataKeyType|Key contains a set of target object values for a specified report structure which serve to identify which object [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] conforming to the specified report structure is available for.
1742
1743 //**ConstraintAttachmentType**//**: **ConstraintAttachmentType describes a collection of references to constrainable artefacts.
1744
1745 Content:
1746 (DataProvider | [[DataSet>>doc:sdmx:Glossary.Data set.WebHome]]+ | MetadataSet+ | SimpleDataSource+ | (DataStructure+, QueryableDataSource*) | (MetadataStructure+, QueryableDataSource*) | ([[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]+, QueryableDataSource*) | ([[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]+, QueryableDataSource*) | (ProvisionAgreement+, QueryableDataSource*))
1747
1748 Element Documentation:
1749
1750 |**Name**|**Type**|**Documentation**
1751 |DataProvider|com: DataProviderReferenceType|DataProvider is reference to a [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) 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.
1752 |[[DataSet>>doc:sdmx:Glossary.Data set.WebHome]]|com:SetReferenceType|[[DataSet>>doc:sdmx:Glossary.Data set.WebHome]] is reference to a [[data set>>doc:sdmx:Glossary.Data set.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields.
1753 |MetadataSet|com:SetReferenceType|MetadataSet is reference to a [[metadata set>>doc:sdmx:Glossary.Metadata set.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields.
1754 |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.
1755 |DataStructure|com: DataStructureReferenceType|DataStructure is reference to a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. A (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) is attached.
1756 |QueryableDataSource|com: QueryableDataSourceType|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached.
1757 |MetadataStructure|com: MetadataStructureReferenceType|MetadataStructure is reference to a [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. A (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) is attached.
1758 |QueryableDataSource|com: QueryableDataSourceType|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached.
1759 |[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]|com: DataflowReferenceType|[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] is reference to a [[data flow>>doc:sdmx:Glossary.Dataflow.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. A (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) is attached.
1760 |QueryableDataSource|com: QueryableDataSourceT ype|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached.
1761 |[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]|com: MetadataflowReferenc eType|[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] is reference to a [[metadata flow>>doc:sdmx:Glossary.Metadataflow.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. A (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) is attached.
1762 |QueryableDataSource|com: QueryableDataSourceType|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached.
1763 |ProvisionAgreement|com: ProvisionAgreementReferenceType|ProvisionAgreementReference is reference to a [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. A (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) is attached.
1764 |QueryableDataSource|com: QueryableDataSourceType|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached.
1765
1766 **AttachmentConstraintAttachmentType: **AttachmentConstraintAttachmentType defines the structure for specifying the object to which an attachment (% style="color:#e74c3c" %)constraints(%%) applies.
1767
1768 Derivation:
1769 //ConstraintAttachmentType// (restriction)
1770 AttachmentConstraintAttachmentType
1771
1772 Content:
1773 ([[DataSet>>doc:sdmx:Glossary.Data set.WebHome]]+ | MetadataSet+ | SimpleDataSource+ | DataStructure+ | MetadataStructure+ | [[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]+ | [[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]+ | ProvisionAgreement+)
1774
1775 Element Documentation:
1776
1777 |**Name**|**Type**|**Documentation**
1778 |[[DataSet>>doc:sdmx:Glossary.Data set.WebHome]]|com:SetReferenceType|[[DataSet>>doc:sdmx:Glossary.Data set.WebHome]] is reference to a [[data set>>doc:sdmx:Glossary.Data set.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. Multiple instance can only be used if they have the same underlying structure.
1779 |MetadataSet|com:SetReferenceType|MetadataSet is reference to a [[metadata set>>doc:sdmx:Glossary.Metadata set.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. Multiple instance can only be used if they have the same underlying structure.
1780 |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. Multiple instance can only be used if they have the same underlying structure.
1781 |DataStructure|com: DataStructureReferenceType|DataStructure is reference to a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. A (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) is attached.
1782 |MetadataStructure|com: MetadataStructureReferenceType|MetadataStructure is reference to a [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. A (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) is attached.
1783 |[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]|com: DataflowReferenceTyp |[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] is reference to a [[data flow>>doc:sdmx:Glossary.Dataflow.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. A (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) is attached.
1784 |[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]|com: MetadataflowReferenceType|[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] is reference to a [[metadata flow>>doc:sdmx:Glossary.Metadataflow.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. A (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) is attached.
1785 |ProvisionAgreement|com: ProvisionAgreementReferenceType|ProvisionAgreementReference is reference to a [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. A (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) is attached.
1786
1787 **ContentConstraintAttachmentType: **ContentConstraintAttachmentType defines the structure for specifying the target object(s) of a content (% style="color:#e74c3c" %)constraint(%%).
1788
1789 Derivation:
1790 //ConstraintAttachmentType// (restriction)
1791 ContentConstraintAttachmentType
1792
1793 Content:
1794 (DataProvider | [[DataSet>>doc:sdmx:Glossary.Data set.WebHome]] | MetadataSet | SimpleDataSource | (DataStructure+, QueryableDataSource*) | (MetadataStructure+, QueryableDataSource*) | ([[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]+, QueryableDataSource*) | ([[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]+, QueryableDataSource*) | (ProvisionAgreement+, QueryableDataSource*))
1795
1796 Element Documentation:
1797
1798 |**Name**|**Type**|**Documentation**
1799 |DataProvider|com: DataProviderReferenceType|DataProvider is reference to a [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) 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.
1800 |[[DataSet>>doc:sdmx:Glossary.Data set.WebHome]]|com:SetReferenceType|[[DataSet>>doc:sdmx:Glossary.Data set.WebHome]] is reference to a [[data set>>doc:sdmx:Glossary.Data set.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields.
1801 |MetadataSet|com:SetReferenceType|MetadataSet is reference to a [[metadata set>>doc:sdmx:Glossary.Metadata set.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields.
1802 |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.
1803 |DataStructure|com: DataStructureReferenceType|DataStructure is reference to a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. A (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) is attached.
1804 |QueryableDataSource|com: QueryableDataSourceType|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached.
1805 |MetadataStructure|com: MetadataStructureReferenceType|MetadataStructure is reference to a [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. A (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) is attached.
1806 |QueryableDataSource|com: QueryableDataSourceType|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached.
1807 |[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]|com: DataflowReferenceType|[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] is reference to a [[data flow>>doc:sdmx:Glossary.Dataflow.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. A (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) is attached.
1808 |QueryableDataSource|com: QueryableDataSourceType|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached.
1809 |[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]|com: MetadataflowReferenc eType|[[Metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]] is reference to a [[metadata flow>>doc:sdmx:Glossary.Metadataflow.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. A (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) is attached.
1810 |QueryableDataSource|com: QueryableDataSourceType|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached.
1811 |ProvisionAgreement|com: ProvisionAgreementReferenceType|ProvisionAgreementReference is reference to a [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached. The referenced is provided as a URN and/or a full set of reference fields. A (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) 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 (% style="color:#e74c3c" %)constraint(%%) is attached.
1812 |QueryableDataSource|com: QueryableDataSourceType|QueryableDataSource describes a queryable [[data source>>doc:sdmx:Glossary.Data source.WebHome]] to which the (% style="color:#e74c3c" %)constraint(%%) is attached.
1813
1814 **DataStructureType: **DataStructureType describes the structure of 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.
1815
1816 Derivation:
1817 //com:AnnotableType// (extension)
1818 //IdentifiableType// (extension)
1819 //NameableType// (extension)
1820 //VersionableType// (restriction)
1821 //MaintainableBaseType// (extension)
1822 //MaintainableType// (extension)
1823 //StructureType// (restriction)
1824 DataStructureType
1825
1826 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1827 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
1828
1829 Content:
1830 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, DataStructureComponents?
1831
1832 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1833
1834 |**Name**|**Type**|**Documentation**
1835 |id|com:IDType|The id is the identifier for the object.
1836 |urn|xs:anyURI|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).
1837 |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.
1838 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
1839 |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(%%).
1840 |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(%%).
1841 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
1842 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
1843 |[[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.
1844 |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.
1845 |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.
1846
1847 Element Documentation:
1848
1849 |**Name**|**Type**|**Documentation**
1850 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1851 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
1852 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
1853 |DataStructureCompone nts|DataStructureComponentsType|DataStructureComponents defines the grouping of the sets of metadata (% style="color:#e74c3c" %)concepts(%%) 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 (% style="color:#e74c3c" %)concept(%%) identity of a [[component>>doc:sdmx:Glossary.Component.WebHome]]. For example, if two [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] take their identity from (% style="color:#e74c3c" %)concepts(%%) with same identity (regardless of whether the (% style="color:#e74c3c" %)concepts(%%) 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 (% style="color:#e74c3c" %)constraints(%%) to help enforce this, these only apply to explicitly assigned identifiers. Identifiers inherited from a (% style="color:#e74c3c" %)concept(%%) from which a [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its identity cannot be validated against this (% style="color:#e74c3c" %)constraint(%%). 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 three reserved identifiers in a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]; OBS_VALUE, TIME_PERIOD, and REPORTING_PERIOD_START_DAY. These identifiers may not be used outside of their respective defintions (PrimaryMeasure, 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 (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concept(%%) identity from a (% style="color:#e74c3c" %)concept(%%) with the identifier TIME_PERIOD, that [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] must provide a different explicit identifier.
1854
1855 //**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.
1856
1857 Derivation:
1858 //GroupingType// (restriction)
1859 //DataStructureComponentsBaseType//
1860
1861 Content:
1862 {Empty}
1863
1864 **DataStructureComponentsType: **DataStructureComponentsType describes the structure of the grouping to the sets of metadata (% style="color:#e74c3c" %)concepts(%%) 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]] and a primary [[measure>>doc:sdmx:Glossary.Measure.WebHome]] must be defined.
1865
1866 Derivation:
1867 //GroupingType// (restriction)
1868 //DataStructureComponentsBaseType// (extension)
1869 DataStructureComponentsType
1870
1871 Content:
1872 DimensionList, Group*, AttributeList?, MeasureList
1873
1874 Element Documentation:
1875
1876 |**Name**|**Type**|**Documentation**
1877 |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 (% style="color:#e74c3c" %)concepts(%%) 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.
1878 |Group|GroupType|Group describes a group descriptor in a [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. It is a set metadata (% style="color:#e74c3c" %)concepts(%%) (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]].
1879 |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 (% style="color:#e74c3c" %)concepts(%%) that define the [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] of the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]].
1880 |MeasureList|MeasureListType|MeasureList describes the [[measure>>doc:sdmx:Glossary.Measure.WebHome]] descriptor for a key family. It contains a single metadata (% style="color:#e74c3c" %)concepts(%%) that define the primary [[measures>>doc:sdmx:Glossary.Measure.WebHome]] of a data structure.
1881
1882 //**AttributeListBaseType**//**: **AttributeListBaseType is an abstract base type used as the basis for the AttributeListType.
1883
1884 Derivation:
1885 //com:AnnotableType// (extension)
1886 // IdentifiableType// (extension)
1887 // ComponentListType// (restriction)
1888 //AttributeListBaseType//
1889
1890 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1891 id?, urn?, uri?
1892
1893 Content:
1894 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?
1895
1896 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1897
1898 |**Name**|**Type**|**Documentation**
1899 |id (fixed: AttributeDescriptor)|com:IDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is provided in this case for completeness. However, its value is fixed to AttributeDescriptor.
1900 |urn|xs:anyURI|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).
1901 |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.
1902
1903 Element Documentation:
1904
1905 |**Name**|**Type**|**Documentation**
1906 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1907
1908 **AttributeListType: **AttributeListType describes the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] descriptor for the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]].
1909
1910 Derivation:
1911 //com:AnnotableType// (extension)
1912 //IdentifiableType// (extension)
1913 //ComponentListType// (restriction)
1914 //AttributeListBaseType// (extension)
1915 AttributeListType
1916
1917 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1918 id?, urn?, uri?
1919
1920 Content:
1921 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ([[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] | ReportingYearStartDay)+
1922
1923 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1924
1925 |**Name**|**Type**|**Documentation**
1926 |id (fixed: AttributeDescriptor)|com:IDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is provided in this case for completeness. However, its value is fixed to AttributeDescriptor.
1927 |urn|xs:anyURI|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).
1928 |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.
1929
1930 Element Documentation:
1931
1932 |**Name**|**Type**|**Documentation**
1933 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1934 |[[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.
1935 |ReportingYearStartDa y|ReportingYearStartDayType|ReportingYearStartDay is a specialized data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] which provides important context to the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. If the value of the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] is one of the standard reporting periods (see common:ReportingTimePeriodType) then this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used to state the month and day that the reporting year begins. This provides a reference point from which the actual calendar dates covered by these periods can be determined. If this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] does not occur in a [[data set>>doc:sdmx:Glossary.Data set.WebHome]], then the reporting year start day will be assumed to be January 1.
1936
1937 //**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 (% style="color:#e74c3c" %)concept(%%) role is restricted to the values valid for a data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
1938
1939 Derivation:
1940 //com:AnnotableType// (extension)
1941 //IdentifiableType// (restriction)
1942 //ComponentBaseType// (extension)
1943 //ComponentType// (restriction)
1944 //AttributeBaseType//
1945
1946 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1947 id?, urn?, uri?
1948
1949 Content:
1950 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ConceptIdentity, LocalRepresentation?
1951
1952 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1953
1954 |**Name**|**Type**|**Documentation**
1955 |id|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
1956 |urn|xs:anyURI|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).
1957 |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.
1958
1959 Element Documentation:
1960
1961 |**Name**|**Type**|**Documentation**
1962 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1963 |ConceptIdentity|com: ConceptReferenceType|ConceptIdentity allows for the referencing of a (% style="color:#e74c3c" %)concept(%%) in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%). Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%) with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the (% style="color:#e74c3c" %)concept(%%), that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a (% style="color:#e74c3c" %)concept(%%) role, it is implied that the (% style="color:#e74c3c" %)concept(%%) which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
1964 |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.
1965
1966 **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 (% style="color:#e74c3c" %)concept(%%) 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]].
1967
1968 Derivation:
1969 //com:AnnotableType// (extension)
1970 //IdentifiableType// (restriction)
1971 //ComponentBaseType// (extension)
1972 //ComponentType// (restriction)
1973 //AttributeBaseType// (extension)
1974 AttributeType
1975
1976 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
1977 id?, urn?, uri?, assignmentStatus
1978
1979 Content:
1980 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ConceptIdentity, LocalRepresentation?, ConceptRole*, AttributeRelationship
1981
1982 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
1983
1984 |**Name**|**Type**|**Documentation**
1985 |id|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
1986 |urn|xs:anyURI|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).
1987 |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.
1988 |assignmentStatus|UsageStatusType|The assignmentStatus [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether a value must be provided for the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] when sending documentation along with the data.
1989
1990 Element Documentation:
1991
1992 |**Name**|**Type**|**Documentation**
1993 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
1994 |ConceptIdentity|com: ConceptReferenceType|ConceptIdentity allows for the referencing of a (% style="color:#e74c3c" %)concept(%%) in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%). Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%) with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the (% style="color:#e74c3c" %)concept(%%), that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a (% style="color:#e74c3c" %)concept(%%) role, it is implied that the (% style="color:#e74c3c" %)concept(%%) which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
1995 |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.
1996 |ConceptRole|com: ConceptReferenceType|ConceptRole references (% style="color:#e74c3c" %)concepts(%%) which define roles which this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] serves. If the (% style="color:#e74c3c" %)concept(%%) from which the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] takes its identity also defines a role the (% style="color:#e74c3c" %)concept(%%) serves, then the isConceptRole indicator can be set to true on the (% style="color:#e74c3c" %)concept(%%) identity rather than repeating the reference here.
1997 |AttributeRelationshi p|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.
1998
1999 **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]].
2000
2001 Content:
2002 (None | ([[Dimension>>doc:sdmx:Glossary.Dimension.WebHome]]+, AttachmentGroup*) | Group | PrimaryMeasure)
2003
2004 Element Documentation:
2005
2006 |**Name**|**Type**|**Documentation**
2007 |None|com:EmptyType|This means that value of the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] will not vary with any of the other key family [[components>>doc:sdmx:Glossary.Component.WebHome]]. This will always be treated as a [[data set>>doc:sdmx:Glossary.Data set.WebHome]] (% style="color:#e74c3c" %)level(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
2008 |[[Dimension>>doc:sdmx:Glossary.Dimension.WebHome]]|com: LocalDimensionReferenceType|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 (% style="color:#e74c3c" %)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.
2009 |AttachmentGroup|com: LocalGroupKeyDescriptorReferenceType|This is used to specify that the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] should always be attached to the groups referenced here. Note that if one of the referenced [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]] is the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], the groups referenced here will be ignored.
2010 |Group|com: LocalGroupKeyDescriptorReferenceType|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.
2011 |PrimaryMeasure|com: LocalPrimaryMeasureReferenceType|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 (% style="color:#e74c3c" %)level(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
2012
2013 **ReportingYearStartDayType: **ReportingYearStartDayType defines the structure of the reporting year start day [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]. The reporting year start day [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] takes its semantic from its (% style="color:#e74c3c" %)concept(%%) identity (usually the REPORTING_YEAR_START_DAY (% style="color:#e74c3c" %)concept(%%)), yet is always has a fixed identifier (REPORTING_YEAR_START_DAY). The reporting year start day [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] always has a fixed text format, which specifies that the format of its value is always a day and month in the ISO 8601 format of 'MM-DD'. As with any other [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], an [[attribute relationship>>doc:sdmx:Glossary.Attribute relationship.WebHome]] must be specified. this relationship should be carefully selected as it will determin what type of data the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] will allow. For example, if an [[attribute relationship>>doc:sdmx:Glossary.Attribute relationship.WebHome]] of none is specified, this will mean the [[data sets>>doc:sdmx:Glossary.Data set.WebHome]] conforming to this [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] can only contain data with standard reporting periods where the all reporting periods have the same start day. In this case, data reported as standard reporting periods from two entities with different fiscal year start days could not be contained in the same [[data set>>doc:sdmx:Glossary.Data set.WebHome]].
2014
2015 Derivation:
2016 //com:AnnotableType// (extension)
2017 //IdentifiableType// (restriction)
2018 //ComponentBaseType// (extension)
2019 //ComponentType// (restriction)
2020 //AttributeBaseType// (extension)
2021 AttributeType (restriction)
2022 ReportingYearStartDayType
2023
2024 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2025 id?, urn?, uri?, assignmentStatus
2026
2027 Content:
2028 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ConceptIdentity, LocalRepresentation, AttributeRelationship
2029
2030 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2031
2032 |**Name**|**Type**|**Documentation**
2033 |id (fixed: REPORTING_YEAR_START_DAY)|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
2034 |urn|xs:anyURI|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).
2035 |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.
2036 |assignmentStatus|UsageStatusType|The assignmentStatus [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether a value must be provided for the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] when sending documentation along with the data.
2037
2038 Element Documentation:
2039
2040 |**Name**|**Type**|**Documentation**
2041 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2042 |ConceptIdentity|com: ConceptReferenceType|ConceptIdentity allows for the referencing of a (% style="color:#e74c3c" %)concept(%%) in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%). Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%) with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the (% style="color:#e74c3c" %)concept(%%), that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a (% style="color:#e74c3c" %)concept(%%) role, it is implied that the (% style="color:#e74c3c" %)concept(%%) which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
2043 |LocalRepresentation|ReportingYearStartDayRepresentationType|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.
2044 |AttributeRelationshi p|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.
2045
2046 **ReportingYearStartDayRepresentationType: **ReportingYearStartDayRepresentationType defines the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] for the reporting year start day [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]. Enumerated values are not allowed and the text format is fixed to be a day and month in the ISO 8601 format of 'MM-DD'.
2047
2048 Derivation:
2049 //RepresentationType// (restriction)
2050 //DataStructureRepresentationType// (restriction)
2051 SimpleDataStructureRepresentationType (restriction)
2052 ReportingYearStartDayRepresentationType
2053
2054 Content:
2055 TextFormat
2056
2057 Element Documentation:
2058
2059 |**Name**|**Type**|**Documentation**
2060 |TextFormat|ReportingYearStartDa yTextFormatType|TextFormat describes an uncoded textual format.
2061
2062 **ReportingYearStartDayTextFormatType: **ReportingYearStartDayTextFormatType is a restricted (% style="color:#e74c3c" %)version(%%) of the NonFacetedTextFormatType that fixes the value of the text type to be DayMonth. This type exists solely for the purpose of fixing the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the reporting year start day [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
2063
2064 Derivation:
2065 TextFormatType (restriction)
2066 BasicComponentTextFormatType (restriction)
2067 SimpleComponentTextFormatType (restriction)
2068 NonFacetedTextFormatType (restriction)
2069 ReportingYearStartDayTextFormatType
2070
2071 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2072 textType?
2073
2074 Content:
2075 {Empty}
2076
2077 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2078
2079 |**Name**|**Type**|**Documentation**
2080 |textType (fixed: MonthDay)|com:SimpleDataType|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 (% style="color:#e74c3c" %)constraints(%%) of the facets.
2081
2082 //**DimensionListBaseType**//**: **DimensionListBaseType is an abstract base type used as the basis for the DimensionListType.
2083
2084 Derivation:
2085 //com:AnnotableType// (extension)
2086 //IdentifiableType// (extension)
2087 //ComponentListType// (restriction)
2088 //DimensionListBaseType//
2089
2090 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2091 id?, urn?, uri?
2092
2093 Content:
2094 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?
2095
2096 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2097
2098 |**Name**|**Type**|**Documentation**
2099 |id (fixed: DimensionDescriptor)|com:IDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is provided in this case for completeness. However, its value is fixed to DimensionDescriptor.
2100 |urn|xs:anyURI|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).
2101 |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.
2102
2103 Element Documentation:
2104
2105 |**Name**|**Type**|**Documentation**
2106 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2107
2108 **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.
2109
2110 Derivation:
2111 //com:AnnotableType// (extension)
2112 //IdentifiableType// (extension)
2113 //ComponentListType// (restriction)
2114 //DimensionListBaseType// (extension)
2115 DimensionListType
2116
2117 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2118 id?, urn?, uri?
2119
2120 Content:
2121 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ([[Dimension>>doc:sdmx:Glossary.Dimension.WebHome]] | MeasureDimension | TimeDimension)+
2122
2123 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2124
2125 |**Name**|**Type**|**Documentation**
2126 |id (fixed: DimensionDescriptor)|com:IDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is provided in this case for completeness. However, its value is fixed to DimensionDescriptor.
2127 |urn|xs:anyURI|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).
2128 |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.
2129
2130 Element Documentation:
2131
2132 |**Name**|**Type**|**Documentation**
2133 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2134 |[[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 (% style="color:#e74c3c" %)concept(%%) used (most probably together with other statistical (% style="color:#e74c3c" %)concepts(%%)) to identify a statistical series, such as a time series, e.g. a statistical (% style="color:#e74c3c" %)concept(%%) indicating certain [[economic activity>>doc:sdmx:Glossary.Economic activity.WebHome]] or a geographical [[reference area>>doc:sdmx:Glossary.Reference area.WebHome]].
2135 |MeasureDimension|MeasureDimensionType|MeasureDimension is a special type of [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] which defines multiple [[measures>>doc:sdmx:Glossary.Measure.WebHome]] in a key family. This is represented as any other [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in a unless it is the observation [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. It takes it [[representation>>doc:sdmx:Glossary.Representation.WebHome]] from a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]], and this scheme defines the [[measures>>doc:sdmx:Glossary.Measure.WebHome]] and their [[representations>>doc:sdmx:Glossary.Representation.WebHome]]. When data is formatted with this as the observation [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], these [[measures>>doc:sdmx:Glossary.Measure.WebHome]] can be made explicit or the value of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] can be treated as any other [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. If the [[measures>>doc:sdmx:Glossary.Measure.WebHome]] are explicit, the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the observation will be specific to the core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] for each (% style="color:#e74c3c" %)concept(%%) in the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. Note that it is necessary that these [[representations>>doc:sdmx:Glossary.Representation.WebHome]] are compliant (the same or derived from) with that of the primary [[measure>>doc:sdmx:Glossary.Measure.WebHome]].
2136 |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.
2137
2138 //**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]]).
2139
2140 Derivation:
2141 //com:AnnotableType// (extension)
2142 //IdentifiableType// (restriction)
2143 //ComponentBaseType// (extension)
2144 //ComponentType// (restriction)
2145 //BaseDimensionBaseType//
2146
2147 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2148 id?, urn?, uri?
2149
2150 Content:
2151 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ConceptIdentity, LocalRepresentation?
2152
2153 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2154
2155 |**Name**|**Type**|**Documentation**
2156 |id|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
2157 |urn|xs:anyURI|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).
2158 |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.
2159
2160 Element Documentation:
2161
2162 |**Name**|**Type**|**Documentation**
2163 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2164 |ConceptIdentity|com: ConceptReferenceType|ConceptIdentity allows for the referencing of a (% style="color:#e74c3c" %)concept(%%) in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%). Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%) with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the (% style="color:#e74c3c" %)concept(%%), that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a (% style="color:#e74c3c" %)concept(%%) role, it is implied that the (% style="color:#e74c3c" %)concept(%%) which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
2165 |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.
2166
2167 //**BaseDimensionType**//**: **BaseDimensionType is an abstract base type which defines the basic structure of all [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]].
2168
2169 Derivation:
2170 //com:AnnotableType// (extension)
2171 //IdentifiableType// (restriction)
2172 //ComponentBaseType// (extension)
2173 //ComponentType// (restriction)
2174 //BaseDimensionBaseType// (extension)
2175 //BaseDimensionType//
2176
2177 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2178 id?, urn?, uri?, position?, type?
2179
2180 Content:
2181 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ConceptIdentity, LocalRepresentation?, ConceptRole*
2182
2183 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2184
2185 |**Name**|**Type**|**Documentation**
2186 |id|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
2187 |urn|xs:anyURI|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).
2188 |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.
2189 |position|xs:int|The position [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the position of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. It is optional an the position of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in the key descriptor (DimensionList element) always takes precedence over the value supplied here. This is strictly for informational purposes only.
2190 |type|com: DimensionTypeType|The type [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] identifies whether then [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] is a [[measure>>doc:sdmx:Glossary.Measure.WebHome]] [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], or a regular [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. Although these are all apparent by the element names, this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] allows for each [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] to be processed independent of its element as well as maintaining the restriction of only one [[measure>>doc:sdmx:Glossary.Measure.WebHome]] and time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] while still allowing [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] to occur in any order.
2191
2192 Element Documentation:
2193
2194 |**Name**|**Type**|**Documentation**
2195 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2196 |ConceptIdentity|com: ConceptReferenceType|ConceptIdentity allows for the referencing of a (% style="color:#e74c3c" %)concept(%%) in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%). Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%) with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the (% style="color:#e74c3c" %)concept(%%), that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a (% style="color:#e74c3c" %)concept(%%) role, it is implied that the (% style="color:#e74c3c" %)concept(%%) which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
2197 |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.
2198 |ConceptRole|com: ConceptReferenceType|ConceptRole references (% style="color:#e74c3c" %)concepts(%%) which define roles which this [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] serves. If the (% style="color:#e74c3c" %)concept(%%) from which the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] takes its identity also defines a role the (% style="color:#e74c3c" %)concept(%%) serves, then the isConceptRole indicator can be set to true on the (% style="color:#e74c3c" %)concept(%%) identity rather than repeating the reference here.
2199
2200 **DimensionType: **DimensionType describes the structure of an ordinary [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], which is defined as a statistical (% style="color:#e74c3c" %)concept(%%) used (most probably together with other statistical (% style="color:#e74c3c" %)concepts(%%)) to identify a statistical series, such as a time series, e.g. a statistical (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concept(%%).
2201
2202 Derivation:
2203 //com:AnnotableType// (extension)
2204 //IdentifiableType// (restriction)
2205 //ComponentBaseType// (extension)
2206 //ComponentType// (restriction)
2207 //BaseDimensionBaseType// (extension)
2208 //BaseDimensionType// (restriction)
2209 DimensionType
2210
2211 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2212 id?, urn?, uri?, position?, type?
2213
2214 Content:
2215 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ConceptIdentity, LocalRepresentation?, ConceptRole*
2216
2217 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2218
2219 |**Name**|**Type**|**Documentation**
2220 |id|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
2221 |urn|xs:anyURI|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).
2222 |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.
2223 |position|xs:int|The position [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the position of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. It is optional an the position of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in the key descriptor (DimensionList element) always takes precedence over the value supplied here. This is strictly for informational purposes only.
2224 |type (fixed: [[Dimension>>doc:sdmx:Glossary.Dimension.WebHome]])|com: DimensionTypeType|The type [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] identifies whether then [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] is a [[measure>>doc:sdmx:Glossary.Measure.WebHome]] [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], or a regular [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. Although these are all apparent by the element names, this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] allows for each [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] to be processed independent of its element as well as maintaining the restriction of only one [[measure>>doc:sdmx:Glossary.Measure.WebHome]] and time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] while still allowing [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] to occur in any order.
2225
2226 Element Documentation:
2227
2228 |**Name**|**Type**|**Documentation**
2229 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2230 |ConceptIdentity|com: ConceptReferenceType|ConceptIdentity allows for the referencing of a (% style="color:#e74c3c" %)concept(%%) in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%). Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%) with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the (% style="color:#e74c3c" %)concept(%%), that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a (% style="color:#e74c3c" %)concept(%%) role, it is implied that the (% style="color:#e74c3c" %)concept(%%) which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
2231 |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.
2232 |ConceptRole|com: ConceptReferenceType|ConceptRole references (% style="color:#e74c3c" %)concepts(%%) which define roles which this [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] serves. If the (% style="color:#e74c3c" %)concept(%%) from which the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] takes its identity also defines a role the (% style="color:#e74c3c" %)concept(%%) serves, then the isConceptRole indicator can be set to true on the (% style="color:#e74c3c" %)concept(%%) identity rather than repeating the reference here.
2233
2234 **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 (% style="color:#e74c3c" %)concept(%%) identity (usually the TIME_PERIOD (% style="color:#e74c3c" %)concept(%%)), yet is always has a fixed identifier (TIME_PERIOD). The time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] 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]] (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]] value set. For example, it is possible to state that the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] might always be a calendar year. See the enumerations of the textType [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] in the LocalRepresentation/TextFormat for more details of the possible sub-sets. It is also possible to [[facet>>doc:sdmx:Glossary.Facet.WebHome]] this [[representation>>doc:sdmx:Glossary.Representation.WebHome]] with start and end dates. The purpose of such facts is to restrict the value of the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] to occur within the specified range. If the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] 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]] also be included in the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. When the reporting year start day [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] 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]]. If the reporting year start day [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] 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.
2235
2236 Derivation:
2237 //com:AnnotableType// (extension)
2238 //IdentifiableType// (restriction)
2239 //ComponentBaseType// (extension)
2240 //ComponentType// (restriction)
2241 //BaseDimensionBaseType// (extension)
2242 //BaseDimensionType// (restriction)
2243 TimeDimensionType
2244
2245 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2246 id?, urn?, uri?, position?, type?
2247
2248 Content:
2249 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ConceptIdentity, LocalRepresentation
2250
2251 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2252
2253 |**Name**|**Type**|**Documentation**
2254 |id (fixed: TIME_PERIOD)|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
2255 |urn|xs:anyURI|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).
2256 |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.
2257 |position|xs:int|The position [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the position of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. It is optional an the position of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in the key descriptor (DimensionList element) always takes precedence over the value supplied here. This is strictly for informational purposes only.
2258 |type (fixed: TimeDimension)|com: DimensionTypeType|The type [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] identifies whether then [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] is a [[measure>>doc:sdmx:Glossary.Measure.WebHome]] [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], or a regular [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. Although these are all apparent by the element names, this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] allows for each [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] to be processed independent of its element as well as maintaining the restriction of only one [[measure>>doc:sdmx:Glossary.Measure.WebHome]] and time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] while still allowing [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] to occur in any order.
2259
2260 Element Documentation:
2261
2262 |**Name**|**Type**|**Documentation**
2263 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2264 |ConceptIdentity|com: ConceptReferenceType|ConceptIdentity allows for the referencing of a (% style="color:#e74c3c" %)concept(%%) in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%). Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%) with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the (% style="color:#e74c3c" %)concept(%%), that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a (% style="color:#e74c3c" %)concept(%%) role, it is implied that the (% style="color:#e74c3c" %)concept(%%) which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
2265 |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.
2266
2267 **MeasureDimensionType: **MeasureDimensionType defines the structure of the [[measure>>doc:sdmx:Glossary.Measure.WebHome]] [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. It is derived from the base [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] structure, but requires that a coded [[representation>>doc:sdmx:Glossary.Representation.WebHome]] taken from a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]] is given.
2268
2269 Derivation:
2270 //com:AnnotableType// (extension)
2271 //IdentifiableType// (restriction)
2272 //ComponentBaseType// (extension)
2273 //ComponentType// (restriction)
2274 //BaseDimensionBaseType// (extension)
2275 //BaseDimensionType// (restriction)
2276 MeasureDimensionType
2277
2278 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2279 id?, urn?, uri?, position?, type?
2280
2281 Content:
2282 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ConceptIdentity, LocalRepresentation, ConceptRole*
2283
2284 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2285
2286 |**Name**|**Type**|**Documentation**
2287 |id|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
2288 |urn|xs:anyURI|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).
2289 |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.
2290 |position|xs:int|The position [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the position of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in the [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]]. It is optional an the position of the [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in the key descriptor (DimensionList element) always takes precedence over the value supplied here. This is strictly for informational purposes only.
2291 |type (fixed: MeasureDimension)|com: DimensionTypeType|The type [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] identifies whether then [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] is a [[measure>>doc:sdmx:Glossary.Measure.WebHome]] [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], or a regular [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. Although these are all apparent by the element names, this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] allows for each [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] to be processed independent of its element as well as maintaining the restriction of only one [[measure>>doc:sdmx:Glossary.Measure.WebHome]] and time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] while still allowing [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] to occur in any order.
2292
2293 Element Documentation:
2294
2295 |**Name**|**Type**|**Documentation**
2296 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2297 |ConceptIdentity|com: ConceptReferenceType|ConceptIdentity allows for the referencing of a (% style="color:#e74c3c" %)concept(%%) in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%). Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%) with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the (% style="color:#e74c3c" %)concept(%%), that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a (% style="color:#e74c3c" %)concept(%%) role, it is implied that the (% style="color:#e74c3c" %)concept(%%) which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
2298 |LocalRepresentation|MeasureDimensionRepresentationType|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.
2299 |ConceptRole|com: ConceptReferenceType|ConceptRole references (% style="color:#e74c3c" %)concepts(%%) which define roles which this [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] serves. If the (% style="color:#e74c3c" %)concept(%%) from which the [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] takes its identity also defines a role the (% style="color:#e74c3c" %)concept(%%) serves, then the isConceptRole indicator can be set to true on the (% style="color:#e74c3c" %)concept(%%) identity rather than repeating the reference here.
2300
2301 //**GroupBaseType**//**: **GroupBaseType is an abstract base type that forms the basis for the GroupType.
2302
2303 Derivation:
2304 //com:AnnotableType// (extension)
2305 //IdentifiableType// (extension)
2306 //ComponentListType// (restriction)
2307 //GroupBaseType//
2308
2309 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2310 id, urn?, uri?
2311
2312 Content:
2313 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?
2314
2315 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2316
2317 |**Name**|**Type**|**Documentation**
2318 |id|com:IDType|The id is the identifier for the object.
2319 |urn|xs:anyURI|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).
2320 |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.
2321
2322 Element Documentation:
2323
2324 |**Name**|**Type**|**Documentation**
2325 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2326
2327 **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.
2328
2329 Derivation:
2330 //com:AnnotableType// (extension)
2331 //IdentifiableType// (extension)
2332 //ComponentListType// (restriction)
2333 //GroupBaseType// (extension)
2334 GroupType
2335
2336 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2337 id, urn?, uri?
2338
2339 Content:
2340 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, (GroupDimension+ | AttachmentConstraint)
2341
2342 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2343
2344 |**Name**|**Type**|**Documentation**
2345 |id|com:IDType|The id is the identifier for the object.
2346 |urn|xs:anyURI|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).
2347 |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.
2348
2349 Element Documentation:
2350
2351 |**Name**|**Type**|**Documentation**
2352 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2353 |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 (% style="color:#e74c3c" %)concept(%%).
2354 |AttachmentConstraint|com: AttachmentConstraintReferenceType|AttachmentConstraint references an attachment (% style="color:#e74c3c" %)constraint(%%) that defines the key sets and/or cube regions that [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] may be attached to. This is an alternative to referencing the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]], and allows [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] to be attached to data for given values of [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]].
2355
2356 //**GroupDimensionBaseType**//**: **GroupDimensionBaseType is an abstract base type which refines the base ComponentType in order to form the basis for the GroupDimensionType.
2357
2358 Derivation:
2359 //com:AnnotableType// (extension)
2360 //IdentifiableType// (restriction)
2361 //ComponentBaseType// (extension)
2362 //ComponentType// (restriction)
2363 //GroupDimensionBaseType//
2364
2365 Content:
2366 {Empty}
2367
2368 **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, (% style="color:#e74c3c" %)concept(%%) 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]].
2369
2370 Derivation:
2371 //com:AnnotableType// (extension)
2372 //IdentifiableType// (restriction)
2373 //ComponentBaseType// (extension)
2374 //ComponentType// (restriction)
2375 //GroupDimensionBaseType// (extension)
2376 GroupDimensionType
2377
2378 Content:
2379 DimensionReference
2380
2381 Element Documentation:
2382
2383 |**Name**|**Type**|**Documentation**
2384 |DimensionReference|com: LocalDimensionReferenceType|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.
2385
2386 **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]]. Only a primary may be defined.
2387
2388 Derivation:
2389 //com:AnnotableType// (extension)
2390 //IdentifiableType// (extension)
2391 //ComponentListType// (restriction)
2392 MeasureListType
2393
2394 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2395 id?, urn?, uri?
2396
2397 Content:
2398 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, PrimaryMeasure
2399
2400 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2401
2402 |**Name**|**Type**|**Documentation**
2403 |id (fixed: MeasureDescriptor)|com:IDType|The id is the identifier for the object.
2404 |urn|xs:anyURI|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).
2405 |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.
2406
2407 Element Documentation:
2408
2409 |**Name**|**Type**|**Documentation**
2410 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2411 |PrimaryMeasure|PrimaryMeasureType|PrimaryMeasure defines the structure of the primary [[measure>>doc:sdmx:Glossary.Measure.WebHome]], which is the (% style="color:#e74c3c" %)concept(%%) that is the value of the phenomenon to be measured in a [[data set>>doc:sdmx:Glossary.Data set.WebHome]]. Although this may take its semantic from any (% style="color:#e74c3c" %)concept(%%), this is provided a fixed identifier (OBS_VALUE) so that it may be easily distinguished in data messages.
2412
2413 **PrimaryMeasureType: **PrimaryMeasureType describes the structure of the primary [[measure>>doc:sdmx:Glossary.Measure.WebHome]]. It describes the [[observation values>>doc:sdmx:Glossary.Observation value.WebHome]] for all presentations of the data. The primary [[measure>>doc:sdmx:Glossary.Measure.WebHome]] takes its semantic, and in some cases it [[representation>>doc:sdmx:Glossary.Representation.WebHome]], from its (% style="color:#e74c3c" %)concept(%%) identity (conventionally the OBS_VALUE (% style="color:#e74c3c" %)concept(%%)). The primary [[measure>>doc:sdmx:Glossary.Measure.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 primary [[measure>>doc:sdmx:Glossary.Measure.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 primary [[measure>>doc:sdmx:Glossary.Measure.WebHome]] may take these from the referenced (% style="color:#e74c3c" %)concept(%%). Note that if the data structure declares a [[measure>>doc:sdmx:Glossary.Measure.WebHome]] [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]], the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of this must be a superset of all possible [[measure>>doc:sdmx:Glossary.Measure.WebHome]] (% style="color:#e74c3c" %)concept(%%) [[representations>>doc:sdmx:Glossary.Representation.WebHome]].
2414
2415 Derivation:
2416 //com:AnnotableType// (extension)
2417 //IdentifiableType// (restriction)
2418 //ComponentBaseType// (extension)
2419 //ComponentType// (restriction)
2420 PrimaryMeasureType
2421
2422 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2423 id?, urn?, uri?
2424
2425 Content:
2426 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ConceptIdentity, LocalRepresentation?
2427
2428 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2429
2430 |**Name**|**Type**|**Documentation**
2431 |id (fixed: OBS_VALUE)|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
2432 |urn|xs:anyURI|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).
2433 |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.
2434
2435 Element Documentation:
2436
2437 |**Name**|**Type**|**Documentation**
2438 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2439 |ConceptIdentity|com: ConceptReferenceType|ConceptIdentity allows for the referencing of a (% style="color:#e74c3c" %)concept(%%) in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%). Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%) with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the (% style="color:#e74c3c" %)concept(%%), that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a (% style="color:#e74c3c" %)concept(%%) role, it is implied that the (% style="color:#e74c3c" %)concept(%%) which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
2440 |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.
2441
2442 //**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]].
2443
2444 Derivation:
2445 //RepresentationType// (restriction)
2446 //DataStructureRepresentationType//
2447
2448 Content:
2449 (TextFormat | (Enumeration, EnumerationFormat?))
2450
2451 Element Documentation:
2452
2453 |**Name**|(% style="width:319px" %)**Type**|(% style="width:1094px" %)**Documentation**
2454 |TextFormat|(% style="width:319px" %)SimpleComponentTextF ormatType|(% style="width:1094px" %)TextFormat describes an uncoded textual format.
2455 |Enumeration|(% style="width:319px" %)//com: ItemSchemeReferenceBaseType//|(% style="width:1094px" %)Enumeration references an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] that enumerates the allowable values for this [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
2456 |EnumerationFormat|(% style="width:319px" %)CodededTextFormatType|(% style="width:1094px" %)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.
2457
2458 **SimpleDataStructureRepresentationType: **SimpleDataStructureRepresentationType defines the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] for any non-[[measure>>doc:sdmx:Glossary.Measure.WebHome]] and non-time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] [[data structure definition>>doc:sdmx:Glossary.Data structure definition.WebHome]] [[component>>doc:sdmx:Glossary.Component.WebHome]].
2459
2460 Derivation:
2461 //RepresentationType// (restriction)
2462 //DataStructureRepresentationType// (restriction)
2463 SimpleDataStructureRepresentationType
2464
2465 Content:
2466 (TextFormat | (Enumeration, EnumerationFormat?))
2467
2468 Element Documentation:
2469
2470 |**Name**|**Type**|**Documentation**
2471 |TextFormat|SimpleComponentTextFormatType|TextFormat describes an uncoded textual format.
2472 |Enumeration|com: CodelistReferenceType|Enumeration references an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] that enumerates the allowable values for this [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
2473 |EnumerationFormat|CodededTextFormatType|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.
2474
2475 **MeasureDimensionRepresentationType: **BaseDimensionRepresentationType is an abstract base which defines the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] for a [[measure>>doc:sdmx:Glossary.Measure.WebHome]] [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]].
2476
2477 Derivation:
2478 //RepresentationType// (restriction)
2479 //DataStructureRepresentationType// (restriction)
2480 MeasureDimensionRepresentationType
2481
2482 Content:
2483 Enumeration
2484
2485 Element Documentation:
2486
2487 |**Name**|**Type**|**Documentation**
2488 |Enumeration|com: ConceptSchemeReferenceType|Enumeration references an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] that enumerates the allowable values for this [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
2489
2490 **TimeDimensionRepresentationType: **TimeDimensionRepresentationType defines the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] for the time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. Enumerated values are not allowed.
2491
2492 Derivation:
2493 //RepresentationType// (restriction)
2494 //DataStructureRepresentationType// (restriction)
2495 SimpleDataStructureRepresentationType (restriction)
2496 TimeDimensionRepresentationType
2497
2498 Content:
2499 TextFormat
2500
2501 Element Documentation:
2502
2503 |**Name**|**Type**|**Documentation**
2504 |TextFormat|TimeTextFormatType|TextFormat describes an uncoded textual format.
2505
2506 **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 key family definition must be provided.
2507
2508 Derivation:
2509 //com:AnnotableType// (extension)
2510 //IdentifiableType// (extension)
2511 //NameableType// (extension)
2512 //VersionableType// (restriction)
2513 //MaintainableBaseType// (extension)
2514 //MaintainableType// (extension)
2515 //StructureUsageType// (restriction)
2516 DataflowType
2517
2518 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2519 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
2520
2521 Content:
2522 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Structure?
2523
2524 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2525
2526 |**Name**|**Type**|**Documentation**
2527 |id|com:IDType|The id is the identifier for the object.
2528 |urn|xs:anyURI|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).
2529 |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.
2530 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
2531 |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(%%).
2532 |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(%%).
2533 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
2534 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
2535 |[[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.
2536 |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.
2537 |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.
2538
2539 Element Documentation:
2540
2541 |**Name**|**Type**|**Documentation**
2542 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2543 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2544 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2545 |Structure|com: 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.
2546
2547 //**HierarchicalCodelistBaseType**//**: **HierarchicalCodelistBaseType is an abstract base class that is the basis for the HierarchicalCodelistType. It requires that a name be supplied.
2548
2549 Derivation:
2550 //com:AnnotableType// (extension)
2551 //IdentifiableType// (extension)
2552 //NameableType// (extension)
2553 //VersionableType// (restriction)
2554 //MaintainableBaseType// (extension)
2555 //MaintainableType// (restriction)
2556 //HierarchicalCodelistBaseType//
2557
2558 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2559 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
2560
2561 Content:
2562 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
2563
2564 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2565
2566 |**Name**|**Type**|**Documentation**
2567 |id|com:IDType|The id is the identifier for the object.
2568 |urn|xs:anyURI|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).
2569 |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.
2570 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
2571 |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(%%).
2572 |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(%%).
2573 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
2574 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
2575 |[[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.
2576 |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.
2577 |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.
2578
2579 Element Documentation:
2580
2581 |**Name**|**Type**|**Documentation**
2582 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2583 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2584 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2585
2586 **HierarchicalCodelistType: **HierarchicalCodelistType 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, as defined by one or more [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] of the list.
2587
2588 Derivation:
2589 //com:AnnotableType// (extension)
2590 //IdentifiableType// (extension)
2591 //NameableType// (extension)
2592 //VersionableType// (restriction)
2593 //MaintainableBaseType// (extension)
2594 //MaintainableType// (restriction)
2595 //HierarchicalCodelistBaseType// (extension)
2596 HierarchicalCodelistType
2597
2598 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2599 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
2600
2601 Content:
2602 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, IncludedCodelist*, [[Hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]]*
2603
2604 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2605
2606 |**Name**|**Type**|**Documentation**
2607 |id|com:IDType|The id is the identifier for the object.
2608 |urn|xs:anyURI|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).
2609 |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.
2610 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
2611 |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(%%).
2612 |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(%%).
2613 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
2614 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
2615 |[[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.
2616 |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.
2617 |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.
2618
2619 Element Documentation:
2620
2621 |**Name**|**Type**|**Documentation**
2622 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2623 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2624 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2625 |IncludedCodelist|IncludedCodelistReferenceType|IndludedCodelist provides a collection of references to the [[code lists>>doc:sdmx:Glossary.Code list.WebHome]] whose [[codes>>doc:sdmx:Glossary.Code.WebHome]] are arranged in this [[hierarchical code list>>doc:sdmx:Glossary.Hierarchical code list.WebHome]].
2626 |[[Hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]]|HierarchyType|[[Hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] describes a classification structure arranged in (% style="color:#e74c3c" %)levels(%%) of detail from the broadest to the most detailed (% style="color:#e74c3c" %)level(%%). These (% style="color:#e74c3c" %)levels(%%) can be formal or informal, and are not necessary to describe. If the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] does contain (% style="color:#e74c3c" %)levels(%%), then each [[hierarchical code>>doc:sdmx:Glossary.Hierarchical code.WebHome]] is assumed to exist in the (% style="color:#e74c3c" %)level(%%) where the depths of nesting match.
2627
2628 //**HierarchyBaseType**//**: **HierarchyBaseType is an abstract base type that serves as the basis for the HierarchyType. It requires a name and id be provided.
2629
2630 Derivation:
2631 //com:AnnotableType// (extension)
2632 //IdentifiableType// (extension)
2633 //NameableType// (restriction)
2634 //HierarchyBaseType//
2635
2636 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2637 id, urn?, uri?
2638
2639 Content:
2640 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
2641
2642 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2643
2644 |**Name**|**Type**|**Documentation**
2645 |id|com:IDType|The id is the identifier for the object.
2646 |urn|xs:anyURI|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).
2647 |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.
2648
2649 Element Documentation:
2650
2651 |**Name**|**Type**|**Documentation**
2652 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2653 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2654 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2655
2656 **HierarchyType: **The [[Hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] is an abstract type that provides for a classification structure of referenced [[codes>>doc:sdmx:Glossary.Code.WebHome]] arranged in (% style="color:#e74c3c" %)levels(%%) of detail from the broadest to the most detailed (% style="color:#e74c3c" %)level(%%). The (% style="color:#e74c3c" %)levels(%%) in which the [[code>>doc:sdmx:Glossary.Code.WebHome]] exist can be formal or informal.
2657
2658 Derivation:
2659 //com:AnnotableType// (extension)
2660 //IdentifiableType// (extension)
2661 //NameableType// (restriction)
2662 //HierarchyBaseType// (extension)
2663 HierarchyType
2664
2665 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2666 id, urn?, uri?, (% style="color:#e74c3c" %)leveled(%%)?
2667
2668 Content:
2669 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, HierarchicalCode+, (% style="color:#e74c3c" %)Level(%%)?
2670
2671 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2672
2673 |**Name**|**Type**|**Documentation**
2674 |id|com:IDType|The id is the identifier for the object.
2675 |urn|xs:anyURI|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).
2676 |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.
2677 |(%%)(% style="color:#e74c3c" %)leveled(%%) (default: false)|xs:boolean|The (% style="color:#e74c3c" %)leveled(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates that the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] has formal (% style="color:#e74c3c" %)levels(%%). In this case, every [[code>>doc:sdmx:Glossary.Code.WebHome]] should have a (% style="color:#e74c3c" %)level(%%) associated with it.
2678
2679 Element Documentation:
2680
2681 |**Name**|**Type**|**Documentation**
2682 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2683 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2684 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2685 |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]].
2686 |(%%)(% style="color:#e74c3c" %)Level|LevelType|In a formally (% style="color:#e74c3c" %)leveled(%%) [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]], (% style="color:#e74c3c" %)Level(%%) 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 (% style="color:#e74c3c" %)level(%%) of the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]]. In a value based [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] (% style="color:#e74c3c" %)Level(%%) describes information about the [[codes>>doc:sdmx:Glossary.Code.WebHome]] at the specified nesting (% style="color:#e74c3c" %)level(%%). This structure is recursive to indicate the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] of the (% style="color:#e74c3c" %)levels(%%).
2687
2688 //**HierarchicalCodeBaseType**//**: **HierarchicalCodeBaseType is an abstract base type the creates the basis for the HierarchicalCodeType. It removes the urn and uri.
2689
2690 Derivation:
2691 //com:AnnotableType// (extension)
2692 //IdentifiableType// (restriction)
2693 //HierarchicalCodeBaseType//
2694
2695 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2696 id, urn?, uri?
2697
2698 Content:
2699 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?
2700
2701 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2702
2703 |**Name**|**Type**|**Documentation**
2704 |id|com: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 (% style="color:#e74c3c" %)map(%%) the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] against external structures.
2705 |urn|xs:anyURI|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).
2706 |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.
2707
2708 Element Documentation:
2709
2710 |**Name**|**Type**|**Documentation**
2711 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2712
2713 **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, or a local reference which utilizes the included [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] reference alias and the identification of a [[code>>doc:sdmx:Glossary.Code.WebHome]] from the list. [[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 (% style="color:#e74c3c" %)leveled(%%) one.
2714
2715 Derivation:
2716 //com:AnnotableType// (extension)
2717 //IdentifiableType// (restriction)
2718 //HierarchicalCodeBaseType// (extension)
2719 HierarchicalCodeType
2720
2721 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2722 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?
2723
2724 Content:
2725 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ([[Code>>doc:sdmx:Glossary.Code.WebHome]] | (CodelistAliasRef, CodeID)), HierarchicalCode*, (% style="color:#e74c3c" %)Level(%%)?
2726
2727 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2728
2729 |**Name**|**Type**|**Documentation**
2730 |id|com: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 (% style="color:#e74c3c" %)map(%%) the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] against external structures.
2731 |urn|xs:anyURI|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).
2732 |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.
2733 |(%%)(% style="color:#e74c3c" %)version|com:VersionType|The (% style="color:#e74c3c" %)version(%%) attriubte contains a (% style="color:#e74c3c" %)version(%%) number for the [[hierarchical code>>doc:sdmx:Glossary.Hierarchical code.WebHome]]. A [[hierarchical code>>doc:sdmx:Glossary.Hierarchical code.WebHome]] is not formally versionable, therefore each [[code>>doc:sdmx:Glossary.Code.WebHome]] must have a unique identifier. The (% style="color:#e74c3c" %)version(%%) supplied here is for informational purposes only and is not used to uniquely identity the [[code>>doc:sdmx:Glossary.Code.WebHome]].
2734 |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.
2735 |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.
2736
2737 Element Documentation:
2738
2739 |**Name**|**Type**|**Documentation**
2740 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2741 |[[Code>>doc:sdmx:Glossary.Code.WebHome]]|com: 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]].
2742 |CodelistAliasRef|com:IDType|CodelistAliasRef references an alias assigned in a IncludedCodelistReference element in the containing hierarchical [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. This is used in conjunction with the CodeID element to reference a [[code>>doc:sdmx:Glossary.Code.WebHome]] from one of the included codelists.
2743 |CodeID|com: LocalCodeReferenceTy pe|CodeID references the id of a [[code>>doc:sdmx:Glossary.Code.WebHome]] from the [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] that is referenced through the CodelistAliaRef element.
2744 |HierarchicalCode|HierarchicalCodeType|HierarchicalCode is used to nest referenced [[codes>>doc:sdmx:Glossary.Code.WebHome]] into a value based [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]].
2745 |(%%)(% style="color:#e74c3c" %)Level|com: LocalLevelReferenceType|(%%)(% style="color:#e74c3c" %)Level(%%) references a formal (% style="color:#e74c3c" %)level(%%) 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 (% style="color:#e74c3c" %)level(%%) to which it belongs (i.e. the hieararchical [[code>>doc:sdmx:Glossary.Code.WebHome]] is to skip down a (% style="color:#e74c3c" %)level(%%)). Otherwise, the [[code>>doc:sdmx:Glossary.Code.WebHome]] is assumed to exist at the (% style="color:#e74c3c" %)level(%%) in which the nesting depth of the (% style="color:#e74c3c" %)level(%%) matches the nesting depth of the [[code>>doc:sdmx:Glossary.Code.WebHome]].
2746
2747 //**LevelBaseType**//**: **LevelBaseType is an abstract base type that makes up the basis for the LevelType. It requires a name and id.
2748
2749 Derivation:
2750 //com:AnnotableType// (extension)
2751 //IdentifiableType// (extension)
2752 //NameableType// (restriction)
2753 //LevelBaseType//
2754
2755 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2756 id, urn?, uri?
2757
2758 Content:
2759 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
2760
2761 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2762
2763 |**Name**|**Type**|**Documentation**
2764 |id|com:IDType|The id is the identifier for the object.
2765 |urn|xs:anyURI|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).
2766 |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.
2767
2768 Element Documentation:
2769
2770 |**Name**|**Type**|**Documentation**
2771 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2772 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2773 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2774
2775 **LevelType: **LevelType describes a (% style="color:#e74c3c" %)level(%%) in a hierarchical [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. Where (% style="color:#e74c3c" %)level(%%) 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 (% style="color:#e74c3c" %)level(%%) of the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]].
2776
2777 Derivation:
2778 //com:AnnotableType// (extension)
2779 //IdentifiableType// (extension)
2780 //NameableType// (restriction)
2781 //LevelBaseType// (extension)
2782 LevelType
2783
2784 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2785 id, urn?, uri?
2786
2787 Content:
2788 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, CodingFormat?, (% style="color:#e74c3c" %)Level(%%)?
2789
2790 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2791
2792 |**Name**|**Type**|**Documentation**
2793 |id|com:IDType|The id is the identifier for the object.
2794 |urn|xs:anyURI|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).
2795 |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.
2796
2797 Element Documentation:
2798
2799 |**Name**|**Type**|**Documentation**
2800 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2801 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2802 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2803 |CodingFormat|CodingTextFormatType|CodingFormat specifies the text formatting of the [[codes>>doc:sdmx:Glossary.Code.WebHome]] in this (% style="color:#e74c3c" %)level(%%). This includes [[facets>>doc:sdmx:Glossary.Facet.WebHome]] such as the expected characters and the length of the [[codes>>doc:sdmx:Glossary.Code.WebHome]].
2804 |(%%)(% style="color:#e74c3c" %)Level|LevelType|(%%)(% style="color:#e74c3c" %)Level(%%) describes the next (% style="color:#e74c3c" %)level(%%) down in the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]].
2805
2806 **IncludedCodelistReferenceType: **IncludedCodelistReferenceType provides the structure for a referencing a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] and optionally providing a local alias identification for this reference.
2807
2808 Derivation:
2809 //com:ReferenceType// (restriction)
2810 //com:MaintainableReferenceBaseType// (restriction)
2811 //com:ItemSchemeReferenceBaseType// (restriction)
2812 com:CodelistReferenceType (extension)
2813 IncludedCodelistReferenceType
2814
2815 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2816 alias?
2817
2818 Content:
2819 ( (Ref, URN?) | URN)
2820
2821 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2822
2823 |**Name**|**Type**|**Documentation**
2824 |alias|com:IDType|The alias [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used to carry the identifier for the referenced [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], so that [[codes>>doc:sdmx:Glossary.Code.WebHome]] from that list can be easily referenced by the [[hierarchical codes>>doc:sdmx:Glossary.Hierarchical code.WebHome]] contained in the parent [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]], without having to repeat the reference to the [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] itself. The alias [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] must be unique within the parent hierarchical [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
2825
2826 Element Documentation:
2827
2828 |**Name**|**Type**|**Documentation**
2829 |Ref|com:CodelistRefType|Ref is used to provide a complete set of reference fields. Derived reference types will restrict the RefType so that the content of the Ref element requires exactly what is needed for a complete reference.
2830 |URN|xs:anyURI|URN is used to hold the URN of the referenced object. This must be the same URN that would be constructed from the individual fields in the Ref element.
2831 |URN|xs:anyURI|URN is used to hold the URN of the referenced object. This must be the same URN that would be constructed from the individual fields in the Ref element.
2832
2833 **CodingTextFormatType:**
2834
2835 Derivation:
2836 TextFormatType (restriction)
2837 BasicComponentTextFormatType (restriction)
2838 SimpleComponentTextFormatType (restriction)
2839 CodingTextFormatType
2840
2841 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2842 textType?, isSequence?, interval?, startValue?, endValue?, minLength?, maxLength?, minValue?, maxValue?, pattern?
2843
2844 Content:
2845 {Empty}
2846
2847 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2848
2849 |**Name**|**Type**|**Documentation**
2850 |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 (% style="color:#e74c3c" %)constraints(%%) of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
2851 |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.
2852 |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.
2853 |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.
2854 |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.
2855 |minLength|xs:positiveInteger|The minLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the minimum and length of the value in characters.
2856 |maxLength|xs:positiveInteger|The maxLength [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] specifies the maximum length of the value in characters.
2857 |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.
2858 |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.
2859 |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.
2860
2861 **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
2862
2863 Derivation:
2864 //com:AnnotableType// (extension)
2865 //IdentifiableType// (extension)
2866 //NameableType// (extension)
2867 //VersionableType// (restriction)
2868 //MaintainableBaseType// (extension)
2869 //MaintainableType// (extension)
2870 //StructureUsageType// (restriction)
2871 MetadataflowType
2872
2873 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2874 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
2875
2876 Content:
2877 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Structure?
2878
2879 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2880
2881 |**Name**|**Type**|**Documentation**
2882 |id|com:IDType|The id is the identifier for the object.
2883 |urn|xs:anyURI|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).
2884 |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.
2885 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
2886 |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(%%).
2887 |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(%%).
2888 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
2889 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
2890 |[[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.
2891 |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.
2892 |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.
2893
2894 Element Documentation:
2895
2896 |**Name**|**Type**|**Documentation**
2897 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2898 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2899 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2900 |Structure|com: 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.
2901
2902 **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 (% style="color:#e74c3c" %)concepts(%%), their structure and usage when used to collect or disseminate [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]].
2903
2904 Derivation:
2905 //com:AnnotableType// (extension)
2906 //IdentifiableType// (extension)
2907 //NameableType// (extension)
2908 //VersionableType// (restriction)
2909 //MaintainableBaseType// (extension)
2910 //MaintainableType// (extension)
2911 //StructureType// (restriction)
2912 MetadataStructureType
2913
2914 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2915 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
2916
2917 Content:
2918 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, MetadataStructureComponents?
2919
2920 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2921
2922 |**Name**|**Type**|**Documentation**
2923 |id|com:IDType|The id is the identifier for the object.
2924 |urn|xs:anyURI|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).
2925 |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.
2926 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
2927 |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(%%).
2928 |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(%%).
2929 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
2930 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
2931 |[[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.
2932 |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.
2933 |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.
2934
2935 Element Documentation:
2936
2937 |**Name**|**Type**|**Documentation**
2938 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2939 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
2940 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
2941 |MetadataStructureCom ponents|MetadataStructureComponentsType|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]]. All [[components>>doc:sdmx:Glossary.Component.WebHome]] and [[component>>doc:sdmx:Glossary.Component.WebHome]] list (target identifiers, identifier [[components>>doc:sdmx:Glossary.Component.WebHome]], report structures, and metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]]) in the structure definition must have a unique identification.
2942
2943 **MetadataStructureComponentsBaseType: **MetadataStructureComponentsBaseType is an abstract base type that forms the basis for the MetadataStructureComponentsType.
2944
2945 Derivation:
2946 //GroupingType// (restriction)
2947 MetadataStructureComponentsBaseType
2948
2949 Content:
2950 {Empty}
2951
2952 **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]]. At a minimum, a full target identifier and at least one report structure must be defined.
2953
2954 Derivation:
2955 //GroupingType// (restriction)
2956 MetadataStructureComponentsBaseType (extension)
2957 MetadataStructureComponentsType
2958
2959 Content:
2960 MetadataTarget+, ReportStructure+
2961
2962 Element Documentation:
2963
2964 |**Name**|**Type**|**Documentation**
2965 |MetadataTarget|MetadataTargetType|MetadataTarget is a collection of target objects which when taken together describe a structure which defines the key of an object type to which metadata may be attached and serve to disambiguate [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] set reports.
2966 |ReportStructure|ReportStructureType|ReportStructure defines a report structure, which comprises a 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 (% style="color:#e74c3c" %)level(%%) of the report structure. Although there are XML schema (% style="color:#e74c3c" %)constraints(%%) to help enforce this, these only apply to explicitly assigned identifiers. Identifiers inherited from a (% style="color:#e74c3c" %)concept(%%) from which a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] takes its identity cannot be validated against this (% style="color:#e74c3c" %)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.
2967
2968 //**MetadataTargetBaseType**//**: **MetadataTargetBaseType is an abstract base type which forms the basis for the MetadataTargetType.
2969
2970 Derivation:
2971 //com:AnnotableType// (extension)
2972 //IdentifiableType// (extension)
2973 //ComponentListType// (restriction)
2974 //MetadataTargetBaseType//
2975
2976 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
2977 id, urn?, uri?
2978
2979 Content:
2980 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?
2981
2982 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
2983
2984 |**Name**|**Type**|**Documentation**
2985 |id|com:IDType|The id is the identifier for the object.
2986 |urn|xs:anyURI|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).
2987 |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.
2988
2989 Element Documentation:
2990
2991 |**Name**|**Type**|**Documentation**
2992 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
2993
2994 **MetadataTargetType:**
2995
2996 Derivation:
2997 //com:AnnotableType// (extension)
2998 //IdentifiableType// (extension)
2999 //ComponentListType// (restriction)
3000 //MetadataTargetBaseType// (extension)
3001 MetadataTargetType
3002
3003 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3004 id, urn?, uri?
3005
3006 Content:
3007 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, (KeyDescriptorValuesTarget | DataSetTarget | ConstraintContentTarget | ReportPeriodTarget | IdentifiableObjectTarget)+
3008
3009 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3010
3011 |**Name**|**Type**|**Documentation**
3012 |id|com:IDType|The id is the identifier for the object.
3013 |urn|xs:anyURI|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).
3014 |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.
3015
3016 Element Documentation:
3017
3018 |**Name**|**Type**|**Documentation**
3019 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3020 |KeyDescriptorValuesT arget|KeyDescriptorValuesTargetType|KeyDescriptorValuesTarget is target object which references a data key for the purpose of attach [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] to portions of data. A data key is a set of [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] references and values for those [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. This [[component>>doc:sdmx:Glossary.Component.WebHome]] on its own is not of much use, as the data key only has local references to the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]]. Therefore it is typical that this is used in combination with some sort of reference to the data (either a [[data set>>doc:sdmx:Glossary.Data set.WebHome]] reference or a reference to the underlying structure, structure usage, or [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]] of the data.
3021 |DataSetTarget|DataSetTargetType|DataSetTarget is target object which references a [[data set>>doc:sdmx:Glossary.Data set.WebHome]] for the purpose of attaching [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] data. A [[data set>>doc:sdmx:Glossary.Data set.WebHome]] reference is a full reference to a [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]] and an identifier for the [[data set>>doc:sdmx:Glossary.Data set.WebHome]].
3022 |ConstraintContentTar get|ConstraintContentTargetType|ConstraintContentTarget is target object which references an attachment (% style="color:#e74c3c" %)constraint(%%) for the purpose of attaching [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] data to data key sets or cube regions defined by the (% style="color:#e74c3c" %)constraint(%%).
3023 |ReportPeriodTarget|ReportPeriodTargetType|ReportPeriodTarget is target object which specifies a reporting period to which a metadata report applies.
3024 |IdentifiableObjectTa rget|IdentifiableObjectTargetType|IdentifiableObjectTarget is target object which references an Identifiable object as defined in the [[SDMX Information Model>>doc:sdmx:Glossary.SDMX Information Model.WebHome]]. The reference must be complete (i.e. a URN or a complete set of reference fields). For an item object, it is possible to define a local [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] from which the item must be referenced.
3025
3026 //**TargetObject**//**: **TargetObject is an abstract base type from which all target objects of a metadata target are derived. It is based on a [[component>>doc:sdmx:Glossary.Component.WebHome]]. Implementations of this will refined the local [[representation>>doc:sdmx:Glossary.Representation.WebHome]] so that the allowed values accurately reflect the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the target object reference.
3027
3028 Derivation:
3029 //com:AnnotableType// (extension)
3030 //IdentifiableType// (restriction)
3031 //ComponentBaseType// (extension)
3032 //ComponentType// (extension)
3033 //TargetObject//
3034
3035 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3036 id?, urn?, uri?
3037
3038 Content:
3039 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ConceptIdentity?, LocalRepresentation?
3040
3041 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3042
3043 |**Name**|**Type**|**Documentation**
3044 |id|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
3045 |urn|xs:anyURI|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).
3046 |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.
3047
3048 Element Documentation:
3049
3050 |**Name**|**Type**|**Documentation**
3051 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3052 |ConceptIdentity|com: ConceptReferenceType|ConceptIdentity allows for the referencing of a (% style="color:#e74c3c" %)concept(%%) in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%). Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%) with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the (% style="color:#e74c3c" %)concept(%%), that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a (% style="color:#e74c3c" %)concept(%%) role, it is implied that the (% style="color:#e74c3c" %)concept(%%) which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3053 |LocalRepresentation|//RepresentationType//|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.
3054
3055 **KeyDescriptorValuesTargetType: **KeyDescriptorValuesTargetType defines the structure of a key descriptor values target object. The key descriptor values target object has a fixed [[representation>>doc:sdmx:Glossary.Representation.WebHome]] and identifier.
3056
3057 Derivation:
3058 //com:AnnotableType// (extension)
3059 //IdentifiableType// (restriction)
3060 //ComponentBaseType// (extension)
3061 //ComponentType// (extension)
3062 //TargetObject// (restriction)
3063 KeyDescriptorValuesTargetType
3064
3065 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3066 id?, urn?, uri?
3067
3068 Content:
3069 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, LocalRepresentation
3070
3071 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3072
3073 |**Name**|**Type**|**Documentation**
3074 |id (fixed: DIMENSION_DESCRIPTOR_VALUES_TARGET)|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
3075 |urn|xs:anyURI|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).
3076 |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.
3077
3078 Element Documentation:
3079
3080 |**Name**|**Type**|**Documentation**
3081 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3082 |LocalRepresentation|KeyDescriptorValuesRepresentationType|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.
3083
3084 **DataSetTargetType: **DataSetTargetType defines the structure of a [[data set>>doc:sdmx:Glossary.Data set.WebHome]] target object. The [[data set>>doc:sdmx:Glossary.Data set.WebHome]] target object has a fixed [[representation>>doc:sdmx:Glossary.Representation.WebHome]] and identifier.
3085
3086 Derivation:
3087 //com:AnnotableType// (extension)
3088 //IdentifiableType// (restriction)
3089 //ComponentBaseType// (extension)
3090 //ComponentType// (extension)
3091 //TargetObject// (restriction)
3092 DataSetTargetType
3093
3094 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3095 id?, urn?, uri?
3096
3097 Content:
3098 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, LocalRepresentation
3099
3100 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3101
3102 |**Name**|**Type**|**Documentation**
3103 |id (fixed: DATA_SET_TARGET)|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
3104 |urn|xs:anyURI|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).
3105 |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.
3106
3107 Element Documentation:
3108
3109 |**Name**|**Type**|**Documentation**
3110 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3111 |LocalRepresentation|DataSetRepresentationType|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.
3112
3113 **ConstraintContentTargetType: **ConstraintTargetType defines the structure of a (% style="color:#e74c3c" %)constraint(%%) target object. The (% style="color:#e74c3c" %)constraint(%%) target object has a fixed [[representation>>doc:sdmx:Glossary.Representation.WebHome]] and identifier.
3114
3115 Derivation:
3116 //com:AnnotableType// (extension)
3117 //IdentifiableType// (restriction)
3118 //ComponentBaseType// (extension)
3119 //ComponentType// (extension)
3120 //TargetObject// (restriction)
3121 ConstraintContentTargetType
3122
3123 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3124 id?, urn?, uri?
3125
3126 Content:
3127 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, LocalRepresentation
3128
3129 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3130
3131 |**Name**|**Type**|**Documentation**
3132 |id (fixed: CONSTRAINT_CONTENT_TARGET)|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
3133 |urn|xs:anyURI|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).
3134 |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.
3135
3136 Element Documentation:
3137
3138 |**Name**|**Type**|**Documentation**
3139 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3140 |LocalRepresentation|ConstraintRepresentationType|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.
3141
3142 **ReportPeriodTargetType: **ReportPeriodTargetType defines the structure of a report period target object. The report period target object has a fixed [[representation>>doc:sdmx:Glossary.Representation.WebHome]] and identifier.
3143
3144 Derivation:
3145 //com:AnnotableType// (extension)
3146 //IdentifiableType// (restriction)
3147 //ComponentBaseType// (extension)
3148 //ComponentType// (extension)
3149 //TargetObject// (restriction)
3150 ReportPeriodTargetType
3151
3152 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3153 id?, urn?, uri?
3154
3155 Content:
3156 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, LocalRepresentation
3157
3158 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3159
3160 |**Name**|**Type**|**Documentation**
3161 |id (fixed: REPORT_PERIOD_TARGET)|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
3162 |urn|xs:anyURI|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).
3163 |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.
3164
3165 Element Documentation:
3166
3167 |**Name**|**Type**|**Documentation**
3168 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3169 |LocalRepresentation|ReportPeriodRepresentationType|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.
3170
3171 //**IdentifiableObjectTargetBaseType**//**: **IdentifiableObjectTargetBaseType is an abstract base type which forms the basis for the IdentifiableObjectTargetType.
3172
3173 Derivation:
3174 //com:AnnotableType// (extension)
3175 //IdentifiableType// (restriction)
3176 //ComponentBaseType// (extension)
3177 //ComponentType// (extension)
3178 //TargetObject// (restriction)
3179 //IdentifiableObjectTargetBaseType//
3180
3181 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3182 id, urn?, uri?
3183
3184 Content:
3185 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, LocalRepresentation
3186
3187 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3188
3189 |**Name**|**Type**|**Documentation**
3190 |id|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
3191 |urn|xs:anyURI|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).
3192 |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.
3193
3194 Element Documentation:
3195
3196 |**Name**|**Type**|**Documentation**
3197 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3198 |LocalRepresentation|IdentifiableObjectRepresentationType|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.
3199
3200 **IdentifiableObjectTargetType: **IdentifiableObjectTargetType defines the structure of an identifiable target object. The identifiable target object has a fixed [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of a reference and can specify a local [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of any [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] for the purpose of restricting which items may be referenced. The identifiable object target must specify the object type which the target object is meant to reference.
3201
3202 Derivation:
3203 //com:AnnotableType// (extension)
3204 //IdentifiableType// (restriction)
3205 //ComponentBaseType// (extension)
3206 //ComponentType// (extension)
3207 //TargetObject// (restriction)
3208 //IdentifiableObjectTargetBaseType// (extension)
3209 IdentifiableObjectTargetType
3210
3211 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3212 id, urn?, uri?, objectType
3213
3214 Content:
3215 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, LocalRepresentation
3216
3217 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3218
3219 |**Name**|**Type**|**Documentation**
3220 |id|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
3221 |urn|xs:anyURI|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).
3222 |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.
3223 |objectType|com: ObjectTypeCodelistTy pe|
3224
3225 Element Documentation:
3226
3227 |**Name**|**Type**|**Documentation**
3228 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3229 |LocalRepresentation|IdentifiableObjectRepresentationType|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.
3230
3231 //**ReportStructureBaseType**//**: **ReportStructureBaseType is an abstract base type that serves as the basis for the ReportStructureType.
3232
3233 Derivation:
3234 //com:AnnotableType// (extension)
3235 //IdentifiableType// (extension)
3236 //ComponentListType// (restriction)
3237 //ReportStructureBaseType//
3238
3239 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3240 id, urn?, uri?
3241
3242 Content:
3243 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, MetadataAttribute+
3244
3245 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3246
3247 |**Name**|**Type**|**Documentation**
3248 |id|com:IDType|The id is the identifier for the object.
3249 |urn|xs:anyURI|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).
3250 |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.
3251
3252 Element Documentation:
3253
3254 |**Name**|**Type**|**Documentation**
3255 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3256 |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]].
3257
3258 **ReportStructureType: **ReportStructureType describes the structure of a report structure. It comprises a set of metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] that can be defined as a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]], and identifies the potential attachment of these [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] to an object by referencing a target identifier.
3259
3260 Derivation:
3261
3262 //com:AnnotableType// (extension)
3263 //IdentifiableType// (extension)
3264 //ComponentListType// (restriction)
3265 //ReportStructureBaseType// (extension)
3266 ReportStructureType
3267
3268 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3269 id, urn?, uri?
3270
3271 Content:
3272 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, MetadataAttribute+, MetadataTarget+
3273
3274 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3275
3276 |**Name**|**Type**|**Documentation**
3277 |id|com:IDType|The id is the identifier for the object.
3278 |urn|xs:anyURI|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).
3279 |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.
3280
3281 Element Documentation:
3282
3283 |**Name**|**Type**|**Documentation**
3284 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3285 |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]].
3286 |MetadataTarget|com: LocalMetadataTargetReferenceType|MetadataTarget references a metadata target defined in the [[metadata structure definition>>doc:sdmx:Glossary.Metadata structure definition.WebHome]]. A report structure can reference multiple metadata targets which allows a report structure to be reused for attaching metadata to different types of targets.
3287
3288 //**MetadataAttributeBaseType**//**: **MetadataAttributeBaseType is an abstract base type the serves as the basis for the MetadataAttributeType.
3289
3290 Derivation:
3291 //com:AnnotableType// (extension)
3292 //IdentifiableType// (restriction)
3293 //ComponentBaseType// (extension)
3294 //ComponentType// (restriction)
3295 //MetadataAttributeBaseType//
3296
3297 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3298 id?, urn?, uri?
3299
3300 Content:
3301 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ConceptIdentity, LocalRepresentation?
3302
3303 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3304
3305 |**Name**|**Type**|**Documentation**
3306 |id|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
3307 |urn|xs:anyURI|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).
3308 |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.
3309
3310 Element Documentation:
3311
3312 |**Name**|**Type**|**Documentation**
3313 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3314 |ConceptIdentity|com: ConceptReferenceType|ConceptIdentity allows for the referencing of a (% style="color:#e74c3c" %)concept(%%) in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%). Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%) with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the (% style="color:#e74c3c" %)concept(%%), that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a (% style="color:#e74c3c" %)concept(%%) role, it is implied that the (% style="color:#e74c3c" %)concept(%%) which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3315 |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.
3316
3317 **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 (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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]] (including target identifier, identifier [[component>>doc:sdmx:Glossary.Component.WebHome]], and report structure ids). A metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] may be used in multiple report structures and at different (% style="color:#e74c3c" %)levels(%%), but the content (value and/or child metadata [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] and their cardinality) of the metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] cannot change.
3318
3319 Derivation:
3320 //com:AnnotableType// (extension)
3321 //IdentifiableType// (restriction)
3322 //ComponentBaseType// (extension)
3323 //ComponentType// (restriction)
3324 //MetadataAttributeBaseType// (extension)
3325 MetadataAttributeType
3326
3327 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3328 id?, urn?, uri?, minOccurs?, maxOccurs?, isPresentational?
3329
3330 Content:
3331 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ConceptIdentity, LocalRepresentation?, MetadataAttribute*
3332
3333 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3334
3335 |**Name**|**Type**|**Documentation**
3336 |id|com: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 (% style="color:#e74c3c" %)concept(%%) referenced from the (% style="color:#e74c3c" %)concept(%%) 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 (% style="color:#e74c3c" %)concepts(%%) with same identifier. It is important to note that this applies strictly to the identifier of (% style="color:#e74c3c" %)concept(%%) and not the URN. Therefore if two (% style="color:#e74c3c" %)concepts(%%) 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).
3337 |urn|xs:anyURI|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).
3338 |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.
3339 |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]] can occur within its parent object.
3340 |maxOccurs (default: 1)|com: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.
3341 |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 (% style="color:#e74c3c" %)concept(%%) from which it takes its identity.
3342
3343 Element Documentation:
3344
3345 |**Name**|**Type**|**Documentation**
3346 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3347 |ConceptIdentity|com: ConceptReferenceType|ConceptIdentity allows for the referencing of a (% style="color:#e74c3c" %)concept(%%) in a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]]. The [[component>>doc:sdmx:Glossary.Component.WebHome]] takes its semantic from this (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%). Note that in the case of the [[component>>doc:sdmx:Glossary.Component.WebHome]] [[representation>>doc:sdmx:Glossary.Representation.WebHome]] being inherited from the (% style="color:#e74c3c" %)concept(%%), 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 (% style="color:#e74c3c" %)concept(%%) with a core [[representation>>doc:sdmx:Glossary.Representation.WebHome]] that is not allowed for the (% style="color:#e74c3c" %)concept(%%), that [[representation>>doc:sdmx:Glossary.Representation.WebHome]] must be locally overridden. For [[components>>doc:sdmx:Glossary.Component.WebHome]] which can specify a (% style="color:#e74c3c" %)concept(%%) role, it is implied that the (% style="color:#e74c3c" %)concept(%%) which is referenced also identifies a role for the [[component>>doc:sdmx:Glossary.Component.WebHome]].
3348 |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.
3349 |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]].
3350
3351 **KeyDescriptorValuesRepresentationType: **KeyDescriptorValuesRepresentationType defines the possible local [[representations>>doc:sdmx:Glossary.Representation.WebHome]] of a key descriptor values target object. The [[representation>>doc:sdmx:Glossary.Representation.WebHome]] is fixed to always be a data key (KeyValues).
3352
3353 Derivation:
3354 //RepresentationType// (restriction)
3355 KeyDescriptorValuesRepresentationType
3356
3357 Content:
3358 TextFormat
3359
3360 Element Documentation:
3361
3362 |**Name**|(% style="width:302px" %)**Type**|(% style="width:1103px" %)**Documentation**
3363 |TextFormat|(% style="width:302px" %)KeyDescriptorValuesTextFormatType|(% style="width:1103px" %)TextFormat describes an uncoded textual format.
3364
3365 **DataSetRepresentationType: **DataSetRepresentationType defines the possible local [[representations>>doc:sdmx:Glossary.Representation.WebHome]] of a [[data set>>doc:sdmx:Glossary.Data set.WebHome]] reference target object. The [[representation>>doc:sdmx:Glossary.Representation.WebHome]] is fixed to always be a [[data set>>doc:sdmx:Glossary.Data set.WebHome]] reference.
3366
3367 Derivation:
3368 //RepresentationType// (restriction)
3369 DataSetRepresentationType
3370
3371 Content:
3372 TextFormat
3373
3374 Element Documentation:
3375
3376 |**Name**|**Type**|**Documentation**
3377 |TextFormat|DataSetTextFormatType|TextFormat describes an uncoded textual format.
3378
3379 **ConstraintRepresentationType: **ConstraintRepresentationType defines the possible local [[representations>>doc:sdmx:Glossary.Representation.WebHome]] of a (% style="color:#e74c3c" %)constraint(%%) reference target object. The [[representation>>doc:sdmx:Glossary.Representation.WebHome]] is fixed to always be an attachment (% style="color:#e74c3c" %)constraint(%%) reference.
3380
3381 Derivation:
3382 //RepresentationType// (restriction)
3383 ConstraintRepresentationType
3384
3385 Content:
3386 TextFormat
3387
3388 Element Documentation:
3389
3390 |**Name**|**Type**|**Documentation**
3391 |TextFormat|ConstraintTextFormatType|TextFormat describes an uncoded textual format.
3392
3393 **ReportPeriodRepresentationType: **ReportPeriodRepresentationType defines the possible local [[representations>>doc:sdmx:Glossary.Representation.WebHome]] of a report period target object. The reprentation must be a [[time period>>doc:sdmx:Glossary.Time period.WebHome]] or a subset of this [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
3394
3395 Derivation:
3396 //RepresentationType// (restriction)
3397 ReportPeriodRepresentationType
3398
3399 Content:
3400 TextFormat
3401
3402 Element Documentation:
3403
3404 |**Name**|**Type**|**Documentation**
3405 |TextFormat|TimeTextFormatType|TextFormat describes an uncoded textual format.
3406
3407 **IdentifiableObjectRepresentationType: **IdentifiableObjectRepresentationType defines the possible local [[representations>>doc:sdmx:Glossary.Representation.WebHome]] of an identifiable object target object.
3408
3409 Derivation:
3410 //RepresentationType// (restriction)
3411 IdentifiableObjectRepresentationType
3412
3413 Content:
3414 (TextFormat | Enumeration)
3415
3416 Element Documentation:
3417
3418 |**Name**|**Type**|**Documentation**
3419 |TextFormat|IdentifiableObjectTextFormatType|TextFormat describes an uncoded textual format.
3420 |Enumeration|com: ItemSchemeReferenceType|Enumeration is only permissible if the object type of the identifiable object target is an item in an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]]. This enumeration is meant to limit the referencable objects to the items defined in the referenced [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]].
3421
3422 **MetadataAttributeRepresentationType: **MetadataAttributeRepresentationType defines the possible local [[representations>>doc:sdmx:Glossary.Representation.WebHome]] of a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
3423
3424 Derivation:
3425 //RepresentationType// (restriction)
3426 MetadataAttributeRepresentationType
3427
3428 Content:
3429 (TextFormat | (Enumeration, EnumerationFormat?))
3430
3431 Element Documentation:
3432
3433 |**Name**|**Type**|**Documentation**
3434 |TextFormat|BasicComponentTextFormatType|TextFormat describes an uncoded textual format.
3435 |Enumeration|com: CodelistReferenceType|Enumeration references an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] that enumerates the allowable values for this [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
3436 |EnumerationFormat|CodededTextFormatType|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.
3437
3438 **TargetObjectTextFormatType: **TargetObjectTextFormatType is a restricted (% style="color:#e74c3c" %)version(%%) of the TextFormatType that does not allow for any [[facets>>doc:sdmx:Glossary.Facet.WebHome]] and only allows the text types for target objects.
3439
3440 Derivation:
3441 TextFormatType (restriction)
3442 TargetObjectTextFormatType
3443
3444 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3445 textType?
3446
3447 Content:
3448 {Empty}
3449
3450 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3451
3452 |**Name**|**Type**|**Documentation**
3453 |textType|TargetObjectDataType|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 (% style="color:#e74c3c" %)constraints(%%) of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
3454
3455 **KeyDescriptorValuesTextFormatType: **KeyDescriptorValuesTextFormatType is a restricted (% style="color:#e74c3c" %)version(%%) of the NonFacetedTextFormatType that specifies a fixed KeyValues [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
3456
3457 Derivation:
3458 TextFormatType (restriction)
3459 TargetObjectTextFormatType (restriction)
3460 KeyDescriptorValuesTextFormatType
3461
3462 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3463 textType?
3464
3465 Content:
3466 {Empty}
3467
3468 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3469
3470 |**Name**|**Type**|**Documentation**
3471 |textType (fixed: KeyValues)|TargetObjectDataType|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 (% style="color:#e74c3c" %)constraints(%%) of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
3472
3473 **DataSetTextFormatType: **DataSetTextFormatType is a restricted (% style="color:#e74c3c" %)version(%%) of the NonFacetedTextFormatType that specifies a fixed DataSetReference [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
3474
3475 Derivation:
3476 TextFormatType (restriction)
3477 TargetObjectTextFormatType (restriction)
3478 DataSetTextFormatType
3479
3480 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3481 textType?
3482
3483 Content:
3484 {Empty}
3485
3486 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3487
3488 |**Name**|**Type**|**Documentation**
3489 |textType (fixed: DataSetReference)|TargetObjectDataType|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 (% style="color:#e74c3c" %)constraints(%%) of the [[facets>>doc:sdmx:Glossary.Facet.WebHome]].
3490
3491 **ConstraintTextFormatType: **ConstraintTextFormatType is a restricted (% style="color:#e74c3c" %)version(%%) of the NonFacetedTextFormatType that specifies a fixed AttachmentConstraintReference [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
3492
3493 Derivation:
3494
3495 TextFormatType (restriction)
3496 TargetObjectTextFormatType (restriction)
3497 ConstraintTextFormatType
3498
3499 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3500 textType?
3501
3502 Content:
3503 {Empty}
3504
3505 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3506
3507 |**Name**|**Type**|**Documentation**
3508 |textType (fixed: AttachmentConstraintReference)|TargetObjectDataType|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 (% style="color:#e74c3c" %)constraints(%%) of the facets.
3509
3510 **IdentifiableObjectTextFormatType: **IdentifiableObjectTextFormatType is a restricted (% style="color:#e74c3c" %)version(%%) of the NonFacetedTextFormatType that specifies a fixed IdentifiableReference [[representation>>doc:sdmx:Glossary.Representation.WebHome]].
3511
3512 Derivation:
3513 TextFormatType (restriction)
3514 TargetObjectTextFormatType (restriction)
3515 IdentifiableObjectTextFormatType
3516
3517 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3518 textType?
3519
3520 Content:
3521 {Empty}
3522
3523 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3524
3525 |**Name**|**Type**|**Documentation**
3526 |textType (fixed: IdentifiableReference)|TargetObjectDataType|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 (% style="color:#e74c3c" %)constraints(%%) of the facets.
3527
3528 //**OrganisationSchemeBaseType**//**: **OrganisationSchemeBaseType is an abstract base type for any organisation scheme.
3529
3530 Derivation:
3531 //com:AnnotableType// (extension)
3532 //IdentifiableType// (extension)
3533 //NameableType// (extension)
3534 //VersionableType// (restriction)
3535 //MaintainableBaseType// (extension)
3536 //MaintainableType// (extension)
3537 //ItemSchemeType// (restriction)
3538 //OrganisationSchemeBaseType//
3539
3540 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3541 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
3542
3543 Content:
3544 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
3545
3546 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3547
3548 |**Name**|**Type**|**Documentation**
3549 |id|com:IDType|The id is the identifier for the object.
3550 |urn|xs:anyURI|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).
3551 |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.
3552 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
3553 |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(%%).
3554 |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(%%).
3555 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
3556 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
3557 |[[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.
3558 |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.
3559 |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.
3560 |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 key family in the context of a constraint.
3561
3562 Element Documentation:
3563
3564 |**Name**|**Type**|**Documentation**
3565 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3566 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3567 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3568
3569 //**OrganisationSchemeType**//**: **OrganisationSchemeType describes the structure of an organisation scheme.
3570
3571 Derivation:
3572 //com:AnnotableType// (extension)
3573 //IdentifiableType// (extension)
3574 //NameableType// (extension)
3575 //VersionableType// (restriction)
3576 //MaintainableBaseType// (extension)
3577 //MaintainableType// (extension)
3578 //ItemSchemeType// (restriction)
3579 //OrganisationSchemeBaseType// (extension)
3580 //OrganisationSchemeType//
3581
3582 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3583 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
3584
3585 Content:
3586 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, //Organisation*//
3587
3588 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3589
3590 |**Name**|**Type**|**Documentation**
3591 |id|com:IDType|The id is the identifier for the object.
3592 |urn|xs:anyURI|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).
3593 |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.
3594 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
3595 |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(%%).
3596 |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(%%).
3597 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
3598 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
3599 |[[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.
3600 |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.
3601 |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.
3602 |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 key family in the context of a constraint.
3603
3604 Element Documentation:
3605
3606 |**Name**|**Type**|**Documentation**
3607 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3608 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3609 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3610 |//Organisation//|//OrganisationType//|Organisation is an abstract substitution head for a generic organisation.
3611
3612 //**BaseOrganisationType**//**: **BaseOrganisationType is an abstract base type the forms the basis for the OrganisationType.
3613
3614 Derivation:
3615 //com:AnnotableType// (extension)
3616 //IdentifiableType// (extension)
3617 //NameableType// (restriction)
3618 //ItemBaseType// (extension)
3619 //ItemType// (restriction)
3620 //BaseOrganisationType//
3621
3622 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3623 id, urn?, uri?
3624
3625 Content:
3626 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Parent?
3627
3628 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3629
3630 |**Name**|**Type**|**Documentation**
3631 |id|com:IDType|The id is the identifier for the object.
3632 |urn|xs:anyURI|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).
3633 |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.
3634
3635 Element Documentation:
3636
3637 |**Name**|**Type**|**Documentation**
3638 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3639 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3640 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3641 |Parent|//com: LocalOrganisationReferenceBaseType//|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.
3642
3643 //**OrganisationType**//**: **OrganisationType in an abstract type which describes the structure of the details of an organisation. In addition to the basic organisation identification, (% style="color:#e74c3c" %)contact(%%) details can be provided.
3644
3645 Derivation:
3646 //com:AnnotableType// (extension)
3647 //IdentifiableType// (extension)
3648 //NameableType// (restriction)
3649 //ItemBaseType// (extension)
3650 //ItemType// (restriction)
3651 //BaseOrganisationType// (extension)
3652 //OrganisationType//
3653
3654 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3655 id, urn?, uri?
3656
3657 Content:
3658 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Parent?, (% style="color:#e74c3c" %)Contact(%%)*
3659
3660 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3661
3662 |**Name**|**Type**|**Documentation**
3663 |id|com:IDType|The id is the identifier for the object.
3664 |urn|xs:anyURI|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).
3665 |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.
3666
3667 Element Documentation:
3668
3669 |**Name**|**Type**|**Documentation**
3670 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3671 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3672 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3673 |Parent|//com: LocalOrganisationReferenceBaseType//|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.
3674 |(%%)(% style="color:#e74c3c" %)Contact|ContactType|(%%)(% style="color:#e74c3c" %)Contact(%%) describes a (% style="color:#e74c3c" %)contact(%%) for the organisation,
3675
3676 **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 (% style="color:#e74c3c" %)version(%%), and is never final. Therefore, agencies can be added or removed without have to (% style="color:#e74c3c" %)version(%%) 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.
3677
3678 Derivation:
3679 //com:AnnotableType// (extension)
3680 //IdentifiableType// (extension)
3681 //NameableType// (extension)
3682 //VersionableType// (restriction)
3683 //MaintainableBaseType// (extension)
3684 //MaintainableType// (extension)
3685 //ItemSchemeType// (restriction)
3686 //OrganisationSchemeBaseType// (extension)
3687 //OrganisationSchemeType// (restriction)
3688 AgencySchemeType
3689
3690 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3691 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
3692
3693 Content:
3694 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Agency*
3695
3696 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3697
3698 |**Name**|**Type**|**Documentation**
3699 |id (fixed: AGENCIES)|com:IDType|The id is the identifier for the object.
3700 |urn|xs:anyURI|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).
3701 |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.
3702 |(%%)(% style="color:#e74c3c" %)version(%%) (fixed: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
3703 |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(%%).
3704 |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(%%).
3705 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
3706 |isFinal (fixed: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
3707 |[[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.
3708 |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.
3709 |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.
3710 |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 key family in the context of a constraint.
3711
3712 Element Documentation:
3713
3714 |**Name**|**Type**|**Documentation**
3715 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3716 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3717 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3718 |Agency|AgencyType|Agency is an organisation which maintains [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] such as statistical classifications, glossaries, key family structural definitions, and [[metadata structure definitions>>doc:sdmx:Glossary.Metadata structure definition.WebHome]]..
3719
3720 **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 (% style="color:#e74c3c" %)version(%%), and is never final. Therefore, consumers 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.
3721
3722 Derivation:
3723 //com:AnnotableType// (extension)
3724 //IdentifiableType// (extension)
3725 //NameableType// (extension)
3726 //VersionableType// (restriction)
3727 //MaintainableBaseType// (extension)
3728 //MaintainableType// (extension)
3729 //ItemSchemeType// (restriction)
3730 //OrganisationSchemeBaseType// (extension)
3731 //OrganisationSchemeType// (restriction)
3732 DataConsumerSchemeType
3733
3734 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3735 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
3736
3737 Content:
3738 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, DataConsumer*
3739
3740 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3741
3742 |**Name**|**Type**|**Documentation**
3743 |id (fixed: DATA_CONSUMERS)|com:IDType|The id is the identifier for the object.
3744 |urn|xs:anyURI|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).
3745 |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.
3746 |(%%)(% style="color:#e74c3c" %)version(%%) (fixed: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
3747 |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(%%).
3748 |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(%%).
3749 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
3750 |isFinal (fixed: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
3751 |[[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.
3752 |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.
3753 |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.
3754 |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 key family in the context of a constraint.
3755
3756 Element Documentation:
3757
3758 |**Name**|**Type**|**Documentation**
3759 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3760 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3761 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3762 |DataConsumer|DataConsumerType|DataConsumer describes an organisation using data as input for further processing.
3763
3764 **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 (% style="color:#e74c3c" %)version(%%), and is never final. 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
3765
3766 Derivation:
3767 //com:AnnotableType// (extension)
3768 //IdentifiableType// (extension)
3769 //NameableType// (extension)
3770 //VersionableType// (restriction)
3771 //MaintainableBaseType// (extension)
3772 //MaintainableType// (extension)
3773 //ItemSchemeType// (restriction)
3774 //OrganisationSchemeBaseType// (extension)
3775 //OrganisationSchemeType// (restriction)
3776 DataProviderSchemeType
3777
3778 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3779 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
3780
3781 Content:
3782 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, DataProvider*
3783
3784 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3785
3786 |**Name**|**Type**|**Documentation**
3787 |id (fixed: DATA_PROVIDERS)|com:IDType|The id is the identifier for the object.
3788 |urn|xs:anyURI|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).
3789 |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.
3790 |(%%)(% style="color:#e74c3c" %)version(%%) (fixed: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
3791 |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(%%).
3792 |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(%%).
3793 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
3794 |isFinal (fixed: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
3795 |[[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.
3796 |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.
3797 |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.
3798 |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 key family in the context of a constraint.
3799
3800 Element Documentation:
3801
3802 |**Name**|**Type**|**Documentation**
3803 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3804 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3805 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3806 |DataProvider|DataProviderType|DataProvider describes an organisation that produces data or [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]].
3807
3808 **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.
3809
3810 Derivation:
3811 //com:AnnotableType// (extension)
3812 //IdentifiableType// (extension)
3813 //NameableType// (extension)
3814 //VersionableType// (restriction)
3815 //MaintainableBaseType// (extension)
3816 //MaintainableType// (extension)
3817 //ItemSchemeType// (restriction)
3818 //OrganisationSchemeBaseType// (extension)
3819 //OrganisationSchemeType// (restriction)
3820 OrganisationUnitSchemeType
3821
3822 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3823 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
3824
3825 Content:
3826 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, OrganisationUnit*
3827
3828 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3829
3830 |**Name**|**Type**|**Documentation**
3831 |id|com:IDType|The id is the identifier for the object.
3832 |urn|xs:anyURI|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).
3833 |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.
3834 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
3835 |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(%%).
3836 |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(%%).
3837 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
3838 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
3839 |[[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.
3840 |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.
3841 |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.
3842 |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 key family in the context of a constraint.
3843
3844 Element Documentation:
3845
3846 |**Name**|**Type**|**Documentation**
3847 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3848 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3849 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3850 |OrganisationUnit|OrganisationUnitType|OrganisationUnit describes a generic organisation, which serves not predefined role in [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]].
3851
3852 **AgencyType: **AgencyType defines the structure of an agency description. The (% style="color:#e74c3c" %)contacts(%%) defined for the organisation are specific to the agency role the organisation is serving.
3853
3854 Derivation:
3855 //com:AnnotableType// (extension)
3856 //IdentifiableType// (extension)
3857 //NameableType// (restriction)
3858 //ItemBaseType// (extension)
3859 //ItemType// (restriction)
3860 //BaseOrganisationType// (extension)
3861 //OrganisationType// (restriction)
3862 AgencyType
3863
3864 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3865 id, urn?, uri?
3866
3867 Content:
3868 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, (% style="color:#e74c3c" %)Contact(%%)*
3869
3870 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3871
3872 |**Name**|**Type**|**Documentation**
3873 |id|com: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).
3874 |urn|xs:anyURI|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).
3875 |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.
3876
3877 Element Documentation:
3878
3879 |**Name**|**Type**|**Documentation**
3880 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3881 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3882 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3883 |(%%)(% style="color:#e74c3c" %)Contact|ContactType|(%%)(% style="color:#e74c3c" %)Contact(%%) describes a (% style="color:#e74c3c" %)contact(%%) for the organisation,
3884
3885 **DataConsumerType: **DataConsumerType defines the structure of a [[data consumer>>doc:sdmx:Glossary.Data consumer.WebHome]] description. The (% style="color:#e74c3c" %)contacts(%%) defined for the organisation are specific to the [[data consumer>>doc:sdmx:Glossary.Data consumer.WebHome]] role the organisation is serving.
3886
3887 Derivation:
3888 //com:AnnotableType// (extension)
3889 //IdentifiableType// (extension)
3890 //NameableType// (restriction)
3891 //ItemBaseType// (extension)
3892 //ItemType// (restriction)
3893 //BaseOrganisationType// (extension)
3894 //OrganisationType// (restriction)
3895 DataConsumerType
3896
3897 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3898 id, urn?, uri?
3899
3900 Content:
3901 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, (% style="color:#e74c3c" %)Contact(%%)*
3902
3903 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3904
3905 |**Name**|**Type**|**Documentation**
3906 |id|com:IDType|The id is the identifier for the object.
3907 |urn|xs:anyURI|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).
3908 |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.
3909
3910 Element Documentation:
3911
3912 |**Name**|**Type**|**Documentation**
3913 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3914 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3915 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3916 |(%%)(% style="color:#e74c3c" %)Contact|ContactType|(%%)(% style="color:#e74c3c" %)Contact(%%) describes a (% style="color:#e74c3c" %)contact(%%) for the organisation,
3917
3918 **DataProviderType: **DataProviderType defines the structure of a [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]] description. The (% style="color:#e74c3c" %)contacts(%%) defined for the organisation are specific to the [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]] role the organisation is serving.
3919
3920 Derivation:
3921
3922 //com:AnnotableType// (extension)
3923 //IdentifiableType// (extension)
3924 //NameableType// (restriction)
3925 //ItemBaseType// (extension)
3926 //ItemType// (restriction)
3927 //BaseOrganisationType// (extension)
3928 //OrganisationType// (restriction)
3929 DataProviderType
3930
3931 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3932
3933 id, urn?, uri?
3934
3935 Content:
3936
3937 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, (% style="color:#e74c3c" %)Contact(%%)*
3938
3939 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3940
3941 |**Name**|**Type**|**Documentation**
3942 |id|com:IDType|The id is the identifier for the object.
3943 |urn|xs:anyURI|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).
3944 |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.
3945
3946 Element Documentation:
3947
3948 |**Name**|**Type**|**Documentation**
3949 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3950 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3951 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3952 |(%%)(% style="color:#e74c3c" %)Contact|ContactType|(%%)(% style="color:#e74c3c" %)Contact(%%) describes a (% style="color:#e74c3c" %)contact(%%) for the organisation,
3953
3954 **OrganisationUnitType: **OrganisationUnitType defines the structure of an organisation unit description. In addition to general identification and (% style="color:#e74c3c" %)contact(%%) information, an organisation unit can specify a relationship with another organisation unit from the same scheme which is its parent organisation.
3955
3956 Derivation:
3957
3958 //com:AnnotableType// (extension)
3959 //IdentifiableType// (extension)
3960 //NameableType// (restriction)
3961 //ItemBaseType// (extension)
3962 //ItemType// (restriction)
3963 //BaseOrganisationType// (extension)
3964 //OrganisationType// (restriction)
3965 OrganisationUnitType
3966
3967 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3968 id, urn?, uri?
3969
3970 Content:
3971 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Parent?, (% style="color:#e74c3c" %)Contact(%%)*
3972
3973 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3974
3975 |**Name**|**Type**|**Documentation**
3976 |id|com:IDType|The id is the identifier for the object.
3977 |urn|xs:anyURI|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).
3978 |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.
3979
3980 Element Documentation:
3981
3982 |**Name**|**Type**|**Documentation**
3983 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
3984 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
3985 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
3986 |Parent|com: LocalOrganisationUnitReferenceType|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.
3987 |(%%)(% style="color:#e74c3c" %)Contact|ContactType|(%%)(% style="color:#e74c3c" %)Contact(%%) describes a (% style="color:#e74c3c" %)contact(%%) for the organisation,
3988
3989 **ContactType: **ContactType describes the structure of a (% style="color:#e74c3c" %)contact(%%)'s details.
3990
3991 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
3992 id?
3993
3994 Content:
3995 com:Name*, Department*, Role*, (Telephone | Fax | X400 | URI | Email)*
3996
3997 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
3998
3999 |**Name**|**Type**|**Documentation**
4000 |id|com:IDType|The id [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is used to carry user id information for the (% style="color:#e74c3c" %)contact(%%).
4001
4002 Element Documentation:
4003
4004 |**Name**|**Type**|**Documentation**
4005 |com:Name|com:TextType|Name is a reusable element, used for providing a human-readable name for an object.
4006 |Department|com:TextType|Department is designation of the organisational structure by a linguistic expression, within which the (% style="color:#e74c3c" %)contact(%%) person works.
4007 |Role|com:TextType|Role is the responsibility of the (% style="color:#e74c3c" %)contact(%%) person with respect to the object for which this person is the (% style="color:#e74c3c" %)contact(%%).
4008 |Telephone|xs:string|Telephone holds the [[telephone number>>doc:sdmx:Glossary.Contact phone number.WebHome]] for the (% style="color:#e74c3c" %)contact(%%) person.
4009 |Fax|xs:string|Fax holds the fax number for the (% style="color:#e74c3c" %)contact(%%) person.
4010 |X400|xs:string|X400 holds the X.400 address for the (% style="color:#e74c3c" %)contact(%%) person.
4011 |URI|xs:anyURI|URI holds an information URL for the (% style="color:#e74c3c" %)contact(%%) person.
4012 |Email|xs:string|Email holds the email address for the (% style="color:#e74c3c" %)contact(%%) person.
4013
4014 **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 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.
4015
4016 Derivation:
4017 //com:AnnotableType// (extension)
4018 //IdentifiableType// (extension)
4019 //NameableType// (extension)
4020 //VersionableType// (restriction)
4021 //MaintainableBaseType// (extension)
4022 //MaintainableType// (extension)
4023 ProvisionAgreementType
4024
4025 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4026 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
4027
4028 Content:
4029 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, StructureUsage, DataProvider
4030
4031 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4032
4033 |**Name**|**Type**|**Documentation**
4034 |id|com:IDType|The id is the identifier for the object.
4035 |urn|xs:anyURI|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).
4036 |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.
4037 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
4038 |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(%%).
4039 |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(%%).
4040 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4041 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
4042 |[[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.
4043 |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.
4044 |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.
4045
4046 Element Documentation:
4047
4048 |**Name**|**Type**|**Documentation**
4049 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4050 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4051 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4052 |StructureUsage|com: StructureUsageReferenceType|DataflowReference provides a reference to a pre-existing structure usage (i.e. a [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] or [[metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]) in the registry. The reference is provided via a URN and/or a full set of reference fields.
4053 |DataProvider|com: DataProviderReferenceType|DataProvider provides a reference to a pre-existing data (or metadata) provider in the registry. The reference is provided via a URN and/or a full set of reference fields.
4054
4055 **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.
4056
4057 Derivation:
4058 //com:AnnotableType// (extension)
4059 //IdentifiableType// (extension)
4060 //NameableType// (extension)
4061 //VersionableType// (restriction)
4062 //MaintainableBaseType// (extension)
4063 //MaintainableType// (extension)
4064 ProcessType
4065
4066 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4067 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
4068
4069 Content:
4070 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, ProcessStep*
4071
4072 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4073
4074 |**Name**|**Type**|**Documentation**
4075 |id|com:IDType|The id is the identifier for the object.
4076 |urn|xs:anyURI|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).
4077 |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.
4078 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
4079 |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(%%).
4080 |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(%%).
4081 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4082 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
4083 |[[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.
4084 |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.
4085 |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.
4086
4087 Element Documentation:
4088
4089 |**Name**|**Type**|**Documentation**
4090 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4091 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4092 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4093 |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.
4094
4095 //**ProcessStepBaseType**//**: **ProcessStepBaseType is an abstract base type used as the basis for the ProcessStepType.
4096
4097 Derivation:
4098 //com:AnnotableType// (extension)
4099 //IdentifiableType// (extension)
4100 //NameableType// (restriction)
4101 //ProcessStepBaseType//
4102
4103 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4104 id, urn?, uri?
4105
4106 Content:
4107 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
4108
4109 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4110
4111 |**Name**|**Type**|**Documentation**
4112 |id|com:IDType|The id is the identifier for the object.
4113 |urn|xs:anyURI|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).
4114 |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.
4115
4116 Element Documentation:
4117
4118 |**Name**|**Type**|**Documentation**
4119 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4120 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4121 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4122
4123 **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.
4124
4125 Derivation:
4126 //com:AnnotableType// (extension)
4127 //IdentifiableType// (extension)
4128 //NameableType// (restriction)
4129 //ProcessStepBaseType// (extension)
4130 ProcessStepType
4131
4132 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4133 id, urn?, uri?
4134
4135 Content:
4136 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Input*, Output*, Computation?, Transition*, ProcessStep*
4137
4138 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4139
4140 |**Name**|**Type**|**Documentation**
4141 |id|com:IDType|The id is the identifier for the object.
4142 |urn|xs:anyURI|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).
4143 |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.
4144
4145 Element Documentation:
4146
4147 |**Name**|**Type**|**Documentation**
4148 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4149 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4150 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4151 |Input|InputOutputType|Input references an object which is an input to the process step.
4152 |Output|InputOutputType|Output references an object which is an output form the process step.
4153 |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(%%).
4154 |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.
4155 |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.
4156
4157 **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.
4158
4159 Derivation:
4160 //com:AnnotableType// (extension)
4161 //IdentifiableType// (extension)
4162 TransitionType
4163
4164 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4165 id?, urn?, uri?, localID?
4166
4167 Content:
4168 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, TargetStep, Condition+
4169
4170 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4171
4172 |**Name**|**Type**|**Documentation**
4173 |id|com:IDType|The id is the identifier for the object.
4174 |urn|xs:anyURI|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).
4175 |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.
4176 |localID|com:IDType|The localID [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is an optional identification for the transition within the process.
4177
4178 Element Documentation:
4179
4180 |**Name**|**Type**|**Documentation**
4181 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4182 |TargetStep|com: LocalProcessStepReferenceType|TargetStep references a process step within the process that should be transitioned to, should the conditions described be met.
4183 |Condition|com: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.
4184
4185 **ComputationType: **ComputationType describes a computation in a process.
4186
4187 Derivation:
4188 //com:AnnotableType// (extension)
4189 ComputationType
4190
4191 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4192 localID?, softwarePackage?, softwareLanguage?, softwareVersion?
4193
4194 Content:
4195 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Description+
4196
4197 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4198
4199 |**Name**|**Type**|**Documentation**
4200 |localID|com:IDType|The localID [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is an optional identification for the computation within the process.
4201 |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.
4202 |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.
4203 |softwareVersion|xs:string|The softwareVersion [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] hold the (% style="color:#e74c3c" %)version(%%) of the software package that is used to perform that computation.
4204
4205 Element Documentation:
4206
4207 |**Name**|**Type**|**Documentation**
4208 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4209 |com:Description|com: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 (% style="color:#e74c3c" %)versions(%%),
4210
4211 **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.
4212
4213 Derivation:
4214
4215 //com:AnnotableType// (extension)
4216 InputOutputType
4217
4218 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4219 localID?
4220
4221 Content:
4222 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, ObjectReference
4223
4224 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4225
4226 |**Name**|**Type**|**Documentation**
4227 |localID|com:IDType|The localID [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is an optional identification for the input or output within the process.
4228
4229 Element Documentation:
4230
4231 |**Name**|**Type**|**Documentation**
4232 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4233 |ObjectReference|com: ObjectReferenceType|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.
4234
4235 **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.
4236
4237 Derivation:
4238 //com:AnnotableType// (extension)
4239 //IdentifiableType// (extension)
4240 //NameableType// (extension)
4241 //VersionableType// (restriction)
4242 //MaintainableBaseType// (extension)
4243 //MaintainableType// (extension)
4244 //ItemSchemeType// (restriction)
4245 ReportingTaxonomyType
4246
4247 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4248 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
4249
4250 Content:
4251 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, ReportingCategory*
4252
4253 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4254
4255 |**Name**|**Type**|**Documentation**
4256 |id|com:IDType|The id is the identifier for the object.
4257 |urn|xs:anyURI|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).
4258 |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.
4259 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
4260 |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(%%).
4261 |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(%%).
4262 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4263 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
4264 |[[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.
4265 |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.
4266 |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.
4267 |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 key family in the context of a constraint.
4268
4269 Element Documentation:
4270
4271 |**Name**|**Type**|**Documentation**
4272 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4273 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4274 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4275 |ReportingCategory|ReportingCategoryType|ReportingCateogry defines a reporting [[category>>doc:sdmx:Glossary.Category.WebHome]], which is used to group structure usages into useful sub-packages.
4276
4277 //**ReportingCategoryBaseType**//**: **ReportingCategoryBaseType is an abstract base type that serves as the basis for the ReportingCategoryType.
4278
4279 Derivation:
4280 //com:AnnotableType// (extension)
4281 //IdentifiableType// (extension)
4282 //NameableType// (restriction)
4283 //ItemBaseType// (extension)
4284 //ItemType// (restriction)
4285 //ReportingCategoryBaseType//
4286
4287 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4288 id, urn?, uri?
4289
4290 Content:
4291 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, ReportingCategory*
4292
4293 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4294
4295 |**Name**|**Type**|**Documentation**
4296 |id|com:IDType|The id is the identifier for the object.
4297 |urn|xs:anyURI|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).
4298 |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.
4299
4300 Element Documentation:
4301
4302 |**Name**|**Type**|**Documentation**
4303 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4304 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4305 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4306 |ReportingCategory|ReportingCategoryType|ReportingCateogry defines a reporting [[category>>doc:sdmx:Glossary.Category.WebHome]], which is used to group structure usages into useful sub-packages.
4307
4308 **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.
4309
4310 Derivation:
4311 //com:AnnotableType// (extension)
4312 //IdentifiableType// (extension)
4313 //NameableType// (restriction)
4314 //ItemBaseType// (extension)
4315 //ItemType// (restriction)
4316 //ReportingCategoryBaseType// (extension)
4317 ReportingCategoryType
4318
4319 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4320 id, urn?, uri?
4321
4322 Content:
4323 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, ReportingCategory*, (StructuralMetadata* | ProvisioningMetadata*)
4324
4325 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4326
4327 |**Name**|**Type**|**Documentation**
4328 |id|com:IDType|The id is the identifier for the object.
4329 |urn|xs:anyURI|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).
4330 |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.
4331
4332 Element Documentation:
4333
4334 |**Name**|**Type**|**Documentation**
4335 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4336 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4337 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4338 |ReportingCategory|ReportingCategoryType|ReportingCateogry defines a reporting [[category>>doc:sdmx:Glossary.Category.WebHome]], which is used to group structure usages into useful sub-packages.
4339 |StructuralMetadata|com: 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.
4340 |ProvisioningMetadata|com: 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.
4341
4342 //**StructureSetBaseType**//**: **StructureSetBaseType is an abstract base type that forms the basis for the StructureSetType.
4343
4344 Derivation:
4345 //com:AnnotableType// (extension)
4346 //IdentifiableType// (extension)
4347 //NameableType// (extension)
4348 //VersionableType// (restriction)
4349 //MaintainableBaseType// (extension)
4350 //MaintainableType// (restriction)
4351 //StructureSetBaseType//
4352
4353 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4354 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
4355
4356 Content:
4357 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
4358
4359 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4360
4361 |**Name**|**Type**|**Documentation**
4362 |id|com:IDType|The id is the identifier for the object.
4363 |urn|xs:anyURI|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).
4364 |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.
4365 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
4366 |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(%%).
4367 |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(%%).
4368 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4369 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
4370 |[[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.
4371 |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.
4372 |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.
4373
4374 Element Documentation:
4375
4376 |**Name**|**Type**|**Documentation**
4377 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4378 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4379 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4380
4381 **StructureSetType: **StructureSetType describes the structure of a [[structure set>>doc:sdmx:Glossary.Structure set.WebHome]]. It allows [[components>>doc:sdmx:Glossary.Component.WebHome]] in one structure, structure usage, or [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] to be (% style="color:#e74c3c" %)mapped(%%) to [[components>>doc:sdmx:Glossary.Component.WebHome]] in another structural [[component>>doc:sdmx:Glossary.Component.WebHome]] of the same type.
4382
4383 Derivation:
4384 //com:AnnotableType// (extension)
4385 //IdentifiableType// (extension)
4386 //NameableType// (extension)
4387 //VersionableType// (restriction)
4388 //MaintainableBaseType// (extension)
4389 //MaintainableType// (restriction)
4390 //StructureSetBaseType// (extension)
4391 StructureSetType
4392
4393 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4394 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?
4395
4396 Content:
4397 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, RelatedStructure*, (OrganisationSchemeMap | CategorySchemeMap | CodelistMap | ConceptSchemeMap | ReportingTaxonomyMap | HybridCodelistMap | StructureMap)*
4398
4399 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4400
4401 |**Name**|**Type**|**Documentation**
4402 |id|com:IDType|The id is the identifier for the object.
4403 |urn|xs:anyURI|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).
4404 |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.
4405 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
4406 |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(%%).
4407 |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(%%).
4408 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4409 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
4410 |[[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.
4411 |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.
4412 |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.
4413
4414 Element Documentation:
4415
4416 |**Name**|**Type**|**Documentation**
4417 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4418 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4419 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4420 |RelatedStructure|com: StructureOrUsageReferenceType|RelatedStructures contains references to structures (key families and [[metadata structure definitions>>doc:sdmx:Glossary.Metadata structure definition.WebHome]]) and structure usages ([[data flows>>doc:sdmx:Glossary.Dataflow.WebHome]] and [[metadata flows>>doc:sdmx:Glossary.Metadataflow.WebHome]]) to indicate that a semantic relationship exist between them. The details of these relationships can be found in the structure (% style="color:#e74c3c" %)maps(%%).
4421 |OrganisationSchemeMa p|OrganisationSchemeMapType|OrganisationSchemeMap links a source and target organisations from different schemes where there is a semantic equivalence between them. Organisations are (% style="color:#e74c3c" %)mapped(%%) without regard to role.
4422 |CategorySchemeMap|CategorySchemeMapType|CategorySchemeMap links a source and target [[categories>>doc:sdmx:Glossary.Category.WebHome]] from different schemes where there is a semantic equivalence between them.
4423 |CodelistMap|CodelistMapType|CodelistMap links a source and target [[codes>>doc:sdmx:Glossary.Code.WebHome]] from different lists where there is a semantic equivalence between them.
4424 |ConceptSchemeMap|ConceptSchemeMapType|ConceptSchemeMap links a source and target (% style="color:#e74c3c" %)concepts(%%) from different schemes where there is a semantic equivalence between them.
4425 |ReportingTaxonomyMap|ReportingTaxonomyMapType|ReportingTaxonomyMap links a source and target reporting [[categories>>doc:sdmx:Glossary.Category.WebHome]] from different taxonomies where there is a semantic equivalence between them.
4426 |HybridCodelistMap|HybridCodelistMapType|HybridCodelistMap links a source and target [[codes>>doc:sdmx:Glossary.Code.WebHome]] from different [[codelists>>doc:sdmx:Glossary.Code list.WebHome]], which may be hierarchical or flat, where there is a semantic equivalence between them.
4427 |StructureMap|StructureMapType|StructureMap (% style="color:#e74c3c" %)maps(%%) [[components>>doc:sdmx:Glossary.Component.WebHome]] from one structure to [[components>>doc:sdmx:Glossary.Component.WebHome]] to another structure, and can describe how the value of the [[components>>doc:sdmx:Glossary.Component.WebHome]] are related.
4428
4429 //**ItemSchemeMapBaseType**//**: **ItemSchemeMapBaseType is an abstract base type which forms the basis for the ItemSchemeMapType.
4430
4431 Derivation:
4432 //com:AnnotableType// (extension)
4433 //IdentifiableType// (extension)
4434 //NameableType// (restriction)
4435 //ItemSchemeMapBaseType//
4436
4437 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4438 id, urn?, uri?
4439
4440 Content:
4441 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
4442
4443 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4444
4445 |**Name**|**Type**|**Documentation**
4446 |id|com:IDType|The id is the identifier for the object.
4447 |urn|xs:anyURI|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).
4448 |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.
4449
4450 Element Documentation:
4451
4452 |**Name**|**Type**|**Documentation**
4453 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4454 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4455 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4456
4457 //**ItemSchemeMapType**//**: **ItemSchemeMapType is an abstract base type which forms the basis for (% style="color:#e74c3c" %)mapping(%%) items between [[item schemes>>doc:sdmx:Glossary.Item scheme.WebHome]] of the same type.
4458
4459 Derivation:
4460
4461 //com:AnnotableType// (extension)
4462 //IdentifiableType// (extension)
4463 //NameableType// (restriction)
4464 //ItemSchemeMapBaseType// (extension)
4465 //ItemSchemeMapType//
4466
4467 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4468 id, urn?, uri?
4469
4470 Content:
4471 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Source, Target, //ItemAssociation+//
4472
4473 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4474
4475 |**Name**|**Type**|**Documentation**
4476 |id|com:IDType|The id is the identifier for the object.
4477 |urn|xs:anyURI|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).
4478 |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.
4479
4480 Element Documentation:
4481
4482 |**Name**|**Type**|**Documentation**
4483 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4484 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4485 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4486 |Source|//com: ItemSchemeReferenceBaseType//|Source provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are (% style="color:#e74c3c" %)mapped(%%) from.
4487 |Target|//com: ItemSchemeReferenceBaseType//|Target provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are (% style="color:#e74c3c" %)mapped(%%) to.
4488 |//ItemAssociation//|//ItemAssociationType//|ItemAssociation is an abstract description of the relation between two items for the purpose of (% style="color:#e74c3c" %)mapping(%%).
4489
4490 //**ItemAssociationType**//**: **ItemAssociationType is an abstract type which defines the relationship between two items from the source and target [[item schemes>>doc:sdmx:Glossary.Item scheme.WebHome]] of an [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] (% style="color:#e74c3c" %)map(%%).
4491
4492 Derivation:
4493 //com:AnnotableType// (extension)
4494 //ItemAssociationType//
4495
4496 Content:
4497 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Source, Target
4498
4499 Element Documentation:
4500
4501 |**Name**|**Type**|**Documentation**
4502 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4503 |Source|//com: LocalItemReferenceType//|Source provides a local reference (id only) to an item from the source [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] in the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] (% style="color:#e74c3c" %)map(%%) which is being (% style="color:#e74c3c" %)mapped(%%) to another item.
4504 |Target|//com: LocalItemReferenceType//|Target provides a local reference (id only) to an item from the target [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] in the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] (% style="color:#e74c3c" %)map(%%) which is being (% style="color:#e74c3c" %)mapped(%%) from another item.
4505
4506 **OrganisationSchemeMapType: **OrganisationSchemeMapType defines the structure of a (% style="color:#e74c3c" %)map(%%) which identifies relationships between organisations in different organisation schemes.
4507
4508 Derivation:
4509 //com:AnnotableType// (extension)
4510 //IdentifiableType// (extension)
4511 //NameableType// (restriction)
4512 //ItemSchemeMapBaseType// (extension)
4513 //ItemSchemeMapType// (restriction)
4514 OrganisationSchemeMapType
4515
4516 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4517 id, urn?, uri?
4518
4519 Content:
4520 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Source, Target, OrganisationMap+
4521
4522 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4523
4524 |**Name**|**Type**|**Documentation**
4525 |id|com:IDType|The id is the identifier for the object.
4526 |urn|xs:anyURI|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).
4527 |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.
4528
4529 Element Documentation:
4530
4531 |**Name**|**Type**|**Documentation**
4532 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4533 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4534 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4535 |Source|com: OrganisationSchemeReferenceType|Source provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are (% style="color:#e74c3c" %)mapped(%%) from.
4536 |Target|com: OrganisationSchemeReferenceType|Target provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are (% style="color:#e74c3c" %)mapped(%%) to.
4537 |OrganisationMap|OrganisationMapType|OrganisationMap relates a source organisation to a target organisation.
4538
4539 **OrganisationMapType: **OrganisationMapType defines the structure for (% style="color:#e74c3c" %)mapping(%%) two organisations. A local reference is provided both the source and target organisation.
4540
4541 Derivation:
4542 //com:AnnotableType// (extension)
4543 //ItemAssociationType// (restriction)
4544 OrganisationMapType
4545
4546 Content:
4547 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Source, Target
4548
4549 Element Documentation:
4550
4551 |**Name**|**Type**|**Documentation**
4552 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4553 |Source|com: LocalOrganisationReferenceType|Source provides a local reference (id only) to an item from the source [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] in the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] (% style="color:#e74c3c" %)map(%%) which is being (% style="color:#e74c3c" %)mapped(%%) to another item.
4554 |Target|com: LocalOrganisationReferenceType|Target provides a local reference (id only) to an item from the target [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] in the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] (% style="color:#e74c3c" %)map(%%) which is being (% style="color:#e74c3c" %)mapped(%%) from another item.
4555
4556 **CategorySchemeMapType: **CategorySchemeMapType defines the structure of a (% style="color:#e74c3c" %)map(%%) which identifies relationships between [[categories>>doc:sdmx:Glossary.Category.WebHome]] in different [[category>>doc:sdmx:Glossary.Category.WebHome]] schemes.
4557
4558 Derivation:
4559 //com:AnnotableType// (extension)
4560 //IdentifiableType// (extension)
4561 //NameableType// (restriction)
4562 //ItemSchemeMapBaseType// (extension)
4563 //ItemSchemeMapType// (restriction)
4564 CategorySchemeMapType
4565
4566 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4567 id, urn?, uri?
4568
4569 Content:
4570 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Source, Target, CategoryMap+
4571
4572 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4573
4574 |**Name**|**Type**|**Documentation**
4575 |id|com:IDType|The id is the identifier for the object.
4576 |urn|xs:anyURI|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).
4577 |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.
4578
4579 Element Documentation:
4580
4581 |**Name**|**Type**|**Documentation**
4582 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4583 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4584 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4585 |Source|com: CategorySchemeReferenceType|Source provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are (% style="color:#e74c3c" %)mapped(%%) from.
4586 |Target|com: CategorySchemeReferenceType|Target provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are (% style="color:#e74c3c" %)mapped(%%) to.
4587 |CategoryMap|CategoryMapType|CategoryMap defines the structure of a (% style="color:#e74c3c" %)map(%%) which identifies relationships between [[categories>>doc:sdmx:Glossary.Category.WebHome]] in different [[category>>doc:sdmx:Glossary.Category.WebHome]] schemes.
4588
4589 **CategoryMapType: **CategoryMapType defines the structure for (% style="color:#e74c3c" %)mapping(%%) two [[categories>>doc:sdmx:Glossary.Category.WebHome]]. A local reference is provided both the source and target [[category>>doc:sdmx:Glossary.Category.WebHome]].
4590
4591 Derivation:
4592 //com:AnnotableType// (extension)
4593 //ItemAssociationType// (restriction)
4594 CategoryMapType
4595
4596 Content:
4597 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Source, Target
4598
4599 Element Documentation:
4600
4601 |**Name**|**Type**|**Documentation**
4602 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4603 |Source|com: LocalCategoryReferenceType|Source provides a local reference (id only) to an item from the source [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] in the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] (% style="color:#e74c3c" %)map(%%) which is being (% style="color:#e74c3c" %)mapped(%%) to another item.
4604 |Target|com: LocalCategoryReferenceType|Target provides a local reference (id only) to an item from the target [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] in the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] (% style="color:#e74c3c" %)map(%%) which is being (% style="color:#e74c3c" %)mapped(%%) from another item.
4605
4606 **CodelistMapType: **CodelistMapType defines the structure of a (% style="color:#e74c3c" %)map(%%) which identifies relationships between [[codes>>doc:sdmx:Glossary.Code.WebHome]] in different [[codelists>>doc:sdmx:Glossary.Code list.WebHome]].
4607
4608 Derivation:
4609 //com:AnnotableType// (extension)
4610 //IdentifiableType// (extension)
4611 //NameableType// (restriction)
4612 //ItemSchemeMapBaseType// (extension)
4613 //ItemSchemeMapType// (restriction)
4614 CodelistMapType
4615
4616 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4617 id, urn?, uri?
4618
4619 Content:
4620 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Source, Target, CodeMap+
4621
4622 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4623
4624 |**Name**|**Type**|**Documentation**
4625 |id|com:IDType|The id is the identifier for the object.
4626 |urn|xs:anyURI|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).
4627 |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.
4628
4629 Element Documentation:
4630
4631 |**Name**|**Type**|**Documentation**
4632 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4633 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4634 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4635 |Source|com: CodelistReferenceType|Source provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are (% style="color:#e74c3c" %)mapped(%%) from.
4636 |Target|com: CodelistReferenceType|Target provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are (% style="color:#e74c3c" %)mapped(%%) to.
4637 |CodeMap|CodeMapType|CodeMap defines the structure of a (% style="color:#e74c3c" %)map(%%) which identifies relationships between [[codes>>doc:sdmx:Glossary.Code.WebHome]] in different [[codelists>>doc:sdmx:Glossary.Code list.WebHome]].
4638
4639 **CodeMapType: **CodeMapType defines the structure for (% style="color:#e74c3c" %)mapping(%%) two [[codes>>doc:sdmx:Glossary.Code.WebHome]]. A local reference is provided both the source and target [[code>>doc:sdmx:Glossary.Code.WebHome]].
4640
4641 Derivation:
4642 //com:AnnotableType// (extension)
4643 //ItemAssociationType// (restriction)
4644 CodeMapType
4645
4646 Content:
4647 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Source, Target
4648
4649 Element Documentation:
4650
4651 |**Name**|**Type**|**Documentation**
4652 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4653 |Source|com: LocalCodeReferenceType|Source provides a local reference (id only) to an item from the source [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] in the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] (% style="color:#e74c3c" %)map(%%) which is being (% style="color:#e74c3c" %)mapped(%%) to another item.
4654 |Target|com: LocalCodeReferenceType|Target provides a local reference (id only) to an item from the target [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] in the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] (% style="color:#e74c3c" %)map(%%) which is being (% style="color:#e74c3c" %)mapped(%%) from another item.
4655
4656 **ConceptSchemeMapType: **ConceptSchemeMapType defines the structure of a (% style="color:#e74c3c" %)map(%%) which identifies relationships between (% style="color:#e74c3c" %)concepts(%%) in different [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]].
4657
4658 Derivation:
4659 //com:AnnotableType// (extension)
4660 //IdentifiableType// (extension)
4661 //NameableType// (restriction)
4662 //ItemSchemeMapBaseType// (extension)
4663 //ItemSchemeMapType// (restriction)
4664 ConceptSchemeMapType
4665
4666 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4667 id, urn?, uri?
4668
4669 Content:
4670 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Source, Target, ConceptMap+
4671
4672 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4673
4674 |**Name**|**Type**|**Documentation**
4675 |id|com:IDType|The id is the identifier for the object.
4676 |urn|xs:anyURI|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).
4677 |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.
4678
4679 Element Documentation:
4680
4681 |**Name**|**Type**|**Documentation**
4682 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4683 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4684 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4685 |Source|com: ConceptSchemeReferenceType|Source provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are (% style="color:#e74c3c" %)mapped(%%) from.
4686 |Target|com: ConceptSchemeReferenceType|Target provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are (% style="color:#e74c3c" %)mapped(%%) to.
4687 |ConceptMap|ConceptMapType|ConceptMap defines the structure of a (% style="color:#e74c3c" %)map(%%) which identifies relationships between (% style="color:#e74c3c" %)concepts(%%) in different [[concept schemes>>doc:sdmx:Glossary.Concept scheme.WebHome]].
4688
4689 **ConceptMapType: **ConceptMapType defines the structure for (% style="color:#e74c3c" %)mapping(%%) two (% style="color:#e74c3c" %)concepts(%%). A local reference is provided both the source and target (% style="color:#e74c3c" %)concept(%%).
4690
4691 Derivation:
4692 //com:AnnotableType// (extension)
4693 //ItemAssociationType// (restriction)
4694 ConceptMapType
4695
4696 Content:
4697 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Source, Target
4698
4699 Element Documentation:
4700
4701 |**Name**|**Type**|**Documentation**
4702 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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 |Source|com: LocalConceptReferenceType|Source provides a local reference (id only) to an item from the source [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] in the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] (% style="color:#e74c3c" %)map(%%) which is being (% style="color:#e74c3c" %)mapped(%%) to another item.
4704 |Target|com: LocalConceptReferenceType|Target provides a local reference (id only) to an item from the target [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] in the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] (% style="color:#e74c3c" %)map(%%) which is being (% style="color:#e74c3c" %)mapped(%%) from another item.
4705
4706 **ReportingTaxonomyMapType: **ReportingTaxonomyMapType defines the structure of a (% style="color:#e74c3c" %)map(%%) which identifies relationships between reporting [[categories>>doc:sdmx:Glossary.Category.WebHome]] in different reporting taxonomies.
4707
4708 Derivation:
4709 //com:AnnotableType// (extension)
4710 //IdentifiableType// (extension)
4711 //NameableType// (restriction)
4712 //ItemSchemeMapBaseType// (extension)
4713 //ItemSchemeMapType// (restriction)
4714 ReportingTaxonomyMapType
4715
4716 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4717 id, urn?, uri?
4718
4719 Content:
4720 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Source, Target, ReportingCategoryMap+
4721
4722 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4723
4724 |**Name**|**Type**|**Documentation**
4725 |id|com:IDType|The id is the identifier for the object.
4726 |urn|xs:anyURI|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).
4727 |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.
4728
4729 Element Documentation:
4730
4731 |**Name**|**Type**|**Documentation**
4732 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4733 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4734 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4735 |Source|com: ReportingTaxonomyReferenceType|Source provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are (% style="color:#e74c3c" %)mapped(%%) from.
4736 |Target|com: ReportingTaxonomyReferenceType|Target provides a reference to the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] which items are (% style="color:#e74c3c" %)mapped(%%) to.
4737 |ReportingCategoryMap|ReportingCategoryMapType|ReportingCategoryMap defines the structure of a (% style="color:#e74c3c" %)map(%%) which identifies relationships between reporting [[categories>>doc:sdmx:Glossary.Category.WebHome]] in different reporting taxonomies.
4738
4739 **ReportingCategoryMapType: **ReportingCategoryMapType defines the structure for (% style="color:#e74c3c" %)mapping(%%) two reporting [[categories>>doc:sdmx:Glossary.Category.WebHome]]. A local reference is provided both the source and target [[category>>doc:sdmx:Glossary.Category.WebHome]].
4740
4741 Derivation:
4742 //com:AnnotableType// (extension)
4743 //ItemAssociationType// (restriction)
4744 ReportingCategoryMapType
4745
4746 Content:
4747 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Source, Target
4748
4749 Element Documentation:
4750
4751 |**Name**|**Type**|**Documentation**
4752 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4753 |Source|com: LocalReportingCategoryReferenceType|Source provides a local reference (id only) to an item from the source [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] in the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] (% style="color:#e74c3c" %)map(%%) which is being (% style="color:#e74c3c" %)mapped(%%) to another item.
4754 |Target|com: LocalReportingCategoryReferenceType|Target provides a local reference (id only) to an item from the target [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] in the [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]] (% style="color:#e74c3c" %)map(%%) which is being (% style="color:#e74c3c" %)mapped(%%) from another item.
4755
4756 //**HybridCodelistMapBaseType**//**: **HybridCodelistMapBaseType is an abstract base type which forms the basis for the HybridCodelistMapType.
4757
4758 Derivation:
4759 //com:AnnotableType// (extension)
4760 //IdentifiableType// (extension)
4761 //NameableType// (restriction)
4762 //HybridCodelistMapBaseType//
4763
4764 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4765 id, urn?, uri?
4766
4767 Content:
4768 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
4769
4770 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4771
4772 |**Name**|**Type**|**Documentation**
4773 |id|com:IDType|The id is the identifier for the object.
4774 |urn|xs:anyURI|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).
4775 |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.
4776
4777 Element Documentation:
4778
4779 |**Name**|**Type**|**Documentation**
4780 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4781 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4782 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4783
4784 **HybridCodelistMapType: **HybridCodelistMapType defines the structure of a (% style="color:#e74c3c" %)map(%%) which relates [[codes>>doc:sdmx:Glossary.Code.WebHome]] (possibly hierarchical) from different [[code>>doc:sdmx:Glossary.Code.WebHome]] lists.
4785
4786 Derivation:
4787 //com:AnnotableType// (extension)
4788 //IdentifiableType// (extension)
4789 //NameableType// (restriction)
4790 //HybridCodelistMapBaseType// (extension)
4791 HybridCodelistMapType
4792
4793 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4794 id, urn?, uri?
4795
4796 Content:
4797 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Source, Target, HybridCodeMap+
4798
4799 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4800
4801 |**Name**|**Type**|**Documentation**
4802 |id|com:IDType|The id is the identifier for the object.
4803 |urn|xs:anyURI|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).
4804 |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.
4805
4806 Element Documentation:
4807
4808 |**Name**|**Type**|**Documentation**
4809 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4810 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4811 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4812 |Source|com: AnyCodelistReferenceType|Source provides a reference to either a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] or a hierarchical [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], from which the [[codes>>doc:sdmx:Glossary.Code.WebHome]] are to be (% style="color:#e74c3c" %)mapped(%%).
4813 |Target|com: AnyCodelistReferenceType|Target provides a reference to either a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] or a hierarchical [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], to which the source [[codes>>doc:sdmx:Glossary.Code.WebHome]] are to be (% style="color:#e74c3c" %)mapped(%%).
4814 |HybridCodeMap|HybridCodeMapType|HybridCodeMap defines the relationship of a [[code>>doc:sdmx:Glossary.Code.WebHome]] in the source list to [[code>>doc:sdmx:Glossary.Code.WebHome]] in the target list.
4815
4816 **HybridCodeMapType: **CodeMapType defines the structure for associating a [[code>>doc:sdmx:Glossary.Code.WebHome]] from a source [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] to a [[code>>doc:sdmx:Glossary.Code.WebHome]] in a target [[codelist>>doc:sdmx:Glossary.Code list.WebHome]]. Note that either of these may come from a hierarchical [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
4817
4818 Derivation:
4819 //com:AnnotableType// (extension)
4820 HybridCodeMapType
4821
4822 Content:
4823 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Source, Target
4824
4825 Element Documentation:
4826
4827 |**Name**|**Type**|**Documentation**
4828 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4829 |Source|com: AnyLocalCodeReferenceType|Source provides a local reference to the [[code>>doc:sdmx:Glossary.Code.WebHome]] which is to be (% style="color:#e74c3c" %)mapped(%%). If this [[code>>doc:sdmx:Glossary.Code.WebHome]] is from a hierarchical [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], a reference to the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] in which it is defined must also be provided.
4830 |Target|com: AnyLocalCodeReferenceType|Target provides a local reference to the [[code>>doc:sdmx:Glossary.Code.WebHome]] to which the source [[code>>doc:sdmx:Glossary.Code.WebHome]] is (% style="color:#e74c3c" %)mapped(%%). If this [[code>>doc:sdmx:Glossary.Code.WebHome]] is from a hierarchical [[codelist>>doc:sdmx:Glossary.Code list.WebHome]], a reference to the [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] in which it is defined must also be provided.
4831
4832 //**StructureMapBaseType**//**: **StructureMapBaseType is an abstract base type which forms the basis for the StructureMapType.
4833
4834 Derivation:
4835 //com:AnnotableType// (extension)
4836 //IdentifiableType// (extension)
4837 //NameableType// (restriction)
4838 //StructureMapBaseType//
4839
4840 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4841 id, urn?, uri?
4842
4843 Content:
4844 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*
4845
4846 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4847
4848 |**Name**|**Type**|**Documentation**
4849 |id|com:IDType|The id is the identifier for the object.
4850 |urn|xs:anyURI|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).
4851 |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.
4852
4853 Element Documentation:
4854
4855 |**Name**|**Type**|**Documentation**
4856 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4857 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4858 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4859
4860 **StructureMapType: **StructureMapType defines the structure for (% style="color:#e74c3c" %)mapping(%%) [[components>>doc:sdmx:Glossary.Component.WebHome]] of one structure to [[components>>doc:sdmx:Glossary.Component.WebHome]] of another structure. A structure may be referenced directly meaning the (% style="color:#e74c3c" %)map(%%) applies wherever the structure is used, or it may be a reference via a structure usage meaning the (% style="color:#e74c3c" %)map(%%) only applies within the context of that usage. Using the related structures, one can make extrapolations between (% style="color:#e74c3c" %)maps(%%). For example, if key families, A, B, and C, are all grouped in a related structures container, then a (% style="color:#e74c3c" %)map(%%) from key family A to C and a (% style="color:#e74c3c" %)map(%%) from key family B to C could be used to infer a relation between key family A to C.
4861
4862 Derivation:
4863 //com:AnnotableType// (extension)
4864 //IdentifiableType// (extension)
4865 //NameableType// (restriction)
4866 //StructureMapBaseType// (extension)
4867 StructureMapType
4868
4869 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4870 id, urn?, uri?, isExtension?
4871
4872 Content:
4873 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Source, Target, ComponentMap+
4874
4875 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4876
4877 |**Name**|**Type**|**Documentation**
4878 |id|com:IDType|The id is the identifier for the object.
4879 |urn|xs:anyURI|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).
4880 |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.
4881 |isExtension (default: false)|xs:boolean|The isExtension [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]], when true, indicates that the target structure definition inherits all properties of the referenced structure definition, and may have additional [[components>>doc:sdmx:Glossary.Component.WebHome]]. Note that this [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] may only be set to true if the structure (% style="color:#e74c3c" %)map(%%) has a source structure and a target structure of either two key families or two [[metadata structure definitions>>doc:sdmx:Glossary.Metadata structure definition.WebHome]]. It is not possible inherit the underlying (% style="color:#e74c3c" %)concepts(%%) of [[components>>doc:sdmx:Glossary.Component.WebHome]] between the two type of structures using this mechanism.
4882
4883 Element Documentation:
4884
4885 |**Name**|**Type**|**Documentation**
4886 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4887 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4888 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4889 |Source|com: 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 (% style="color:#e74c3c" %)mapped(%%).
4890 |Target|com: 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 (% style="color:#e74c3c" %)mapped(%%).
4891 |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]].
4892
4893 **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.
4894
4895 Derivation:
4896 //com:AnnotableType// (extension)
4897 ComponentMapType
4898
4899 Content:
4900 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, Source, Target, RepresentationMapping?
4901
4902 Element Documentation:
4903
4904 |**Name**|**Type**|**Documentation**
4905 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4906 |Source|com: LocalComponentListComponentReferenceType|
4907 |Target|com: LocalComponentListComponentReferenceType|
4908 |RepresentationMapping|RepresentationMapType|RepresentationMapping describes the (% style="color:#e74c3c" %)mapping(%%) rules to (% style="color:#e74c3c" %)map(%%) the value of the source [[component>>doc:sdmx:Glossary.Component.WebHome]] to the target [[component>>doc:sdmx:Glossary.Component.WebHome]]. Note that is a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] (% style="color:#e74c3c" %)mapping(%%) is not supplied, then the value of the source [[component>>doc:sdmx:Glossary.Component.WebHome]] is (% style="color:#e74c3c" %)mapped(%%) directly to the value of the target [[component>>doc:sdmx:Glossary.Component.WebHome]] without any manipulation.
4909
4910 **RepresentationMapType: **RepresentationMapType describes the structure of the (% style="color:#e74c3c" %)mapping(%%) of the value of a source to [[component>>doc:sdmx:Glossary.Component.WebHome]] to a target [[component>>doc:sdmx:Glossary.Component.WebHome]]. Either a reference to another (% style="color:#e74c3c" %)map(%%) defined within the containing [[structure set>>doc:sdmx:Glossary.Structure set.WebHome]] or a description of the source and target text formats must be provided. Note that for key family [[components>>doc:sdmx:Glossary.Component.WebHome]], only a reference to a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] (% style="color:#e74c3c" %)map(%%) is relevant, since that is the only type of coded [[representation>>doc:sdmx:Glossary.Representation.WebHome]] allowed in a key family.
4911
4912 Content:
4913 (CodelistMap | (ToTextFormat, ToValueType) | ValueMap)
4914
4915 Element Documentation:
4916
4917 |**Name**|**Type**|**Documentation**
4918 |CodelistMap|com: LocalCodelistMapReferenceType|CodelistMap references a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] (% style="color:#e74c3c" %)map(%%) defined in the same [[structure set>>doc:sdmx:Glossary.Structure set.WebHome]] which (% style="color:#e74c3c" %)maps(%%) the enumeration of the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the source [[component>>doc:sdmx:Glossary.Component.WebHome]] to the enumeration of the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the target [[component>>doc:sdmx:Glossary.Component.WebHome]].
4919 |ToTextFormat|TextFormatType|ToTextFormat describes the un-coded [[representation>>doc:sdmx:Glossary.Representation.WebHome]] of the target to which the value of the referenced [[component>>doc:sdmx:Glossary.Component.WebHome]] should be transformed.
4920 |ToValueType|ToValueTypeType|ToValueType notes whether the value, name, or description of the source value should be used in the target value.
4921 |ValueMap|ValueMapType|ValueMap provides for a simple (% style="color:#e74c3c" %)mapping(%%) of a source value to a target value without having to define a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] (% style="color:#e74c3c" %)map(%%). This is available to allow mappings in situations such as the source or target is not being formally coded, or the source and/or target being a [[measure>>doc:sdmx:Glossary.Measure.WebHome]] [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] in which case its [[representation>>doc:sdmx:Glossary.Representation.WebHome]] is not mappable from a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]] (% style="color:#e74c3c" %)map(%%).
4922
4923 **ValueMapType: **ValueMapType contains a collection of value mappings, which give a source and target value.
4924
4925 Content:
4926 ValueMapping+
4927
4928 Element Documentation:
4929
4930 |**Name**|**Type**|**Documentation**
4931 |ValueMapping|ValueMappingType|ValueMapping provides a source and target value for the purpose of (% style="color:#e74c3c" %)mapping(%%).
4932
4933 **ValueMappingType: **ValueMappingType specifies the relationship between two values as a source and target.
4934
4935 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4936 source, target
4937
4938 Content:
4939 {Empty}
4940
4941 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4942
4943 |**Name**|**Type**|**Documentation**
4944 |source|xs:string|
4945 |target|xs:string|
4946
4947 //**VtlDefinitionSchemeType**//**: **VtlDefinitionSchemeType is an abstract extension of the ItemSchemeType for [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] schemes.
4948
4949 Derivation:
4950 //com:AnnotableType// (extension)
4951 //IdentifiableType// (extension)
4952 //NameableType// (extension)
4953 //VersionableType// (restriction)
4954 //MaintainableBaseType// (extension)
4955 //MaintainableType// (extension)
4956 //ItemSchemeType// (extension)
4957 //VtlDefinitionSchemeType//
4958
4959 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
4960 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
4961
4962 Content:
4963 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, //Item*//
4964
4965 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
4966
4967 |**Name**|**Type**|**Documentation**
4968 |id|com:IDType|The id is the identifier for the object.
4969 |urn|xs:anyURI|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).
4970 |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.
4971 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
4972 |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(%%).
4973 |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(%%).
4974 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
4975 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
4976 |[[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.
4977 |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.
4978 |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.
4979 |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 key family in the context of a constraint.
4980 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] (% style="color:#e74c3c" %)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]] (% style="color:#e74c3c" %)version(%%).
4981
4982 Element Documentation:
4983
4984 |**Name**|**Type**|**Documentation**
4985 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
4986 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
4987 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
4988 |//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.
4989
4990 //**TransformationSchemeBaseType**//**: **TransformationSchemeBaseType is an abstract base type for the TransformationSchemeType. It restricts the item types to be only transformations.
4991
4992 Derivation:
4993 //com:AnnotableType// (extension)
4994 //IdentifiableType// (extension)
4995 //NameableType// (extension)
4996 //VersionableType// (restriction)
4997 //MaintainableBaseType// (extension)
4998 //MaintainableType// (extension)
4999 //ItemSchemeType// (extension)
5000 //VtlDefinitionSchemeType// (restriction)
5001 //TransformationSchemeBaseType//
5002
5003 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5004 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
5005
5006 Content:
5007 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Transformation*
5008
5009 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5010
5011 |**Name**|**Type**|**Documentation**
5012 |id|com:IDType|The id is the identifier for the object.
5013 |urn|xs:anyURI|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).
5014 |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.
5015 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
5016 |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(%%).
5017 |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(%%).
5018 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5019 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
5020 |[[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.
5021 |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.
5022 |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.
5023 |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 key family in the context of a constraint.
5024 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] (% style="color:#e74c3c" %)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]] (% style="color:#e74c3c" %)version(%%).
5025
5026 Element Documentation:
5027
5028 |**Name**|**Type**|**Documentation**
5029 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
5030 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5031 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5032 |Transformation|TransformationType|Transformation describes the details of a single transformation within a transformation scheme.
5033
5034 **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.
5035
5036 Derivation:
5037 //com:AnnotableType// (extension)
5038 //IdentifiableType// (extension)
5039 //NameableType// (extension)
5040 //VersionableType// (restriction)
5041 //MaintainableBaseType// (extension)
5042 //MaintainableType// (extension)
5043 //ItemSchemeType// (extension)
5044 //VtlDefinitionSchemeType// (restriction)
5045 //TransformationSchemeBaseType// (extension)
5046 TransformationSchemeType
5047
5048 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5049 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
5050
5051 Content:
5052 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Transformation*, VtlMappingScheme?, NamePersonalisationScheme?, CustomTypeScheme?, RulesetScheme*, UserDefinedOperatorScheme*
5053
5054 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5055
5056 |**Name**|**Type**|**Documentation**
5057 |id|com:IDType|The id is the identifier for the object.
5058 |urn|xs:anyURI|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).
5059 |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.
5060 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
5061 |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(%%).
5062 |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(%%).
5063 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5064 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
5065 |[[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.
5066 |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.
5067 |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.
5068 |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 key family in the context of a constraint.
5069 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] (% style="color:#e74c3c" %)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]] (% style="color:#e74c3c" %)version(%%).
5070
5071 Element Documentation:
5072
5073 |**Name**|**Type**|**Documentation**
5074 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
5075 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5076 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5077 |Transformation|TransformationType|Transformation describes the details of a single transformation within a transformation scheme.
5078 |VtlMappingScheme|com: VtlMappingSchemeReferenceType|References a [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] (% style="color:#e74c3c" %)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 (% style="color:#e74c3c" %)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 (% style="color:#e74c3c" %)mapping(%%) methods are not used.
5079 |NamePersonalisationScheme|com: NamePersonalisationSchemeReferenceType|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.
5080 |CustomTypeScheme|com: CustomTypeSchemeReferenceType|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.
5081 |RulesetScheme|com: RulesetSchemeReferen ceType|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.
5082 |UserDefinedOperatorScheme|com: UserDefinedOperatorSchemeReferenceType|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.
5083
5084 **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.
5085
5086 Derivation:
5087 //com:AnnotableType// (extension)
5088 //IdentifiableType// (extension)
5089 //NameableType// (restriction)
5090 //ItemBaseType// (extension)
5091 //ItemType// (restriction)
5092 //UnnestedItemType// (extension)
5093 TransformationType
5094
5095 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5096 id, urn?, uri?, isPersistent
5097
5098 Content:
5099 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Expression, Result
5100
5101 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5102
5103 |**Name**|**Type**|**Documentation**
5104 |id|com:IDType|The id is the identifier for the object.
5105 |urn|xs:anyURI|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).
5106 |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.
5107 |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.
5108
5109 Element Documentation:
5110
5111 |**Name**|**Type**|**Documentation**
5112 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
5113 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5114 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5115 |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").
5116 |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").
5117
5118 **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]].
5119
5120 Derivation:
5121 //com:AnnotableType// (extension)
5122 //IdentifiableType// (extension)
5123 //NameableType// (extension)
5124 //VersionableType// (restriction)
5125 //MaintainableBaseType// (extension)
5126 //MaintainableType// (extension)
5127 //ItemSchemeType// (restriction)
5128 VtlMappingSchemeType
5129
5130 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5131 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?
5132
5133 Content:
5134 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, VtlMapping*
5135
5136 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5137
5138 |**Name**|**Type**|**Documentation**
5139 |id|com:IDType|The id is the identifier for the object.
5140 |urn|xs:anyURI|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).
5141 |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.
5142 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
5143 |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(%%).
5144 |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(%%).
5145 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5146 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
5147 |[[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.
5148 |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.
5149 |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.
5150 |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 key family in the context of a constraint.
5151
5152 Element Documentation:
5153
5154 |**Name**|**Type**|**Documentation**
5155 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
5156 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5157 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5158 |VtlMapping|VtlMappingType|VtlMapping details a (% style="color:#e74c3c" %)mapping(%%) between [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] and [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] transformation.
5159
5160 **VtlMappingType: **VtlMappingType defines the structure of a single (% style="color:#e74c3c" %)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, VtlCodelistMapping, or VtlConceptSchemeMapping) 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 (% style="color:#e74c3c" %)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]].
5161
5162 Derivation:
5163 //com:AnnotableType// (extension)
5164 //IdentifiableType// (extension)
5165 //NameableType// (restriction)
5166 //ItemBaseType// (extension)
5167 //ItemType// (restriction)
5168 //UnnestedItemType// (extension)
5169 VtlMappingType
5170
5171 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5172 id, urn?, uri?, alias
5173
5174 Content:
5175 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, ( ( ([[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]] | GenericDataflow), ToVtlMapping?, FromVtlMapping?) | [[Codelist>>doc:sdmx:Glossary.Code list.WebHome]] | ConceptScheme | (% style="color:#e74c3c" %)Concept(%%))
5176
5177 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5178
5179 |**Name**|**Type**|**Documentation**
5180 |id|com:IDType|The id is the identifier for the object.
5181 |urn|xs:anyURI|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).
5182 |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.
5183 |alias|xs:string|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.
5184
5185 Element Documentation:
5186
5187 |**Name**|**Type**|**Documentation**
5188 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
5189 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5190 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5191 |[[Dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]|com: DataflowReferenceType|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]].
5192 |GenericDataflow|com:EmptyType|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.
5193 |ToVtlMapping|ToVtlMappingType|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.
5194 |FromVtlMapping|FromVtlMappingType|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.
5195 |[[Codelist>>doc:sdmx:Glossary.Code list.WebHome]]|com: CodelistReferenceType|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.
5196 |ConceptScheme|com: ConceptSchemeReferenceType|A reference to the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] [[Concept Scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]] that the mapping is defined for. This is used to create a VtlConceptSchemeMapping.
5197 |(%%)(% style="color:#e74c3c" %)Concept|com: ConceptReferenceType|A reference to the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] (% style="color:#e74c3c" %)Concept(%%) that the mapping is defined for. This is used to create a VtlConceptMapping.
5198
5199 **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]].
5200
5201 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5202 method?
5203
5204 Content:
5205 ToVtlSubSpace?
5206
5207 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5208
5209 |**Name**|**Type**|**Documentation**
5210 |method|ToVtlMappingMethodTy pe|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.
5211
5212 Element Documentation:
5213
5214 |**Name**|**Type**|**Documentation**
5215 |ToVtlSubSpace|SpaceKeyType|Identfies a sub space of the (% style="color:#e74c3c" %)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.
5216
5217 **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]].
5218
5219 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5220 method?
5221
5222 Content:
5223 FromVtlSuperSpace?
5224
5225 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5226
5227 |**Name**|**Type**|**Documentation**
5228 |method|FromVtlMappingMethodType|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.
5229
5230 Element Documentation:
5231
5232 |**Name**|**Type**|**Documentation**
5233 |FromVtlSuperSpace|SpaceKeyType|Identfies a super space of the (% style="color:#e74c3c" %)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.
5234
5235 **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.
5236
5237 Content:
5238 Key+
5239
5240 Element Documentation:
5241
5242 |**Name**|(% style="width:287px" %)**Type**|(% style="width:1164px" %)**Documentation**
5243 |Key|(% style="width:287px" %)com: SingleNCNameIDType|(% style="width:1164px" %)A reference to a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] by its identifier.
5244
5245 **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.
5246
5247 Derivation:
5248 //com:AnnotableType// (extension)
5249 //IdentifiableType// (extension)
5250 //NameableType// (extension)
5251 //VersionableType// (restriction)
5252 //MaintainableBaseType// (extension)
5253 //MaintainableType// (extension)
5254 //ItemSchemeType// (extension)
5255 //VtlDefinitionSchemeType// (restriction)
5256 NamePersonalisationSchemeType
5257
5258 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5259 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
5260
5261 Content:
5262 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, NamePersonalisation*
5263
5264 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5265
5266 |**Name**|**Type**|**Documentation**
5267 |id|com:IDType|The id is the identifier for the object.
5268 |urn|xs:anyURI|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).
5269 |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.
5270 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
5271 |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(%%).
5272 |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(%%).
5273 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5274 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
5275 |[[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.
5276 |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.
5277 |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.
5278 |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 key family in the context of a (% style="color:#e74c3c" %)constraint(%%).
5279 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] (% style="color:#e74c3c" %)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]] (% style="color:#e74c3c" %)version(%%).
5280
5281 Element Documentation:
5282
5283 |**Name**|**Type**|**Documentation**
5284 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
5285 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5286 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5287 |NamePersonalisation|NamePersonalisationType|NamePersonalisation details a name personalisation that is used in a transformation.
5288
5289 **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.
5290
5291 Derivation:
5292 //com:AnnotableType// (extension)
5293 //IdentifiableType// (extension)
5294 //NameableType// (restriction)
5295 //ItemBaseType// (extension)
5296 //ItemType// (restriction)
5297 //UnnestedItemType// (extension)
5298 NamePersonalisationType
5299
5300 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5301 id, urn?, uri?, vtlArtefact
5302
5303 Content:
5304 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, VtlDefaultName, PersonalisedName
5305
5306 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5307
5308 |**Name**|**Type**|**Documentation**
5309 |id|com:IDType|The id is the identifier for the object.
5310 |urn|xs:anyURI|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).
5311 |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.
5312 |vtlArtefact|xs:string|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.
5313
5314 Element Documentation:
5315
5316 |**Name**|**Type**|**Documentation**
5317 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
5318 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5319 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5320 |VtlDefaultName|xs:string|Provides the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] standard name that is being personalised.
5321 |PersonalisedName|xs:string|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.
5322
5323 //**RulesetSchemeBaseType**//**: **RulesetSchemeBaseType is an abstract base type for the RulesetSchemeType. It restricts the item types to be only rulesets.
5324
5325 Derivation:
5326 //com:AnnotableType// (extension)
5327 //IdentifiableType// (extension)
5328 //NameableType// (extension)
5329 //VersionableType// (restriction)
5330 //MaintainableBaseType// (extension)
5331 //MaintainableType// (extension)
5332 //ItemSchemeType// (extension)
5333 //VtlDefinitionSchemeType// (restriction)
5334 //RulesetSchemeBaseType//
5335
5336 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5337 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
5338
5339 Content:
5340 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Ruleset*
5341
5342 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5343
5344 |**Name**|**Type**|**Documentation**
5345 |id|com:IDType|The id is the identifier for the object.
5346 |urn|xs:anyURI|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).
5347 |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.
5348 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
5349 |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(%%).
5350 |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(%%).
5351 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5352 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
5353 |[[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.
5354 |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.
5355 |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.
5356 |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 key family in the context of a (% style="color:#e74c3c" %)constraint(%%).
5357 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] (% style="color:#e74c3c" %)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]] (% style="color:#e74c3c" %)version(%%).
5358
5359 Element Documentation:
5360
5361 |**Name**|**Type**|**Documentation**
5362 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
5363 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5364 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5365 |Ruleset|RulesetType|Ruleset details a ruleset within a ruleset scheme.
5366
5367 **RulesetSchemeType: **RulesetSchemeType defines a collection of rulesets that are used in transformations.
5368
5369 Derivation:
5370 //com:AnnotableType// (extension)
5371 //IdentifiableType// (extension)
5372 //NameableType// (extension)
5373 //VersionableType// (restriction)
5374 //MaintainableBaseType// (extension)
5375 //MaintainableType// (extension)
5376 //ItemSchemeType// (extension)
5377 //VtlDefinitionSchemeType// (restriction)
5378 //RulesetSchemeBaseType// (extension)
5379 RulesetSchemeType
5380
5381 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5382 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
5383
5384 Content:
5385 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, Ruleset*, VtlMappingScheme?
5386
5387 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5388
5389 |**Name**|**Type**|**Documentation**
5390 |id|com:IDType|The id is the identifier for the object.
5391 |urn|xs:anyURI|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).
5392 |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.
5393 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
5394 |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(%%).
5395 |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(%%).
5396 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5397 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
5398 |[[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.
5399 |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.
5400 |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.
5401 |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 key family in the context of a (% style="color:#e74c3c" %)constraint(%%).
5402 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] (% style="color:#e74c3c" %)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]] (% style="color:#e74c3c" %)version(%%).
5403
5404 Element Documentation:
5405
5406 |**Name**|**Type**|**Documentation**
5407 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
5408 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5409 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5410 |Ruleset|RulesetType|Ruleset details a ruleset within a ruleset scheme.
5411 |VtlMappingScheme|com: 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 (% style="color:#e74c3c" %)Concepts(%%) (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 (% style="color:#e74c3c" %)Concepts(%%).
5412
5413 **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.
5414
5415 Derivation:
5416 //com:AnnotableType// (extension)
5417 //IdentifiableType// (extension)
5418 //NameableType// (restriction)
5419 //ItemBaseType// (extension)
5420 //ItemType// (restriction)
5421 //UnnestedItemType// (extension)
5422 RulesetType
5423
5424 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5425 id, urn?, uri?, rulesetType, rulesetScope
5426
5427 Content:
5428 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, RulesetDefinition
5429
5430 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5431
5432 |**Name**|**Type**|**Documentation**
5433 |id|com:IDType|The id is the identifier for the object.
5434 |urn|xs:anyURI|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).
5435 |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.
5436 |rulesetType|xs:string|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
5437 |rulesetScope|xs:string|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.
5438
5439 Element Documentation:
5440
5441 |**Name**|**Type**|**Documentation**
5442 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
5443 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5444 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5445 |RulesetDefinition|xs:string|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.
5446
5447 //**UserDefinedOperatorSchemeBaseType**//**: **UserDefinedOperatorSchemeBaseType is an abstract base type for the UserDefinedOperatorSchemeType. It restricts the item types to be only user defined operators.
5448
5449 Derivation:
5450 //com:AnnotableType// (extension)
5451 //IdentifiableType// (extension)
5452 //NameableType// (extension)
5453 //VersionableType// (restriction)
5454 //MaintainableBaseType// (extension)
5455 //MaintainableType// (extension)
5456 //ItemSchemeType// (extension)
5457 //VtlDefinitionSchemeType// (restriction)
5458 //UserDefinedOperatorSchemeBaseType//
5459
5460 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5461 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
5462
5463 Content:
5464 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, UserDefinedOperator*
5465
5466 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5467
5468 |**Name**|**Type**|**Documentation**
5469 |id|com:IDType|The id is the identifier for the object.
5470 |urn|xs:anyURI|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).
5471 |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.
5472 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
5473 |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(%%).
5474 |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(%%).
5475 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5476 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
5477 |[[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.
5478 |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.
5479 |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.
5480 |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 key family in the context of a (% style="color:#e74c3c" %)constraint(%%).
5481 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] (% style="color:#e74c3c" %)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]] (% style="color:#e74c3c" %)version(%%).
5482
5483 Element Documentation:
5484
5485 |**Name**|**Type**|**Documentation**
5486 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
5487 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5488 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5489 |UserDefinedOperator|UserDefinedOperatorType|UserDefinedOperator details a user defined operators within a user defined operator scheme.
5490
5491 **UserDefinedOperatorSchemeType: **UserDefinedOperatorSchemeType defines a collection of user defined operators that are used in transformations.
5492
5493 Derivation:
5494 //com:AnnotableType// (extension)
5495 //IdentifiableType// (extension)
5496 //NameableType// (extension)
5497 //VersionableType// (restriction)
5498 //MaintainableBaseType// (extension)
5499 //MaintainableType// (extension)
5500 //ItemSchemeType// (extension)
5501 //VtlDefinitionSchemeType// (restriction)
5502 //UserDefinedOperatorSchemeBaseType// (extension)
5503 UserDefinedOperatorSchemeType
5504
5505 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5506 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
5507
5508 Content:
5509 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, UserDefinedOperator*, VtlMappingScheme?, RulesetScheme*
5510
5511 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5512
5513 |**Name**|**Type**|**Documentation**
5514 |id|com:IDType|The id is the identifier for the object.
5515 |urn|xs:anyURI|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).
5516 |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.
5517 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
5518 |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(%%).
5519 |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(%%).
5520 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5521 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
5522 |[[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.
5523 |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.
5524 |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.
5525 |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 key family in the context of a (% style="color:#e74c3c" %)constraint(%%).
5526 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] (% style="color:#e74c3c" %)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]] (% style="color:#e74c3c" %)version(%%).
5527
5528 Element Documentation:
5529
5530 |**Name**|**Type**|**Documentation**
5531 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
5532 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5533 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5534 |UserDefinedOperator|UserDefinedOperatorType|UserDefinedOperator details a user defined operators within a user defined operator scheme.
5535 |VtlMappingScheme|com: 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 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]].
5536 |RulesetScheme|com: RulesetSchemeReferenceType|References a ruleset scheme defining rulesets utilized in the user defined operators.
5537
5538 **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.
5539
5540 Derivation:
5541 //com:AnnotableType// (extension)
5542 //IdentifiableType// (extension)
5543 //NameableType// (restriction)
5544 //ItemBaseType// (extension)
5545 //ItemType// (restriction)
5546 //UnnestedItemType// (extension)
5547 UserDefinedOperatorType
5548
5549 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5550 id, urn?, uri?
5551
5552 Content:
5553 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, OperatorDefinition
5554
5555 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5556
5557 |**Name**|**Type**|**Documentation**
5558 |id|com:IDType|The id is the identifier for the object.
5559 |urn|xs:anyURI|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).
5560 |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.
5561
5562 Element Documentation:
5563
5564 |**Name**|**Type**|**Documentation**
5565 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
5566 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5567 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5568 |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.
5569
5570 **CustomTypeSchemeType: **CustomTypeSchemeType defines a collection of custom types that are used in transformations.
5571
5572 Derivation:
5573 //com:AnnotableType// (extension)
5574 //IdentifiableType// (extension)
5575 //NameableType// (extension)
5576 //VersionableType// (restriction)
5577 //MaintainableBaseType// (extension)
5578 //MaintainableType// (extension)
5579 //ItemSchemeType// (extension)
5580 //VtlDefinitionSchemeType// (restriction)
5581 CustomTypeSchemeType
5582
5583 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5584 id, urn?, uri?, (% style="color:#e74c3c" %)version(%%)?, validFrom?, validTo?, agencyID, isFinal?, [[isExternalReference>>doc:sdmx:Glossary.isExternalReference.WebHome]]?, serviceURL?, structureURL?, isPartial?, vtlVersion
5585
5586 Content:
5587 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, CustomType*
5588
5589 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5590
5591 |**Name**|**Type**|**Documentation**
5592 |id|com:IDType|The id is the identifier for the object.
5593 |urn|xs:anyURI|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).
5594 |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.
5595 |(%%)(% style="color:#e74c3c" %)version(%%) (default: 1.0)|com:VersionType|This (% style="color:#e74c3c" %)version(%%) [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] holds a (% style="color:#e74c3c" %)version(%%) number in the format of #[.#]+ (see common:VersionType definition for details). If not supplied, the (% style="color:#e74c3c" %)version(%%) number is defaulted to 1.0.
5596 |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(%%).
5597 |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(%%).
5598 |agencyID|com: NestedNCNameIDType|The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary.Maintenance agency.WebHome]] of the object.
5599 |isFinal (default: false)|xs:boolean|The isFinal [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] indicates whether the object is unchangeable without versioning. If the value is true, the object must be versioned upon change. If the final [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not supplied, then the object is assumed not to be final. Note that all production objects must be final.
5600 |[[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.
5601 |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.
5602 |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.
5603 |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 key family in the context of a (% style="color:#e74c3c" %)constraint(%%).
5604 |vtlVersion|xs:string|Identifies the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] (% style="color:#e74c3c" %)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]] (% style="color:#e74c3c" %)version(%%).
5605
5606 Element Documentation:
5607
5608 |**Name**|**Type**|**Documentation**
5609 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
5610 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5611 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5612 |CustomType|CustomTypeType|CustomType details a custom type within a custom type scheme.
5613
5614 **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.
5615
5616 Derivation:
5617 //com:AnnotableType// (extension)
5618 //IdentifiableType// (extension)
5619 //NameableType// (restriction)
5620 //ItemBaseType// (extension)
5621 //ItemType// (restriction)
5622 //UnnestedItemType// (extension)
5623 CustomTypeType
5624
5625 [[Attributes>>doc:sdmx:Glossary.Attribute.WebHome]]:
5626 id, urn?, uri?
5627
5628 Content:
5629 com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]?, com:Name+, com:Description*, VtlScalarType, DataType, VtlLiteralFormat?, OutputFormat?, NullValue?
5630
5631 [[Attribute>>doc:sdmx:Glossary.Attribute.WebHome]] Documentation:
5632
5633 |**Name**|**Type**|**Documentation**
5634 |id|com:IDType|The id is the identifier for the object.
5635 |urn|xs:anyURI|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).
5636 |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.
5637
5638 Element Documentation:
5639
5640 |**Name**|**Type**|**Documentation**
5641 |com:[[Annotations>>doc:sdmx:Glossary.Annotation.WebHome]]|com: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.
5642 |com:Name|com:TextType|Name provides for a human-readable name for the object. This may be provided in multiple, parallel language-equivalent forms.
5643 |com:Description|com:TextType|Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel language-equivalent forms.
5644 |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.
5645 |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.
5646 |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.
5647 |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.
5648 |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.
5649
5650 === 2.1.4 Simple Types ===
5651
5652 **UsageStatusType: **UsageStatusType provides a list of enumerated types for indicating whether reporting a given [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is mandatory or conditional.
5653
5654 Derived by restriction of xs:NMTOKEN .
5655
5656 Enumerations:
5657
5658 |**Value**|**Documentation**
5659 |Mandatory|Reporting the associated [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is mandatory - a value must be supplied.
5660 |Conditional|Reporting the associated [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] is not mandatory - a value may be supplied, but is not required.
5661
5662 **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 (% style="color:#e74c3c" %)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.
5663
5664 Derived by restriction of com:SimpleDataType .
5665
5666 Enumerations:
5667
5668 (% style="width:1015.83px" %)
5669 |**Value**|(% style="width:816px" %)**Documentation**
5670 |String|(% style="width:816px" %)A string datatype corresponding to W3C XML Schema's xs:string datatype.
5671 |Alpha|(% style="width:816px" %)A string datatype which only allows for the simple aplhabetic charcter set of A-Z, a-z.
5672 |AlphaNumeric|(% style="width:816px" %)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.
5673 |Numeric|(% style="width:816px" %)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.
5674 |BigInteger|(% style="width:816px" %)An integer datatype corresponding to W3C XML Schema's xs:integer datatype.
5675 |Integer|(% style="width:816px" %)An integer datatype corresponding to W3C XML Schema's xs:int datatype.
5676 |Long|(% style="width:816px" %)A numeric datatype corresponding to W3C XML Schema's xs:long datatype.
5677 |Short|(% style="width:816px" %)A numeric datatype corresponding to W3C XML Schema's xs:short datatype.
5678 |Boolean|(% style="width:816px" %)A datatype corresponding to W3C XML Schema's xs:boolean datatype.
5679 |URI|(% style="width:816px" %)A datatype corresponding to W3C XML Schema's xs:anyURI datatype.
5680 |Count|(% style="width:816px" %)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".
5681 |InclusiveValueRange|(% style="width:816px" %)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.
5682 |ExclusiveValueRange|(% style="width:816px" %)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.
5683 |Incremental|(% style="width:816px" %)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]].
5684 |ObservationalTimePeriod|(% style="width:816px" %)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.
5685 |StandardTimePeriod|(% style="width:816px" %)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]].
5686 |BasicTimePeriod|(% style="width:816px" %)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.
5687 |GregorianTimePeriod|(% style="width:816px" %)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.
5688 |GregorianYear|(% style="width:816px" %)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.
5689 |GregorianYearMonth|(% style="width:816px" %)A time datatype corresponding to W3C XML Schema's xs:gYearMonth datatype, which is based on ISO-8601.
5690 |GregorianDay|(% style="width:816px" %)A time datatype corresponding to W3C XML Schema's xs:date datatype, which is based on ISO-8601.
5691 |ReportingTimePeriod|(% style="width:816px" %)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.
5692 |ReportingYear|(% style="width:816px" %)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.
5693 |ReportingSemester|(% style="width:816px" %)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.
5694 |ReportingTrimester|(% style="width:816px" %)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.
5695 |ReportingQuarter|(% style="width:816px" %)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.
5696 |ReportingMonth|(% style="width:816px" %)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.
5697 |ReportingWeek|(% style="width:816px" %)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.
5698 |ReportingDay|(% style="width:816px" %)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.
5699 |Month|(% style="width:816px" %)A time datatype corresponding to W3C XML Schema's xs:gMonth datatype.
5700 |MonthDay|(% style="width:816px" %)A time datatype corresponding to W3C XML Schema's xs:gMonthDay datatype.
5701 |Day|(% style="width:816px" %)A time datatype corresponding to W3C XML Schema's xs:gDay datatype.
5702 |Duration|(% style="width:816px" %)A time datatype corresponding to W3C XML Schema's xs:duration datatype.
5703
5704 **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.
5705
5706 Derived by restriction of com:SimpleDataType .
5707
5708 Enumerations:
5709
5710 |**Value**|**Documentation**
5711 |Alpha|A string datatype which only allows for the simple aplhabetic charcter set of A-Z, a-z.
5712 |AlphaNumeric|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.
5713 |Numeric|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.
5714
5715 **TargetObjectDataType: **TargetObjectDataType restricts DataType to specify the allowable data types for representing a target object value.
5716
5717 Derived by restriction of com:DataType .
5718
5719 Enumerations:
5720
5721 |**Value**|**Documentation**
5722 |KeyValues|This value indicates that the content of the [[component>>doc:sdmx:Glossary.Component.WebHome]] will be data key (a set of [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] references and values for the [[dimensions>>doc:sdmx:Glossary.Dimension.WebHome]]).
5723 |IdentifiableReference|This value indicates that the content of the [[component>>doc:sdmx:Glossary.Component.WebHome]] will be complete reference (either URN or full set of reference fields) to an Identifiable object in the [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] Information Model.
5724 |DataSetReference|This value indicates that the content of the [[component>>doc:sdmx:Glossary.Component.WebHome]] will be reference to a [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]], which is actually a formal reference to a [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]] and a [[data set>>doc:sdmx:Glossary.Data set.WebHome]] identifier value.
5725 |AttachmentConstraintReference|This value indicates that the content of the [[component>>doc:sdmx:Glossary.Component.WebHome]] will be reference to an attachment (% style="color:#e74c3c" %)constraint(%%), which is actually a combination of a collection of full or partial key values and a reference to a [[data set>>doc:sdmx:Glossary.Data set.WebHome]] or data structure, usage, or provision agreement.
5726
5727 **ToValueTypeType: **ToValueTypeType provides an enumeration of available text-equivalents for translation of coded values into textual formats.
5728
5729 Derived by restriction of xs:NMTOKEN .
5730
5731 Enumerations:
5732
5733 |**Value**|**Documentation**
5734 |Value|[[Code>>doc:sdmx:Glossary.Code.WebHome]] or other tokenized value, as provided in the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] scheme.
5735 |Name|The human-readable name of the Value, as provided in the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] scheme.
5736 |Description|The human-readable description of the Value, as provided in the [[representation>>doc:sdmx:Glossary.Representation.WebHome]] scheme.
5737
5738 **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.
5739
5740 Derived by restriction of xs:string.
5741
5742 Enumerations:
5743
5744 |**Value**|**Documentation**
5745 |Basic|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").
5746 |Pivot|Method for mapping multi-[[measure>>doc:sdmx:Glossary.Measure.WebHome]] data. 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.2 ("Pivot Mapping").
5747 |Basic-A2M|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]]").
5748 |Pivot-A2M|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]]").
5749
5750 **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.
5751
5752 Union of:
5753 StandardToVtlMappingMethodType, xs:string.
5754
5755 **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]].
5756
5757 Derived by restriction of xs:string .
5758
5759 Enumerations:
5760
5761 |**Value**|**Documentation**
5762 |Basic|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").
5763 |Unpivot|The mapping method to be used when the [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] data structure has more than 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.2 ("Unpivot Mapping").
5764 |M2A|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 (% style="color:#e74c3c" %)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 (% style="color:#e74c3c" %)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").
5765
5766 **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.
5767
5768 Union of:
5769 StandardFromVtlMappingMethodType, xs:string.
5770
5771 **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.
5772
5773 Union of:
5774 com:SimpleDataType, xs:string.