NestedIDQueryType

Version 24.1 by Artur K. on 2026/05/29 12:23

  

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

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

SDMXRegistryBase.xsd

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

 

owl:unionOf (
    sip-sdmx-ML-common:NestedIDType
    sip-sdmx-ML-common:WildCardValueType
)

© Semantic R&D Group, 2026