StandardTimePeriodType

Version 24.1 by Artur K. on 2026/05/29 12:24

  

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

© Semantic R&D Group, 2026