- https://purl.semanticip.org/linked-data/sdmx/ML/GroupDimension
TTL - element
GroupDimension is a component which contains only a reference to a dimension in the key descriptor (DimensionList). Although it is conventional to declare dimensions in the same order as they are declared in the ordered key, there is no requirement to do so - the ordering of the values of the key are taken from the order in which the dimensions are declared. Note that the id of a dimension may be inherited from its underlying concept - therefore this reference value may actually be the id of the concept.
- SDMXStructureDataStructure.xsd
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GroupDimension" type="GroupDimensionType" substitutionGroup="Component">
<xs:annotation>
<xs:documentation>GroupDimension is a component which contains only a reference to a dimension in the key descriptor (DimensionList). Although it is conventional to declare dimensions in the same order as they are declared in the ordered key, there is no requirement to do so - the ordering of the values of the key are taken from the order in which the dimensions are declared. Note that the id of a dimension may be inherited from its underlying concept - therefore this reference value may actually be the id of the concept.</xs:documentation>
</xs:annotation>
</xs:element>