- https://purl.semanticip.org/linked-data/sdmx/ML/WildcardVersionType
TTL - 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>