Wiki source code of Part II.Common Namespace

Version 15.12 by Helena K. on 2026/06/09 12:48

Hide last authors
Helena K. 5.2 1 {{box title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
Helena K. 1.1 4
Helena K. 5.2 5 = 1 Introduction =
Helena K. 1.1 6
Helena K. 15.3 7 The common namespace defines a collection of constructs that are reused across the various [[components>>doc:sdmx:Glossary 2\.1.Component.WebHome]] of [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]]. Most important of these are the referencing mechanism. The goal of the reference construct was to define a generic structure that could be processed uniformly regardless of the context where the reference was used. But it was also important that references be required to be complete whenever possible.
Helena K. 1.1 8
Helena K. 15.3 9 Any object can be referenced either explicitly with a URN or by a set of complete reference fields. To meet the previously stated requirements, and very general mechanism was created based on the URN structure of [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]] objects for these reference fields.
Helena K. 5.2 10
11 There was also a requirement that the references be able to be refined to meet particular needs outside of the common namespace. An example of this is in the metadata structure specific schemas. It is a requirement that if a target object is specified as having to come from a particular scheme, that a type based on the reference structure be created that enforced the requirement.
12
Helena K. 15.3 13 Typically, this would not have been an issues as all of the [[components>>doc:sdmx:Glossary 2\.1.Component.WebHome]] which make up the references are of atomic types, and therefore can be expressed as XML [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] which are easily refined and restricted since the XML Schema design principles in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]] always treats [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] as unqualified.
Helena K. 5.2 14
15 However, the requirement to allow both a URN and/or a complete set of reference field necessitate that these properties be contained in elements. The fact that they are elements typically would mean that the only way a refinement outside of the namespace could happen was if the element were global and allowed for substitutions. This however would mean that every distinct type of referenced object would have a unique set of elements. This moved away from the requirement that the structure be easy to process regardless of context.
16
Helena K. 15.3 17 The solution to this problem was to deviate from the normal [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]] XML Schema design principle of always using qualified elements and allowing for these to be unqualified. Doing so allows other namespace to derive from these types and place further restrictions on what can be referenced. The deviation from this principle was justified in that it met all of the requirements and was not deemed to major of a shift since these properties normally would have been expressed as unqualified [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] if it weren't for the complete reference requirement.
Helena K. 5.2 18
19 == 2 Schema Documentation ==
20
21 == 2.1 Common Namespace ==
22
23 http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
24
25 === 2.1.1 Summary ===
26
27 Referenced Namespaces:
28
Helena K. 6.2 29 (% style="width:630.294px" %)
30 |(% style="width:391px" %)**Namespace**|(% style="width:236px" %)**Prefix**
31 |(% style="width:391px" %)http:~/~/www.w3.org/1999/xhtml|(% style="width:236px" %)xhtml
32 |(% style="width:391px" %)http:~/~/www.w3.org/2001/XMLSchema|(% style="width:236px" %)xs
Helena K. 5.2 33
34 Contents:
35 6 Global Elements
36 30 Complex Types
37 206 Simple Types
38
39 === 2.1.2 Global Elements ===
40
41 **Name (TextType):** Name is a reusable element, used for providing a human-readable name for an object.
42
43 **Description (TextType):** Description is a reusable element, used for providing a longer human-readable description of an object.
44
Helena K. 15.3 45 **Text (TextType):** Text is a reusable element, used for providing a [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] specific text value for general purposes (i.e. not for a name or description).
Helena K. 5.2 46
Helena K. 15.3 47 **StructuredText (XHTMLType):** StructuredText is a reusable element, used for providing a [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] specific text value structured as XHTML.
Helena K. 5.2 48
Helena K. 15.3 49 **[[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] (AnnotationsType):** [[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
Helena K. 5.2 50
Helena K. 15.3 51 **Link (LinkType):** Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary 2\.1.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
Helena K. 5.2 52
53 === 2.1.3 Complex Types ===
54
Helena K. 15.3 55 //**ValueType:**// ValueType is an abstract class that is the basis for any [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] value that cannot be simply represented as a space-normalized value (e.g. in an XML [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]). Although its content is mixed, it should be restricted so that only character data or the Text or Structured text is used. See StringValueType, IntValueType, ObserverationalTimeValueType, TextValueType, and StructuredTextValueType for details.
Helena K. 5.2 56
57 Content:
58 {text} x (Text\* | StructuredText\*)?
59
60 Element Documentation:
61
Helena K. 6.2 62 (% style="width:1009.29px" %)
63 |(% style="width:172px" %)**Name**|(% style="width:176px" %)**Type**|(% style="width:659px" %)**Documentation**
Helena K. 15.3 64 |(% style="width:172px" %)Text|(% style="width:176px" %)TextType|(% style="width:659px" %)Text is a reusable element, used for providing a [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] specific text value for general purposes (i.e. not for a name or description).
65 |(% style="width:172px" %)StructuredText|(% style="width:176px" %)XHTMLType|(% style="width:659px" %)StructuredText is a reusable element, used for providing a [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] specific text value structured as XHTML.
Helena K. 5.2 66
67 **BooleanValueType:** BooleanValueType is a refinement of SimpleValueType limiting the content to be a boolean.
68
69 Derivation:
70
71 ValueType (restriction)
72 BooleanValueType
Helena K. 9.2 73
Helena K. 5.2 74 Content:
Helena K. 15.3 75 **StringValueType:** StringValueType is a refinement of SimpleValueType limiting the content to be a string. This can be further refined with [[facets>>doc:sdmx:Glossary 2\.1.Facet.WebHome]], patterns, etc.
Helena K. 5.2 76
77 Derivation:
78
79 ValueType (restriction)
80 StringValueType
81
82 Content:
83 **IntValueType:** IntValueType is a refinement of SimpleValueType limiting the content to be an integer. This can be further refined ranges, etc.
84
85 Derivation:
86
87 ValueType (restriction)
88 IntValueType
89
90 Content:
91 **DoubleValueType:** DoubleValueType is a refinement of SimpleValueType limiting the content to be a double. This can be further refined ranges, etc.
92
93 Derivation:
94
95 ValueType (restriction)
96 DoubleValueType
97
98 Content:
Helena K. 15.3 99 **ObservationalTimePeriodValueType:** ObservationalTimePeriodValueType is a refinement of SimpleValueType limiting the content to be an observational [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]].
Helena K. 5.2 100
101 Derivation:
102
103 ValueType (restriction)
104 ObservationalTimePeriodValueType
105
106 Content:
Helena K. 15.3 107 **TextValueType:** TextValueType is a restriction of ValueType that allows mutliple Text elements to expressed a text value in multiple [[languages>>doc:sdmx:Glossary 2\.1.Language.WebHome]]. The content of this should be restricted in its use to only allow a langue [[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]] (xml:lang) to be used once within an element of this type.
Helena K. 5.2 108
109 Derivation:
110
111 ValueType (restriction)
112 TextValueType
113
114 Content:
115 Text
116
117 Element Documentation:
118
Helena K. 6.2 119 (% style="width:1013.29px" %)
120 |**Name**|**Type**|(% style="width:742px" %)**Documentation**
Helena K. 15.3 121 |Text|TextType|(% style="width:742px" %)Text is a reusable element, used for providing a [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] specific text value for general purposes (i.e. not for a name or description).
Helena K. 5.2 122
Helena K. 15.3 123 **StructuredTextValueType:** StructuredTextValueType is a restriction of ValueType that allows mutliple StructuredText (XHTML mixed content) elements to expressed a text value in multiple [[languages>>doc:sdmx:Glossary 2\.1.Language.WebHome]]. The content of this should be restricted in its use to only allow a langue [[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]] (xml:lang) to be used once within an element of this type.
Helena K. 5.2 124
125 Derivation:
126
127 ValueType (restriction)
128 StructuredTextValueType
129
130 Content:
131 StructuredText
132
133 Element Documentation:
134
Helena K. 6.2 135 (% style="width:1000.29px" %)
136 |**Name**|**Type**|(% style="width:536px" %)**Documentation**
Helena K. 15.3 137 |StructuredText|XHTMLType|(% style="width:536px" %)StructuredText is a reusable element, used for providing a [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] specific text value structured as XHTML.
Helena K. 5.2 138
Helena K. 15.3 139 **TextType:** TextType provides for a set of [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]]-specific alternates to be provided for any human-readable constructs in the instance.
Helena K. 5.2 140
141 Derivation:
142
143 xs:anySimpleType (restriction)
144 xs:string (extension)
145 TextType
146
Helena K. 15.3 147 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 5.2 148 xml:lang?
149
150 Content:
Helena K. 15.3 151 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 152
Helena K. 6.2 153 (% style="width:1005.29px" %)
154 |**Name**|**Type**|(% style="width:519px" %)**Documentation**
Helena K. 15.3 155 |xml:lang (default: en)|xs:[[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]]|(% style="width:519px" %)The xml:lang [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] specifies a [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] [[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]] for the text. If not supplied, the default [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] is assumed to be English.
Helena K. 5.2 156
Helena K. 15.3 157 **StatusMessageType:** StatusMessageType describes the structure of an error or warning message. A message contains the text of the message, as well as an optional [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] [[indicator>>doc:sdmx:Glossary 2\.1.Statistical indicator.WebHome]] and an optional [[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]].
Helena K. 5.2 158
Helena K. 15.3 159 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
160 [[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]]?
Helena K. 5.2 161
162 Content:
163 Text+
164
Helena K. 15.3 165 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 166
Helena K. 6.2 167 (% style="width:1010.29px" %)
168 |**Name**|**Type**|(% style="width:867px" %)**Documentation**
Helena K. 15.3 169 |[[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]]|xs:string|(% style="width:867px" %)The [[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]] [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] holds an optional [[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]] identifying the underlying error that generated the message. This should be used if parallel [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] descriptions of the error are supplied, to distinguish which of the multiple error messages are for the same underlying error.
Helena K. 5.2 170
171 Element Documentation:
172
Helena K. 6.2 173 (% style="width:1015.29px" %)
174 |**Name**|**Type**|(% style="width:542px" %)**Documentation**
Helena K. 15.3 175 |Text|TextType|(% style="width:542px" %)Text contains the text of the message, in parallel [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] values.
Helena K. 5.2 176
177 **EmptyType:** EmptyType is an empty complex type for elements where the presence of the tag indicates all that is necessary.
178
179 Content:
180 {Empty}
181
Helena K. 15.3 182 **CodedStatusMessageType:** CodedStatusMessageType describes the structure of an error or warning message which required a [[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]].
Helena K. 5.2 183
184 Derivation:
185
186 StatusMessageType (restriction)
187 CodedStatusMessageType
188
Helena K. 15.3 189 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
190 [[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]]
Helena K. 5.2 191
192 Content:
193 Text+
194
Helena K. 15.3 195 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 196
Helena K. 6.2 197 (% style="width:1011.29px" %)
198 |(% style="width:152px" %)**Name**|(% style="width:182px" %)**Type**|(% style="width:675px" %)**Documentation**
Helena K. 15.3 199 |(% style="width:152px" %)[[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]]|(% style="width:182px" %)xs:string|(% style="width:675px" %)The [[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]] [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] holds an optional [[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]] identifying the underlying error that generated the message. This should be used if parallel [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] descriptions of the error are supplied, to distinguish which of the multiple error messages are for the same underlying error.
Helena K. 5.2 200
201 Element Documentation:
202
Helena K. 6.2 203 (% style="width:1010.29px" %)
204 |(% style="width:150px" %)**Name**|(% style="width:206px" %)**Type**|(% style="width:652px" %)**Documentation**
Helena K. 15.3 205 |(% style="width:150px" %)Text|(% style="width:206px" %)TextType|(% style="width:652px" %)Text contains the text of the message, in parallel [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] values.
Helena K. 5.2 206
Helena K. 15.3 207 //**AnnotableType:** //AnnotableType is an abstract base type used for all [[annotable artefacts>>doc:sdmx:Glossary 2\.1.Annotable artefact.WebHome]]. Any type that provides for [[annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] should extend this type.
Helena K. 5.2 208
209 Content:
Helena K. 15.3 210 [[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]?
Helena K. 5.2 211
212 Element Documentation:
213
Helena K. 6.2 214 (% style="width:1014.29px" %)
215 |**Name**|**Type**|(% style="width:683px" %)**Documentation**
Helena K. 15.3 216 |[[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]|AnnotationsType|(% style="width:683px" %)[[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
Helena K. 5.2 217
Helena K. 15.3 218 **AnnotationsType:** AnnotationsType provides for a list of [[annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] to be attached to data and structure messages.
Helena K. 5.2 219
220 Content:
Helena K. 15.3 221 [[Annotation>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]+
Helena K. 5.2 222
223 Element Documentation:
224
Helena K. 6.2 225 (% style="width:1019.29px" %)
226 |(% style="width:230px" %)**Name**|(% style="width:222px" %)**Type**|(% style="width:564px" %)**Documentation**
Helena K. 15.3 227 |(% style="width:230px" %)[[Annotation>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]|(% style="width:222px" %)AnnotationType|(% style="width:564px" %)
Helena K. 5.2 228
Helena K. 15.3 229 **AnnotationType:** AnnotationType provides for non-documentation notes and [[annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] to be embedded in data and structure messages. It provides optional fields for providing a [[title>>doc:sdmx:Glossary 2\.1.Title.WebHome]], a type description, a URI, and the text of the [[annotation>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]].
Helena K. 5.2 230
Helena K. 15.3 231 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 5.2 232 id?
233
234 Content:
235 AnnotationTitle?, AnnotationType?, AnnotationURL*, AnnotationText*, AnnotationValue?
236
Helena K. 15.3 237 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 238
Helena K. 6.2 239 (% style="width:994.294px" %)
240 |**Name**|**Type**|(% style="width:697px" %)**Documentation**
Helena K. 15.3 241 |id|xs:string|(% style="width:697px" %)The id [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provides a non-standard identification of an [[annotation>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]. It can be used to disambiguate [[annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]].
Helena K. 5.2 242
243 Element Documentation:
244
Helena K. 6.2 245 (% style="width:1005.29px" %)
246 |**Name**|**Type**|(% style="width:710px" %)**Documentation**
Helena K. 15.3 247 |AnnotationTitle|xs:string|(% style="width:710px" %)AnnotationTitle provides a [[title>>doc:sdmx:Glossary 2\.1.Title.WebHome]] for the [[annotation>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]].
248 |AnnotationType|xs:string|(% style="width:710px" %)AnnotationType is used to distinguish between [[annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] designed to support various uses. The types are not enumerated, as these can be specified by the user or creator of the [[annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]. The definitions and use of [[annotation>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] types should be documented by their creator.
249 |AnnotationURL|AnnotationURLType|(% style="width:710px" %)AnnotationURL is a URI - typically a URL - which points to an external resource which may contain or supplement the [[annotation>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]. These can be localised by indicating a [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] for the resource. If a [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] is not specified, the resource is assumed to not be localised. If a specific behavior is desired, an [[annotation>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] type should be defined which specifies the use of this field more exactly.
250 |AnnotationText|TextType|(% style="width:710px" %)AnnotationText holds a [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]]-specific string containing the text of the [[annotation>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]].
251 |AnnotationValue|xs:string|(% style="width:710px" %)AnnotationValue holds a non-localised value for the [[annotation>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]].
Helena K. 5.2 252
Helena K. 15.3 253 **AnnotationURLType:** AnnotationURLType defines an external resource. These can indicate localisation by specifying a [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] for the resource.
Helena K. 5.2 254
255 Derivation:
256
257 xs:anySimpleType (restriction)
258 xs:anyURI (extension)
259 AnnotationURLType
260
Helena K. 15.3 261 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 5.2 262 xml:lang?
263
264 Content:
Helena K. 15.3 265 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 266
Helena K. 6.2 267 (% style="width:1004.29px" %)
268 |**Name**|**Type**|(% style="width:639px" %)**Documentation**
Helena K. 15.3 269 |xml:lang|xs:[[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]]|(% style="width:639px" %)Indicates the [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]] of the resources at the URL, if it is localised. If this does not exist, the resource is not localised.
Helena K. 5.2 270
271 **LinkType:**
272
Helena K. 15.3 273 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 5.2 274 rel, url, urn?, type?
275
276 Content:
277 {Empty}
278
Helena K. 15.3 279 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 280
Helena K. 6.2 281 (% style="width:1000.29px" %)
282 |(% style="width:147px" %)**Name**|(% style="width:249px" %)**Type**|(% style="width:602px" %)**Documentation**
283 |(% style="width:147px" %)rel|(% style="width:249px" %)xs:string|(% style="width:602px" %)The type of object that is being linked to.
284 |(% style="width:147px" %)url|(% style="width:249px" %)xs:anyURI|(% style="width:602px" %)The url of the object being linked.
Helena K. 15.3 285 |(% style="width:147px" %)urn|(% style="width:249px" %)xs:anyURI|(% style="width:602px" %)A [[SDMX registry>>doc:sdmx:Glossary 2\.1.SDMX Registry.WebHome]] urn of the object being linked (if applicable).
286 |(% style="width:147px" %)type|(% style="width:249px" %)xs:string|(% style="width:602px" %)The type of link (e.g. PDF, text, HTML, [[reference metadata>>doc:sdmx:Glossary 2\.1.Reference metadata.WebHome]]).
Helena K. 5.2 287
Helena K. 6.2 288 **//IdentifiableType//:** IdentifiableType is an abstract base type for all identifiable objects.
Helena K. 5.2 289
290 Derivation:
291
292 AnnotableType (extension)
Helena K. 8.1 293 IdentifiableType
Helena K. 5.2 294
Helena K. 15.3 295 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 5.2 296 id?, urn?, uri?
297
298 Content:
Helena K. 15.3 299 [[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]?, Link
Helena K. 5.2 300
Helena K. 15.3 301 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 302
Helena K. 6.3 303 (% style="width:1002.29px" %)
304 |**Name**|**Type**|(% style="width:753px" %)**Documentation**
305 |id|IDType|(% style="width:753px" %)The id is the identifier for the object.
Helena K. 15.3 306 |urn|UrnType|(% style="width:753px" %)The urn [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary 2\.1.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary 2\.1.SDMX Registry.WebHome]] Specification for details).
307 |uri|xs:anyURI|(% style="width:753px" %)The uri [[attribute>>doc:sdmx:Glossary 2\.1.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 2\.1.Statistical data and metadata exchange.WebHome]] message.
Helena K. 5.2 308
309 Element Documentation:
310
Helena K. 6.3 311 (% style="width:1002.29px" %)
312 |**Name**|**Type**|(% style="width:725px" %)**Documentation**
Helena K. 15.3 313 |[[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]|AnnotationsType|(% style="width:725px" %)[[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
314 |Link|LinkType|(% style="width:725px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary 2\.1.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
Helena K. 5.2 315
Helena K. 6.3 316 //**NameableType:**// NameableType is an abstract base type for all nameable objects.
Helena K. 5.2 317
318 Derivation:
319
320 AnnotableType (extension)
321 IdentifiableType (extension)
Helena K. 8.1 322 NameableType
Helena K. 5.2 323
Helena K. 15.3 324 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 5.2 325 id?, urn?, uri?
326
327 Content:
Helena K. 15.3 328 [[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]?, Link*, Name+, Description
Helena K. 5.2 329
Helena K. 15.3 330 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 331
Helena K. 6.4 332 (% style="width:1012.29px" %)
333 |**Name**|**Type**|(% style="width:768px" %)**Documentation**
334 |id|IDType|(% style="width:768px" %)The id is the identifier for the object.
Helena K. 15.3 335 |urn|UrnType|(% style="width:768px" %)The urn [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary 2\.1.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary 2\.1.SDMX Registry.WebHome]] Specification for details).
336 |uri|xs:anyURI|(% style="width:768px" %)The uri [[attribute>>doc:sdmx:Glossary 2\.1.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 2\.1.Statistical data and metadata exchange.WebHome]] message.
Helena K. 5.2 337
338 Element Documentation:
339
Helena K. 6.4 340 (% style="width:1008.29px" %)
341 |**Name**|**Type**|(% style="width:731px" %)**Documentation**
Helena K. 15.3 342 |[[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]|AnnotationsType|(% style="width:731px" %)[[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
343 |Link|LinkType|(% style="width:731px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary 2\.1.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
344 |Name|TextType|(% style="width:731px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]]-equivalent forms.
345 |Description|TextType|(% style="width:731px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]]-equivalent forms.
Helena K. 5.2 346
Helena K. 6.4 347 //**VersionableType:**// VersionableType is an abstract base type for all versionable objects.
Helena K. 5.2 348
349 Derivation:
350
351 AnnotableType (extension)
352 IdentifiableType (extension)
353 NameableType (extension)
Helena K. 8.1 354 VersionableType
Helena K. 5.2 355
Helena K. 15.3 356 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 15.4 357 id?, urn?, uri?, version?, validFrom?, validTo?
Helena K. 5.2 358
359 Content:
Helena K. 15.3 360 [[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]?, Link*, Name+, Description
Helena K. 5.2 361
Helena K. 15.3 362 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 363
Helena K. 6.5 364 (% style="width:1000.29px" %)
Helena K. 15.4 365 |**Name**|(% style="width:124px" %)**Type**|(% style="width:698px" %)**Documentation**
366 |id|(% style="width:124px" %)IDType|(% style="width:698px" %)The id is the identifier for the object.
367 |urn|(% style="width:124px" %)UrnType|(% style="width:698px" %)The urn [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary 2\.1.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary 2\.1.SDMX Registry.WebHome]] Specification for details).
368 |uri|(% style="width:124px" %)xs:anyURI|(% style="width:698px" %)The uri [[attribute>>doc:sdmx:Glossary 2\.1.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 2\.1.Statistical data and metadata exchange.WebHome]] message.
369 |[[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]]|(% style="width:124px" %)VersionType|(% style="width:698px" %)This [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary 2\.1.Artefact.WebHome]] is considered to be un-versioned.
370 |validFrom|(% style="width:124px" %)xs:dateTime|(% style="width:698px" %)The validFrom [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]].
371 |validTo|(% style="width:124px" %)xs:dateTime|(% style="width:698px" %)The validTo [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]].
Helena K. 5.2 372
373 Element Documentation:
374
Helena K. 6.5 375 (% style="width:1004.29px" %)
376 |**Name**|**Type**|(% style="width:727px" %)**Documentation**
Helena K. 15.3 377 |[[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]|AnnotationsType|(% style="width:727px" %)[[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
378 |Link|LinkType|(% style="width:727px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary 2\.1.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
379 |Name|TextType|(% style="width:727px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]]-equivalent forms.
380 |Description|TextType|(% style="width:727px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]]-equivalent forms.
Helena K. 5.2 381
Helena K. 15.3 382 //**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 2\.1.Attribute.WebHome]].
Helena K. 5.2 383
384 Derivation:
385
386 AnnotableType (extension)
387 IdentifiableType (extension)
388 NameableType (extension)
389 VersionableType (restriction)
Helena K. 8.1 390 MaintainableBaseType
Helena K. 5.2 391
Helena K. 15.3 392 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 15.4 393 id, urn?, uri?, version?, validFrom?, validTo?
Helena K. 5.2 394
395 Content:
Helena K. 15.3 396 [[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]?, Link*, Name+, Description
Helena K. 5.2 397
Helena K. 15.3 398 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 399
Helena K. 6.6 400 (% style="width:1004.29px" %)
401 |**Name**|**Type**|(% style="width:625px" %)**Documentation**
402 |id|IDType|(% style="width:625px" %)The id is the identifier for the object.
Helena K. 15.3 403 |urn|MaintainableUrnType|(% style="width:625px" %)The urn [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary 2\.1.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary 2\.1.SDMX Registry.WebHome]] Specification for details).
404 |uri|xs:anyURI|(% style="width:625px" %)The uri [[attribute>>doc:sdmx:Glossary 2\.1.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 2\.1.Statistical data and metadata exchange.WebHome]] message.
Helena K. 15.5 405 |[[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]]|VersionType|(% style="width:625px" %)This [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary 2\.1.Artefact.WebHome]] is considered to be un-versioned.
406 |validFrom|xs:dateTime|(% style="width:625px" %)The validFrom [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]].
407 |validTo|xs:dateTime|(% style="width:625px" %)The validTo [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]].
Helena K. 5.2 408
409 Element Documentation:
410
Helena K. 6.6 411 (% style="width:1005.29px" %)
412 |**Name**|**Type**|(% style="width:728px" %)**Documentation**
Helena K. 15.3 413 |[[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]|AnnotationsType|(% style="width:728px" %)[[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
414 |Link|LinkType|(% style="width:728px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary 2\.1.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
415 |Name|TextType|(% style="width:728px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]]-equivalent forms.
416 |Description|TextType|(% style="width:728px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]]-equivalent forms.
Helena K. 5.2 417
Helena K. 6.6 418 //**MaintainableType:**// MaintainableType is an abstract base type for all maintainable objects.
Helena K. 5.2 419
420 Derivation:
421
422 AnnotableType (extension)
423 IdentifiableType (extension)
Helena K. 8.1 424 NameableType (extension)
Helena K. 5.2 425 VersionableType (restriction)
426 MaintainableBaseType (extension)
Helena K. 8.1 427 MaintainableType
Helena K. 5.2 428
Helena K. 15.3 429 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 15.5 430 id, urn?, uri?, version?, validFrom?, validTo?, agencyID, isPartialLanguage?, [[isExternalReference>>doc:sdmx:Glossary 2\.1.isExternalReference.WebHome]]?, serviceURL?, structureURL?
Helena K. 5.2 431
432 Content:
Helena K. 15.3 433 [[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]?, Link*, Name+, Description
Helena K. 5.2 434
Helena K. 15.3 435 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 436
Helena K. 6.7 437 (% style="width:1005.29px" %)
438 |**Name**|**Type**|(% style="width:623px" %)**Documentation**
439 |id|IDType|(% style="width:623px" %)The id is the identifier for the object.
Helena K. 15.3 440 |urn|MaintainableUrnType|(% style="width:623px" %)The urn [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] holds a valid [[SDMX Registry>>doc:sdmx:Glossary 2\.1.SDMX Registry.WebHome]] URN (see [[SDMX Registry>>doc:sdmx:Glossary 2\.1.SDMX Registry.WebHome]] Specification for details).
441 |uri|xs:anyURI|(% style="width:623px" %)The uri [[attribute>>doc:sdmx:Glossary 2\.1.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 2\.1.Statistical data and metadata exchange.WebHome]] message.
Helena K. 15.5 442 |[[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]]|VersionType|(% style="width:623px" %)This [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] holds a [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] number (see common:VersionType definition for details). If not supplied, [[artefact>>doc:sdmx:Glossary 2\.1.Artefact.WebHome]] is considered to be un-versioned.
443 |validFrom|xs:dateTime|(% style="width:623px" %)The validFrom [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provides the inclusive start date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]].
444 |validTo|xs:dateTime|(% style="width:623px" %)The validTo [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provides the inclusive end date for providing supplemental validity information about the [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]].
Helena K. 15.3 445 |agencyID|NestedNCNameIDType|(% style="width:623px" %)The agencyID must be provided, and identifies the [[maintenance agency>>doc:sdmx:Glossary 2\.1.Maintenance agency.WebHome]] of the object.
446 |[[isExternalReference>>doc:sdmx:Glossary 2\.1.isExternalReference.WebHome]] (default: false)|xs:boolean|(% style="width:623px" %)The [[isExternalReference>>doc:sdmx:Glossary 2\.1.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary 2\.1.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 2\.1.isExternalReference.WebHome]] [[attribute>>doc:sdmx:Glossary 2\.1.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.
447 |serviceURL|xs:anyURI|(% style="width:623px" %)The serviceURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary 2\.1.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 2\.1.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary 2\.1.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
Helena K. 15.5 448 |structureURL|xs:anyURI|(% style="width:623px" %)The structureURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary 2\.1.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
Helena K. 15.3 449 |isPartialLanguage (default: false)|xs:boolean|(% style="width:623px" %)The isPartialLanguage [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]], if true, indicates that the object doesn't contain the complete set of all available [[languages>>doc:sdmx:Glossary 2\.1.Language.WebHome]], e.g., when obtained as a response to a GET query that requested specific [[languages>>doc:sdmx:Glossary 2\.1.Language.WebHome]] through the HTTP header ‘Accept-[[Language>>doc:sdmx:Glossary 2\.1.Language.WebHome]]’.
Helena K. 5.2 450
451 Element Documentation:
452
Helena K. 6.7 453 (% style="width:1004.29px" %)
454 |**Name**|**Type**|(% style="width:727px" %)**Documentation**
Helena K. 15.3 455 |[[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]|AnnotationsType|(% style="width:727px" %)[[Annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]] is a reusable element the provides for a collection of [[annotations>>doc:sdmx:Glossary 2\.1.Annotation.WebHome]]. It has been made global so that restrictions of types that extend AnnotatableType may reference it.
456 |Link|LinkType|(% style="width:727px" %)Allows for the linking of other resources to identifiable objects. For example, if there is [[reference metadata>>doc:sdmx:Glossary 2\.1.Reference metadata.WebHome]] associated with a structure, a link to the meatadata report can be dynamically inserted in the structure metadata.
457 |Name|TextType|(% style="width:727px" %)Name provides for a human-readable name for the object. This may be provided in multiple, parallel [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]]-equivalent forms.
458 |Description|TextType|(% style="width:727px" %)Description provides for a longer human-readable description of the object. This may be provided in multiple, parallel [[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]]-equivalent forms.
Helena K. 5.2 459
460 **ReferencePeriodType:** Specifies the inclusive start and end times.
461
Helena K. 15.3 462 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 5.2 463 startTime, endTime
464
465 Content:
466 {Empty}
467
Helena K. 15.3 468 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 469
Helena K. 6.7 470 (% style="width:995.294px" %)
471 |(% style="width:145px" %)**Name**|(% style="width:216px" %)**Type**|(% style="width:632px" %)**Documentation**
Helena K. 15.3 472 |(% style="width:145px" %)startTime|(% style="width:216px" %)xs:dateTime|(% style="width:632px" %)The startTime [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] contains the inclusive start date for the [[reference period>>doc:sdmx:Glossary 2\.1.Reference period.WebHome]].
473 |(% style="width:145px" %)endTime|(% style="width:216px" %)xs:dateTime|(% style="width:632px" %)The endTime [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] contains the inclusive end date for the [[reference period>>doc:sdmx:Glossary 2\.1.Reference period.WebHome]].
Helena K. 5.2 474
Helena K. 15.3 475 **QueryableDataSourceType:** QueryableDataSourceType describes a [[data source>>doc:sdmx:Glossary 2\.1.Data source.WebHome]] which is accepts an standard [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]] Query message and responds appropriately.
Helena K. 5.2 476
Helena K. 15.3 477 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 5.2 478 isRESTDatasource, isWebServiceDatasource
479
480 Content:
481 DataURL, WSDLURL?, WADLURL?
482
Helena K. 15.3 483 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 484
Helena K. 6.7 485 (% style="width:999.294px" %)
486 |(% style="width:259px" %)**Name**|(% style="width:236px" %)**Type**|(% style="width:502px" %)**Documentation**
Helena K. 15.3 487 |(% style="width:259px" %)isRESTDatasource|(% style="width:236px" %)xs:boolean|(% style="width:502px" %)The isRESTDatasource [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] indicates, if true, that the queryable [[data source>>doc:sdmx:Glossary 2\.1.Data source.WebHome]] is accessible via the REST protocol.
488 |(% style="width:259px" %)isWebServiceDatasource|(% style="width:236px" %)xs:boolean|(% style="width:502px" %)The isWebServiceDatasource [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] indicates, if true, that the queryable [[data source>>doc:sdmx:Glossary 2\.1.Data source.WebHome]] is accessible via Web Services protocols.
Helena K. 5.2 489
490 Element Documentation:
491
Helena K. 6.7 492 (% style="width:996.294px" %)
493 |**Name**|**Type**|(% style="width:657px" %)**Documentation**
Helena K. 15.3 494 |DataURL|xs:anyURI|(% style="width:657px" %)DataURL contains the URL of the [[data source>>doc:sdmx:Glossary 2\.1.Data source.WebHome]].
495 |WSDLURL|xs:anyURI|(% style="width:657px" %)WSDLURL provides the location of a WSDL instance on the internet which describes the queryable [[data source>>doc:sdmx:Glossary 2\.1.Data source.WebHome]].
496 |WADLURL|xs:anyURI|(% style="width:657px" %)WADLURL provides the location of a WADL instance on the internet which describes the REST protocol of the queryable [[data source>>doc:sdmx:Glossary 2\.1.Data source.WebHome]].
Helena K. 5.2 497
498 **XHTMLType:** XHTMLType allows for mixed content of text and XHTML tags. When using this type, one will have to provide a reference to the XHTML schema, since the processing of the tags within this type is strict, meaning that they are validated against the XHTML schema provided.
499
Helena K. 15.3 500 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 5.2 501 xml:lang?
502
503 Content:
Helena K. 6.7 504 {text} x {any element with namespace of http:~/~/www.w3.org/1999/xhtml}
Helena K. 5.2 505
Helena K. 15.3 506 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 507
Helena K. 6.8 508 (% style="width:1009.29px" %)
509 |(% style="width:228px" %)**Name**|(% style="width:221px" %)**Type**|(% style="width:699px" %)**Documentation**
Helena K. 15.3 510 |(% style="width:228px" %)xml:lang (default: en)|(% style="width:221px" %)xs:[[language>>doc:sdmx:Glossary 2\.1.Language.WebHome]]
Helena K. 5.2 511
Helena K. 15.3 512 //**PayloadStructureType:**// PayloadStructureType is an abstract base type used to define the structural information for data or [[metadata sets>>doc:sdmx:Glossary 2\.1.Metadata set.WebHome]]. A reference to the structure is provided (either explicitly or through a reference to a structure usage).
Helena K. 5.2 513
Helena K. 15.3 514 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 5.2 515 structureID, schemaURL?, namespace?, dimensionAtObservation?, explicitMeasures?, serviceURL?, structureURL?
516
517 Content:
518 (ProvisionAgreement|StructureUsage|Structure)
519
Helena K. 15.3 520 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 521
Helena K. 6.9 522 (% style="width:1003.29px" %)
523 |**Name**|**Type**|(% style="width:598px" %)**Documentation**
Helena K. 15.3 524 |structureID|xs:ID|(% style="width:598px" %)The structureID [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] uniquely identifies the structure for the purpose of referencing it from the payload. This is only used in structure specific formats. Although it is required, it is only useful when more than one [[data set>>doc:sdmx:Glossary 2\.1.Data set.WebHome]] is present in the message.
525 |schemaURL|xs:anyURI|(% style="width:598px" %)The schemaURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provides a location from which the structure specific schema can be located.
526 |namespace|xs:anyURI|(% style="width:598px" %)The namespace [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] is used to provide the namespace for structure-specific formats. By communicating this information in the header, it is possible to generate the structure specific schema while processing the message.
Helena K. 15.6 527 |dimensionAtObservation|ObservationDimensionType|(% style="width:598px" %)The dimensionAtObservation is used to reference the [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] at the observation level for data messages. This can also be given the explicit value of "AllDimensions" which denotes that the cross sectional data is in the flat format.
528 |explicitMeasures|xs:boolean|(% style="width:598px" %)The explicitMeasures indicates whether explicit [[measures>>doc:sdmx:Glossary 2\.1.Measure.WebHome]] are used in the cross sectional format. This is only applicable for the [[measure>>doc:sdmx:Glossary 2\.1.Measure.WebHome]] [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] as the [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] at the observation level or the flat structure.
Helena K. 15.3 529 |serviceURL|xs:anyURI|(% style="width:598px" %)The serviceURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary 2\.1.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 2\.1.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary 2\.1.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
Helena K. 15.7 530 |structureURL|xs:anyURI|(% style="width:598px" %)The structureURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary 2\.1.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
Helena K. 5.2 531
532 Element Documentation:
533
Helena K. 6.9 534 (% style="width:1005.29px" %)
535 |(% style="width:188px" %)**Name**|(% style="width:287px" %)**Type**|(% style="width:527px" %)**Documentation**
Helena K. 15.3 536 |(% style="width:188px" %)ProvisionAgreement|(% style="width:287px" %)ProvisionAgreementReferenceType|(% style="width:527px" %)ProvisionAgreement references a [[provision agreement>>doc:sdmx:Glossary 2\.1.Provision agreement.WebHome]] which the data or metadata is reported against.
Helena K. 6.9 537 |(% style="width:188px" %)StructureUsage|(% style="width:287px" %)StructureUsageReferenceType|(% style="width:527px" %)StructureUsage references a flow which the data or metadata is reported against.
Helena K. 15.3 538 |(% style="width:188px" %)Structure|(% style="width:287px" %)StructureReferenceType|(% style="width:527px" %)Structure references the structure which defines the structure of the data or [[metadata set>>doc:sdmx:Glossary 2\.1.Metadata set.WebHome]].
Helena K. 5.2 539
Helena K. 15.3 540 //**DataStructureType:**// DataStructureType is an abstract base type the forms the basis for the structural information for a [[data set>>doc:sdmx:Glossary 2\.1.Data set.WebHome]].
Helena K. 5.2 541
542 Derivation:
543
544 PayloadStructureType (restriction)
Helena K. 8.1 545 DataStructureType
Helena K. 5.2 546
Helena K. 15.3 547 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 5.2 548 structureID, schemaURL?, namespace?, dimensionAtObservation?, explicitMeasures?, serviceURL?, structureURL?
549
550 Content:
551 (ProvisionAgreement | StructureUsage | Structure)
552
Helena K. 15.3 553 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 554
Helena K. 6.10 555 (% style="width:1006.29px" %)
556 |**Name**|**Type**|(% style="width:598px" %)**Documentation**
Helena K. 15.3 557 |structureID|xs:ID|(% style="width:598px" %)The structureID [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] uniquely identifies the structure for the purpose of referencing it from the payload. This is only used in structure specific formats. Although it is required, it is only useful when more than one [[data set>>doc:sdmx:Glossary 2\.1.Data set.WebHome]] is present in the message.
558 |schemaURL|xs:anyURI|(% style="width:598px" %)The schemaURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provides a location from which the structure specific schema can be located.
559 |namespace|xs:anyURI|(% style="width:598px" %)The namespace [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] is used to provide the namespace for structure-specific formats. By communicating this information in the header, it is possible to generate the structure specific schema while processing the message.
Helena K. 15.8 560 |dimensionAtObservation|ObservationDimensionType|(% style="width:598px" %)The dimensionAtObservation is used to reference the [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] at the observation level for data messages. This can also be given the explicit value of "AllDimensions" which denotes that the cross sectional data is in the flat format.
561 |explicitMeasures|xs:boolean|(% style="width:598px" %)The explicitMeasures indicates whether explicit [[measures>>doc:sdmx:Glossary 2\.1.Measure.WebHome]] are used in the cross sectional format. This is only applicable for the [[measure>>doc:sdmx:Glossary 2\.1.Measure.WebHome]] [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] as the [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] at the observation level or the flat structure.
Helena K. 15.3 562 |serviceURL|xs:anyURI|(% style="width:598px" %)The serviceURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary 2\.1.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 2\.1.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary 2\.1.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
Helena K. 15.8 563 |structureURL|xs:anyURI|(% style="width:598px" %)The structureURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary 2\.1.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
Helena K. 5.2 564
565 Element Documentation:
566
Helena K. 6.10 567 (% style="width:1012.29px" %)
568 |(% style="width:184px" %)**Name**|(% style="width:295px" %)**Type**|(% style="width:530px" %)**Documentation**
Helena K. 15.3 569 |(% style="width:184px" %)ProvisionAgreement|(% style="width:295px" %)ProvisionAgreementReferenceType|(% style="width:530px" %)ProvisionAgreement references a [[provision agreement>>doc:sdmx:Glossary 2\.1.Provision agreement.WebHome]] which the data is reported against.
570 |(% style="width:184px" %)StructureUsage|(% style="width:295px" %)DataflowReferenceType|(% style="width:530px" %)StructureUsage references a [[dataflow>>doc:sdmx:Glossary 2\.1.Dataflow.WebHome]] which the data is reported against.
571 |(% style="width:184px" %)Structure|(% style="width:295px" %)DataStructureReferenceType|(% style="width:530px" %)Structure references the [[data structure definition>>doc:sdmx:Glossary 2\.1.Data structure definition.WebHome]] which defines the structure of the data.
Helena K. 5.2 572
Helena K. 15.8 573 **StructureSpecificDataStructureType:** StructureSpecificDataStructureType defines the structural information for a structured [[data set>>doc:sdmx:Glossary 2\.1.Data set.WebHome]]. In addition to referencing the data structure or [[dataflow>>doc:sdmx:Glossary 2\.1.Dataflow.WebHome]] which defines the structure of the data, the namespace for the data structure specific schema as well as which [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] is used at the observation level must be provided. It is also necessary to state whether the format uses explicit [[measures>>doc:sdmx:Glossary 2\.1.Measure.WebHome]], although this is technically only applicable is the [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] at the observation level is the [[measure>>doc:sdmx:Glossary 2\.1.Measure.WebHome]] [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] or the flat data format is used.
Helena K. 5.2 574
575 Derivation:
576
577 PayloadStructureType (restriction)
578 DataStructureType (restriction)
579 StructureSpecificDataStructureType
580
Helena K. 15.3 581 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 5.2 582 structureID, schemaURL?, namespace, dimensionAtObservation, explicitMeasures?, serviceURL?, structureURL?
583
584 Content:
585 (ProvisionAgreement | StructureUsage | Structure)
586
Helena K. 15.3 587 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 588
Helena K. 6.10 589 (% style="width:1010.29px" %)
590 |**Name**|**Type**|(% style="width:562px" %)**Documentation**
Helena K. 15.3 591 |structureID|xs:ID|(% style="width:562px" %)The structureID [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] uniquely identifies the structure for the purpose of referencing it from the payload. This is only used in structure specific formats. Although it is required, it is only useful when more than one [[data set>>doc:sdmx:Glossary 2\.1.Data set.WebHome]] is present in the message.
592 |schemaURL|xs:anyURI|(% style="width:562px" %)The schemaURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provides a location from which the structure specific schema can be located.
593 |namespace|xs:anyURI|(% style="width:562px" %)The namespace [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] is used to provide the namespace for structure-specific formats. By communicating this information in the header, it is possible to generate the structure specific schema while processing the message.
Helena K. 15.8 594 |dimensionAtObservation|ObservationDimensionType|(% style="width:562px" %)The dimensionAtObservation is used to reference the [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] at the observation level for data messages. This can also be given the explicit value of "AllDimensions" which denotes that the cross sectional data is in the flat format.
595 |explicitMeasures (default: false)|xs:boolean|(% style="width:562px" %)The explicitMeasures indicates whether explicit [[measures>>doc:sdmx:Glossary 2\.1.Measure.WebHome]] are used in the cross sectional format. This is only applicable for the [[measure>>doc:sdmx:Glossary 2\.1.Measure.WebHome]] [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] as the [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] at the observation level or the flat structure.
Helena K. 15.3 596 |serviceURL|xs:anyURI|(% style="width:562px" %)The serviceURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary 2\.1.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 2\.1.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary 2\.1.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
Helena K. 15.8 597 |structureURL|xs:anyURI|(% style="width:562px" %)The structureURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary 2\.1.SDMX-ML.WebHome]] structure message (in the same [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] as the source document) in which the externally referenced object is contained. Note that this may be a URL of an [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
Helena K. 5.2 598
599 Element Documentation:
600
Helena K. 6.10 601 (% style="width:1018.29px" %)
602 |(% style="width:202px" %)**Name**|(% style="width:284px" %)**Type**|(% style="width:529px" %)**Documentation**
Helena K. 15.3 603 |(% style="width:202px" %)ProvisionAgreement|(% style="width:284px" %)ProvisionAgreementReferenceType|(% style="width:529px" %)ProvisionAgreement references a [[provision agreement>>doc:sdmx:Glossary 2\.1.Provision agreement.WebHome]] which the data is reported against.
604 |(% style="width:202px" %)StructureUsage|(% style="width:284px" %)DataflowReferenceType|(% style="width:529px" %)StructureUsage references a [[dataflow>>doc:sdmx:Glossary 2\.1.Dataflow.WebHome]] which the data is reported against.
605 |(% style="width:202px" %)Structure|(% style="width:284px" %)DataStructureReferenceType|(% style="width:529px" %)Structure references the [[data structure definition>>doc:sdmx:Glossary 2\.1.Data structure definition.WebHome]] which defines the structure of the data.
Helena K. 5.2 606
Helena K. 15.3 607 //**MetadataStructureType:**// MetadataStructureType is an abstract base type the forms the basis of the structural information for any metadata message. A reference to the [[metadata structure definition>>doc:sdmx:Glossary 2\.1.Metadata structure definition.WebHome]] or a [[metadataflow>>doc:sdmx:Glossary 2\.1.Metadataflow.WebHome]] must be provided. This can be used to determine the structure of the message.
Helena K. 5.2 608
609 Derivation:
610
611 PayloadStructureType (restriction)
Helena K. 8.1 612 MetadataStructureType
Helena K. 5.2 613
Helena K. 15.3 614 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 5.2 615 structureID, schemaURL?, namespace?, serviceURL?, structureURL?
616
617 Content:
618 (ProvisionAgreement | StructureUsage | Structure)
619
Helena K. 15.3 620 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 621
Helena K. 6.11 622 (% style="width:1007.29px" %)
623 |**Name**|**Type**|(% style="width:802px" %)**Documentation**
Helena K. 15.3 624 |structureID|xs:ID|(% style="width:802px" %)The structureID [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] uniquely identifies the structure for the purpose of referencing it from the payload. This is only used in structure specific formats. Although it is required, it is only useful when more than one [[data set>>doc:sdmx:Glossary 2\.1.Data set.WebHome]] is present in the message.
625 |schemaURL|xs:anyURI|(% style="width:802px" %)The schemaURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provides a location from which the structure specific schema can be located.
626 |namespace|xs:anyURI|(% style="width:802px" %)The namespace [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] is used to provide the namespace for structure-specific formats. By communicating this information in the header, it is possible to generate the structure specific schema while processing the message.
627 |serviceURL|xs:anyURI|(% style="width:802px" %)The serviceURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary 2\.1.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 2\.1.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary 2\.1.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
628 |structureURL|xs:anyURI|(% style="width:802px" %)The structureURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary 2\.1.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 2\.1.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
Helena K. 5.2 629
630 Element Documentation:
631
Helena K. 6.11 632 (% style="width:1014.29px" %)
633 |(% style="width:162px" %)**Name**|(% style="width:277px" %)**Type**|(% style="width:573px" %)**Documentation**
Helena K. 15.3 634 |(% style="width:162px" %)ProvisionAgreement|(% style="width:277px" %)ProvisionAgreementReferenceType|(% style="width:573px" %)ProvisionAgreement references a [[provision agreement>>doc:sdmx:Glossary 2\.1.Provision agreement.WebHome]] which the metadata is reported against.
635 |(% style="width:162px" %)StructureUsage|(% style="width:277px" %)MetadataflowReferenceType|(% style="width:573px" %)StructureUsage references a [[metadataflow>>doc:sdmx:Glossary 2\.1.Metadataflow.WebHome]] which the metadata is reported against.
636 |(% style="width:162px" %)Structure|(% style="width:277px" %)MetadataStructureReferenceType|(% style="width:573px" %)Structure references the [[metadata structure definition>>doc:sdmx:Glossary 2\.1.Metadata structure definition.WebHome]] which defines the structure of the metadata.
Helena K. 5.2 637
638 **GenericMetadataStructureType:** GenericMetadataStructureType defines the structural information for a generic metadata message.
639
640 Derivation:
641
642 PayloadStructureType (restriction)
643 MetadataStructureType (restriction)
644 GenericMetadataStructureType
645
Helena K. 15.3 646 [[Attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]:
Helena K. 5.2 647 structureID, schemaURL?, serviceURL?, structureURL?
648
649 Content:
650 (ProvisionAgreement | StructureUsage | Structure)
651
Helena K. 15.3 652 [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] Documentation:
Helena K. 5.2 653
Helena K. 6.11 654 (% style="width:997.294px" %)
655 |**Name**|**Type**|(% style="width:792px" %)**Documentation**
Helena K. 15.3 656 |structureID|xs:ID|(% style="width:792px" %)The structureID [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] uniquely identifies the structure for the purpose of referencing it from the payload. This is only used in structure specific formats. Although it is required, it is only useful when more than one [[data set>>doc:sdmx:Glossary 2\.1.Data set.WebHome]] is present in the message.
657 |schemaURL|xs:anyURI|(% style="width:792px" %)The schemaURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provides a location from which the structure specific schema can be located.
658 |serviceURL|xs:anyURI|(% style="width:792px" %)The serviceURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] indicates the URL of an [[SDMX>>doc:sdmx:Glossary 2\.1.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 2\.1.Statistical data and metadata exchange.WebHome]] [[structural metadata>>doc:sdmx:Glossary 2\.1.Structural metadata.WebHome]] repository, as they both implement that same web service interface.
659 |structureURL|xs:anyURI|(% style="width:792px" %)The structureURL [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] indicates the URL of a [[SDMX-ML>>doc:sdmx:Glossary 2\.1.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 2\.1.Statistical data and metadata exchange.WebHome]] RESTful web service which will return the referenced object.
Helena K. 5.2 660
661 Element Documentation:
662
Helena K. 6.11 663 (% style="width:1001.29px" %)
664 |(% style="width:181px" %)**Name**|(% style="width:280px" %)**Type**|(% style="width:537px" %)**Documentation**
Helena K. 15.3 665 |(% style="width:181px" %)ProvisionAgreement|(% style="width:280px" %)ProvisionAgreementReferenceType|(% style="width:537px" %)ProvisionAgreement references a [[provision agreement>>doc:sdmx:Glossary 2\.1.Provision agreement.WebHome]] which the metadata is reported against.
666 |(% style="width:181px" %)StructureUsage|(% style="width:280px" %)MetadataflowReferenceType|(% style="width:537px" %)StructureUsage references a [[metadataflow>>doc:sdmx:Glossary 2\.1.Metadataflow.WebHome]] which the metadata is reported against.
667 |(% style="width:181px" %)Structure|(% style="width:280px" %)MetadataStructureReferenceType|(% style="width:537px" %)Structure references the [[metadata structure definition>>doc:sdmx:Glossary 2\.1.Metadata structure definition.WebHome]] which defines the structure of the metadata.
Helena K. 5.2 668
669 === 2.1.4 Simple Types ===
670
671 **AlphaNumericType:** AlphaNumericType is a reusable simple type that allows for only mixed-case alphabetical and numeric characters.
672
673 Derived by restriction of xs:string.
674 Regular Expression Pattern: [A-Za-z0-9]+
675
676 **AlphaType:** AlphaType is a reusable simple type that allows for only mixed-case alphabetical characters. This is derived from the AlphaNumericType.
677
678 Derived by restriction of AlphaNumericType.
679 Regular Expression Pattern: [A-Za-z]+
680
681 **NumericType:** NumericType is a reusable simple type that allows for only numeric characters. This is not to be confused with an integer, as this may be used to numeric strings which have leading zeros. These leading zeros are not ignored. This is derived from the AlphaNumericType.
682
683 Derived by restriction of AlphaNumericType.
684 Regular Expression Pattern: [0-9]+
685
Helena K. 15.3 686 **ObservationalTimePeriodType:** ObservationalTimePeriodType specifies a distinct [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] or point in time in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]]. The [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] can either be a Gregorian calendar period, a standard reporting period, a distinct point in time, or a time range with a specific date and duration.
Helena K. 5.2 687
688 Union of:
689 xs:gYear, xs:gYearMonth, xs:date, xs:dateTime, ReportingYearType, ReportingSemesterType, ReportingTrimesterType, ReportingQuarterType, ReportingMonthType, ReportingWeekType, ReportingDayType, TimeRangeType.   
690
Helena K. 15.3 691 **StandardTimePeriodType:** StandardTimePeriodType defines the set of standard [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]]. This includes the reporting [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] and the basic date type (i.e. the calendar [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] and the dateTime format).
Helena K. 5.2 692
693 Union of:
694 xs:gYear, xs:gYearMonth, xs:date, xs:dateTime, ReportingYearType, ReportingSemesterType, ReportingTrimesterType, ReportingQuarterType, ReportingMonthType, ReportingWeekType, ReportingDayType.   
695
Helena K. 15.3 696 **BasicTimePeriodType:** BasicTimePeriodType contains the basic dates and calendar periods. It is a combination of the Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] and the date time type..
Helena K. 5.2 697
698 Union of:
699 xs:gYear, xs:gYearMonth, xs:date, xs:dateTime.
700
Helena K. 15.3 701 **GregorianTimePeriodType:** GregorianTimePeriodType defines the set of standard calendar periods in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]].
Helena K. 5.2 702
703 Union of:
704 xs:gYear, xs:gYearMonth, xs:date.
705
Helena K. 15.3 706 **ReportingTimePeriodType:** ReportingTimePeriodType defines standard reporting periods in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]], which are all in relation to the start day (day-month) of a reporting year which is specified in the specialized reporting year start day [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]. If the reporting year start day is not defined, a day of January 1 is assumed. The reporting year must be epxressed as the year at the beginning of the period. Therfore, if the reproting year runs from April to March, any given reporting year is expressed as the year for April. The general format of a report period can be described as [year]-[period][time zone]?, where the type of period is designated with a single character followed by a number representing the period. Note that all periods allow for an optional time zone offset. See the details of each member type for the specifics of its format.
Helena K. 5.2 707
708 Union of:
709 ReportingYearType, ReportingSemesterType, ReportingTrimesterType, ReportingQuarterType, ReportingMonthType, ReportingWeekType, ReportingDayType.
710
711 **BaseReportPeriodType:** BaseReportPeriodType is a simple type which frames the general pattern of a reporting period for validation purposes. This regular expression is only a general validation which is meant to validate the following structure [year]-[period][time zone]?. This type is meant to be derived from for further validation.
712
713 Derived by restriction of xs:string.
714 Regular Expression Pattern: \d{4}\-([ASTQ]\d{1}|[MW]\d{2}|[D]\d{3})(Z|((\+|\-)\d{2}:\d{2}))?
715
716 **ReportPeriodValidTimeZoneType:** ReportPeriodValidTimeZoneType is a derivation of the BaseReportPeriodType which validates that the time zone provided in the base type is valid. The base type will have provided basic validation already. The patterns below validate that the time zone is "Z" or that it is between -14:00 and +14:00, or that there is no time zone provided. This type is meant to be derived from for further validation.
717
718 Derived by restriction of BaseReportPeriodType.
719 Regular Expression Pattern: . +Z.{5}.\*(\+|\-)(14:00|((0[0-9]|1[0-3]):[0-5][0-9])).{5}[^\+\-Z]+
720
Helena K. 15.3 721 **ReportingYearType:** ReportingYearType defines a [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] of 1 year (P1Y) in relation to a reporting year which has a start day (day-month) specified in the specialized reporting year start day [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]. In the absence of a start day for the reporting year, a day of January 1 is assumed. In this case a reporting year will coincide with a calendar year. The format of a reporting year is YYYY-A1 (e.g. 2000-A1). Note that the period value of 1 is fixed.
Helena K. 5.2 722
723 Derived by restriction of ReportPeriodValidTimeZoneType.
724 Regular Expression Pattern: . {5}A1.
725
Helena K. 15.3 726 **ReportingSemesterType:** ReportingSemesterType defines a [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] of 6 months (P6M) in relation to a reporting year which has a start day (day-month) specified in the specialized reporting year start day [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]. In the absence of a start day for the reporting year, a day of January 1 is assumed. The format of a reporting semester is YYYY-Ss (e.g. 2000-S1), where s is either 1 or 2.
Helena K. 5.2 727
728 Derived by restriction of ReportPeriodValidTimeZoneType.
729 Regular Expression Pattern: . {5}S[1-2].
730
Helena K. 15.3 731 **ReportingTrimesterType:** ReportingTrimesterType defines a [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] of 4 months (P4M) in relation to a reporting year which has a start day (day-month) specified in the specialized reporting year start day [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]. In the absence of a start day for the reporting year, a day of January 1 is assumed. The format of a reporting trimester is YYYY-Tt (e.g. 2000-T1), where s is either 1, 2, or 3.
Helena K. 5.2 732
733 Derived by restriction of ReportPeriodValidTimeZoneType.
734 Regular Expression Pattern: . {5}T[1-3].
735
Helena K. 15.3 736 **ReportingQuarterType:** ReportingQuarterType defines a [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] of 3 months (P3M) in relation to a reporting year which has a start day (day-month) specified in the specialized reporting year start day [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]. In the absence of a start day for the reporting year, a day of January 1 is assumed. The format of a reporting quarter is YYYY-Qq (e.g. 2000-Q1), where q is a value between 1 and 4.
Helena K. 5.2 737
738 Derived by restriction of ReportPeriodValidTimeZoneType.
739 Regular Expression Pattern: . {5}Q[1-4].
740
Helena K. 15.3 741 **ReportingMonthType:** ReportingMonthType defines a [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] of 1 month (P1M) in relation to a reporting year which has a start day (day-month) specified in the specialized reporting year start day [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]. In the absence of a start day for the reporting year, a day of January 1 is assumed. In this case a reporting month will coincide with a calendar month. The format of a reporting month is YYYY-Mmm (e.g. 2000-M01), where mm is a two digit month (i.e. 01-12).
Helena K. 5.2 742
743 Derived by restriction of ReportPeriodValidTimeZoneType.
744 Regular Expression Pattern: . {5}M(0[1-9]|1[0-2])*.
745
Helena K. 15.3 746 **ReportingWeekType:** ReportingWeekType defines a [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] of 7 days (P7D) in relation to a reporting year which has a start day (day-month) specified in the specialized reporting year start day [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]. A standard reporting week is based on the ISO 8601 defintion of a week date, in relation to the reporting period start day. The first week is defined as the week with the first Thursday on or after the reporting year start day. An equivalent definition is the week starting with the Monday nearest in time to the reporting year start day. There are other equivalent defintions, all of which should be adjusted based on the reporting year start day. In the absence of a start day for the reporting year, a day of January 1 is assumed. The format of a reporting week is YYYY-Www (e.g. 2000-W01), where mm is a two digit week (i.e. 01-53).
Helena K. 5.2 747
748 Derived by restriction of ReportPeriodValidTimeZoneType.
749 Regular Expression Pattern: . {5}W(0[1-9]|[1-4][0-9]|5[0-3]).
750
Helena K. 15.3 751 **ReportingDayType:** ReportingDayType defines a [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] of 1 day (P1D) in relation to a reporting year which has a start day (day-month) specified in the specialized reporting year start day [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]. In the absence of a start day for the reporting year, a day of January 1 is assumed. The format of a reporting day is YYYY-Dddd (e.g. 2000-D001), where ddd is a three digit day (i.e. 001-366).
Helena K. 5.2 752
753 Derived by restriction of ReportPeriodValidTimeZoneType.
754 Regular Expression Pattern: . {5}D(0[0-9][1-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-6]).
755
Helena K. 15.3 756 **BaseTimeRangeType:** BaseTimeRangeType is a simple type which frames the general pattern for a time range in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]]. A time range pattern is generally described as [xs:date or xs:dateTime]\[xs:duration], where the referenced types are defined by XML Schema. This type is meant to be derived from for further validation.
Helena K. 5.2 757
758 Derived by restriction of xs:string.
759 Regular Expression Pattern: \d{4}\-\d{2}\-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d+)?)?(Z|((\+|\-)\d{2}:\d{2}))?/P.+
760
761 **RangeValidMonthDayType:** RangeValidMonthDayType is a derivation of the BaseTimeRangeType which validates that the day provided is valid for the month, without regard to leap years. The base type will have provided basic validation already. The patterns below validate that there are up to 29 days in February, up to 30 days in April, June, September, and November and up to 31 days in January, March, May, July, August, October, and December. This type is meant to be derived from for further validation.
762
763 Derived by restriction of BaseTimeRangeType.
764 Regular Expression Pattern: . {5}02\-(0[1-9]|[1-2][0-9]).+.{5}(04|06|09|11)\-(0[1-9]|[1-2][0-9]|30).+.{5}(01|03|05|07|08|10|12)\-(0[1-9]|[1-2][0-9]|3[0-1]).+
765
766 **RangeValidLeapYearType:** RangeValidLeapYearType is a derivation of the RangeValidMonthDayType which validates that a date of February 29 occurs in a valid leap year (i.e. if the year is divisible 4 and not by 100, unless it is also divisible by 400). This type is meant to be derived from for further validation.
767
768 Derived by restriction of RangeValidMonthDayType.
769 Regular Expression Pattern: ((\d{2}(04|08|12|16|20|24|28|32|36|40|44|48|52|56|60|64|68|72|76|80|84|88|92|96))|((00|04|08|12|16|20|24|28|32|36|40|44|48|52|56|60|64|68|72|76|80|84|88|92|96)00))\-02\-29.+.{5}02\-(([0-1][0-9])|(2[^9])).+.{5}((0[1,3-9])|1[0-2]).+
770
771 **RangeValidTimeType:** RangeValidTimeType is a derivation of the RangeValidLeapYearType which validates that the time (if provided) is validly formatted. The base type will have provided basic validation already. The patterns below validate that the time falls between 00:00:00 and 24:00:00. Note that as the XML dateTime type does, seconds are required. It is also permissible to have fractions of seconds, but only within the boundaries of the range specified. This type is meant to be derived from for further validation.
772
773 Derived by restriction of RangeValidLeapYearType.
774 Regular Expression Pattern: . {10}T(24:00:00(\.[0]+)?|
775
776 (((
777 [0-1][0-9])|(2[0-3])):[0-5][0-9]:[0-5][0-9](\.\d+)?))(/|Z|\+|\-).+[^T]+/.+
778
779 **RangeValidTimeZoneType:** RangeValidMonthDayType is a derivation of the RangeValidTimeType which validates that the time zone provided in the base type is valid. The base type will have provided basic validation already. The patterns below validate that the time zone is "Z" or that it is between -14:00 and +14:00, or that there is no time zone provided. This type is meant to be derived from for further validation.
780
781 Derived by restriction of RangeValidTimeType.
782 Regular Expression Pattern: . +Z/.+.{10}.\*(\+|\-)(14:00|((0[0-9]|1[0-3]):[0-5][0-9]))/.+.{10}[^\+\-Z]+
783
Helena K. 15.3 784 **TimeRangeValidDateDurationType:** TimeRangeValidDateDurationType is an abstract derivation of the RangeValidTimeType which validates that duration provided is generally valid, up to the time [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]].
Helena K. 5.2 785
786 Derived by restriction of RangeValidTimeZoneType.
787 Regular Expression Pattern: . +/P(\d+Y)?(\d+M)?(\d+D)?(T.+)?
788
Helena K. 15.3 789 **TimeRangeType:** TimeRangeType defines the structure of a time range in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]]. The pattern of a time range can be generally described as [start date]\[duration], where start date is an date or dateTime type as defined in XML Schema and duration is a time duration as defined in XML Schema. Note that it is permissible for a time zone offset to be provided on the date or date time.
Helena K. 5.2 790
791 Derived by restriction of TimeRangeValidDateDurationType.
792 Regular Expression Pattern: . +/P.\*T(\d+H)?(\d+M)?(\d+(.\d+)?S)?.+/P[^T]+
793
Helena K. 15.8 794 **NotApplicableType:** NotApplicableType is a reusable simple type that allows for not applicable [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] values to be reported. This is required for [[datasets>>doc:sdmx:Glossary 2\.1.Data set.WebHome]] against a [[DSD>>doc:sdmx:Glossary 2\.1.Data structure definition.WebHome]] which includes data from [[Dataflows>>doc:sdmx:Glossary 2\.1.Dataflow.WebHome]], which only use a subset of [[Dimensions>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] as defined by a [[Dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] Constraint, or for data-related [[reference metadata>>doc:sdmx:Glossary 2\.1.Reference metadata.WebHome]] [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] that are not attached to all [[dimensions>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]].
Helena K. 5.2 795
796 Derived by restriction of xs:string.
797 Fixed value: (tilde)
798
Helena K. 15.3 799 **DecimalOrNotApplicableType:** Simple type combining xs:[[decimal>>doc:sdmx:Glossary 2\.1.Decimals.WebHome]] and NotApplicableType.
Helena K. 5.2 800
801 Union of:
Helena K. 15.3 802 xs:[[decimal>>doc:sdmx:Glossary 2\.1.Decimals.WebHome]], NotApplicableType.
Helena K. 5.2 803
804 The following types are derived in a similar manner:
805
806 * DoubleOrNotApplicableType
807 * BooleanOrNotApplicableType
808 * IntOrNotApplicableType
809 * IntegerOrNotApplicableType
810 * LongOrNotApplicableType
811 * ShortOrNotApplicableType
812 * FloatOrNotApplicableType
813 * AlphaOrNotApplicableType
814 * AlphaNumericOrNotApplicableType
815 * NumericOrNotApplicableType
816 * StandardTimePeriodOrNotApplicableType
817 * BasicTimePeriodOrNotApplicableType
818 * ObservationalTimePeriodOrNotApplicableType
819 * GregorianTimePeriodOrNotApplicableType
820 * ReportingTimePeriodOrNotApplicableType
821 * ReportingYearOrNotApplicableType
822 * ReportingSemesterOrNotApplicableType
823 * ReportingTrimesterOrNotApplicableType
824 * ReportingQuarterOrNotApplicableType
825 * ReportingDayOrNotApplicableType
826 * ReportingMonthOrNotApplicableType
827 * ReportingWeekOrNotApplicableType
828 * RangeValidMonthDayOrNotApplicableType
829 * RangeValidTimeOrNotApplicableType
830 * RangeValidTimeZoneOrNotApplicableType
831 * TimeRangeOrNotApplicableType
832
Helena K. 15.3 833 **MissingType:** MissingType is a reusable simple type that allows for missing values to be reported. This is required for [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] and [[measures>>doc:sdmx:Glossary 2\.1.Measure.WebHome]] to report an intentionally missing value of any other type than double or float.
Helena K. 5.2 834
835 Derived by restriction of xs:string.
836 Fixed value: #N/A
837
Helena K. 15.3 838 **DecimalOrMissingType:** Simple type combining xs:[[decimal>>doc:sdmx:Glossary 2\.1.Decimals.WebHome]] and MissingType.
Helena K. 5.2 839
840 Union of:
Helena K. 15.3 841 xs:[[decimal>>doc:sdmx:Glossary 2\.1.Decimals.WebHome]], MissingType.
Helena K. 5.2 842
843 The following types are derived in a similar manner:
844
845 * BooleanOrMissingType
846 * IntOrMissingType
847 * IntegerOrMissingType
848 * LongOrMissingType
849 * ShortOrMissingType
850 * AlphaOrMissingType
851 * AlphaNumericOrMissingType
852 * NumericOrMissingType
853 * StandardTimePeriodOrMissingType
854 * BasicTimePeriodOrMissingType
855 * ObservationalTimePeriodOrMissingType
856 * GregorianTimePeriodOrMissingType
857 * ReportingTimePeriodOrMissingType
858 * ReportingYearOrMissingType
859 * ReportingSemesterOrMissingType
860 * ReportingTrimesterOrMissingType
861 * ReportingQuarterOrMissingType
862 * ReportingDayOrMissingType
863 * ReportingMonthOrMissingType
864 * ReportingWeekOrMissingType
865 * RangeValidMonthDayOrMissingType
866 * RangeValidTimeOrMissingType
867 * RangeValidTimeZoneOrMissingType
868 * TimeRangeOrMissingType
869
870 **TimezoneType:** TimezoneType defines the pattern for a time zone. An offset of -14:00 to +14:00 or Z can be specified.
871
872 Derived by restriction of xs:string.
873 Regular Expression Pattern: Z(\+|\-)(14:00|((0[0-9]|1[0-3]):[0-5][0-9]))
874
875 **OccurenceType:** OccurenceType is used to express the maximum occurrence of an object. It combines an integer, equal or greater than 1, and the literal text, "unbounded", for objects which have no upper limit on its occurrence.
876
877 Union of:
878 MaxOccursNumberType, UnboundedCodeType.
879
880 **MaxOccursNumberType:** MaxOccursNumberType is a base type used to restrict an integer to be greater than 1, for the purpose of expressing the maximum number of occurrences of an object.
881
882 Derived by restriction of xs:nonNegativeInteger.
883 Minimum (inclusive): 1
884 Fraction Digits: 0
885
886 **UnboundedCodeType:** UnboundedCodeType provides single textual value of "unbounded", for use in OccurentType.
887
888 Derived by restriction of xs:string.
889
890 Enumerations:
891
Helena K. 6.11 892 (% style="width:625.294px" %)
893 |(% style="width:144px" %)**Value**|(% style="width:478px" %)**Documentation**
894 |(% style="width:144px" %)unbounded|(% style="width:478px" %)Object has no upper limit on occurrences.
Helena K. 5.2 895
Helena K. 15.3 896 **ActionType:** ActionType provides a list of actions, describing the intention of the data transmission from the sender's side. Each action provided at the data or [[metadata set>>doc:sdmx:Glossary 2\.1.Metadata set.WebHome]] (% style="color:#e74c3c" %)level(%%) applies to the entire [[data set>>doc:sdmx:Glossary 2\.1.Data set.WebHome]] for which it is given. Note that the actions indicated in the Message Header are optional, and used to summarize specific actions indicated with this data type for all registry interactions. The "Informational" value is used when the message contains information in response to a query, rather than being used to invoke a maintenance activity.
Helena K. 5.2 897
898 Derived by restriction of xs:NMTOKEN.
899
900 Enumerations:
901
Helena K. 6.11 902 (% style="width:1005.29px" %)
903 |**Value**|(% style="width:905px" %)**Documentation**
Helena K. 15.8 904 |Append|(% style="width:905px" %)Append - this is an [[incremental update>>doc:sdmx:Glossary 2\.1.Incremental update.WebHome]] for an existing data/[[metadata set>>doc:sdmx:Glossary 2\.1.Metadata set.WebHome]] or the provision of new data or documentation ([[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] values) formerly absent. If any of the supplied data or metadata is already present, it will not replace that data or metadata. This corresponds to the "Update" value found in version 1.0 of the [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]] Technical Standards.
905 |Replace|(% style="width:905px" %)Replace - data/metadata is to be replaced, and may also include additional data/metadata to be appended. The replacement occurs at the level of the observation - that is, it is not possible to replace an entire [[series>>doc:sdmx:Glossary 2\.1.Series.WebHome]].
906 |Delete|(% style="width:905px" %)Delete - data/metadata is to be deleted. Deletion occurs at the lowest [[level>>doc:sdmx:Glossary 2\.1.Level.WebHome]] object. For instance, if a delete data message contains a [[series>>doc:sdmx:Glossary 2\.1.Series.WebHome]] with no observations, then the entire [[series>>doc:sdmx:Glossary 2\.1.Series.WebHome]] will be deleted. If the [[series>>doc:sdmx:Glossary 2\.1.Series.WebHome]] contains observations, then only those observations specified will be deleted. The same basic [[concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] applies for [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]. If a [[series>>doc:sdmx:Glossary 2\.1.Series.WebHome]] or observation in a delete message contains [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]], then only those [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] will be deleted.
Helena K. 6.11 907 |Information|(% style="width:905px" %)Informational - data/metadata is being exchanged for informational purposes only, and not meant to update a system.
Helena K. 5.2 908
Helena K. 15.3 909 **WildCardValueType:** WildCardValueType is a single value [[code list>>doc:sdmx:Glossary 2\.1.Code list.WebHome]], used to include the '%' character - indicating that an entire field is wild carded.
Helena K. 5.2 910
Helena K. 5.3 911 Derived by restriction of xs:string.
Helena K. 5.2 912
913 Enumerations:
914
Helena K. 6.11 915 (% style="width:505.294px" %)
916 |(% style="width:169px" %)**Value**|(% style="width:333px" %)**Documentation**
917 |(% style="width:169px" %)%|(% style="width:333px" %)Indicates a wild card value.
Helena K. 5.2 918
919 **CascadeSelectionType:**
920
921 Union of:
Helena K. 5.3 922 xs:boolean, ExcludeRootType.
Helena K. 5.2 923
924 **ExcludeRootType:** ExcludeRootType is a single enumerated value that indciates that child values should be included, but that the actual root should not.
925
Helena K. 5.3 926 Derived by restriction of xs:string.
Helena K. 5.2 927
928 Enumerations:
929
Helena K. 6.11 930 (% style="width:504.294px" %)
931 |(% style="width:165px" %)**Value**|(% style="width:336px" %)**Documentation**
932 |(% style="width:165px" %)excluderoot|(% style="width:336px" %)
Helena K. 5.2 933
Helena K. 15.9 934 **ObservationDimensionType:** ObservationDimensionType allows for the [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] at the observation level to be specified by either providing the [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] identifier or using the explicit value "AllDimensions".
Helena K. 5.2 935
936 Union of:
Helena K. 5.3 937 NCNameIDType, ObsDimensionsCodeType.
Helena K. 5.2 938
939 **ObsDimensionsCodeType:** ObsDimensionsCodeType is an enumeration containing the values "TimeDimension" and "AllDimensions"
940
Helena K. 5.3 941 Derived by restriction of xs:string.
Helena K. 5.2 942
943 Enumerations:
944
Helena K. 6.12 945 (% style="width:997.294px" %)
946 |(% style="width:168px" %)**Value**|(% style="width:826px" %)**Documentation**
Helena K. 15.10 947 |(% style="width:168px" %)AllDimensions|(% style="width:826px" %)AllDimensions notes that the cross sectional format shall be flat; that is all [[dimensions>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] should be contained at the observation level.
Helena K. 15.3 948 |(% style="width:168px" %)TIME_PERIOD|(% style="width:826px" %)TIME_PERIOD refers to the fixed identifier for the time [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]].
Helena K. 5.2 949
Helena K. 15.3 950 **DataType:** DataTypeType provides an enumerated list of the types of data formats allowed as the for the [[representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] of an object.
Helena K. 5.2 951
Helena K. 5.3 952 Derived by restriction of xs:NMTOKEN.
Helena K. 5.2 953
954 Enumerations:
955
Helena K. 6.12 956 (% style="width:996.294px" %)
957 |**Value**|(% style="width:796px" %)**Documentation**
958 |String|(% style="width:796px" %)A string datatype corresponding to W3C XML Schema's xs:string datatype.
959 |Alpha|(% style="width:796px" %)A string datatype which only allows for the simple aplhabetic charcter set of A-Z, a-z.
960 |AlphaNumeric|(% style="width:796px" %)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.
961 |Numeric|(% style="width:796px" %)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.
962 |BigInteger|(% style="width:796px" %)An integer datatype corresponding to W3C XML Schema's xs:integer datatype.
963 |Integer|(% style="width:796px" %)An integer datatype corresponding to W3C XML Schema's xs:int datatype.
964 |Long|(% style="width:796px" %)A numeric datatype corresponding to W3C XML Schema's xs:long datatype.
965 |Short|(% style="width:796px" %)A numeric datatype corresponding to W3C XML Schema's xs:short datatype.
Helena K. 15.10 966 |[[Decimal>>doc:sdmx:Glossary 2\.1.Decimals.WebHome]]|(% style="width:796px" %)A numeric datatype corresponding to W3C XML Schema's xs:decimal datatype.
Helena K. 6.12 967 |Float|(% style="width:796px" %)A numeric datatype corresponding to W3C XML Schema's xs:float datatype.
968 |Double|(% style="width:796px" %)A numeric datatype corresponding to W3C XML Schema's xs:double datatype.
969 |Boolean|(% style="width:796px" %)A datatype corresponding to W3C XML Schema's xs:boolean datatype.
970 |URI|(% style="width:796px" %)A datatype corresponding to W3C XML Schema's xs:anyURI datatype.
Helena K. 15.3 971 |Count|(% style="width:796px" %)A simple incrementing Integer type. The isSequence [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] must be set to true, and the interval [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] must be set to "1".
Helena K. 15.10 972 |InclusiveValueRange|(% style="width:796px" %)This value indicates that the startValue and endValue [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provide the inclusive boundaries of a numeric range of type xs:decimal.
973 |ExclusiveValueRange|(% style="width:796px" %)This value indicates that the startValue and endValue [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provide the exclusive boundaries of a numeric range, of type xs:decimal.
Helena K. 15.3 974 |Incremental|(% style="width:796px" %)This value indicates that the value increments according to the value provided in the interval [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]], and has a true value for the isSequence [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]].
975 |ObservationalTimePeriod|(% style="width:796px" %)Observational [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] are the superset of all [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]]. It is the union of the standard [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] (i.e. Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]], the reporting [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]], and date time) and a time range.
976 |StandardTimePeriod|(% style="width:796px" %)Standard [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] is a superset of distinct [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]]. It is the union of the basic [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] (i.e. the Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] and date time) and the reporting [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]].
977 |BasicTimePeriod|(% style="width:796px" %)BasicTimePeriod [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] is a superset of the Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] and a date time.
978 |GregorianTimePeriod|(% style="width:796px" %)Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.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.
979 |GregorianYear|(% style="width:796px" %)A Gregorian [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] corresponding to W3C XML Schema's xs:gYear datatype, which is based on ISO-8601.
Helena K. 6.12 980 |GregorianYearMonth|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:gYearMonth datatype, which is based on ISO-8601.
981 |GregorianDay|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:date datatype, which is based on ISO-8601.
Helena K. 15.3 982 |ReportingTimePeriod|(% style="width:796px" %)Reporting [[time periods>>doc:sdmx:Glossary 2\.1.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.
983 |ReportingYear|(% style="width:796px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingYearType.
984 |ReportingSemester|(% style="width:796px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingSemesterType.
985 |ReportingTrimester|(% style="width:796px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingTrimesterType.
986 |ReportingQuarter|(% style="width:796px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingQuarterType.
987 |ReportingMonth|(% style="width:796px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingMonthType.
988 |ReportingWeek|(% style="width:796px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingWeekType.
989 |ReportingDay|(% style="width:796px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingDayType.
Helena K. 6.12 990 |DateTime|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:dateTime datatype.
Helena K. 15.3 991 |TimeRange|(% style="width:796px" %)TimeRange defines a [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] by providing a distinct start (date or date time) and a duration.
Helena K. 6.12 992 |Month|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:gMonth datatype.
993 |MonthDay|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:gMonthDay datatype.
994 |Day|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:gDay datatype.
995 |Time|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:time datatype.
996 |Duration|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:duration datatype.
997 |GeospatialInformation|(% style="width:796px" %)A string used to describe geographical features like points (e.g., locations of places, landmarks, buildings, etc.), lines (e.g., rivers, roads, streets, etc.), or areas (e.g., geographical regions, countries, islands, land lots, etc.). A mix of different features is possible too, e.g., combining polygons and geographical points to describe a country and the location of its capital.
Helena K. 15.3 998 |XHTML|(% style="width:796px" %)This value indicates that the content of the [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] can contain XHTML markup.
999 |KeyValues|(% style="width:796px" %)This value indicates that the content of the [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] will be data key (a set of [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] references and values for the [[dimensions>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]]).
1000 |IdentifiableReference|(% style="width:796px" %)This value indicates that the content of the [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] will be complete reference (either URN or full set of reference fields) to an Identifiable object in the [[SDMX Information Model>>doc:sdmx:Glossary 2\.1.SDMX Information Model.WebHome]].
1001 |DataSetReference|(% style="width:796px" %)This value indicates that the content of the [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] will be reference to a [[data provider>>doc:sdmx:Glossary 2\.1.Data provider.WebHome]], which is actually a formal reference to a [[data provider>>doc:sdmx:Glossary 2\.1.Data provider.WebHome]] and a [[data set>>doc:sdmx:Glossary 2\.1.Data set.WebHome]] identifier value.
Helena K. 5.2 1002
Helena K. 15.3 1003 **BasicComponentDataType:** BasicComponentDataType provides an enumerated list of the types of characters allowed in the textType [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] for all non-target object [[components>>doc:sdmx:Glossary 2\.1.Component.WebHome]].
Helena K. 5.2 1004
Helena K. 5.3 1005 Derived by restriction of DataType.
Helena K. 5.2 1006
1007 Enumerations:
1008
Helena K. 6.12 1009 (% style="width:999.294px" %)
1010 |**Value**|(% style="width:799px" %)**Documentation**
1011 |String|(% style="width:799px" %)A string datatype corresponding to W3C XML Schema's xs:string datatype.
1012 |Alpha|(% style="width:799px" %)A string datatype which only allows for the simple aplhabetic charcter set of A-Z, a-z.
1013 |AlphaNumeric|(% style="width:799px" %)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.
1014 |Numeric|(% style="width:799px" %)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.
1015 |BigInteger|(% style="width:799px" %)An integer datatype corresponding to W3C XML Schema's xs:integer datatype.
1016 |Integer|(% style="width:799px" %)An integer datatype corresponding to W3C XML Schema's xs:int datatype.
1017 |Long|(% style="width:799px" %)A numeric datatype corresponding to W3C XML Schema's xs:long datatype.
1018 |Short|(% style="width:799px" %)A numeric datatype corresponding to W3C XML Schema's xs:short datatype.
Helena K. 15.10 1019 |[[Decimal>>doc:sdmx:Glossary 2\.1.Decimals.WebHome]]|(% style="width:799px" %)A numeric datatype corresponding to W3C XML Schema's xs:decimal datatype.
Helena K. 6.12 1020 |Float|(% style="width:799px" %)A numeric datatype corresponding to W3C XML Schema's xs:float datatype.
1021 |Double|(% style="width:799px" %)A numeric datatype corresponding to W3C XML Schema's xs:double datatype.
1022 |Boolean|(% style="width:799px" %)A datatype corresponding to W3C XML Schema's xs:boolean datatype.
1023 |URI|(% style="width:799px" %)A datatype corresponding to W3C XML Schema's xs:anyURI datatype.
Helena K. 15.3 1024 |Count|(% style="width:799px" %)A simple incrementing Integer type. The isSequence [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] must be set to true, and the interval [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] must be set to "1".
Helena K. 15.10 1025 |InclusiveValueRange|(% style="width:799px" %)This value indicates that the startValue and endValue [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provide the inclusive boundaries of a numeric range of type xs:decimal.
1026 |ExclusiveValueRange|(% style="width:799px" %)This value indicates that the startValue and endValue [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provide the exclusive boundaries of a numeric range, of type xs:decimal.
Helena K. 15.3 1027 |Incremental|(% style="width:799px" %)This value indicates that the value increments according to the value provided in the interval [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]], and has a true value for the isSequence [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]].
1028 |ObservationalTimePeriod|(% style="width:799px" %)Observational [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] are the superset of all [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]]. It is the union of the standard [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] (i.e. Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]], the reporting [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]], and date time) and a time range.
1029 |StandardTimePeriod|(% style="width:799px" %)Standard [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] is a superset of distinct [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]]. It is the union of the basic [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] (i.e. the Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] and date time) and the reporting [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]].
1030 |BasicTimePeriod|(% style="width:799px" %)BasicTimePeriod [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] is a superset of the Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] and a date time.
1031 |GregorianTimePeriod|(% style="width:799px" %)Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.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.
1032 |GregorianYear|(% style="width:799px" %)A Gregorian [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] corresponding to W3C XML Schema's xs:gYear datatype, which is based on ISO-8601.
Helena K. 6.12 1033 |GregorianYearMonth|(% style="width:799px" %)A time datatype corresponding to W3C XML Schema's xs:gYearMonth datatype, which is based on ISO-8601.
1034 |GregorianDay|(% style="width:799px" %)A time datatype corresponding to W3C XML Schema's xs:date datatype, which is based on ISO-8601.
Helena K. 15.3 1035 |ReportingTimePeriod|(% style="width:799px" %)Reporting [[time periods>>doc:sdmx:Glossary 2\.1.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.
1036 |ReportingYear|(% style="width:799px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingYearType.
1037 |ReportingSemester|(% style="width:799px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingSemesterType.
1038 |ReportingTrimester|(% style="width:799px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingTrimesterType.
1039 |ReportingQuarter|(% style="width:799px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingQuarterType.
1040 |ReportingMonth|(% style="width:799px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingMonthType.
1041 |ReportingWeek|(% style="width:799px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingWeekType.
1042 |ReportingDay|(% style="width:799px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingDayType.
Helena K. 6.12 1043 |DateTime|(% style="width:799px" %)A time datatype corresponding to W3C XML Schema's xs:dateTime datatype.
Helena K. 15.3 1044 |TimeRange|(% style="width:799px" %)TimeRange defines a [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] by providing a distinct start (date or date time) and a duration.
Helena K. 6.12 1045 |Month|(% style="width:799px" %)A time datatype corresponding to W3C XML Schema's xs:gMonth datatype.
1046 |MonthDay|(% style="width:799px" %)A time datatype corresponding to W3C XML Schema's xs:gMonthDay datatype.
1047 |Day|(% style="width:799px" %)A time datatype corresponding to W3C XML Schema's xs:gDay datatype.
1048 |Time|(% style="width:799px" %)A time datatype corresponding to W3C XML Schema's xs:time datatype.
1049 |Duration|(% style="width:799px" %)A time datatype corresponding to W3C XML Schema's xs:duration datatype.
1050 |GeospatialInformation|(% style="width:799px" %)A string used to describe geographical features like points (e.g., locations of places, landmarks, buildings, etc.), lines (e.g., rivers, roads, streets, etc.), or areas (e.g., geographical regions, countries, islands, land lots, etc.). A mix of different features is possible too, e.g., combining polygons and geographical points to describe a country and the location of its capital.
Helena K. 15.3 1051 |XHTML|(% style="width:799px" %)This value indicates that the content of the [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] can contain XHTML markup.
Helena K. 5.2 1052
Helena K. 15.3 1053 **SimpleDataType:** SimpleDataType restricts BasicComponentDataType to specify the allowable data types for a [[data structure definition>>doc:sdmx:Glossary 2\.1.Data structure definition.WebHome]] [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]]. The XHTML [[representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] is removed as a possible type.
Helena K. 5.2 1054
Helena K. 5.3 1055 Derived by restriction of BasicComponentDataType.
Helena K. 5.2 1056
1057 Enumerations:
1058
Helena K. 6.12 1059 (% style="width:996.294px" %)
1060 |**Value**|(% style="width:796px" %)**Documentation**
1061 |String|(% style="width:796px" %)A string datatype corresponding to W3C XML Schema's xs:string datatype.
1062 |Alpha|(% style="width:796px" %)A string datatype which only allows for the simple aplhabetic charcter set of A-Z, a-z.
1063 |AlphaNumeric|(% style="width:796px" %)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.
1064 |Numeric|(% style="width:796px" %)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.
1065 |BigInteger|(% style="width:796px" %)An integer datatype corresponding to W3C XML Schema's xs:integer datatype.
1066 |Integer|(% style="width:796px" %)An integer datatype corresponding to W3C XML Schema's xs:int datatype.
1067 |Long|(% style="width:796px" %)A numeric datatype corresponding to W3C XML Schema's xs:long datatype.
1068 |Short|(% style="width:796px" %)A numeric datatype corresponding to W3C XML Schema's xs:short datatype.
Helena K. 15.10 1069 |[[Decimal>>doc:sdmx:Glossary 2\.1.Decimals.WebHome]]|(% style="width:796px" %)A numeric datatype corresponding to W3C XML Schema's xs:decimal datatype.
Helena K. 6.12 1070 |Float|(% style="width:796px" %)A numeric datatype corresponding to W3C XML Schema's xs:float datatype.
1071 |Double|(% style="width:796px" %)A numeric datatype corresponding to W3C XML Schema's xs:double datatype.
1072 |Boolean|(% style="width:796px" %)A datatype corresponding to W3C XML Schema's xs:boolean datatype.
1073 |URI|(% style="width:796px" %)A datatype corresponding to W3C XML Schema's xs:anyURI datatype.
Helena K. 15.3 1074 |Count|(% style="width:796px" %)A simple incrementing Integer type. The isSequence [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] must be set to true, and the interval [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] must be set to "1".
Helena K. 15.10 1075 |InclusiveValueRange|(% style="width:796px" %)This value indicates that the startValue and endValue [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provide the inclusive boundaries of a numeric range of type xs:decimal.
1076 |ExclusiveValueRange|(% style="width:796px" %)This value indicates that the startValue and endValue [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] provide the exclusive boundaries of a numeric range, of type xs:decimal.
Helena K. 15.3 1077 |Incremental|(% style="width:796px" %)This value indicates that the value increments according to the value provided in the interval [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]], and has a true value for the isSequence [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]].
1078 |ObservationalTimePeriod|(% style="width:796px" %)Observational [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] are the superset of all [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]]. It is the union of the standard [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] (i.e. Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]], the reporting [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]], and date time) and a time range.
1079 |StandardTimePeriod|(% style="width:796px" %)Standard [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] is a superset of distinct [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]]. It is the union of the basic [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] (i.e. the Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] and date time) and the reporting [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]].
1080 |BasicTimePeriod|(% style="width:796px" %)BasicTimePeriod [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] is a superset of the Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] and a date time.
1081 |GregorianTimePeriod|(% style="width:796px" %)Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.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.
1082 |GregorianYear|(% style="width:796px" %)A Gregorian [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] corresponding to W3C XML Schema's xs:gYear datatype, which is based on ISO-8601.
Helena K. 6.12 1083 |GregorianYearMonth|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:gYearMonth datatype, which is based on ISO-8601.
1084 |GregorianDay|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:date datatype, which is based on ISO-8601.
Helena K. 15.3 1085 |ReportingTimePeriod|(% style="width:796px" %)Reporting [[time periods>>doc:sdmx:Glossary 2\.1.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.
1086 |ReportingYear|(% style="width:796px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingYearType.
1087 |ReportingSemester|(% style="width:796px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingSemesterType.
1088 |ReportingTrimester|(% style="width:796px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingTrimesterType.
1089 |ReportingQuarter|(% style="width:796px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingQuarterType.
1090 |ReportingMonth|(% style="width:796px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingMonthType.
1091 |ReportingWeek|(% style="width:796px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingWeekType.
1092 |ReportingDay|(% style="width:796px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingDayType.
Helena K. 6.12 1093 |DateTime|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:dateTime datatype.
Helena K. 15.3 1094 |TimeRange|(% style="width:796px" %)TimeRange defines a [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] by providing a distinct start (date or date time) and a duration.
Helena K. 6.12 1095 |Month|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:gMonth datatype.
1096 |MonthDay|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:gMonthDay datatype.
1097 |Day|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:gDay datatype.
1098 |Time|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:time datatype.
1099 |Duration|(% style="width:796px" %)A time datatype corresponding to W3C XML Schema's xs:duration datatype.
1100 |GeospatialInformation|(% style="width:796px" %)A string used to describe geographical features like points (e.g., locations of places, landmarks, buildings, etc.), lines (e.g., rivers, roads, streets, etc.), or areas (e.g., geographical regions, countries, islands, land lots, etc.). A mix of different features is possible too, e.g., combining polygons and geographical points to describe a country and the location of its capital.
Helena K. 5.2 1101
1102 **TimeDataType:** TimeDataType restricts SimpleDataType to specify the allowable data types for representing a time value.
1103
Helena K. 5.3 1104 Derived by restriction of SimpleDataType.
Helena K. 5.2 1105
1106 Enumerations:
1107
Helena K. 6.13 1108 (% style="width:1002.29px" %)
1109 |**Value**|(% style="width:802px" %)**Documentation**
Helena K. 15.3 1110 |ObservationalTimePeriod|(% style="width:802px" %)Observational [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] are the superset of all [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]]. It is the union of the standard [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] (i.e. Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]], the reporting [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]], and date time) and a time range.
1111 |StandardTimePeriod|(% style="width:802px" %)Standard [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] is a superset of distinct [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]]. It is the union of the basic [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] (i.e. the Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] and date time) and the reporting [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]].
1112 |BasicTimePeriod|(% style="width:802px" %)BasicTimePeriod [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] is a superset of the Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] and a date time.
1113 |GregorianTimePeriod|(% style="width:802px" %)Gregorian [[time periods>>doc:sdmx:Glossary 2\.1.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.
1114 |GregorianYear|(% style="width:802px" %)A Gregorian [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] corresponding to W3C XML Schema's xs:gYear datatype, which is based on ISO-8601.
Helena K. 6.13 1115 |GregorianYearMonth|(% style="width:802px" %)A time datatype corresponding to W3C XML Schema's xs:gYearMonth datatype, which is based on ISO-8601.
1116 |GregorianDay|(% style="width:802px" %)A time datatype corresponding to W3C XML Schema's xs:date datatype, which is based on ISO-8601.
Helena K. 15.3 1117 |ReportingTimePeriod|(% style="width:802px" %)Reporting [[time periods>>doc:sdmx:Glossary 2\.1.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.
1118 |ReportingYear|(% style="width:802px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingYearType.
1119 |ReportingSemester|(% style="width:802px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingSemesterType.
1120 |ReportingTrimester|(% style="width:802px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingTrimesterType.
1121 |ReportingQuarter|(% style="width:802px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingQuarterType.
1122 |ReportingMonth|(% style="width:802px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingMonthType.
1123 |ReportingWeek|(% style="width:802px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingWeekType.
1124 |ReportingDay|(% style="width:802px" %)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 2\.1.Statistical data and metadata exchange.WebHome]] specific ReportingDayType.
Helena K. 6.13 1125 |DateTime|(% style="width:802px" %)A time datatype corresponding to W3C XML Schema's xs:dateTime datatype.
Helena K. 15.3 1126 |TimeRange|(% style="width:802px" %)TimeRange defines a [[time period>>doc:sdmx:Glossary 2\.1.Time period.WebHome]] by providing a distinct start (date or date time) and a duration.
Helena K. 5.2 1127
Helena K. 15.10 1128 **UrnPrefixPart:** This is validates the first part of the URN (urn:sdmx.org.infomodel..
Helena K. 5.2 1129
Helena K. 5.3 1130 Derived by restriction of xs:string.
Helena K. 15.10 1131 Regular Expression Pattern: urn:sdmx:org\.sdmx\.infomodel\.[a-z]+\.[A-Za-z]+=[^=]+
Helena K. 5.2 1132
1133 **UrnClassesPart:** This refines the prefix to make specific restrictions of package and class values. Note that only one of the patterns must match. It is intended to be further restricted.
1134
Helena K. 5.3 1135 Derived by restriction of UrnPrefixPart.
Helena K. 15.10 1136 Regular Expression Pattern: . +\.base\.Agency=.+.+\.base\.AgencyScheme=.+.+\.base\.Any=.+.+\.base\.DataConsumer=.+.+\.base\.DataConsumerScheme=.+.+\.base\.DataProvider=.+.+\.base\.DataProviderScheme=.+.+\.base\.MetadataProvider=.+.+\.base\.MetadataProviderScheme=.+.+\.base\.OrganisationUnit=.+.+\.base\.OrganisationUnitScheme=.+.+\.categoryscheme\.Categorisation=.+.+\.categoryscheme\.Category=.+.+\.categoryscheme\.CategoryScheme=.+.+\.categoryscheme\.ReportingCategory=.+.+\.categoryscheme\.ReportingTaxonomy=.+.+\.codelist\.Code=.+.+\.codelist\.Codelist=.+.+\.codelist\.HierarchicalCode=.+.+\.codelist\.Hierarchy=.+.+\.codelist\.HierarchyAssociation=.+.+\.codelist\.Level=.+.+\.codelist\.ValueList=.+.+\.conceptscheme\.Concept=.+.+\.conceptscheme\.ConceptScheme=.+.+\.datastructure\.AttributeDescriptor=.+.+\.datastructure\.DataAttribute=.+.+\.datastructure\.Dataflow=.+.+\.datastructure\.DataStructure=.+.+\.datastructure\.Dimension=.+.+\.datastructure\.DimensionDescriptor=.+.+\.datastructure\.GroupDimensionDescriptor=.+.+\.datastructure\.Measure=.+.+\.datastructure\.MeasureDescriptor=.+.+\.datastructure\.TimeDimension=.+.+\.metadatastructure\.MetadataAttribute=.+.+\.metadatastructure\.Metadataflow=.+.+\.metadatastructure\.MetadataSet=.+.+\.metadatastructure\.MetadataStructure=.+.+\.process\.Process=.+.+\.process\.ProcessStep=.+.+\.process\.Transition=.+.+\.registry\.DataConstraint=.+.+\.registry\.MetadataConstraint=.+.+\.registry\.MetadataProvisionAgreement=.+.+\.registry\.ProvisionAgreement=.+.+\.structuremapping\.CategorySchemeMap=.+.+\.structuremapping\.ConceptSchemeMap=.+.+\.structuremapping\.DatePatternMap=.+.+\.structuremapping\.EpochMap=.+.+\.structuremapping\.FrequencyFormatMapping=.+.+\.structuremapping\.OrganisationSchemeMap=.+.+\.structuremapping\.ReportingTaxonomyMap=.+.+\.structuremapping\.RepresentationMap=.+.+\.structuremapping\.StructureMap=.+.+\.transformation\.CustomType=.+.+\.transformation\.CustomTypeScheme=.+.+\.transformation\.NamePersonalisation=.+.+\.transformation\.NamePersonalisationScheme=.+.+\.transformation\.Ruleset=.+.+\.transformation\.RulesetScheme=.+.+\.transformation\.Transformation=.+.+\.transformation\.TransformationScheme=.+.+\.transformation\.UserDefinedOperator=.+.+\.transformation\.UserDefinedOperatorScheme=.+.+\.transformation\.VtlCodelistMapping=.+.+\.transformation\.VtlConceptMapping=.+.+\.transformation\.VtlDataflowMapping=.+.+\.transformation\.VtlMappingScheme=.+
Helena K. 5.2 1137
Helena K. 15.3 1138 **UrnAgencyPart:** This restricts the prefix and classes patterns to validate the agency part of the URN (=:).
Helena K. 5.2 1139
Helena K. 5.3 1140 Derived by restriction of UrnClassesPart.
Helena K. 5.2 1141 Regular Expression Pattern: . +=([A-Za-z][A-Za-z0-9_\-]*(\.[A-Za-z][A-Za-z0-9_\-]*)*):[^:]+
1142
Helena K. 15.3 1143 **WildcardUrnAgencyPart:** This restricts the prefix and classes patterns to validate the agency part of a wildcarded URN reference (=:).
Helena K. 5.2 1144
Helena K. 5.3 1145 Derived by restriction of UrnClassesPart.
Helena K. 5.2 1146 Regular Expression Pattern: . +=([A-Za-z][A-Za-z0-9_\-]*(\.[A-Za-z][A-Za-z0-9_\-]*)*):[^:]+.+=\*:[^:]+
1147
Helena K. 15.3 1148 **UrnMaintainableIdPart:** This refines the prefix, classes, and agnecy patterns to validate the maintainable ID part of the URN (:)). Note that it does not restrict the (% style="color:#e74c3c" %)version(%%) part as it is intended to be further restricted.
Helena K. 5.2 1149
Helena K. 5.3 1150 Derived by restriction of UrnAgencyPart.
Helena K. 5.2 1151 Regular Expression Pattern: . +:([A-Za-z0-9_@$\-]+)\([0-9A-Za-z\-\.\+]+\)[^(\(\))]
1152
Helena K. 15.3 1153 **WildcardUrnMaintainableIdPart:** This refines the prefix, classes, and agnecy patterns to validate the maintainable ID part of a wildcarded URN reference (:)). Note that it does not restrict the (% style="color:#e74c3c" %)version(%%) part as it is intended to be further restricted.
Helena K. 5.2 1154
Helena K. 5.3 1155 Derived by restriction of WildcardUrnAgencyPart.
Helena K. 5.2 1156 Regular Expression Pattern: . +:([A-Za-z0-9_@$\-]+)\([0-9A-Za-z\-\.\+\*]+\)[^(\(\))]*.+:\*\([0-9A-Za-z\-\.\+\*]+\)[^(\(\))]
1157
Elena Yasinovskaya 13.2 1158 (((
Helena K. 15.11 1159 **UrnVersionPart:** This refines the prefix, classes, agency, and maintainable id patterns to validate the [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] number part of the URN ((<version_number)). It accounts for both legacy and semantic versioning, but not wildarding (for referencing). It is meant to be further refined, although all parts after this are optional.
Helena K. 5.2 1160
Helena K. 5.3 1161 Derived by restriction of UrnMaintainableIdPart.
Helena K. 11.2 1162 Regular Expression Pattern: . +\((0|[1-9]\d*)(\.(0|[1-9]\d*))?\).*.+\((0|[1-9]\d*)(\.(0|[1-9]\d*)){2}(\-(([A-Za-z\-] | ([A-Za-z\-][A-Za-z0-9\-]+)|([A-Za-z0-9\-]+[A-Za-z\-][A-Za-z0-9\-]*)) | (0|[1-9][0-9]*))(\.(([A-Za-z\-]|([A-Za-z\-][A-Za-z0-9\-]+) | ([A-Za-z0-9\-]+[A-Za-z\-][A-Za-z0-9\-]*))|(0|[1-9][0-9]~*~*)?\).
Helena K. 5.2 1163 )))
1164
Helena K. 15.10 1165 **UrnReferenceVersionPart:** This refines the prefix, classes, agency, and maintainable id patterns to validate the [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] number part of a URN reference ((<version_number)). It accounts for both legacy and semantic versioning (including late binding). It is meant to be further refined, although all parts after this are optional.
Helena K. 5.2 1166
Helena K. 5.3 1167 Derived by restriction of UrnMaintainableIdPart.
Helena K. 11.2 1168 Regular Expression Pattern: . +\((0|[1-9]\d*)(\.(0|[1-9]\d*))?\).*.+\((0|[1-9]\d*)(\.(0 | [1-9]\d*)){2}(\-(([A-Za-z\-]|([A-Za-z\-][A-Za-z0-9\-]+) | ([A-Za-z0-9\-]+[A-Za-z\-][A-Za-z0-9\-]*))|(0|[1-9][0-9]*))(\.(([A-Za-z\-] | ([A-Za-z\-][A-Za-z0-9\-]+) |([A-Za-z0-9\-]+[A-Za-z\-][A-Za-z0-9\-]*)) | (0|[1-9][0-9]*~)~)~)*)?\).*.+\0|[1-9]\d*)\+?)(\.((0 | [1-9]\d*{2}\).*.+\0|[1-9]\d*))(\.((0 | [1-9]\d*)\+?))(\.((0 | [1-9]\d*\).*.+\0|[1-9]\d*)\+?)(\.((0|[1-9]\d*(\.((0|[1-9]\d*)\+?))\).
Helena K. 5.2 1169
Helena K. 15.10 1170 **WildcardUrnVersionPart:** This refines the prefix, classes, agency, and maintainable id patterns to validate the [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] number part of a wildcarded URN reference ((<version_number)). It accounts for both legacy and semantic versioning (including late binding). It is meant to be further refined, although all parts after this are optional.
Helena K. 5.2 1171
Helena K. 5.4 1172 Derived by restriction of WildcardUrnMaintainableIdPart.
Helena K. 11.2 1173 Regular Expression Pattern: . +\((0|[1-9]\d*)(\.(0 | [1-9]\d*))?\).*.+\((0|[1-9]\d*)(\.(0|[1-9]\d*)){2}(\-(([A-Za-z\-]|([A-Za-z\-][A-Za-z0-9\-]+) | ([A-Za-z0-9\-]+[A-Za-z\-][A-Za-z0-9\-]*))|(0|[1-9][0-9]*))(\.(([A-Za-z\-] | ([A-Za-z\-][A-Za-z0-9\-]+) | ([A-Za-z0-9\-]+[A-Za-z\-][A-Za-z0-9\-]*)) | (0|[1-9][0-9]*~)~)~)*)?\).*.+\0|[1-9]\d*)\+?)(\.((0|[1-9]\d*{2}\).*.+\0|[1-9]\d*))(\.((0 | [1-9]\d*)\+?))(\.((0|[1-9]\d*\).*.+\0 | [1-9]\d*)\+?)(\.((0|[1-9]\d*(\.((0|[1-9]\d*)\+?))\).*.+\(\*\).
Helena K. 5.2 1174
Helena K. 15.12 1175 **UrnType:** The completes the refinement of the prefix, classes, agency, maintainable id, and [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] number patterns to validate the last, and optional, nested [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] part of the URN (e.g. ().\*). The nested patterns provide a complete validation of the URN pattern.
Helena K. 5.2 1176
Helena K. 5.4 1177 Derived by restriction of UrnVersionPart.
Helena K. 5.2 1178 Regular Expression Pattern: . +\)(\.[A-Za-z0-9_@$\-]+(\.[A-Za-z0-9_@$\-]+)*)?
1179
Helena K. 15.12 1180 **UrnReferenceType:** The completes the refinement of the prefix, classes, agency, maintainable id, and [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] number patterns to validate the last, and optional, nested [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] part of a URN reference (e.g. ().\*). The nested patterns provide a complete validation of the URN pattern.
Helena K. 5.2 1181
Helena K. 5.4 1182 Derived by restriction of UrnReferenceVersionPart.
Helena K. 5.2 1183 Regular Expression Pattern: . +\)(\.[A-Za-z0-9_@$\-]+(\.[A-Za-z0-9_@$\-]+)*)?
1184
Helena K. 15.12 1185 **WildcardUrnType:** The completes the refinement of the prefix, classes, agency, maintainable id, and [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] number patterns to validate the last, and optional, nested [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] part of a wildcarded URN reference (e.g. ().\*). The nested patterns provide a complete validation of the URN pattern.
Helena K. 5.2 1186
Helena K. 5.4 1187 Derived by restriction of WildcardUrnVersionPart.
Helena K. 5.2 1188 Regular Expression Pattern: . +\)(\.[A-Za-z0-9_@$\-]+(\.[A-Za-z0-9_@$\-]+)*)?.+\)(\.\*(\.\*)*)?
1189
Helena K. 15.12 1190 **MaintainableUrnType:** Restricts the URN so that the pattern ends after the [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] part.
Helena K. 5.2 1191
Helena K. 5.4 1192 Derived by restriction of UrnType.
Helena K. 5.2 1193 Regular Expression Pattern: . +\)
1194
Helena K. 15.12 1195 **MaintainableUrnReferenceType:** Restricts the URN reference so that the pattern ends after the [[version>>doc:sdmx:Glossary 2\.1.Version.WebHome]] part.
Helena K. 5.2 1196
Helena K. 5.4 1197 Derived by restriction of UrnReferenceType.
Helena K. 5.2 1198 Regular Expression Pattern: . +\)
1199
Helena K. 15.3 1200 **ComponentUrnType:** Restricts the URN so that the pattern ends after the first [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] part.
Elena Yasinovskaya 13.2 1201 )))
Helena K. 5.2 1202
Helena K. 5.4 1203 Derived by restriction of UrnType.
Helena K. 5.2 1204 Regular Expression Pattern: . +\)\.[A-Za-z0-9_@$\-]+
1205
Helena K. 15.3 1206 **ComponentUrnReferenceType:** Restricts the URN reference so that the pattern ends after the first [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] part.
Helena K. 5.2 1207
Helena K. 5.4 1208 Derived by restriction of UrnReferenceType.
Helena K. 5.2 1209 Regular Expression Pattern: . +\)\.[A-Za-z0-9_@$\-]+
1210
1211 **AgencyUrnType:** Urn type for an agency.
1212
Helena K. 5.4 1213 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1214 Regular Expression Pattern: . +\.base\.Agency=.+:AGENCIES\(1\.0\).+
1215
Helena K. 15.3 1216 **AgencySchemeUrnType:** Urn type for an [[agency scheme>>doc:sdmx:Glossary 2\.1.Agency scheme.WebHome]].
Helena K. 5.2 1217
Helena K. 5.4 1218 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1219 Regular Expression Pattern: . +\.base\.AgencyScheme=.+:AGENCIES\(1\.0\)
1220
Helena K. 15.3 1221 **DataConsumerUrnType:** Urn type for a [[data consumer>>doc:sdmx:Glossary 2\.1.Data consumer.WebHome]].
Helena K. 5.2 1222
Helena K. 5.4 1223 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1224 Regular Expression Pattern: . +\.base\.DataConsumer=.+:DATA_CONSUMERS\(1\.0\).+
1225
Helena K. 15.3 1226 **DataConsumerSchemeUrnType:** Urn type for a [[data consumer scheme>>doc:sdmx:Glossary 2\.1.Data consumer scheme.WebHome]].
Helena K. 5.2 1227
Helena K. 5.4 1228 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1229 Regular Expression Pattern: . +\.base\.DataConsumerScheme=.+:DATA_CONSUMERS\(1\.0\)
1230
Helena K. 15.3 1231 **DataProviderUrnType:** Urn type for a [[data provider>>doc:sdmx:Glossary 2\.1.Data provider.WebHome]].
Helena K. 5.2 1232
Helena K. 5.4 1233 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1234 Regular Expression Pattern: . +\.base\.DataProvider=.+:DATA_PROVIDERS\(1\.0\).+
1235
Helena K. 15.3 1236 **DataProviderSchemeUrnType:** Urn type for a [[data provider scheme>>doc:sdmx:Glossary 2\.1.Data provider scheme.WebHome]].
Helena K. 5.2 1237
Helena K. 5.4 1238 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1239 Regular Expression Pattern: . +\.base\.DataProviderScheme=.+:DATA_PROVIDERS\(1\.0\)
1240
1241 **MetadataProviderUrnType:** Urn type for a metadata provider.
1242
Helena K. 5.4 1243 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1244 Regular Expression Pattern: . +\.base\.MetadataProvider=.+:METADATA_PROVIDERS\(1\.0\).+
1245
1246 **MetadataProviderSchemeUrnType:** Urn type for a metadata provider scheme.
1247
Helena K. 5.4 1248 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1249 Regular Expression Pattern: . +\.base\.MetadataProviderScheme=.+:METADATA_PROVIDERS\(1\.0\)
1250
Helena K. 15.3 1251 **OrganisationUnitUrnType:** Urn type for an organisation [[unit>>doc:sdmx:Glossary 2\.1.Statistical unit.WebHome]].
Helena K. 5.2 1252
Helena K. 5.4 1253 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1254 Regular Expression Pattern: . +\.base\.OrganisationUnit=.+\(1\.0\).+
1255
Helena K. 15.3 1256 **OrganisationUnitSchemeUrnType:** Urn type for an [[organisation unit scheme>>doc:sdmx:Glossary 2\.1.Organisation unit scheme.WebHome]].
Helena K. 5.2 1257
Helena K. 5.4 1258 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1259 Regular Expression Pattern: . +\.base\.OrganisationUnitScheme=.+\(1\.0\)
1260
Helena K. 15.3 1261 **CategorisationUrnType:** Urn type for a [[categorisation>>doc:sdmx:Glossary 2\.1.Categorisation.WebHome]].
Helena K. 5.2 1262
Helena K. 5.4 1263 Derived by restriction of MaintainableUrnType.
Helena K. 15.12 1264 Regular Expression Pattern: . +\.categoryscheme\.Categorisation=.+
Helena K. 5.2 1265
Helena K. 15.3 1266 **CategoryUrnType:** Urn type for a [[category>>doc:sdmx:Glossary 2\.1.Category.WebHome]].
Helena K. 5.2 1267
Helena K. 5.4 1268 Derived by restriction of UrnType.
Helena K. 15.12 1269 Regular Expression Pattern: . +\.categoryscheme\.Category=.+
Helena K. 5.2 1270
Helena K. 15.3 1271 **CategorySchemeUrnType:** Urn type for a [[category scheme>>doc:sdmx:Glossary 2\.1.Category scheme.WebHome]].
Helena K. 5.2 1272
Helena K. 5.4 1273 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1274 Regular Expression Pattern: . +\.categoryscheme\.CategoryScheme=.+
1275
Helena K. 15.3 1276 **ReportingCategoryUrnType:** Urn type for a reporting [[category>>doc:sdmx:Glossary 2\.1.Category.WebHome]].
Helena K. 5.2 1277
Helena K. 5.4 1278 Derived by restriction of UrnType.
Helena K. 5.2 1279 Regular Expression Pattern: . +\.categoryscheme\.ReportingCategory=.+
1280
1281 **ReportingTaxonomyUrnType:** Urn type for a reporting taxonomy.
1282
Helena K. 5.4 1283 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1284 Regular Expression Pattern: . +\.categoryscheme\.ReportingTaxonomy=.+
1285
Helena K. 15.3 1286 **CodeUrnType:** Urn type for a [[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]].
Helena K. 5.2 1287
Helena K. 5.4 1288 Derived by restriction of ComponentUrnType.
Helena K. 15.12 1289 Regular Expression Pattern: . +\.codelist\.Code=.+
Helena K. 5.2 1290
Helena K. 15.3 1291 **CodelistUrnType:** Urn type for a [[codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]].
Helena K. 5.2 1292
Helena K. 5.4 1293 Derived by restriction of MaintainableUrnType.
Helena K. 15.12 1294 Regular Expression Pattern: . +\.codelist\.Codelist=.+
Helena K. 5.2 1295
Helena K. 15.3 1296 **HierarchicalCodeUrnType:** Urn type for a [[hierarchical code>>doc:sdmx:Glossary 2\.1.Hierarchical code.WebHome]].
Helena K. 5.2 1297
Helena K. 5.4 1298 Derived by restriction of UrnType.
Helena K. 5.2 1299
Helena K. 15.12 1300 Regular Expression Pattern: . +\.codelist\.HierarchicalCode=.+
Helena K. 5.2 1301
Helena K. 15.12 1302 **HierarchyUrnType:** Urn type for a hierarchy.
1303
Helena K. 5.4 1304 Derived by restriction of MaintainableUrnType.
Helena K. 15.12 1305 Regular Expression Pattern: . +\.codelist\.Hierarchy=.+
Helena K. 5.2 1306
Helena K. 15.12 1307 **HierarchyAssociationUrnType:** Urn type for a hierarchy association.
Helena K. 5.2 1308
Helena K. 5.4 1309 Derived by restriction of MaintainableUrnType.
Helena K. 15.12 1310 Regular Expression Pattern: . +\.codelist\.HierarchyAssociation=.+
Helena K. 5.2 1311
Helena K. 15.12 1312 **LevelUrnType:** Urn type for a level.
Helena K. 5.2 1313
Helena K. 5.4 1314 Derived by restriction of ComponentUrnType.
Helena K. 15.12 1315 Regular Expression Pattern: . +\.codelist\.Level=.+
Helena K. 5.2 1316
1317 **ValueListUrnType:** Urn type for a value list.
1318
Helena K. 5.4 1319 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1320
Helena K. 15.12 1321 Regular Expression Pattern: . +\.codelist\.ValueList=.+
Helena K. 5.2 1322
Helena K. 15.12 1323 **ConceptUrnType:** Urn type for a [[concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]].
1324
Helena K. 5.4 1325 Derived by restriction of ComponentUrnType.
Helena K. 15.3 1326 Regular Expression Pattern: . +\.conceptscheme\.(% style="color:#e74c3c" %)Concept(%%)=.+
Helena K. 5.2 1327
Helena K. 15.3 1328 **ConceptSchemeUrnType:** Urn type for a [[concept scheme>>doc:sdmx:Glossary 2\.1.Concept scheme.WebHome]].
Helena K. 5.2 1329
Helena K. 5.4 1330 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1331 Regular Expression Pattern: . +\.conceptscheme\.ConceptScheme=.+
1332
Helena K. 15.3 1333 **AttributeDescriptorUrnType:** Urn type for an [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] descriptor.
Helena K. 5.2 1334
Helena K. 5.4 1335 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1336 Regular Expression Pattern: . +\.datastructure\.AttributeDescriptor=.+
1337
Helena K. 15.3 1338 **DataAttributeUrnType:** Urn type for a data [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]].
Helena K. 5.2 1339
Helena K. 5.4 1340 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1341 Regular Expression Pattern: . +\.datastructure\.DataAttribute=.+
1342
Helena K. 15.3 1343 **DataflowUrnType:** Urn type for a [[dataflow>>doc:sdmx:Glossary 2\.1.Dataflow.WebHome]].
Helena K. 5.2 1344
Helena K. 5.4 1345 Derived by restriction of MaintainableUrnType.
Helena K. 15.3 1346 Regular Expression Pattern: . +\.datastructure\.[[Dataflow>>doc:sdmx:Glossary 2\.1.Dataflow.WebHome]]=.+
Helena K. 5.2 1347
1348 **DataStructureUrnType:** Urn type for a data structure.
1349
Helena K. 5.4 1350 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1351 Regular Expression Pattern: . +\.datastructure\.DataStructure=.+
1352
Helena K. 15.3 1353 **DimensionUrnType:** Urn type for a [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]].
Helena K. 5.2 1354
Helena K. 5.4 1355 Derived by restriction of ComponentUrnType.
Helena K. 15.3 1356 Regular Expression Pattern: . +\.datastructure\.[[Dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]]=.+
Helena K. 5.2 1357
Helena K. 15.3 1358 **DimensionDescriptorUrnType:** Urn type for a [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] descriptor.
Helena K. 5.2 1359
Helena K. 5.4 1360 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1361 Regular Expression Pattern: . +\.datastructure\.DimensionDescriptor=.+
1362
Helena K. 15.3 1363 **GroupDimensionDescriptorUrnType:** Urn type for a group [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] descriptor.
Helena K. 5.2 1364
Helena K. 5.4 1365 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1366 Regular Expression Pattern: . +\.datastructure\.GroupDimensionDescriptor=.+
1367
Helena K. 15.3 1368 **MeasureUrnType:** Urn type for a [[measure>>doc:sdmx:Glossary 2\.1.Measure.WebHome]].
Helena K. 5.2 1369
Helena K. 5.4 1370 Derived by restriction of ComponentUrnType.
Helena K. 15.3 1371 Regular Expression Pattern: . +\.datastructure\.[[Measure>>doc:sdmx:Glossary 2\.1.Measure.WebHome]]=.+
Helena K. 5.2 1372
Helena K. 15.3 1373 **MeasureDescriptorUrnType:** Urn type for a [[measure>>doc:sdmx:Glossary 2\.1.Measure.WebHome]] descriptor.
Helena K. 5.2 1374
Helena K. 5.4 1375 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1376 Regular Expression Pattern: . +\.datastructure\.MeasureDescriptor=.+
1377
Helena K. 15.3 1378 **TimeDimensionUrnType:** Urn type for a time [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]].
Helena K. 5.2 1379
Helena K. 5.4 1380 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1381 Regular Expression Pattern: . +\.datastructure\.TimeDimension=.+
1382
1383 **MetadataAttributeUrnType:** Urn type for a metadata attibute.
1384
Helena K. 5.4 1385 Derived by restriction of UrnType.
Helena K. 5.2 1386 Regular Expression Pattern: . +\.metadatastructure\.MetadataAttribute=.+
1387
Helena K. 15.3 1388 **MetadataflowUrnType:** Urn type for a [[metadataflow>>doc:sdmx:Glossary 2\.1.Metadataflow.WebHome]].
Helena K. 5.2 1389
Helena K. 5.4 1390 Derived by restriction of MaintainableUrnType.
Helena K. 15.3 1391 Regular Expression Pattern: . +\.metadatastructure\.[[Metadataflow>>doc:sdmx:Glossary 2\.1.Metadataflow.WebHome]]=.+
Helena K. 5.2 1392
Helena K. 15.3 1393 **MetadataSetUrnType:** Urn type for a [[metadata set>>doc:sdmx:Glossary 2\.1.Metadata set.WebHome]].
Helena K. 5.2 1394
Helena K. 5.4 1395 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1396 Regular Expression Pattern: . +\.metadatastructure\.MetadataSet=.+
1397
1398 **MetadataStructureUrnType:** Urn type for a metadata structure.
1399
Helena K. 5.4 1400 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1401 Regular Expression Pattern: . +\.metadatastructure\.MetadataStructure=.+
1402
1403 **ProcessUrnType:** Urn type for a process.
1404
Helena K. 5.4 1405 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1406 Regular Expression Pattern: . +\.process\.Process=.+
1407
1408 **ProcessStepUrnType:** Urn type for a process step.
1409
Helena K. 5.4 1410 Derived by restriction of UrnType.
Helena K. 5.2 1411 Regular Expression Pattern: . +\.process\.ProcessStep=.+
1412
1413 **TransitionUrnType:** Urn type for a transition.
1414
Helena K. 5.4 1415 Derived by restriction of UrnType.
Helena K. 5.2 1416 Regular Expression Pattern: .+\.process\.Transition=.+
1417
Helena K. 15.3 1418 **DataConstraintUrnType:** Urn type for a data (% style="color:#e74c3c" %)constraint(%%).
Helena K. 5.2 1419
Helena K. 5.4 1420 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1421 Regular Expression Pattern: . +\.registry\.DataConstraint=.+
1422
Helena K. 15.3 1423 **MetadataConstraintUrnType:** Urn type for a metadata (% style="color:#e74c3c" %)constraint(%%).
Helena K. 5.2 1424
Helena K. 5.4 1425 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1426 Regular Expression Pattern: . +\.registry\.MetadataConstraint=.+
1427
Helena K. 15.3 1428 **MetadataProvisionAgreementUrnType:** Urn type for a metadata [[provision agreement>>doc:sdmx:Glossary 2\.1.Provision agreement.WebHome]].
Helena K. 5.2 1429
Helena K. 5.4 1430 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1431 Regular Expression Pattern: . +\.registry\.MetadataProvisionAgreement=.+
1432
Helena K. 15.3 1433 **ProvisionAgreementUrnType:** Urn type for a [[provision agreement>>doc:sdmx:Glossary 2\.1.Provision agreement.WebHome]].
Helena K. 5.2 1434
Helena K. 5.4 1435 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1436 Regular Expression Pattern: . +\.registry\.ProvisionAgreement=.+
1437
Helena K. 15.3 1438 **CategorySchemeMapUrnType:** Urn type for a [[category scheme>>doc:sdmx:Glossary 2\.1.Category scheme.WebHome]] (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1439
Helena K. 5.4 1440 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1441 Regular Expression Pattern: . +\.structuremapping\.CategorySchemeMap=.+
1442
Helena K. 15.3 1443 **ConceptSchemeMapUrnType:** Urn type for a [[concept scheme>>doc:sdmx:Glossary 2\.1.Concept scheme.WebHome]] (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1444
Helena K. 5.4 1445 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1446 Regular Expression Pattern: . +\.structuremapping\.ConceptSchemeMap=.+
1447
Helena K. 15.3 1448 **DatePatternMapUrnType:** Urn type for a date pattern (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1449
Helena K. 5.4 1450 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1451 Regular Expression Pattern: . +\.structuremapping\.DatePatternMap=.+
1452
Helena K. 15.3 1453 **EpochMapUrnType:** Urn type for a epoch (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1454
Helena K. 5.4 1455 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1456 Regular Expression Pattern: . +\.structuremapping\.EpochMap=.+
1457
1458 **FrequencyFormatMappingUrnType:** Urn type for a frequency format mapping.
1459
Helena K. 5.4 1460 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1461 Regular Expression Pattern: . +\.structuremapping\.FrequencyFormatMapping=.+
1462
Helena K. 15.3 1463 **OrganisationSchemeMapUrnType:** Urn type for a organisation scheme (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1464
Helena K. 5.4 1465 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1466 Regular Expression Pattern: . +\.structuremapping\.OrganisationSchemeMap=.+
1467
Helena K. 15.3 1468 **ReportingTaxonomyMapUrnType:** Urn type for a reporting taxonomy (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1469
Helena K. 5.4 1470 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1471 Regular Expression Pattern: . +\.structuremapping\.ReportingTaxonomyMap=.+
1472
Helena K. 15.3 1473 **RepresentationMapUrnType:** Urn type for a [[representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1474
Helena K. 5.4 1475 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1476 Regular Expression Pattern: . +\.structuremapping\.RepresentationMap=.+
1477
Helena K. 15.3 1478 **StructureMapUrnType:** Urn type for a structure (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1479
Helena K. 5.4 1480 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1481 Regular Expression Pattern: . +\.structuremapping\.StructureMap=.+
1482
1483 **CustomTypeUrnType:** Urn type for a custom type.
1484
Helena K. 5.4 1485 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1486 Regular Expression Pattern: . +\.transformation\.CustomType=.+
1487
1488 **CustomTypeSchemeUrnType:** Urn type for a custom type scheme.
1489
Helena K. 5.4 1490 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1491 Regular Expression Pattern: . +\.transformation\.CustomTypeScheme=.+
1492
1493 **NamePersonalisationUrnType:** Urn type for a name personalisation.
1494
Helena K. 5.4 1495 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1496 Regular Expression Pattern: . +\.transformation\.NamePersonalisation=.+
1497
1498 **NamePersonalisationSchemeUrnType:** Urn type for a name personalisation scheme.
1499
Helena K. 5.4 1500 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1501 Regular Expression Pattern: . +\.transformation\.NamePersonalisationScheme=.+
1502
1503 **RulesetUrnType:** Urn type for a ruleset.
1504
Helena K. 5.4 1505 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1506 Regular Expression Pattern: . +\.transformation\.Ruleset=.+
1507
Helena K. 6.20 1508 **RulesetSchemeUrnType:** Urn type for a ruleset scheme.
Helena K. 5.2 1509
Helena K. 5.4 1510 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1511 Regular Expression Pattern: . +\.transformation\.RulesetScheme=.+
1512
1513 **TransformationUrnType:** Urn type for a transformation.
1514
Helena K. 5.4 1515 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1516 Regular Expression Pattern: . +\.transformation\.Transformation=.+
1517
1518 **TransformationSchemeUrnType:** Urn type for a transformation scheme.
1519
Helena K. 5.4 1520 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1521 Regular Expression Pattern: . +\.transformation\.TransformationScheme=.+
1522
1523 **UserDefinedOperatorUrnType:** Urn type for a user defined operator.
1524
Helena K. 5.4 1525 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1526 Regular Expression Pattern: . +\.transformation\.UserDefinedOperator=.+
1527
1528 **UserDefinedOperatorSchemeUrnType:** Urn type for a user defined operator scheme.
1529
Helena K. 5.4 1530 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1531 Regular Expression Pattern: . +\.transformation\.UserDefinedOperatorScheme=.+
1532
Helena K. 15.3 1533 **VtlMappingUrnType:** Urn type for a [[VTL>>doc:sdmx:Glossary 2\.1.Validation and transformation language.WebHome]] mapping.
Helena K. 5.2 1534
Helena K. 5.4 1535 Derived by restriction of ComponentUrnType.
Helena K. 5.2 1536 Regular Expression Pattern: . +\.transformation\.VtlCodelistMapping=.+.+\.transformation\.VtlConceptMapping=.+.+\.transformation\.VtlDataflowMapping=.+
1537
Helena K. 15.3 1538 **VtlMappingSchemeUrnType:** Urn type for a [[VTL>>doc:sdmx:Glossary 2\.1.Validation and transformation language.WebHome]] mapping scheme.
Helena K. 5.2 1539
Helena K. 5.4 1540 Derived by restriction of MaintainableUrnType.
Helena K. 5.2 1541 Regular Expression Pattern: . +\.transformation\.VtlMappingScheme=.+
1542
1543 **StructureOrUsageReferenceType:** A reference type for a structure or structure usage.
1544
Helena K. 5.4 1545 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 15.3 1546 Regular Expression Pattern: . +\.datastructure\.DataStructure=.+.+\.datastructure\.[[Dataflow>>doc:sdmx:Glossary 2\.1.Dataflow.WebHome]]=.+.+\.metadatastructure\.MetadataStructure=.+.+\.metadatastructure\.[[Metadataflow>>doc:sdmx:Glossary 2\.1.Metadataflow.WebHome]]=.+
Helena K. 5.2 1547
1548 **StructureUsageReferenceType:** A reference type for structure usage.
1549
Helena K. 5.4 1550 Derived by restriction of StructureOrUsageReferenceType.
Helena K. 15.3 1551 Regular Expression Pattern: . +\.datastructure\.[[Dataflow>>doc:sdmx:Glossary 2\.1.Dataflow.WebHome]]=.+.+\.metadatastructure\.[[Metadataflow>>doc:sdmx:Glossary 2\.1.Metadataflow.WebHome]]=.+
Helena K. 5.2 1552
1553 **StructureReferenceType:** A reference type for a structure.
1554
Helena K. 5.4 1555 Derived by restriction of StructureOrUsageReferenceType.
Helena K. 5.2 1556 Regular Expression Pattern: . +\.datastructure\.DataStructure=.+.+\.metadatastructure\.MetadataStructure=.+
1557
Helena K. 15.3 1558 **AnyCodelistReferenceType:** A reference type for a [[codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]] or value list.
Helena K. 5.2 1559
Helena K. 5.4 1560 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 15.3 1561 Regular Expression Pattern: . +\.[[codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]]\.[[Codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]]=.+.+\.[[codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]]\.ValueList=.+
Helena K. 5.2 1562
1563 **OrganisationSchemeReferenceType:** A reference type for any type of organisation scheme.
1564
Helena K. 5.4 1565 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1566 Regular Expression Pattern: . +\.base\.AgencyScheme=.+:AGENCIES\(.+\).+\.base\.DataConsumerScheme=.+:DATA_CONSUMERS\(.+\).+\.base\.DataProviderScheme=.+:DATA_PROVIDERS\(.+\).+\.base\.MetadataProviderScheme=.+:METADATA_PROVIDERS\(.+\).+\.base\.OrganisationUnitScheme=.+
1567
1568 **OrganisationReferenceType:** A reference type for any type of organisation.
1569
Helena K. 5.4 1570 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1571 Regular Expression Pattern: . +\.base\.Agency=.+:AGENCIES\(.+\).+.+\.base\.DataConsumer=.+:DATA_CONSUMERS\(.+\).+.+\.base\.DataProvider=.+:DATA_PROVIDERS\(.+\).+.+\.base\.MetadataProvider=.+:METADATA_PROVIDERS\(.+\).+.+\.base\.OrganisationUnit=.+
1572
Helena K. 15.3 1573 **ConstraintReferenceType:** A reference for any type of (% style="color:#e74c3c" %)constraint(%%).
Helena K. 5.2 1574
Helena K. 5.4 1575 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1576 Regular Expression Pattern: . +\.registry\.DataConstraint=.+.+\.registry\.MetadataConstraint=.+
1577
1578 **AgencyReferenceType:** A reference type for an agency.
1579
Helena K. 5.4 1580 Derived by restriction of OrganisationReferenceType.
Helena K. 5.2 1581 Regular Expression Pattern: . +\.base\.Agency=.+:AGENCIES\(.+\).+
1582
Helena K. 15.3 1583 **AgencySchemeReferenceType:** A reference type for an [[agency scheme>>doc:sdmx:Glossary 2\.1.Agency scheme.WebHome]].
Helena K. 5.2 1584
Helena K. 5.4 1585 Derived by restriction of OrganisationSchemeReferenceType.
Helena K. 5.2 1586 Regular Expression Pattern: . +\.base\.AgencyScheme=.+:AGENCIES\(.+\)
1587
Helena K. 15.3 1588 **DataConsumerReferenceType:** A reference type for a [[data consumer>>doc:sdmx:Glossary 2\.1.Data consumer.WebHome]].
Helena K. 5.2 1589
Helena K. 5.4 1590 Derived by restriction of OrganisationReferenceType.
Helena K. 5.2 1591 Regular Expression Pattern: . +\.base\.DataConsumer=.+:DATA_CONSUMERS\(.+\).+
1592
Helena K. 15.3 1593 **DataConsumerSchemeReferenceType:** A reference type for a [[data consumer scheme>>doc:sdmx:Glossary 2\.1.Data consumer scheme.WebHome]].
Helena K. 5.2 1594
Helena K. 5.4 1595 Derived by restriction of OrganisationSchemeReferenceType.
Helena K. 5.2 1596 Regular Expression Pattern: . +\.base\.DataConsumerScheme=.+:DATA_CONSUMERS\(.+\)
1597
Helena K. 15.3 1598 **DataProviderReferenceType:** A reference type for a [[data provider>>doc:sdmx:Glossary 2\.1.Data provider.WebHome]].
Helena K. 5.2 1599
Helena K. 5.4 1600 Derived by restriction of OrganisationReferenceType.
Helena K. 5.2 1601 Regular Expression Pattern: . +\.base\.DataProvider=.+:DATA_PROVIDERS\(.+\).+
1602
Helena K. 15.3 1603 **DataProviderSchemeReferenceType:** A reference type for a [[data provider scheme>>doc:sdmx:Glossary 2\.1.Data provider scheme.WebHome]].
Helena K. 5.2 1604
Helena K. 5.4 1605 Derived by restriction of OrganisationSchemeReferenceType.
Helena K. 5.2 1606 Regular Expression Pattern: . +\.base\.DataProviderScheme=.+:DATA_PROVIDERS\(.+\)
1607
1608 **MetadataProviderReferenceType:** A reference type for a metadata provider.
1609
Helena K. 5.4 1610 Derived by restriction of OrganisationReferenceType.
Helena K. 5.2 1611 Regular Expression Pattern: . +\.base\.MetadataProvider=.+:METADATA_PROVIDERS\(.+\).+
1612
1613 **MetadataProviderSchemeReferenceType:** A reference type for a metadata provider scheme.
1614
Helena K. 5.4 1615 Derived by restriction of OrganisationSchemeReferenceType.
Helena K. 5.2 1616 Regular Expression Pattern: . +\.base\.MetadataProviderScheme=.+:METADATA_PROVIDERS\(.+\)
1617
Helena K. 15.3 1618 **OrganisationUnitReferenceType:** A reference type for an organisation [[unit>>doc:sdmx:Glossary 2\.1.Statistical unit.WebHome]].
Helena K. 5.2 1619
Helena K. 5.4 1620 Derived by restriction of OrganisationReferenceType.
Helena K. 5.2 1621 Regular Expression Pattern: . +\.base\.OrganisationUnit=.+
1622
Helena K. 15.3 1623 **OrganisationUnitSchemeReferenceType:** A reference type for an [[organisation unit scheme>>doc:sdmx:Glossary 2\.1.Organisation unit scheme.WebHome]].
Helena K. 5.2 1624
Helena K. 5.4 1625 Derived by restriction of OrganisationSchemeReferenceType.
Helena K. 5.2 1626 Regular Expression Pattern: . +\.base\.OrganisationUnitScheme=.+
1627
Helena K. 15.3 1628 **CategorisationReferenceType:** A reference type for a [[categorisation>>doc:sdmx:Glossary 2\.1.Categorisation.WebHome]].
Helena K. 5.2 1629
Helena K. 5.4 1630 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 15.3 1631 Regular Expression Pattern: . +\.categoryscheme\.[[Categorisation>>doc:sdmx:Glossary 2\.1.Categorisation.WebHome]]=.+
Helena K. 5.2 1632
Helena K. 15.3 1633 **CategoryReferenceType:** A reference type for a [[category>>doc:sdmx:Glossary 2\.1.Category.WebHome]].
Helena K. 5.2 1634
Helena K. 5.4 1635 Derived by restriction of UrnReferenceType.
Helena K. 15.3 1636 Regular Expression Pattern: . +\.categoryscheme\.[[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]]=.+
Helena K. 5.2 1637
1638 **CategorySchemeReferenceType:** A reference type for a cateogry scheme.
1639
Helena K. 5.4 1640 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1641 Regular Expression Pattern: . +\.categoryscheme\.CategoryScheme=.+
1642
Helena K. 15.3 1643 **ReportingCategoryReferenceType:** A reference type for a reporting [[category>>doc:sdmx:Glossary 2\.1.Category.WebHome]].
Helena K. 5.2 1644
Helena K. 5.4 1645 Derived by restriction of UrnReferenceType.
Helena K. 5.2 1646 Regular Expression Pattern: . +\.categoryscheme\.ReportingCategory=.+
1647
1648 **ReportingTaxonomyReferenceType:** A reference type for a reporting taxonomy.
1649
Helena K. 5.4 1650 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1651 Regular Expression Pattern: . +\.categoryscheme\.ReportingTaxonomy=.+
1652
Helena K. 15.3 1653 **CodeReferenceType:** A reference type for a [[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]].
Helena K. 5.2 1654
Helena K. 5.4 1655 Derived by restriction of ComponentUrnReferenceType.
Helena K. 15.3 1656 Regular Expression Pattern: . +\.[[codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]]\.[[Code>>doc:sdmx:Glossary 2\.1.Code.WebHome]]=.+
Helena K. 5.2 1657
Helena K. 15.3 1658 **CodelistReferenceType:** A reference type for a [[codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]].
Helena K. 5.2 1659
Helena K. 5.4 1660 Derived by restriction of AnyCodelistReferenceType.
Helena K. 15.3 1661 Regular Expression Pattern: . +\.[[codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]]\.[[Codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]]=.+
Helena K. 5.2 1662
Helena K. 15.3 1663 **HierarchicalCodeReferenceType:** A reference type for a [[hierarchical code>>doc:sdmx:Glossary 2\.1.Hierarchical code.WebHome]].
Helena K. 5.2 1664
Helena K. 5.4 1665 Derived by restriction of UrnReferenceType.
Helena K. 15.3 1666 Regular Expression Pattern: . +\.[[codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]]\.HierarchicalCode=.+
Helena K. 5.2 1667
Helena K. 15.3 1668 **HierarchyReferenceType:** A reference type for a [[hierarchy>>doc:sdmx:Glossary 2\.1.Hierarchy.WebHome]].
Helena K. 5.2 1669
Helena K. 5.4 1670 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 15.3 1671 Regular Expression Pattern: . +\.[[codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]]\.[[Hierarchy>>doc:sdmx:Glossary 2\.1.Hierarchy.WebHome]]=.+
Helena K. 5.2 1672
Helena K. 15.3 1673 **HierarchyAssociationReferenceType:** A reference type for a [[hierarchy>>doc:sdmx:Glossary 2\.1.Hierarchy.WebHome]] association.
Helena K. 5.2 1674
Helena K. 5.4 1675 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 15.3 1676 Regular Expression Pattern: . +\.[[codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]]\.HierarchyAssociation=.+
Helena K. 5.2 1677
Helena K. 15.3 1678 **LevelReferenceType:** A reference type for a (% style="color:#e74c3c" %)level(%%).
Helena K. 5.2 1679
Helena K. 5.4 1680 Derived by restriction of ComponentUrnReferenceType.
Helena K. 15.3 1681 Regular Expression Pattern: . +\.[[codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]]\.(% style="color:#e74c3c" %)Level(%%)=.+
Helena K. 5.2 1682
1683 **ValueListReferenceType:** A reference type for a value list.
1684
Helena K. 5.4 1685 Derived by restriction of AnyCodelistReferenceType.
Helena K. 15.3 1686 Regular Expression Pattern: . +\.[[codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]]\.ValueList=.+
Helena K. 5.2 1687
Helena K. 15.3 1688 **ConceptReferenceType:** A reference type for a (% style="color:#e74c3c" %)concept(%%).
Helena K. 5.2 1689
Helena K. 5.4 1690 Derived by restriction of ComponentUrnReferenceType.
Helena K. 15.3 1691 Regular Expression Pattern: . +\.conceptscheme\.(% style="color:#e74c3c" %)Concept(%%)=.+
Helena K. 5.2 1692
Helena K. 15.3 1693 **ConceptSchemeReferenceType:** A reference type for a [[concept scheme>>doc:sdmx:Glossary 2\.1.Concept scheme.WebHome]].
Helena K. 5.2 1694
Helena K. 5.4 1695 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1696 Regular Expression Pattern: . +\.conceptscheme\.ConceptScheme=.+
1697
Helena K. 15.3 1698 **AttributeDescriptorReferenceType:** A reference type for an [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] descriptor.
Helena K. 5.2 1699
Helena K. 5.4 1700 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1701 Regular Expression Pattern: . +\.datastructure\.AttributeDescriptor=.+
1702
Helena K. 15.3 1703 **DataAttributeReferenceType:** A reference type for a data [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]].
Helena K. 5.2 1704
Helena K. 5.4 1705 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1706 Regular Expression Pattern: . +\.datastructure\.DataAttribute=.+
1707
Helena K. 15.3 1708 **DataflowReferenceType:** A reference type for a [[dataflow>>doc:sdmx:Glossary 2\.1.Dataflow.WebHome]].
Helena K. 5.2 1709
Helena K. 5.4 1710 Derived by restriction of StructureUsageReferenceType.
Helena K. 15.3 1711 Regular Expression Pattern: . +\.datastructure\.[[Dataflow>>doc:sdmx:Glossary 2\.1.Dataflow.WebHome]]=.+
Helena K. 5.2 1712
1713 **DataStructureReferenceType:** A reference type for a data structure.
1714
Helena K. 5.4 1715 Derived by restriction of StructureReferenceType.
Helena K. 5.2 1716 Regular Expression Pattern: . +\.datastructure\.DataStructure=.+
1717
Helena K. 15.3 1718 **DimensionReferenceType:** A reference type for a [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]].
Helena K. 5.2 1719
Helena K. 5.4 1720 Derived by restriction of ComponentUrnReferenceType.
Helena K. 15.3 1721 Regular Expression Pattern: . +\.datastructure\.[[Dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]]=.+
Helena K. 5.2 1722
Helena K. 15.3 1723 **DimensionDescriptorReferenceType:** A reference type for a [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] descriptor.
Helena K. 5.2 1724
Helena K. 5.4 1725 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1726 Regular Expression Pattern: . +\.datastructure\.DimensionDescriptor=.+
1727
Helena K. 15.3 1728 **GroupDimensionDescriptorReferenceType:** A reference type for a group [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] descriptor.
Helena K. 5.2 1729
Helena K. 5.4 1730 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1731 Regular Expression Pattern: . +\.datastructure\.GroupDimensionDescriptor=.+
1732
Helena K. 15.3 1733 **MeasureReferenceType:** A reference type for a [[measure>>doc:sdmx:Glossary 2\.1.Measure.WebHome]].
Helena K. 5.2 1734
Helena K. 5.4 1735 Derived by restriction of ComponentUrnReferenceType.
Helena K. 15.3 1736 Regular Expression Pattern: . +\.datastructure\.[[Measure>>doc:sdmx:Glossary 2\.1.Measure.WebHome]]=.+
Helena K. 5.2 1737
Helena K. 15.3 1738 **MeasureDescriptorReferenceType:** A reference type for a [[measure>>doc:sdmx:Glossary 2\.1.Measure.WebHome]] descriptor.
Helena K. 5.2 1739
Helena K. 5.4 1740 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1741 Regular Expression Pattern: . +\.datastructure\.MeasureDescriptor=.+
1742
Helena K. 15.3 1743 **TimeDimensionReferenceType:** A reference type for a time [[dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]].
Helena K. 5.2 1744
Helena K. 5.4 1745 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1746 Regular Expression Pattern: . +\.datastructure\.TimeDimension=.+
1747
Helena K. 15.3 1748 **MetadataAttributeReferenceType:** A reference type for a metadata [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]].
Helena K. 5.2 1749
Helena K. 5.4 1750 Derived by restriction of UrnReferenceType.
Helena K. 5.2 1751 Regular Expression Pattern: . +\.metadatastructure\.MetadataAttribute=.+
1752
Helena K. 15.3 1753 **MetadataflowReferenceType:** A reference type for a [[metadataflow>>doc:sdmx:Glossary 2\.1.Metadataflow.WebHome]].
Helena K. 5.2 1754
Helena K. 5.4 1755 Derived by restriction of StructureUsageReferenceType.
Helena K. 15.3 1756 Regular Expression Pattern: . +\.metadatastructure\.[[Metadataflow>>doc:sdmx:Glossary 2\.1.Metadataflow.WebHome]]=.+
Helena K. 5.2 1757
Helena K. 15.3 1758 **MetadataSetReferenceType:** A reference type for a [[metadata set>>doc:sdmx:Glossary 2\.1.Metadata set.WebHome]].
Helena K. 5.2 1759
Helena K. 5.4 1760 Derived by restriction of StructureReferenceType.
Helena K. 5.2 1761 Regular Expression Pattern: . +\.metadatastructure\.MetadataSet=.+
1762
1763 **MetadataStructureReferenceType:** A reference type for a metadata structure.
1764
Helena K. 5.4 1765 Derived by restriction of StructureReferenceType.
Helena K. 5.2 1766 Regular Expression Pattern: . +\.metadatastructure\.MetadataStructure=.+
1767
1768 **ProcessReferenceType:** A reference type for a process.
1769
Helena K. 5.4 1770 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1771 Regular Expression Pattern: . +\.process\.Process=.+
1772
1773 **ProcessStepReferenceType:** A reference type for a process step.
1774
Helena K. 5.4 1775 Derived by restriction of UrnReferenceType.
Helena K. 5.2 1776 Regular Expression Pattern: . +\.process\.ProcessStep=.+
1777
1778 **TransitionReferenceType:** A reference type for a transition.
1779
Helena K. 5.4 1780 Derived by restriction of UrnReferenceType.
Helena K. 5.2 1781 Regular Expression Pattern: . +\.process\.Transition=.+
1782
Helena K. 15.3 1783 **DataConstraintReferenceType:** A reference type for a data (% style="color:#e74c3c" %)constraint(%%).
Helena K. 5.2 1784
Helena K. 5.4 1785 Derived by restriction of ConstraintReferenceType.
Helena K. 5.2 1786 Regular Expression Pattern: . +\.registry\.DataConstraint=.+
1787
Helena K. 15.3 1788 **MetadataConstraintReferenceType:** A reference type for a metadata (% style="color:#e74c3c" %)constraint(%%).
Helena K. 5.2 1789
Helena K. 5.4 1790 Derived by restriction of ConstraintReferenceType.
Helena K. 5.2 1791 Regular Expression Pattern: . +\.registry\.MetadataConstraint=.+
1792
Helena K. 15.3 1793 **MetadataProvisionAgreementReferenceType:** A reference type for a metadata [[provision agreement>>doc:sdmx:Glossary 2\.1.Provision agreement.WebHome]].
Helena K. 5.2 1794
Helena K. 5.4 1795 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1796 Regular Expression Pattern: . +\.registry\.MetadataProvisionAgreement=.+
1797
Helena K. 15.3 1798 **ProvisionAgreementReferenceType:** A reference type for a [[provision agreement>>doc:sdmx:Glossary 2\.1.Provision agreement.WebHome]].
Helena K. 5.2 1799
Helena K. 5.4 1800 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1801 Regular Expression Pattern: . +\.registry\.ProvisionAgreement=.+
1802
Helena K. 15.3 1803 **CategorySchemeMapReferenceType:** A reference type for a [[category scheme>>doc:sdmx:Glossary 2\.1.Category scheme.WebHome]] (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1804
Helena K. 5.4 1805 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1806 Regular Expression Pattern: . +\.structuremapping\.CategorySchemeMap=.+
1807
Helena K. 15.3 1808 **ConceptSchemeMapReferenceType:** A reference type for a [[concept scheme>>doc:sdmx:Glossary 2\.1.Concept scheme.WebHome]] (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1809
Helena K. 5.4 1810 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1811 Regular Expression Pattern: . +\.structuremapping\.ConceptSchemeMap=.+
1812
Helena K. 15.3 1813 **DatePatternMapReferenceType:** A reference type for a date pattern (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1814
Helena K. 5.4 1815 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1816 Regular Expression Pattern: . +\.structuremapping\.DatePatternMap=.+
1817
Helena K. 15.3 1818 **EpochMapReferenceType:** A reference type for an epoch (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1819
Helena K. 5.4 1820 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1821 Regular Expression Pattern: . +\.structuremapping\.EpochMap=.+
1822
1823 **FrequencyFormatMappingReferenceType:** A reference type for a frequnecy format mapping.
1824
Helena K. 5.4 1825 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1826 Regular Expression Pattern: . +\.structuremapping\.FrequencyFormatMapping=.+
1827
Helena K. 15.3 1828 **OrganisationSchemeMapReferenceType:** A reference type for a organisation scheme (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1829
Helena K. 5.4 1830 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1831 Regular Expression Pattern: . +\.structuremapping\.OrganisationSchemeMap=.+
1832
Helena K. 15.3 1833 **ReportingTaxonomyMapReferenceType:** A reference type for a reporting taxonomy (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1834
Helena K. 5.4 1835 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1836 Regular Expression Pattern: . +\.structuremapping\.ReportingTaxonomyMap=.+
1837
Helena K. 15.3 1838 **RepresentationMapReferenceType:** A reference type for a [[representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1839
Helena K. 5.4 1840 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1841 Regular Expression Pattern: . +\.structuremapping\.RepresentationMap=.+
1842
Helena K. 15.3 1843 **StructureMapReferenceType:** A reference type for a structure (% style="color:#e74c3c" %)map(%%).
Helena K. 5.2 1844
Helena K. 5.4 1845 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1846 Regular Expression Pattern: . +\.structuremapping\.StructureMap=.+
1847
1848 **CustomTypeReferenceType:** A reference type for a custom type.
1849
Helena K. 5.4 1850 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1851 Regular Expression Pattern: . +\.transformation\.CustomType=.+
1852
1853 **CustomTypeSchemeReferenceType:** A reference type for a custom type scheme.
1854
Helena K. 5.4 1855 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1856 Regular Expression Pattern: . +\.transformation\.CustomTypeScheme=.+
1857
1858 **NamePersonalisationReferenceType:** A reference type for a name personalisation.
1859
Helena K. 5.4 1860 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1861 Regular Expression Pattern: . +\.transformation\.NamePersonalisation=.+
1862
1863 **NamePersonalisationSchemeReferenceType:** A reference type for a name personalisation scheme.
1864
Helena K. 5.4 1865 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1866 Regular Expression Pattern: . +\.transformation\.NamePersonalisationScheme=.+
1867
1868 **RulesetReferenceType:** A reference type for a ruleset.
1869
Helena K. 5.4 1870 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1871 Regular Expression Pattern: . +\.transformation\.Ruleset=.+
1872
1873 **RulesetSchemeReferenceType:** A reference type for a ruleset scheme.
1874
Helena K. 5.4 1875 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1876 Regular Expression Pattern: . +\.transformation\.RulesetScheme=.+
1877
1878 **TransformationReferenceType:** A reference type for a transformation.
1879
Helena K. 5.4 1880 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1881 Regular Expression Pattern: . +\.transformation\.Transformation=.+
1882
1883 **TransformationSchemeReferenceType:** A reference type for a transformation scheme.
1884
Helena K. 5.4 1885 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1886 Regular Expression Pattern: . +\.transformation\.TransformationScheme=.+
1887
1888 **UserDefinedOperatorReferenceType:** A reference type for a user defined operator.
1889
Helena K. 5.4 1890 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1891 Regular Expression Pattern: . +\.transformation\.UserDefinedOperator=.+
1892
1893 **UserDefinedOperatorSchemeReferenceType:** A reference type for a user defined operator scheme.
1894
Helena K. 5.4 1895 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1896 Regular Expression Pattern: . +\.transformation\.UserDefinedOperatorScheme=.+
1897
Helena K. 15.3 1898 **VtlMappingReferenceType:** A reference type for a [[VTL>>doc:sdmx:Glossary 2\.1.Validation and transformation language.WebHome]] mapping.
Helena K. 5.2 1899
Helena K. 5.4 1900 Derived by restriction of ComponentUrnReferenceType.
Helena K. 5.2 1901 Regular Expression Pattern: . +\.transformation\.VtlCodelistMapping=.+.+\.transformation\.VtlConceptMapping=.+.+\.transformation\.VtlDataflowMapping=.+
1902
Helena K. 15.3 1903 **VtlMappingSchemeReferenceType:** A reference type for a [[VTL>>doc:sdmx:Glossary 2\.1.Validation and transformation language.WebHome]] mapping scheme.
Helena K. 5.2 1904
Helena K. 5.4 1905 Derived by restriction of MaintainableUrnReferenceType.
Helena K. 5.2 1906 Regular Expression Pattern: . +\.transformation\.VtlMappingScheme=.+
1907
Helena K. 15.3 1908 **VersionReferenceType:** VersionReferenceType defines the structure of (% style="color:#e74c3c" %)version(%%) number in a reference. When semantic versioning is used, the major, minor, or patch (% style="color:#e74c3c" %)version(%%) parts can be wildcarded using "+" as an extension. For example, 2+.3.1 means the currently latest available (% style="color:#e74c3c" %)version(%%) >= 2.3.1 (even if not backwards compatible). Note that wildcarded semantic (% style="color:#e74c3c" %)version(%%) references cannot be combined with (% style="color:#e74c3c" %)version(%%) extended reference (e.g. 2.3+.1-draft is not permissable). (% style="color:#e74c3c" %)Version(%%)-extended (e.g. 1.3.1-draft) and legacy (% style="color:#e74c3c" %)version(%%) numbers (e.g. 1 or 1.0) are also supported.
Helena K. 5.2 1909
1910 Union of:
1911
Helena K. 5.4 1912 LegacyVersionNumberType, SemanticVersionNumberType, SemanticVersionReferenceType.
Helena K. 5.2 1913
Helena K. 15.3 1914 **SemanticVersionReferenceType:** SemanticVersionReferenceType is a simple type for referencing semantic (% style="color:#e74c3c" %)version(%%) numbers. It allows for the wildcarding of only one the major, minor, or patch (% style="color:#e74c3c" %)version(%%) parts using "+".
Helena K. 5.2 1915
Helena K. 5.4 1916 Derived by restriction of xs:string.
Helena K. 6.17 1917
Helena K. 5.2 1918 Regular Expression Pattern: ((0|[1-9]\d*)\+?)(\.((0|[1-9]\d*~)~)~){2}((0|[1-9]\d*))(\.((0|[1-9]\d*)\+?))(\.((0|[1-9]\d*~)~)~)((0|[1-9]\d*)\+?)(\.((0|[1-9]\d*~)~)~)(\.((0|[1-9]\d*)\+?))
1919
Helena K. 15.3 1920 **WildcardVersionType:** WildcardVersionType combines the VersionType and WildcardType to allow a reference to either a specific (% style="color:#e74c3c" %)version(%%) of an object, or to wildcard the (% style="color:#e74c3c" %)version(%%) in the reference by specifying the '*' value.
Helena K. 5.2 1921
1922 Union of:
1923
Helena K. 5.4 1924 LegacyVersionNumberType, SemanticVersionNumberType, SemanticVersionReferenceType, WildcardType.
Helena K. 5.2 1925
Helena K. 15.3 1926 **WildcardType:** WildcardType is a single value [[code list>>doc:sdmx:Glossary 2\.1.Code list.WebHome]], used to include the '*' character - indicating that the identification [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] is wildcarded.
Helena K. 5.2 1927
Helena K. 5.4 1928 Derived by restriction of xs:string.
Helena K. 5.2 1929
1930 Enumerations:
1931
Helena K. 6.14 1932 (% style="width:1011.29px" %)
1933 |**Value**|(% style="width:771px" %)**Documentation**
Helena K. 15.3 1934 |\*|(% style="width:771px" %)Indicates that any value of the identifier [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] is allowed.
Helena K. 5.2 1935
Helena K. 15.3 1936 **NestedIDType:** NestedIDType is the least restrictive form of an identifier used throughout all [[SDMX-ML>>doc:sdmx:Glossary 2\.1.SDMX-ML.WebHome]] messages. It allows for a hierarchical identifier, with each portion separated by the '.' character. For the identifier portions, valid characters include A-Z, a-z, @, 0-9, \_, -, $.
Helena K. 5.2 1937
Helena K. 5.4 1938 Derived by restriction of xs:string.
Helena K. 5.2 1939 Regular Expression Pattern: [A-Za-z0-9_@$\-]+(\.[A-Za-z0-9_@$\-]+)
1940
Helena K. 15.3 1941 **TwoLevelIDType:** TwoLevelIDType defines an identifier with exactly two (% style="color:#e74c3c" %)levels(%%).
Helena K. 5.2 1942
Helena K. 5.4 1943 Derived by restriction of NestedIDType.
Helena K. 5.2 1944 Regular Expression Pattern: [A-Za-z0-9_@$\-]+\.[A-Za-z0-9_@$\-]+
1945
Helena K. 15.3 1946 **IDType:** IDType provides a type which is used for restricting the characters in [[codes>>doc:sdmx:Glossary 2\.1.Code.WebHome]] and IDs throughout all [[SDMX-ML>>doc:sdmx:Glossary 2\.1.SDMX-ML.WebHome]] messages. Valid characters include A-Z, a-z, @, 0-9, \_, -, $.
Helena K. 5.2 1947
Helena K. 5.4 1948 Derived by restriction of NestedIDType.
Helena K. 5.2 1949 Regular Expression Pattern: [A-Za-z0-9_@$\-]+
1950
Helena K. 15.3 1951 **NCNameIDType:** NCNameIDType restricts the IDType, so that the id may be used to generate valid XML [[components>>doc:sdmx:Glossary 2\.1.Component.WebHome]]. IDs created from this type conform to the W3C XML Schema NCNAME type, and therefore can be used as element or [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] names.
Helena K. 5.2 1952
Helena K. 5.4 1953 Derived by restriction of IDType.
Helena K. 5.2 1954 Regular Expression Pattern: [A-Za-z][A-Za-z0-9_\-]
1955
Helena K. 15.3 1956 **NestedNCNameIDType:** NestedNCNameIDType restricts the NestedIDType, so that the id may be used to generate valid XML [[components>>doc:sdmx:Glossary 2\.1.Component.WebHome]]. IDs created from this type conform to the W3C XML Schema NCNAME type, and therefore can be used as element or [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] names.
Helena K. 5.2 1957
Helena K. 5.4 1958 Derived by restriction of NestedIDType.
Helena K. 5.2 1959 Regular Expression Pattern: [A-Za-z][A-Za-z0-9_\-]*(\.[A-Za-z][A-Za-z0-9_\-]*)
1960
Helena K. 15.3 1961 **SingleNCNameIDType:** SingleNCNameIDType restricts the NestedNCNameIDType to allow only one (% style="color:#e74c3c" %)level(%%). Note that this is the same pattern as the NCNameIDType, but can be used when the base type to be restricted is a nested NCNameIDType (where as the NCNameIDType could only restrict the IDType).
Helena K. 5.2 1962
Helena K. 5.4 1963 Derived by restriction of NestedNCNameIDType.
Helena K. 5.2 1964 Regular Expression Pattern: [A-Za-z][A-Za-z0-9_\-]
1965
Helena K. 15.3 1966 **VersionType:** VersionType is used to communicate (% style="color:#e74c3c" %)version(%%) information. Semantic versioning, based on 3 or 4 (% style="color:#e74c3c" %)version(%%) parts (major.minor.patch[-extension]) is supported. The legency [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]] (% style="color:#e74c3c" %)version(%%) format is also support.
Helena K. 5.2 1967
1968 Union of:
Helena K. 5.4 1969 LegacyVersionNumberType, SemanticVersionNumberType.
Helena K. 5.2 1970
Helena K. 15.3 1971 **SemanticVersionNumberType:** SemanticVersionNumberType is a simple type for validating semantic (% style="color:#e74c3c" %)version(%%) in the format (major.minor.patch[-extension]).
Helena K. 5.2 1972
Helena K. 5.4 1973 Derived by restriction of xs:string.
Helena K. 13.1 1974 Regular Expression Pattern: (0|[1-9]\d*)(\.(0|[1-9]\d*)){2}(\-(([A-Za-z\-]|([A-Za-z\-][A-Za-z0-9\-]+) | ([A-Za-z0-9\-]+[A-Za-z\-][A-Za-z0-9\-]*)) | (0|[1-9][0-9]*))(\.(([A-Za-z\-] | ([A-Za-z\-][A-Za-z0-9\-]+) | ([A-Za-z0-9\-]+[A-Za-z\-][A-Za-z0-9\-]*)) | (0|[1-9][0-9]*~)~)~)*)?
Helena K. 5.2 1975
Helena K. 15.3 1976 **LegacyVersionNumberType:** LegacyVersionNumberType describes the (% style="color:#e74c3c" %)version(%%) number format previously supported in [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]]. The format is restricted to allow for simple incrementing and sorting of (% style="color:#e74c3c" %)version(%%) number. The (% style="color:#e74c3c" %)version(%%) consists of a set of maximum 2 numeric [[components>>doc:sdmx:Glossary 2\.1.Component.WebHome]], separated by the '.' character. When processing (% style="color:#e74c3c" %)version(%%), each numeric [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] (the number preceding and following any '.' character) should be parsed as an integer. Thus, a (% style="color:#e74c3c" %)version(%%) of 1.3 and 1.03 would be equivalent, as both the '3' [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] and the '03' [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] would parse to an integer value of 3.
Helena K. 5.2 1977
Helena K. 5.4 1978 Derived by restriction of xs:string.
Helena K. 6.15 1979
Helena K. 5.2 1980 Regular Expression Pattern: (0|[1-9]\d*)(\.(0|[1-9]\d*))?
© Semantic R&D Group, 2026