UrnPrefixPart

Version 12.1 by Artur K. on 2026/05/26 14:04

  

https://purl.semanticip.org/linked-data/sdmx/ML/UrnPrefixPart page_white_text TTL
Urn Prefix Part
simpleType

This is validates the first part of the URN (urn:sdmx.org.infomodel.<package>.<class=). It is intended to be further restricted.

SDMXCommonReferences.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="UrnPrefixPart">
  <xs:annotation>
   <xs:documentation>This is validates the first part of the URN (urn:sdmx.org.infomodel.&lt;package&gt;.&lt;class=). It is intended to be further restricted.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
   <xs:pattern value="urn:sdmx:org\.sdmx\.infomodel\.[a-z]+\.[A-Za-z]+=[^=]+" />
  </xs:restriction>
 </xs:simpleType>

 

© Semantic R&D Group, 2026