- https://purl.semanticip.org/linked-data/sdmx/ML/UrnMaintainableIdPart
TTL - Urn Maintainable Id Part
- simpleType
This refines the prefix, classes, and agency 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.
- SDMXCommonReferences.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="UrnMaintainableIdPart">
<xs:annotation>
<xs:documentation>This refines the prefix, classes, and agency 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.</xs:documentation>
</xs:annotation>
<xs:restriction base="UrnAgencyPart">
<xs:pattern value=".+
[A-Za-z0-9_@$\-]+)\([0-9A-Za-z\-\.\+]+\)[^(\(\))]*" />
</xs:restriction>
</xs:simpleType>