DataComponentValueType

Version 9.1 by Artur K. on 2026/05/25 16:45

  

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

 

© Semantic R&D Group, 2026