ObservationDimensionType

Version 23.1 by Artur K. on 2026/05/29 11:43

  

https://purl.semanticip.org/linked-data/sdmx/ML/common/ObservationDimensionType page_white_text TTL
rdfs:Datatype
Observation Dimension Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
common
simpleType

ObservationDimensionType allows for the dimension at the observation level to be specified by either providing the dimension identifier or using the explicit value "AllDimensions".

SDMXCommon.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ObservationDimensionType">
  <xs:annotation>
   <xs:documentation>ObservationDimensionType allows for the dimension at the observation level to be specified by either providing the dimension identifier or using the explicit value "AllDimensions".</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="NCNameIDType ObsDimensionsCodeType" />
 </xs:simpleType>

 

owl:unionOf (
    sip-sdmx-ML:NCNameIDType
    sip-sdmx-ML:ObsDimensionsCodeType
)

© Semantic R&D Group, 2026