- https://purl.semanticip.org/linked-data/sdmx/ML/common/WildcardVersionType
TTL - rdfs:Datatype
- Wildcard Version Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- 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
)