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