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