IDQueryType

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

  

https://purl.semanticip.org/linked-data/sdmx/ML/registry/IDQueryType page_white_text TTL
rdfs:Datatype
I D Query Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
registry
simpleType

IDQueryType is a simple type that allows for an identifier to be substituted with a wild card character ("%").

SDMXRegistryBase.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IDQueryType">
  <xs:annotation>
   <xs:documentation>IDQueryType is a simple type that allows for an identifier to be substituted with a wild card character ("%").</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="common:IDType common:WildCardValueType" />
 </xs:simpleType>

 

owl:unionOf (
    sip-sdmx-ML:IDType
    sip-sdmx-ML:WildCardValueType
)

© Semantic R&D Group, 2026