VersionType

Version 17.1 by Artur K. on 2026/05/26 15:27

  

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

 

owl:unionOf (
    sip-sdmx-ML:LegacyVersionNumberType
    sip-sdmx-ML:SemanticVersionNumberType
)

© Semantic R&D Group, 2026