ObsDimensionsCodeType

Version 15.1 by Artur K. on 2026/05/26 14:11

  

https://purl.semanticip.org/linked-data/sdmx/ML/ObsDimensionsCodeType page_white_text TTL
rdfs:Datatype
Obs Dimensions Code Type
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>

 

xsd:string

owl:withRestrictions (
    [ xsd:enumeration (
        "AllDimensions"xsd:string
        "TIME_PERIOD"
xsd:string
    ) ]
)

© Semantic R&D Group, 2026