GregorianTimePeriodType

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

  

https://purl.semanticip.org/linked-data/sdmx/ML/common/GregorianTimePeriodType page_white_text TTL
rdfs:Datatype
Gregorian Time Period Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
common
simpleType

GregorianTimePeriodType defines the set of standard calendar periods in SDMX.

SDMXCommon.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GregorianTimePeriodType">
  <xs:annotation>
   <xs:documentation>GregorianTimePeriodType defines the set of standard calendar periods in SDMX.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="xs:gYear xs:gYearMonth xs:date" />
 </xs:simpleType>

 

owl:unionOf (
    xsd:gYear
    xsd:gYearMonth
    xsd:date
)

© Semantic R&D Group, 2026