- https://purl.semanticip.org/linked-data/sdmx/ML/StandardTimePeriodType
TTL - 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>