ObservationalTimePeriodValueType

Version 11.1 by Artur K. on 2026/05/25 18:47

  

https://purl.semanticip.org/linked-data/sdmx/ML/ObservationalTimePeriodValueType page_white_text TTL
Observational Time Period Value Type
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>

 

© Semantic R&D Group, 2026