VersionType

Version 12.1 by Artur K. on 2026/05/26 14:04

  

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

 

© Semantic R&D Group, 2026