Changes for page Part II.Common Namespace
Last modified by Elena Yasinovskaya on 2025/09/10 11:19
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1164,49 +1164,13 @@ 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]*~)~)~)*)?\).*.+\ 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 1168 1169 -((( 1170 -0|[1-9]\d*)\+?)(\.((0|[1-9]\d* 1171 -))) 1172 - 1173 -{2}\).*.+\ 1174 - 1175 -((( 1176 -0|[1-9]\d*))(\.((0|[1-9]\d*)\+?))(\.((0|[1-9]\d* 1177 -))) 1178 - 1179 -\).*.+\ 1180 - 1181 -((( 1182 -0|[1-9]\d*)\+?)(\.((0|[1-9]\d* 1183 -))) 1184 - 1185 -(\.((0|[1-9]\d*)\+?))\). 1186 - 1187 1187 **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. 1188 1188 1189 1189 Derived by restriction of WildcardUrnMaintainableIdPart. 1190 -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]*~)~)~)*)?\).*.+\ 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*)\+?))\).*.+\(\*\). 1191 1191 1192 -((( 1193 -0|[1-9]\d*)\+?)(\.((0|[1-9]\d* 1194 -))) 1195 - 1196 -{2}\).*.+\ 1197 - 1198 -((( 1199 -0|[1-9]\d*))(\.((0|[1-9]\d*)\+?))(\.((0|[1-9]\d* 1200 -))) 1201 - 1202 -\).*.+\ 1203 - 1204 -((( 1205 -0|[1-9]\d*)\+?)(\.((0|[1-9]\d* 1206 -))) 1207 - 1208 -(\.((0|[1-9]\d*)\+?))\).*.+\(\*\). 1209 - 1210 1210 **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. 1211 1211 1212 1212 Derived by restriction of UrnVersionPart. ... ... @@ -1732,12 +1732,12 @@ 1732 1732 Derived by restriction of ComponentUrnReferenceType. 1733 1733 Regular Expression Pattern: . +\.datastructure\.AttributeDescriptor=.+ 1734 1734 1735 -**DataAttributeReferenceType:** A reference type for a data attribute. 1699 +**DataAttributeReferenceType:** A reference type for a data [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]. 1736 1736 1737 1737 Derived by restriction of ComponentUrnReferenceType. 1738 1738 Regular Expression Pattern: . +\.datastructure\.DataAttribute=.+ 1739 1739 1740 -**DataflowReferenceType:** A reference type for a dataflow. 1704 +**DataflowReferenceType:** A reference type for a [[dataflow>>doc:sdmx:Glossary.Dataflow.WebHome]]. 1741 1741 1742 1742 Derived by restriction of StructureUsageReferenceType. 1743 1743 Regular Expression Pattern: . +\.datastructure\.Dataflow=.+ ... ... @@ -1747,42 +1747,42 @@ 1747 1747 Derived by restriction of StructureReferenceType. 1748 1748 Regular Expression Pattern: . +\.datastructure\.DataStructure=.+ 1749 1749 1750 -**DimensionReferenceType:** A reference type for a dimension. 1714 +**DimensionReferenceType:** A reference type for a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. 1751 1751 1752 1752 Derived by restriction of ComponentUrnReferenceType. 1753 1753 Regular Expression Pattern: . +\.datastructure\.Dimension=.+ 1754 1754 1755 -**DimensionDescriptorReferenceType:** A reference type for a dimension descriptor. 1719 +**DimensionDescriptorReferenceType:** A reference type for a [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] descriptor. 1756 1756 1757 1757 Derived by restriction of ComponentUrnReferenceType. 1758 1758 Regular Expression Pattern: . +\.datastructure\.DimensionDescriptor=.+ 1759 1759 1760 -**GroupDimensionDescriptorReferenceType:** A reference type for a group dimension descriptor. 1724 +**GroupDimensionDescriptorReferenceType:** A reference type for a group [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]] descriptor. 1761 1761 1762 1762 Derived by restriction of ComponentUrnReferenceType. 1763 1763 Regular Expression Pattern: . +\.datastructure\.GroupDimensionDescriptor=.+ 1764 1764 1765 -**MeasureReferenceType:** A reference type for a measure. 1729 +**MeasureReferenceType:** A reference type for a [[measure>>doc:sdmx:Glossary.Measure.WebHome]]. 1766 1766 1767 1767 Derived by restriction of ComponentUrnReferenceType. 1768 1768 Regular Expression Pattern: . +\.datastructure\.Measure=.+ 1769 1769 1770 -**MeasureDescriptorReferenceType:** A reference type for a measure descriptor. 1734 +**MeasureDescriptorReferenceType:** A reference type for a [[measure>>doc:sdmx:Glossary.Measure.WebHome]] descriptor. 1771 1771 1772 1772 Derived by restriction of ComponentUrnReferenceType. 1773 1773 Regular Expression Pattern: . +\.datastructure\.MeasureDescriptor=.+ 1774 1774 1775 -**TimeDimensionReferenceType:** A reference type for a time dimension. 1739 +**TimeDimensionReferenceType:** A reference type for a time [[dimension>>doc:sdmx:Glossary.Dimension.WebHome]]. 1776 1776 1777 1777 Derived by restriction of ComponentUrnReferenceType. 1778 1778 Regular Expression Pattern: . +\.datastructure\.TimeDimension=.+ 1779 1779 1780 -**MetadataAttributeReferenceType:** A reference type for a metadata attribute. 1744 +**MetadataAttributeReferenceType:** A reference type for a metadata [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]]. 1781 1781 1782 1782 Derived by restriction of UrnReferenceType. 1783 1783 Regular Expression Pattern: . +\.metadatastructure\.MetadataAttribute=.+ 1784 1784 1785 -**MetadataflowReferenceType:** A reference type for a metadataflow. 1749 +**MetadataflowReferenceType:** A reference type for a [[metadataflow>>doc:sdmx:Glossary.Metadataflow.WebHome]]. 1786 1786 1787 1787 Derived by restriction of StructureUsageReferenceType. 1788 1788 Regular Expression Pattern: . +\.metadatastructure\.Metadataflow=.+ ... ... @@ -1812,42 +1812,42 @@ 1812 1812 Derived by restriction of UrnReferenceType. 1813 1813 Regular Expression Pattern: . +\.process\.Transition=.+ 1814 1814 1815 -**DataConstraintReferenceType:** A reference type for a data constraint. 1779 +**DataConstraintReferenceType:** A reference type for a data (% style="color:#e74c3c" %)constraint(%%). 1816 1816 1817 1817 Derived by restriction of ConstraintReferenceType. 1818 1818 Regular Expression Pattern: . +\.registry\.DataConstraint=.+ 1819 1819 1820 -**MetadataConstraintReferenceType:** A reference type for a metadata constraint. 1784 +**MetadataConstraintReferenceType:** A reference type for a metadata (% style="color:#e74c3c" %)constraint(%%). 1821 1821 1822 1822 Derived by restriction of ConstraintReferenceType. 1823 1823 Regular Expression Pattern: . +\.registry\.MetadataConstraint=.+ 1824 1824 1825 -**MetadataProvisionAgreementReferenceType:** A reference type for a metadata provision agreement. 1789 +**MetadataProvisionAgreementReferenceType:** A reference type for a metadata [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]]. 1826 1826 1827 1827 Derived by restriction of MaintainableUrnReferenceType. 1828 1828 Regular Expression Pattern: . +\.registry\.MetadataProvisionAgreement=.+ 1829 1829 1830 -**ProvisionAgreementReferenceType:** A reference type for a provision agreement. 1794 +**ProvisionAgreementReferenceType:** A reference type for a [[provision agreement>>doc:sdmx:Glossary.Provision agreement.WebHome]]. 1831 1831 1832 1832 Derived by restriction of MaintainableUrnReferenceType. 1833 1833 Regular Expression Pattern: . +\.registry\.ProvisionAgreement=.+ 1834 1834 1835 -**CategorySchemeMapReferenceType:** A reference type for a category scheme map. 1799 +**CategorySchemeMapReferenceType:** A reference type for a [[category scheme>>doc:sdmx:Glossary.Category scheme.WebHome]] (% style="color:#e74c3c" %)map(%%). 1836 1836 1837 1837 Derived by restriction of MaintainableUrnReferenceType. 1838 1838 Regular Expression Pattern: . +\.structuremapping\.CategorySchemeMap=.+ 1839 1839 1840 -**ConceptSchemeMapReferenceType:** A reference type for a concept scheme map. 1804 +**ConceptSchemeMapReferenceType:** A reference type for a [[concept scheme>>doc:sdmx:Glossary.Concept scheme.WebHome]] (% style="color:#e74c3c" %)map(%%). 1841 1841 1842 1842 Derived by restriction of MaintainableUrnReferenceType. 1843 1843 Regular Expression Pattern: . +\.structuremapping\.ConceptSchemeMap=.+ 1844 1844 1845 -**DatePatternMapReferenceType:** A reference type for a date pattern map. 1809 +**DatePatternMapReferenceType:** A reference type for a date pattern (% style="color:#e74c3c" %)map(%%). 1846 1846 1847 1847 Derived by restriction of ComponentUrnReferenceType. 1848 1848 Regular Expression Pattern: . +\.structuremapping\.DatePatternMap=.+ 1849 1849 1850 -**EpochMapReferenceType:** A reference type for an epoch map. 1814 +**EpochMapReferenceType:** A reference type for an epoch (% style="color:#e74c3c" %)map(%%). 1851 1851 1852 1852 Derived by restriction of ComponentUrnReferenceType. 1853 1853 Regular Expression Pattern: . +\.structuremapping\.EpochMap=.+ ... ... @@ -1857,22 +1857,22 @@ 1857 1857 Derived by restriction of ComponentUrnReferenceType. 1858 1858 Regular Expression Pattern: . +\.structuremapping\.FrequencyFormatMapping=.+ 1859 1859 1860 -**OrganisationSchemeMapReferenceType:** A reference type for a organisation scheme map. 1824 +**OrganisationSchemeMapReferenceType:** A reference type for a organisation scheme (% style="color:#e74c3c" %)map(%%). 1861 1861 1862 1862 Derived by restriction of MaintainableUrnReferenceType. 1863 1863 Regular Expression Pattern: . +\.structuremapping\.OrganisationSchemeMap=.+ 1864 1864 1865 -**ReportingTaxonomyMapReferenceType:** A reference type for a reporting taxonomy map. 1829 +**ReportingTaxonomyMapReferenceType:** A reference type for a reporting taxonomy (% style="color:#e74c3c" %)map(%%). 1866 1866 1867 1867 Derived by restriction of MaintainableUrnReferenceType. 1868 1868 Regular Expression Pattern: . +\.structuremapping\.ReportingTaxonomyMap=.+ 1869 1869 1870 -**RepresentationMapReferenceType:** A reference type for a representation map. 1834 +**RepresentationMapReferenceType:** A reference type for a [[representation>>doc:sdmx:Glossary.Representation.WebHome]] (% style="color:#e74c3c" %)map(%%). 1871 1871 1872 1872 Derived by restriction of MaintainableUrnReferenceType. 1873 1873 Regular Expression Pattern: . +\.structuremapping\.RepresentationMap=.+ 1874 1874 1875 -**StructureMapReferenceType:** A reference type for a structure map. 1839 +**StructureMapReferenceType:** A reference type for a structure (% style="color:#e74c3c" %)map(%%). 1876 1876 1877 1877 Derived by restriction of MaintainableUrnReferenceType. 1878 1878 Regular Expression Pattern: . +\.structuremapping\.StructureMap=.+ ... ... @@ -1927,84 +1927,86 @@ 1927 1927 Derived by restriction of MaintainableUrnReferenceType. 1928 1928 Regular Expression Pattern: . +\.transformation\.UserDefinedOperatorScheme=.+ 1929 1929 1930 -**VtlMappingReferenceType:** A reference type for a VTL mapping. 1894 +**VtlMappingReferenceType:** A reference type for a [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] mapping. 1931 1931 1932 1932 Derived by restriction of ComponentUrnReferenceType. 1933 1933 Regular Expression Pattern: . +\.transformation\.VtlCodelistMapping=.+.+\.transformation\.VtlConceptMapping=.+.+\.transformation\.VtlDataflowMapping=.+ 1934 1934 1935 -**VtlMappingSchemeReferenceType:** A reference type for a VTL mapping scheme. 1899 +**VtlMappingSchemeReferenceType:** A reference type for a [[VTL>>doc:sdmx:Glossary.Validation and transformation language.WebHome]] mapping scheme. 1936 1936 1937 1937 Derived by restriction of MaintainableUrnReferenceType. 1938 1938 Regular Expression Pattern: . +\.transformation\.VtlMappingScheme=.+ 1939 1939 1940 -**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. 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. 1941 1941 1942 1942 Union of: 1943 1943 1944 1944 LegacyVersionNumberType, SemanticVersionNumberType, SemanticVersionReferenceType. 1945 1945 1946 -**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 "+". 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 "+". 1947 1947 1948 1948 Derived by restriction of xs:string. 1913 + 1949 1949 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*)\+?)) 1950 1950 1951 -**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. 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. 1952 1952 1953 1953 Union of: 1954 1954 1955 1955 LegacyVersionNumberType, SemanticVersionNumberType, SemanticVersionReferenceType, WildcardType. 1956 1956 1957 -**WildcardType:** WildcardType is a single value code list, used to include the '*' character - indicating that the identification component is wildcarded. 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. 1958 1958 1959 1959 Derived by restriction of xs:string. 1960 1960 1961 1961 Enumerations: 1962 1962 1963 -|**Value**|**Documentation** 1928 +(% style="width:1011.29px" %) 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. 1964 1964 1965 - |\*|Indicates that anyvalue ofthe identifier component is allowed.|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, \_, -, $. 1966 1966 1967 -**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, \_, -, $. 1968 - 1969 1969 Derived by restriction of xs:string. 1970 1970 Regular Expression Pattern: [A-Za-z0-9_@$\-]+(\.[A-Za-z0-9_@$\-]+) 1971 1971 1972 -**TwoLevelIDType:** TwoLevelIDType defines an identifier with exactly two levels. 1937 +**TwoLevelIDType:** TwoLevelIDType defines an identifier with exactly two (% style="color:#e74c3c" %)levels(%%). 1973 1973 1974 1974 Derived by restriction of NestedIDType. 1975 1975 Regular Expression Pattern: [A-Za-z0-9_@$\-]+\.[A-Za-z0-9_@$\-]+ 1976 1976 1977 -**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, \_, -, $. 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, \_, -, $. 1978 1978 1979 1979 Derived by restriction of NestedIDType. 1980 1980 Regular Expression Pattern: [A-Za-z0-9_@$\-]+ 1981 1981 1982 -**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. 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. 1983 1983 1984 1984 Derived by restriction of IDType. 1985 1985 Regular Expression Pattern: [A-Za-z][A-Za-z0-9_\-] 1986 1986 1987 -**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. 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. 1988 1988 1989 1989 Derived by restriction of NestedIDType. 1990 1990 Regular Expression Pattern: [A-Za-z][A-Za-z0-9_\-]*(\.[A-Za-z][A-Za-z0-9_\-]*) 1991 1991 1992 -**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). 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). 1993 1993 1994 1994 Derived by restriction of NestedNCNameIDType. 1995 1995 Regular Expression Pattern: [A-Za-z][A-Za-z0-9_\-] 1996 1996 1997 -**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. 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. 1998 1998 1999 1999 Union of: 2000 2000 LegacyVersionNumberType, SemanticVersionNumberType. 2001 2001 2002 -**SemanticVersionNumberType:** SemanticVersionNumberType is a simple type for validating semantic version in the format (major.minor.patch[-extension]). 1967 +**SemanticVersionNumberType:** SemanticVersionNumberType is a simple type for validating semantic (% style="color:#e74c3c" %)version(%%) in the format (major.minor.patch[-extension]). 2003 2003 2004 2004 Derived by restriction of xs:string. 2005 2005 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]*~)~)~)*)? 2006 2006 2007 -**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. 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. 2008 2008 2009 2009 Derived by restriction of xs:string. 1975 + 2010 2010 Regular Expression Pattern: (0|[1-9]\d*)(\.(0|[1-9]\d*))?