WildcardType

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

  

https://purl.semanticip.org/linked-data/sdmx/ML/WildcardType page_white_text TTL
Wildcard Type
simpleType

WildcardType is a single value code list, used to include the '*' character - indicating that the identification component is wildcarded.

SDMXCommonReferences.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="WildcardType">
  <xs:annotation>
   <xs:documentation>WildcardType is a single value code list, used to include the '*' character - indicating that the identification component is wildcarded.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
   <xs:enumeration value="*">
    <xs:annotation>
     <xs:documentation>Indicates that any value of the identifier component is allowed.</xs:documentation>
    </xs:annotation>
   </xs:enumeration>
  </xs:restriction>
 </xs:simpleType>

 

 

© Semantic R&D Group, 2026