- https://purl.semanticip.org/linked-data/sdmx/ML/ObservationalTimePeriodType
TTL - Observational Time Period Type
- simpleType
ObservationalTimePeriodType specifies a distinct time period or point in time in SDMX. The time period can either be a Gregorian calendar period, a standard reporting period, a distinct point in time, or a time range with a specific date and duration.
- SDMXCommon.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ObservationalTimePeriodType">
<xs:annotation>
<xs:documentation>ObservationalTimePeriodType specifies a distinct time period or point in time in SDMX. The time period can either be a Gregorian calendar period, a standard reporting period, a distinct point in time, or a time range with a specific date and duration.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="StandardTimePeriodType TimeRangeType" />
</xs:simpleType>