- https://purl.semanticip.org/linked-data/sdmx/ML/ObservationalTimePeriodValueType
TTL - complexType
ObservationalTimePeriodValueType is a refinement of SimpleValueType limiting the content to be an observational time period.
- SDMXCommon.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ObservationalTimePeriodValueType">
<xs:annotation>
<xs:documentation>ObservationalTimePeriodValueType is a refinement of SimpleValueType limiting the content to be an observational time period.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="ValueType">
<xs:simpleType>
<xs:restriction base="ObservationalTimePeriodType" />
</xs:simpleType>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>