ObsDimensionsCodeType

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

  

https://purl.semanticip.org/linked-data/sdmx/ML/ObsDimensionsCodeType page_white_text TTL
simpleType

ObsDimensionsCodeType is an enumeration containing the values "TimeDimension" and "AllDimensions"

SDMXCommon.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ObsDimensionsCodeType">
  <xs:annotation>
   <xs:documentation>ObsDimensionsCodeType is an enumeration containing the values "TimeDimension" and "AllDimensions"</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
   <xs:enumeration value="AllDimensions">
    <xs:annotation>
     <xs:documentation>AllDimensions notes that the cross sectional format shall be flat; that is all dimensions should be contained at the observation level.</xs:documentation>
    </xs:annotation>
   </xs:enumeration>
   <xs:enumeration value="TIME_PERIOD">
    <xs:annotation>
     <xs:documentation>TIME_PERIOD refers to the fixed identifier for the time dimension.</xs:documentation>
    </xs:annotation>
   </xs:enumeration>
  </xs:restriction>
 </xs:simpleType>

 

© Semantic R&D Group, 2026