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