HeaderTimeType

Version 22.1 by Artur K. on 2026/05/27 17:23

  

https://purl.semanticip.org/linked-data/sdmx/ML/HeaderTimeType page_white_text TTL
rdfs:Datatype
Header Time Type
simpleType

Provides a union type of xs:date and xs:dateTime for the header fields in the message.

SDMXMessage.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="HeaderTimeType">
  <xs:annotation>
   <xs:documentation>Provides a union type of xs:date and xs:dateTime for the header fields in the message.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="xs:dateTime xs:date" />
 </xs:simpleType>
 

owl:unionOf (
    xsd:dateTime
    xsd:date
)

© Semantic R&D Group, 2026