BasicTimePeriodType

Version 20.1 by Artur K. on 2026/05/27 17:22

  

https://purl.semanticip.org/linked-data/sdmx/ML/BasicTimePeriodType page_white_text TTL
rdfs:Datatype
Basic Time Period Type
simpleType

BasicTimePeriodType contains the basic dates and calendar periods. It is a combination of the Gregorian time periods and the date time type.

SDMXCommon.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BasicTimePeriodType">
  <xs:annotation>
   <xs:documentation>BasicTimePeriodType contains the basic dates and calendar periods. It is a combination of the Gregorian time periods and the date time type.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="GregorianTimePeriodType xs:dateTime" />
 </xs:simpleType>

 

owl:unionOf (
    sip-sdmx-ML:GregorianTimePeriodType
    xsd:dateTime
)

© Semantic R&D Group, 2026