- https://purl.semanticip.org/linked-data/sdmx/ML/WildcardUrnVersionPart
TTL - simpleType
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.
- SDMXCommonReferences.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="WildcardUrnVersionPart">
<xs:annotation>
<xs:documentation>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.</xs:documentation>
</xs:annotation>
<xs:restriction base="WildcardUrnMaintainableIdPart">
<xs:pattern value=".+\((0|[1-9]\d*)(\.(0|[1-9]\d*))?\).*" />
<xs:pattern value=".+\((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]*)))*)?\).*" />
<xs:pattern value=".+\0|[1-9]\d*)\+?)(\.((0|[1-9]\d*
{2}\).*" />
<xs:pattern value=".+\0|[1-9]\d*))(\.((0|[1-9]\d*)\+?))(\.((0|[1-9]\d*
\).*" />
<xs:pattern value=".+\0|[1-9]\d*))(\.((0|[1-9]\d*
(\.((0|[1-9]\d*)\+?))\).*" />
<xs:pattern value=".+\(\*\).*" />
</xs:restriction>
</xs:simpleType>