- https://purl.semanticip.org/linked-data/sdmx/ML/registry/VersionQueryType
TTL - rdfs:Datatype
- Version Query Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- simpleType
VersionQueryType is a simple type that allows for a version number to be substituted with a wild card character ("%") or a late bound character ("*").
- SDMXRegistryBase.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VersionQueryType">
<xs:annotation>
<xs:documentation>VersionQueryType is a simple type that allows for a version number to be substituted with a wild card character ("%") or a late bound character ("*").</xs:documentation>
</xs:annotation>
<xs:union memberTypes="common:WildcardVersionType common:WildCardValueType" />
</xs:simpleType>
owl:unionOf (
sip-sdmx-ML-common:WildcardVersionType
sip-sdmx-ML-common:WildCardValueType
)