- https://purl.semanticip.org/linked-data/sdmx/ML/Grouping
TTL - element
Grouping is an abstract element that serves as a substitution head for all structure groupings. Groupings contain a collection of component lists for a structure. Concrete instances of this must use a concrete instance of GroupingType.
- SDMXStructureBase.xsd
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Grouping" type="GroupingType" abstract="true">
<xs:annotation>
<xs:documentation>Grouping is an abstract element that serves as a substitution head for all structure groupings. Groupings contain a collection of component lists for a structure. Concrete instances of this must use a concrete instance of GroupingType.</xs:documentation>
</xs:annotation>
</xs:element>