WildcardUrnAgencyPart

Version 8.1 by Artur K. on 2026/05/25 16:46

  

https://purl.semanticip.org/linked-data/sdmx/ML/WildcardUrnAgencyPart page_white_text TTL
simpleType

This restricts the prefix and classes patterns to validate the agency part of a wildcarded URN reference (=<agency_id>emoticon_smile.

SDMXCommonReferences.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="WildcardUrnAgencyPart">
  <xs:annotation>
   <xs:documentation>This restricts the prefix and classes patterns to validate the agency part of a wildcarded URN reference (=&lt;agency_id&gt;:).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="UrnClassesPart">
   <xs:pattern value=".+=([A-Za-z][A-Za-z0-9_\-]*(\.[A-Za-z][A-Za-z0-9_\-]*)*):[^:]+" />
   <xs:pattern value=".+=\*:[^:]+" />
  </xs:restriction>
 </xs:simpleType>

 

© Semantic R&D Group, 2026