StandardTimePeriodType

Version 21.1 by Artur K. on 2026/05/27 17:24

  

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

StandardTimePeriodType defines the set of standard time periods in SDMX. This includes the reporting time periods and the basic date type (i.e. the calendar time periods and the dateTime format).

SDMXCommon.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="StandardTimePeriodType">
  <xs:annotation>
   <xs:documentation>StandardTimePeriodType defines the set of standard time periods in SDMX. This includes the reporting time periods and the basic date type (i.e. the calendar time periods and the dateTime format).</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="BasicTimePeriodType ReportingTimePeriodType" />
 </xs:simpleType>

 

owl:unionOf (
    sip-sdmx-ML:BasicTimePeriodType
    sip-sdmx-ML:ReportingTimePeriodType
)

© Semantic R&D Group, 2026