Changes for page Part II.Common Namespace

Last modified by Helena K. on 2026/06/09 12:56

From version 6.19
edited by Helena K.
on 2025/07/03 12:43
Change comment: There is no comment for this version
To version 15.2
edited by Helena K.
on 2026/06/09 12:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Part II.Common: This details the common namespace schemas
1 +Part II.Common Namespace
Content
... ... @@ -4,17 +4,17 @@
4 4  
5 5  = 1 Introduction =
6 6  
7 -The common namespace defines a collection of constructs that are reused across the various [[components>>doc:sdmx:Glossary.Component.WebHome]] of [[SDMX>>doc:sdmx:Glossary.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.
7 +The common namespace defines a collection of constructs that are reused across the various components of SDMX. 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.
8 8  
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.Statistical data and metadata exchange.WebHome]] objects for these reference fields.
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 objects for these reference fields.
10 10  
11 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 12  
13 -Typically, this would not have been an issues as all of the [[components>>doc:sdmx:Glossary.Component.WebHome]] which make up the references are of atomic types, and therefore can be expressed as XML [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] which are easily refined and restricted since the XML Schema design principles in [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] always treats [[attributes>>doc:sdmx:Glossary.Attribute.WebHome]] as unqualified.
13 +Typically, this would not have been an issues as all of the components which make up the references are of atomic types, and therefore can be expressed as XML attributes which are easily refined and restricted since the XML Schema design principles in SDMX always treats attributes as unqualified.
14 14  
15 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 16  
17 -The solution to this problem was to deviate from the normal [[SDMX>>doc:sdmx:Glossary.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.Attribute.WebHome]] if it weren't for the complete reference requirement.
17 +The solution to this problem was to deviate from the normal SDMX 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 if it weren't for the complete reference requirement.
18 18  
19 19  == 2 Schema Documentation ==
20 20  
... ... @@ -52,7 +52,7 @@
52 52  
53 53  === 2.1.3 Complex Types ===
54 54  
55 -***ValueType*:** ValueType is an abstract class that is the basis for any component value that cannot be simply represented as a space-normalized value (e.g. in an XML attribute). 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.
55 +//**ValueType:**// ValueType is an abstract class that is the basis for any component value that cannot be simply represented as a space-normalized value (e.g. in an XML attribute). 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.
56 56  
57 57  Content:
58 58  {text} x (Text\* | StructuredText\*)?
... ... @@ -70,8 +70,8 @@
70 70  
71 71  ValueType (restriction)
72 72   BooleanValueType
73 -Content:
74 74  
74 +Content:
75 75  **StringValueType:** StringValueType is a refinement of SimpleValueType limiting the content to be a string. This can be further refined with facets, patterns, etc.
76 76  
77 77  Derivation:
... ... @@ -204,7 +204,7 @@
204 204  |(% style="width:150px" %)**Name**|(% style="width:206px" %)**Type**|(% style="width:652px" %)**Documentation**
205 205  |(% style="width:150px" %)Text|(% style="width:206px" %)TextType|(% style="width:652px" %)Text contains the text of the message, in parallel language values.
206 206  
207 -***AnnotableType*:** AnnotableType is an abstract base type used for all annotable artefacts. Any type that provides for annotations should extend this type.
207 +//**AnnotableType:** //AnnotableType is an abstract base type used for all annotable artefacts. Any type that provides for annotations should extend this type.
208 208  
209 209  Content:
210 210  Annotations?
... ... @@ -290,7 +290,7 @@
290 290  Derivation:
291 291  
292 292  AnnotableType (extension)
293 - IdentifiableType*
293 + IdentifiableType
294 294  
295 295  Attributes:
296 296  id?, urn?, uri?
... ... @@ -319,7 +319,7 @@
319 319  
320 320  AnnotableType (extension)
321 321   IdentifiableType (extension)
322 - NameableType*
322 + NameableType
323 323  
324 324  Attributes:
325 325  id?, urn?, uri?
... ... @@ -351,7 +351,7 @@
351 351  AnnotableType (extension)
352 352   IdentifiableType (extension)
353 353   NameableType (extension)
354 - VersionableType*
354 + VersionableType
355 355  
356 356  Attributes:
357 357  id?, urn?, uri?, version?, validFrom?, validTo?
... ... @@ -387,7 +387,7 @@
387 387   IdentifiableType (extension)
388 388   NameableType (extension)
389 389   VersionableType (restriction)
390 - MaintainableBaseType*
390 + MaintainableBaseType
391 391  
392 392  Attributes:
393 393  id, urn?, uri?, version?, validFrom?, validTo?
... ... @@ -421,10 +421,10 @@
421 421  
422 422  AnnotableType (extension)
423 423   IdentifiableType (extension)
424 - NameableType* (extension)
424 + NameableType (extension)
425 425   VersionableType (restriction)
426 426   MaintainableBaseType (extension)
427 - MaintainableType*
427 + MaintainableType
428 428  
429 429  Attributes:
430 430  id, urn?, uri?, version?, validFrom?, validTo?, agencyID, isPartialLanguage?, isExternalReference?, serviceURL?, structureURL?
... ... @@ -509,7 +509,7 @@
509 509  |(% style="width:228px" %)**Name**|(% style="width:221px" %)**Type**|(% style="width:699px" %)**Documentation**
510 510  |(% style="width:228px" %)xml:lang (default: en)|(% style="width:221px" %)xs:language
511 511  
512 -***PayloadStructureType*:** PayloadStructureType is an abstract base type used to define the structural information for data or metadata sets. A reference to the structure is provided (either explicitly or through a reference to a structure usage).
512 +//**PayloadStructureType:**// PayloadStructureType is an abstract base type used to define the structural information for data or metadata sets. A reference to the structure is provided (either explicitly or through a reference to a structure usage).
513 513  
514 514  Attributes:
515 515  structureID, schemaURL?, namespace?, dimensionAtObservation?, explicitMeasures?, serviceURL?, structureURL?
... ... @@ -542,7 +542,7 @@
542 542  Derivation:
543 543  
544 544  PayloadStructureType (restriction)
545 - DataStructureType*
545 + DataStructureType
546 546  
547 547  Attributes:
548 548  structureID, schemaURL?, namespace?, dimensionAtObservation?, explicitMeasures?, serviceURL?, structureURL?
... ... @@ -609,7 +609,7 @@
609 609  Derivation:
610 610  
611 611  PayloadStructureType (restriction)
612 - MetadataStructureType*
612 + MetadataStructureType
613 613  
614 614  Attributes:
615 615  structureID, schemaURL?, namespace?, serviceURL?, structureURL?
... ... @@ -1125,7 +1125,7 @@
1125 1125  |DateTime|(% style="width:802px" %)A time datatype corresponding to W3C XML Schema's xs:dateTime datatype.
1126 1126  |TimeRange|(% style="width:802px" %)TimeRange defines a time period by providing a distinct start (date or date time) and a duration.
1127 1127  
1128 -**UrnPrefixPart:** This is validates the first part of the URN (urn:sdmx.org.infomodel.<package>.<class=). It is intended to be further restricted.
1128 +**UrnPrefixPart:** This is validates the first part of the URN (urn:sdmx.org.infomodel..<class=). It is intended to be further restricted.
1129 1129  
1130 1130  Derived by restriction of xs:string.
1131 1131  Regular Expression Pattern: urn:sdmx:org\.sdmx\.infomodel\.[a-z]+\.[A-Za-z]+=[^=]+
... ... @@ -1145,43 +1145,44 @@
1145 1145  Derived by restriction of UrnClassesPart.
1146 1146  Regular Expression Pattern: . +=([A-Za-z][A-Za-z0-9_\-]*(\.[A-Za-z][A-Za-z0-9_\-]*)*):[^:]+.+=\*:[^:]+
1147 1147  
1148 -**UrnMaintainableIdPart:** This refines the prefix, classes, and agnecy patterns to validate the maintainable ID part of the URN (:<maintainable_id(<version_number>)). Note that it does not restrict the version part as it is intended to be further restricted.
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 version part as it is intended to be further restricted.
1149 1149  
1150 1150  Derived by restriction of UrnAgencyPart.
1151 1151  Regular Expression Pattern: . +:([A-Za-z0-9_@$\-]+)\([0-9A-Za-z\-\.\+]+\)[^(\(\))]
1152 1152  
1153 -**WildcardUrnMaintainableIdPart:** This refines the prefix, classes, and agnecy patterns to validate the maintainable ID part of a wildcarded URN reference (:<maintainable_id(<version_number>)). Note that it does not restrict the version part as it is intended to be further restricted.
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 version part as it is intended to be further restricted.
1154 1154  
1155 1155  Derived by restriction of WildcardUrnAgencyPart.
1156 1156  Regular Expression Pattern: . +:([A-Za-z0-9_@$\-]+)\([0-9A-Za-z\-\.\+\*]+\)[^(\(\))]*.+:\*\([0-9A-Za-z\-\.\+\*]+\)[^(\(\))]
1157 1157  
1158 +(((
1158 1158  **UrnVersionPart:** This refines the prefix, classes, agency, and maintainable id patterns to validate the version 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.
1159 1159  
1160 1160  Derived by restriction of UrnMaintainableIdPart.
1161 -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]~*~*)?\).
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]~*~*)?\).
1162 1162  )))
1163 1163  
1164 1164  **UrnReferenceVersionPart:** This refines the prefix, classes, agency, and maintainable id patterns to validate the version 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.
1165 1165  
1166 1166  Derived by restriction of UrnMaintainableIdPart.
1167 -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*)\+?))\).
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*)\+?))\).
1168 1168  
1169 1169  **WildcardUrnVersionPart:** This refines the prefix, classes, agency, and maintainable id patterns to validate the version 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.
1170 1170  
1171 1171  Derived by restriction of WildcardUrnMaintainableIdPart.
1172 -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*)\+?))\).*.+\(\*\).
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*)\+?))\).*.+\(\*\).
1173 1173  
1174 -**UrnType:** The completes the refinement of the prefix, classes, agency, maintainable id, and version number patterns to validate the last, and optional, nested component part of the URN (e.g. (<version_number>)<containerobject-id>.<object-id>\*). The nested patterns provide a complete validation of the URN pattern.
1175 +**UrnType:** The completes the refinement of the prefix, classes, agency, maintainable id, and version number patterns to validate the last, and optional, nested component part of the URN (e.g. ().\*). The nested patterns provide a complete validation of the URN pattern.
1175 1175  
1176 1176  Derived by restriction of UrnVersionPart.
1177 1177  Regular Expression Pattern: . +\)(\.[A-Za-z0-9_@$\-]+(\.[A-Za-z0-9_@$\-]+)*)?
1178 1178  
1179 -**UrnReferenceType:** The completes the refinement of the prefix, classes, agency, maintainable id, and version number patterns to validate the last, and optional, nested component part of a URN reference (e.g. (<version_number>)<containerobject-id>.<object-id>\*). The nested patterns provide a complete validation of the URN pattern.
1180 +**UrnReferenceType:** The completes the refinement of the prefix, classes, agency, maintainable id, and version number patterns to validate the last, and optional, nested component part of a URN reference (e.g. ().\*). The nested patterns provide a complete validation of the URN pattern.
1180 1180  
1181 1181  Derived by restriction of UrnReferenceVersionPart.
1182 1182  Regular Expression Pattern: . +\)(\.[A-Za-z0-9_@$\-]+(\.[A-Za-z0-9_@$\-]+)*)?
1183 1183  
1184 -**WildcardUrnType:** The completes the refinement of the prefix, classes, agency, maintainable id, and version number patterns to validate the last, and optional, nested component part of a wildcarded URN reference (e.g. (<version_number>)<containerobject-id>.<object-id>\*). The nested patterns provide a complete validation of the URN pattern.
1185 +**WildcardUrnType:** The completes the refinement of the prefix, classes, agency, maintainable id, and version number patterns to validate the last, and optional, nested component part of a wildcarded URN reference (e.g. ().\*). The nested patterns provide a complete validation of the URN pattern.
1185 1185  
1186 1186  Derived by restriction of WildcardUrnVersionPart.
1187 1187  Regular Expression Pattern: . +\)(\.[A-Za-z0-9_@$\-]+(\.[A-Za-z0-9_@$\-]+)*)?.+\)(\.\*(\.\*)*)?
... ... @@ -1197,6 +1197,7 @@
1197 1197  Regular Expression Pattern: . +\)
1198 1198  
1199 1199  **ComponentUrnType:** Restricts the URN so that the pattern ends after the first component part.
1201 +)))
1200 1200  
1201 1201  Derived by restriction of UrnType.
1202 1202  Regular Expression Pattern: . +\)\.[A-Za-z0-9_@$\-]+
... ... @@ -1501,7 +1501,7 @@
1501 1501  Derived by restriction of ComponentUrnType.
1502 1502  Regular Expression Pattern: . +\.transformation\.Ruleset=.+
1503 1503  
1504 -**RulesetSchemeUrnType:** Urn type for a ruleste scheme.
1506 +**RulesetSchemeUrnType:** Urn type for a ruleset scheme.
1505 1505  
1506 1506  Derived by restriction of MaintainableUrnType.
1507 1507  Regular Expression Pattern: . +\.transformation\.RulesetScheme=.+
... ... @@ -1586,17 +1586,17 @@
1586 1586  Derived by restriction of OrganisationReferenceType.
1587 1587  Regular Expression Pattern: . +\.base\.DataConsumer=.+:DATA_CONSUMERS\(.+\).+
1588 1588  
1589 -**DataConsumerSchemeReferenceType:** A reference type for a [[data consumer scheme>>doc:sdmx:Glossary.Data consumer scheme.WebHome]].
1591 +**DataConsumerSchemeReferenceType:** A reference type for a data consumer scheme.
1590 1590  
1591 1591  Derived by restriction of OrganisationSchemeReferenceType.
1592 1592  Regular Expression Pattern: . +\.base\.DataConsumerScheme=.+:DATA_CONSUMERS\(.+\)
1593 1593  
1594 -**DataProviderReferenceType:** A reference type for a [[data provider>>doc:sdmx:Glossary.Data provider.WebHome]].
1596 +**DataProviderReferenceType:** A reference type for a data provider.
1595 1595  
1596 1596  Derived by restriction of OrganisationReferenceType.
1597 1597  Regular Expression Pattern: . +\.base\.DataProvider=.+:DATA_PROVIDERS\(.+\).+
1598 1598  
1599 -**DataProviderSchemeReferenceType:** A reference type for a [[data provider scheme>>doc:sdmx:Glossary.Data provider scheme.WebHome]].
1601 +**DataProviderSchemeReferenceType:** A reference type for a data provider scheme.
1600 1600  
1601 1601  Derived by restriction of OrganisationSchemeReferenceType.
1602 1602  Regular Expression Pattern: . +\.base\.DataProviderScheme=.+:DATA_PROVIDERS\(.+\)
... ... @@ -1616,7 +1616,7 @@
1616 1616  Derived by restriction of OrganisationReferenceType.
1617 1617  Regular Expression Pattern: . +\.base\.OrganisationUnit=.+
1618 1618  
1619 -**OrganisationUnitSchemeReferenceType:** A reference type for an [[organisation unit scheme>>doc:sdmx:Glossary.Organisation unit scheme.WebHome]].
1621 +**OrganisationUnitSchemeReferenceType:** A reference type for an organisation unit scheme.
1620 1620  
1621 1621  Derived by restriction of OrganisationSchemeReferenceType.
1622 1622  Regular Expression Pattern: . +\.base\.OrganisationUnitScheme=.+
... ... @@ -1626,7 +1626,7 @@
1626 1626  Derived by restriction of MaintainableUrnReferenceType.
1627 1627  Regular Expression Pattern: . +\.categoryscheme\.Categorisation=.+
1628 1628  
1629 -**CategoryReferenceType:** A reference type for a [[category>>doc:sdmx:Glossary.Category.WebHome]].
1631 +**CategoryReferenceType:** A reference type for a category.
1630 1630  
1631 1631  Derived by restriction of UrnReferenceType.
1632 1632  Regular Expression Pattern: . +\.categoryscheme\.Category=.+
... ... @@ -1636,7 +1636,7 @@
1636 1636  Derived by restriction of MaintainableUrnReferenceType.
1637 1637  Regular Expression Pattern: . +\.categoryscheme\.CategoryScheme=.+
1638 1638  
1639 -**ReportingCategoryReferenceType:** A reference type for a reporting [[category>>doc:sdmx:Glossary.Category.WebHome]].
1641 +**ReportingCategoryReferenceType:** A reference type for a reporting category.
1640 1640  
1641 1641  Derived by restriction of UrnReferenceType.
1642 1642  Regular Expression Pattern: . +\.categoryscheme\.ReportingCategory=.+
... ... @@ -1646,32 +1646,32 @@
1646 1646  Derived by restriction of MaintainableUrnReferenceType.
1647 1647  Regular Expression Pattern: . +\.categoryscheme\.ReportingTaxonomy=.+
1648 1648  
1649 -**CodeReferenceType:** A reference type for a [[code>>doc:sdmx:Glossary.Code.WebHome]].
1651 +**CodeReferenceType:** A reference type for a code.
1650 1650  
1651 1651  Derived by restriction of ComponentUrnReferenceType.
1652 1652  Regular Expression Pattern: . +\.codelist\.Code=.+
1653 1653  
1654 -**CodelistReferenceType:** A reference type for a [[codelist>>doc:sdmx:Glossary.Code list.WebHome]].
1656 +**CodelistReferenceType:** A reference type for a codelist.
1655 1655  
1656 1656  Derived by restriction of AnyCodelistReferenceType.
1657 1657  Regular Expression Pattern: . +\.codelist\.Codelist=.+
1658 1658  
1659 -**HierarchicalCodeReferenceType:** A reference type for a [[hierarchical code>>doc:sdmx:Glossary.Hierarchical code.WebHome]].
1661 +**HierarchicalCodeReferenceType:** A reference type for a hierarchical code.
1660 1660  
1661 1661  Derived by restriction of UrnReferenceType.
1662 1662  Regular Expression Pattern: . +\.codelist\.HierarchicalCode=.+
1663 1663  
1664 -**HierarchyReferenceType:** A reference type for a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]].
1666 +**HierarchyReferenceType:** A reference type for a hierarchy.
1665 1665  
1666 1666  Derived by restriction of MaintainableUrnReferenceType.
1667 1667  Regular Expression Pattern: . +\.codelist\.Hierarchy=.+
1668 1668  
1669 -**HierarchyAssociationReferenceType:** A reference type for a [[hierarchy>>doc:sdmx:Glossary.Hierarchy.WebHome]] association.
1671 +**HierarchyAssociationReferenceType:** A reference type for a hierarchy association.
1670 1670  
1671 1671  Derived by restriction of MaintainableUrnReferenceType.
1672 1672  Regular Expression Pattern: . +\.codelist\.HierarchyAssociation=.+
1673 1673  
1674 -**LevelReferenceType:** A reference type for a (% style="color:#e74c3c" %)level(%%).
1676 +**LevelReferenceType:** A reference type for a level.
1675 1675  
1676 1676  Derived by restriction of ComponentUrnReferenceType.
1677 1677  Regular Expression Pattern: . +\.codelist\.Level=.+
... ... @@ -1681,27 +1681,27 @@
1681 1681  Derived by restriction of AnyCodelistReferenceType.
1682 1682  Regular Expression Pattern: . +\.codelist\.ValueList=.+
1683 1683  
1684 -**ConceptReferenceType:** A reference type for a (% style="color:#e74c3c" %)concept(%%).
1686 +**ConceptReferenceType:** A reference type for a concept.
1685 1685  
1686 1686  Derived by restriction of ComponentUrnReferenceType.
1687 1687  Regular Expression Pattern: . +\.conceptscheme\.Concept=.+
1688 1688  
1689 -**ConceptSchemeReferenceType:** A reference type for a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]].
1691 +**ConceptSchemeReferenceType:** A reference type for a concept scheme.
1690 1690  
1691 1691  Derived by restriction of MaintainableUrnReferenceType.
1692 1692  Regular Expression Pattern: . +\.conceptscheme\.ConceptScheme=.+
1693 1693  
1694 -**AttributeDescriptorReferenceType:** A reference type for an [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] descriptor.
1696 +**AttributeDescriptorReferenceType:** A reference type for an attribute descriptor.
1695 1695  
1696 1696  Derived by restriction of ComponentUrnReferenceType.
1697 1697  Regular Expression Pattern: . +\.datastructure\.AttributeDescriptor=.+
1698 1698  
1699 -**DataAttributeReferenceType:** A reference type for a data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
1701 +**DataAttributeReferenceType:** A reference type for a data attribute.
1700 1700  
1701 1701  Derived by restriction of ComponentUrnReferenceType.
1702 1702  Regular Expression Pattern: . +\.datastructure\.DataAttribute=.+
1703 1703  
1704 -**DataflowReferenceType:** A reference type for a [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]].
1706 +**DataflowReferenceType:** A reference type for a dataflow.
1705 1705  
1706 1706  Derived by restriction of StructureUsageReferenceType.
1707 1707  Regular Expression Pattern: . +\.datastructure\.Dataflow=.+
... ... @@ -1711,42 +1711,42 @@
1711 1711  Derived by restriction of StructureReferenceType.
1712 1712  Regular Expression Pattern: . +\.datastructure\.DataStructure=.+
1713 1713  
1714 -**DimensionReferenceType:** A reference type for a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]].
1716 +**DimensionReferenceType:** A reference type for a dimension.
1715 1715  
1716 1716  Derived by restriction of ComponentUrnReferenceType.
1717 1717  Regular Expression Pattern: . +\.datastructure\.Dimension=.+
1718 1718  
1719 -**DimensionDescriptorReferenceType:** A reference type for a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] descriptor.
1721 +**DimensionDescriptorReferenceType:** A reference type for a dimension descriptor.
1720 1720  
1721 1721  Derived by restriction of ComponentUrnReferenceType.
1722 1722  Regular Expression Pattern: . +\.datastructure\.DimensionDescriptor=.+
1723 1723  
1724 -**GroupDimensionDescriptorReferenceType:** A reference type for a group [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] descriptor.
1726 +**GroupDimensionDescriptorReferenceType:** A reference type for a group dimension descriptor.
1725 1725  
1726 1726  Derived by restriction of ComponentUrnReferenceType.
1727 1727  Regular Expression Pattern: . +\.datastructure\.GroupDimensionDescriptor=.+
1728 1728  
1729 -**MeasureReferenceType:** A reference type for a [[measure>>doc:sdmx:Glossary.Measure.WebHome]].
1731 +**MeasureReferenceType:** A reference type for a measure.
1730 1730  
1731 1731  Derived by restriction of ComponentUrnReferenceType.
1732 1732  Regular Expression Pattern: . +\.datastructure\.Measure=.+
1733 1733  
1734 -**MeasureDescriptorReferenceType:** A reference type for a [[measure>>doc:sdmx:Glossary.Measure.WebHome]] descriptor.
1736 +**MeasureDescriptorReferenceType:** A reference type for a measure descriptor.
1735 1735  
1736 1736  Derived by restriction of ComponentUrnReferenceType.
1737 1737  Regular Expression Pattern: . +\.datastructure\.MeasureDescriptor=.+
1738 1738  
1739 -**TimeDimensionReferenceType:** A reference type for a time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]].
1741 +**TimeDimensionReferenceType:** A reference type for a time dimension.
1740 1740  
1741 1741  Derived by restriction of ComponentUrnReferenceType.
1742 1742  Regular Expression Pattern: . +\.datastructure\.TimeDimension=.+
1743 1743  
1744 -**MetadataAttributeReferenceType:** A reference type for a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]].
1746 +**MetadataAttributeReferenceType:** A reference type for a metadata attribute.
1745 1745  
1746 1746  Derived by restriction of UrnReferenceType.
1747 1747  Regular Expression Pattern: . +\.metadatastructure\.MetadataAttribute=.+
1748 1748  
1749 -**MetadataflowReferenceType:** A reference type for a [[metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]].
1751 +**MetadataflowReferenceType:** A reference type for a metadataflow.
1750 1750  
1751 1751  Derived by restriction of StructureUsageReferenceType.
1752 1752  Regular Expression Pattern: . +\.metadatastructure\.Metadataflow=.+
... ... @@ -1776,42 +1776,42 @@
1776 1776  Derived by restriction of UrnReferenceType.
1777 1777  Regular Expression Pattern: . +\.process\.Transition=.+
1778 1778  
1779 -**DataConstraintReferenceType:** A reference type for a data (% style="color:#e74c3c" %)constraint(%%).
1781 +**DataConstraintReferenceType:** A reference type for a data constraint.
1780 1780  
1781 1781  Derived by restriction of ConstraintReferenceType.
1782 1782  Regular Expression Pattern: . +\.registry\.DataConstraint=.+
1783 1783  
1784 -**MetadataConstraintReferenceType:** A reference type for a metadata (% style="color:#e74c3c" %)constraint(%%).
1786 +**MetadataConstraintReferenceType:** A reference type for a metadata constraint.
1785 1785  
1786 1786  Derived by restriction of ConstraintReferenceType.
1787 1787  Regular Expression Pattern: . +\.registry\.MetadataConstraint=.+
1788 1788  
1789 -**MetadataProvisionAgreementReferenceType:** A reference type for a metadata [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]].
1791 +**MetadataProvisionAgreementReferenceType:** A reference type for a metadata provision agreement.
1790 1790  
1791 1791  Derived by restriction of MaintainableUrnReferenceType.
1792 1792  Regular Expression Pattern: . +\.registry\.MetadataProvisionAgreement=.+
1793 1793  
1794 -**ProvisionAgreementReferenceType:** A reference type for a [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]].
1796 +**ProvisionAgreementReferenceType:** A reference type for a provision agreement.
1795 1795  
1796 1796  Derived by restriction of MaintainableUrnReferenceType.
1797 1797  Regular Expression Pattern: . +\.registry\.ProvisionAgreement=.+
1798 1798  
1799 -**CategorySchemeMapReferenceType:** A reference type for a [[category scheme>>doc:sdmx:Glossary.Category scheme.WebHome]] (% style="color:#e74c3c" %)map(%%).
1801 +**CategorySchemeMapReferenceType:** A reference type for a category scheme map.
1800 1800  
1801 1801  Derived by restriction of MaintainableUrnReferenceType.
1802 1802  Regular Expression Pattern: . +\.structuremapping\.CategorySchemeMap=.+
1803 1803  
1804 -**ConceptSchemeMapReferenceType:** A reference type for a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]] (% style="color:#e74c3c" %)map(%%).
1806 +**ConceptSchemeMapReferenceType:** A reference type for a concept scheme map.
1805 1805  
1806 1806  Derived by restriction of MaintainableUrnReferenceType.
1807 1807  Regular Expression Pattern: . +\.structuremapping\.ConceptSchemeMap=.+
1808 1808  
1809 -**DatePatternMapReferenceType:** A reference type for a date pattern (% style="color:#e74c3c" %)map(%%).
1811 +**DatePatternMapReferenceType:** A reference type for a date pattern map.
1810 1810  
1811 1811  Derived by restriction of ComponentUrnReferenceType.
1812 1812  Regular Expression Pattern: . +\.structuremapping\.DatePatternMap=.+
1813 1813  
1814 -**EpochMapReferenceType:** A reference type for an epoch (% style="color:#e74c3c" %)map(%%).
1816 +**EpochMapReferenceType:** A reference type for an epoch map.
1815 1815  
1816 1816  Derived by restriction of ComponentUrnReferenceType.
1817 1817  Regular Expression Pattern: . +\.structuremapping\.EpochMap=.+
... ... @@ -1821,22 +1821,22 @@
1821 1821  Derived by restriction of ComponentUrnReferenceType.
1822 1822  Regular Expression Pattern: . +\.structuremapping\.FrequencyFormatMapping=.+
1823 1823  
1824 -**OrganisationSchemeMapReferenceType:** A reference type for a organisation scheme (% style="color:#e74c3c" %)map(%%).
1826 +**OrganisationSchemeMapReferenceType:** A reference type for a organisation scheme map.
1825 1825  
1826 1826  Derived by restriction of MaintainableUrnReferenceType.
1827 1827  Regular Expression Pattern: . +\.structuremapping\.OrganisationSchemeMap=.+
1828 1828  
1829 -**ReportingTaxonomyMapReferenceType:** A reference type for a reporting taxonomy (% style="color:#e74c3c" %)map(%%).
1831 +**ReportingTaxonomyMapReferenceType:** A reference type for a reporting taxonomy map.
1830 1830  
1831 1831  Derived by restriction of MaintainableUrnReferenceType.
1832 1832  Regular Expression Pattern: . +\.structuremapping\.ReportingTaxonomyMap=.+
1833 1833  
1834 -**RepresentationMapReferenceType:** A reference type for a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] (% style="color:#e74c3c" %)map(%%).
1836 +**RepresentationMapReferenceType:** A reference type for a representation map.
1835 1835  
1836 1836  Derived by restriction of MaintainableUrnReferenceType.
1837 1837  Regular Expression Pattern: . +\.structuremapping\.RepresentationMap=.+
1838 1838  
1839 -**StructureMapReferenceType:** A reference type for a structure (% style="color:#e74c3c" %)map(%%).
1841 +**StructureMapReferenceType:** A reference type for a structure map.
1840 1840  
1841 1841  Derived by restriction of MaintainableUrnReferenceType.
1842 1842  Regular Expression Pattern: . +\.structuremapping\.StructureMap=.+
... ... @@ -1891,35 +1891,35 @@
1891 1891  Derived by restriction of MaintainableUrnReferenceType.
1892 1892  Regular Expression Pattern: . +\.transformation\.UserDefinedOperatorScheme=.+
1893 1893  
1894 -**VtlMappingReferenceType:** A reference type for a [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] mapping.
1896 +**VtlMappingReferenceType:** A reference type for a VTL mapping.
1895 1895  
1896 1896  Derived by restriction of ComponentUrnReferenceType.
1897 1897  Regular Expression Pattern: . +\.transformation\.VtlCodelistMapping=.+.+\.transformation\.VtlConceptMapping=.+.+\.transformation\.VtlDataflowMapping=.+
1898 1898  
1899 -**VtlMappingSchemeReferenceType:** A reference type for a [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] mapping scheme.
1901 +**VtlMappingSchemeReferenceType:** A reference type for a VTL mapping scheme.
1900 1900  
1901 1901  Derived by restriction of MaintainableUrnReferenceType.
1902 1902  Regular Expression Pattern: . +\.transformation\.VtlMappingScheme=.+
1903 1903  
1904 -**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.
1906 +**VersionReferenceType:** VersionReferenceType defines the structure of version number in a reference. When semantic versioning is used, the major, minor, or patch version parts can be wildcarded using "+" as an extension. For example, 2+.3.1 means the currently latest available version >= 2.3.1 (even if not backwards compatible). Note that wildcarded semantic version references cannot be combined with version extended reference (e.g. 2.3+.1-draft is not permissable). Version-extended (e.g. 1.3.1-draft) and legacy version numbers (e.g. 1 or 1.0) are also supported.
1905 1905  
1906 1906  Union of:
1907 1907  
1908 1908  LegacyVersionNumberType, SemanticVersionNumberType, SemanticVersionReferenceType.
1909 1909  
1910 -**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 "+".
1912 +**SemanticVersionReferenceType:** SemanticVersionReferenceType is a simple type for referencing semantic version numbers. It allows for the wildcarding of only one the major, minor, or patch version parts using "+".
1911 1911  
1912 1912  Derived by restriction of xs:string.
1913 1913  
1914 1914  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*)\+?))
1915 1915  
1916 -**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.
1918 +**WildcardVersionType:** WildcardVersionType combines the VersionType and WildcardType to allow a reference to either a specific version of an object, or to wildcard the version in the reference by specifying the '*' value.
1917 1917  
1918 1918  Union of:
1919 1919  
1920 1920  LegacyVersionNumberType, SemanticVersionNumberType, SemanticVersionReferenceType, WildcardType.
1921 1921  
1922 -**WildcardType:** WildcardType is a single value [[code list>>doc:sdmx:Glossary.Code list.WebHome]], used to include the '*' character - indicating that the identification [[component>>doc:sdmx:Glossary.Component.WebHome]] is wildcarded.
1924 +**WildcardType:** WildcardType is a single value code list, used to include the '*' character - indicating that the identification component is wildcarded.
1923 1923  
1924 1924  Derived by restriction of xs:string.
1925 1925  
... ... @@ -1927,49 +1927,49 @@
1927 1927  
1928 1928  (% style="width:1011.29px" %)
1929 1929  |**Value**|(% style="width:771px" %)**Documentation**
1930 -|\*|(% style="width:771px" %)Indicates that any value of the identifier [[component>>doc:sdmx:Glossary.Component.WebHome]] is allowed.
1932 +|\*|(% style="width:771px" %)Indicates that any value of the identifier component is allowed.
1931 1931  
1932 -**NestedIDType:** NestedIDType is the least restrictive form of an identifier used throughout all [[SDMX-ML>>doc:sdmx:Glossary.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, \_, -, $.
1934 +**NestedIDType:** NestedIDType is the least restrictive form of an identifier used throughout all SDMX-ML 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, \_, -, $.
1933 1933  
1934 1934  Derived by restriction of xs:string.
1935 1935  Regular Expression Pattern: [A-Za-z0-9_@$\-]+(\.[A-Za-z0-9_@$\-]+)
1936 1936  
1937 -**TwoLevelIDType:** TwoLevelIDType defines an identifier with exactly two (% style="color:#e74c3c" %)levels(%%).
1939 +**TwoLevelIDType:** TwoLevelIDType defines an identifier with exactly two levels.
1938 1938  
1939 1939  Derived by restriction of NestedIDType.
1940 1940  Regular Expression Pattern: [A-Za-z0-9_@$\-]+\.[A-Za-z0-9_@$\-]+
1941 1941  
1942 -**IDType:** IDType provides a type which is used for restricting the characters in [[codes>>doc:sdmx:Glossary.Code.WebHome]] and IDs throughout all [[SDMX-ML>>doc:sdmx:Glossary.SDMX-ML.WebHome]] messages. Valid characters include A-Z, a-z, @, 0-9, \_, -, $.
1944 +**IDType:** IDType provides a type which is used for restricting the characters in codes and IDs throughout all SDMX-ML messages. Valid characters include A-Z, a-z, @, 0-9, \_, -, $.
1943 1943  
1944 1944  Derived by restriction of NestedIDType.
1945 1945  Regular Expression Pattern: [A-Za-z0-9_@$\-]+
1946 1946  
1947 -**NCNameIDType:** NCNameIDType restricts the IDType, so that the id may be used to generate valid XML [[components>>doc:sdmx:Glossary.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.Attribute.WebHome]] names.
1949 +**NCNameIDType:** NCNameIDType restricts the IDType, so that the id may be used to generate valid XML components. IDs created from this type conform to the W3C XML Schema NCNAME type, and therefore can be used as element or attribute names.
1948 1948  
1949 1949  Derived by restriction of IDType.
1950 1950  Regular Expression Pattern: [A-Za-z][A-Za-z0-9_\-]
1951 1951  
1952 -**NestedNCNameIDType:** NestedNCNameIDType restricts the NestedIDType, so that the id may be used to generate valid XML [[components>>doc:sdmx:Glossary.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.Attribute.WebHome]] names.
1954 +**NestedNCNameIDType:** NestedNCNameIDType restricts the NestedIDType, so that the id may be used to generate valid XML components. IDs created from this type conform to the W3C XML Schema NCNAME type, and therefore can be used as element or attribute names.
1953 1953  
1954 1954  Derived by restriction of NestedIDType.
1955 1955  Regular Expression Pattern: [A-Za-z][A-Za-z0-9_\-]*(\.[A-Za-z][A-Za-z0-9_\-]*)
1956 1956  
1957 -**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).
1959 +**SingleNCNameIDType:** SingleNCNameIDType restricts the NestedNCNameIDType to allow only one 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).
1958 1958  
1959 1959  Derived by restriction of NestedNCNameIDType.
1960 1960  Regular Expression Pattern: [A-Za-z][A-Za-z0-9_\-]
1961 1961  
1962 -**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.Statistical data and metadata exchange.WebHome]] (% style="color:#e74c3c" %)version(%%) format is also support.
1964 +**VersionType:** VersionType is used to communicate version information. Semantic versioning, based on 3 or 4 version parts (major.minor.patch[-extension]) is supported. The legency SDMX version format is also support.
1963 1963  
1964 1964  Union of:
1965 1965  LegacyVersionNumberType, SemanticVersionNumberType.
1966 1966  
1967 -**SemanticVersionNumberType:** SemanticVersionNumberType is a simple type for validating semantic (% style="color:#e74c3c" %)version(%%) in the format (major.minor.patch[-extension]).
1969 +**SemanticVersionNumberType:** SemanticVersionNumberType is a simple type for validating semantic version in the format (major.minor.patch[-extension]).
1968 1968  
1969 1969  Derived by restriction of xs:string.
1970 -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]*~)~)~)*)?
1972 +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]*~)~)~)*)?
1971 1971  
1972 -**LegacyVersionNumberType:** LegacyVersionNumberType describes the (% style="color:#e74c3c" %)version(%%) number format previously supported in [[SDMX>>doc:sdmx:Glossary.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.Component.WebHome]], separated by the '.' character. When processing (% style="color:#e74c3c" %)version(%%), each numeric [[component>>doc:sdmx:Glossary.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.Component.WebHome]] and the '03' [[component>>doc:sdmx:Glossary.Component.WebHome]] would parse to an integer value of 3.
1974 +**LegacyVersionNumberType:** LegacyVersionNumberType describes the version number format previously supported in SDMX. The format is restricted to allow for simple incrementing and sorting of version number. The version consists of a set of maximum 2 numeric components, separated by the '.' character. When processing version, each numeric component (the number preceding and following any '.' character) should be parsed as an integer. Thus, a version of 1.3 and 1.03 would be equivalent, as both the '3' component and the '03' component would parse to an integer value of 3.
1973 1973  
1974 1974  Derived by restriction of xs:string.
1975 1975  
SUZ.Methodology.Code.MethodologyClass[0]
index
... ... @@ -1,1 +1,0 @@
1 -3
SKMS.Methodology.Code.MethodologyClass[0]
Index
... ... @@ -1,0 +1,1 @@
1 +3
© Semantic R&D Group, 2026