- https://purl.semanticip.org/linked-data/sdmx/ML/DataComponentValueType
TTL - Data Component Value Type
- complexType
DataComponentValueType derives from the SimpleValueType, but does not allow for validity dates.
- SDMXStructureConstraint.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataComponentValueType">
<xs:annotation>
<xs:documentation>DataComponentValueType derives from the SimpleValueType, but does not allow for validity dates.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="SimpleComponentValueType">
<xs:attribute name="validFrom" type="common:StandardTimePeriodType" use="prohibited" />
<xs:attribute name="validTo" type="common:StandardTimePeriodType" use="prohibited" />
</xs:restriction>
</xs:simpleContent>
</xs:complexType>