WildcardVersionType

Version 18.1 by Artur K. on 2026/05/27 11:11

  

https://purl.semanticip.org/linked-data/sdmx/ML/WildcardVersionType page_white_text TTL
rdfs:Datatype
Wildcard Version Type
simpleType

WildcardVersionType combines the VersionType and WildcardType to allow a reference to either a specific version of an object, or to wildcard the version in the reference by specifying the '*' value.

SDMXCommonReferences.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="WildcardVersionType">
  <xs:annotation>
   <xs:documentation>WildcardVersionType combines the VersionType and WildcardType to allow a reference to either a specific version of an object, or to wildcard the version in the reference by specifying the '*' value.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="VersionReferenceType WildcardType" />
 </xs:simpleType>

 

owl:unionOf (
    sip-sdmx-ML:VersionReferenceType
    sip-sdmx-ML:WildcardType
)

© Semantic R&D Group, 2026