- https://purl.semanticip.org/linked-data/sdmx/ML/GroupingType
TTL - complexType
GroupType is an abstract base type for specific structure groupings. It contains a collection of component lists. Concrete instances of this should restrict to specific concrete component lists.
- SDMXStructureBase.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GroupingType" abstract="true">
<xs:annotation>
<xs:documentation>GroupType is an abstract base type for specific structure groupings. It contains a collection of component lists. Concrete instances of this should restrict to specific concrete component lists.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element ref="ComponentList" />
</xs:sequence>
</xs:sequence>
</xs:complexType>