BasicTimePeriodType

Last modified by Artur K. on 2026/06/05 16:20

  

https://purl.semanticip.org/linked-data/sdmx/ML/common/BasicTimePeriodType page_white_text TTL
rdfs:Datatype
Basic Time Period Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
common
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-common:GregorianTimePeriodType
    xsd:dateTime
)

© Semantic R&D Group, 2026