- https://purl.semanticip.org/linked-data/sdmx/ML/VersionType
TTL - simpleType
VersionType is used to communicate version information. Semantic versioning, based on 3 or 4 version parts (major.minor.patch[-extension]) is supported. The legacy SDMX version format is also supported.
- SDMXCommonReferences.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VersionType">
<xs:annotation>
<xs:documentation>VersionType is used to communicate version information. Semantic versioning, based on 3 or 4 version parts (major.minor.patch[-extension]) is supported. The legacy SDMX version format is also supported.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="LegacyVersionNumberType SemanticVersionNumberType" />
</xs:simpleType>