WildcardUrnAgencyPart

Version 23.1 by Artur K. on 2026/05/29 11:44

  

https://purl.semanticip.org/linked-data/sdmx/ML/common/WildcardUrnAgencyPart page_white_text TTL
rdfs:Datatype
Wildcard Urn Agency Part
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
common
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>

 

sip-sdmx-ML:UrnClassesPart

owl:withRestrictions (
    [ xsd:pattern ".+=([A-Za-z][A-Za-z0-9_
-]*(
.[A-Za-z][A-Za-z0-9_
-]*)*):[^:]+" ]
    [ xsd:pattern ".+=
*:[^:]+" ]
)

© Semantic R&D Group, 2026