GroupingType

Version 12.1 by Artur K. on 2026/05/26 14:02

  

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

 

© Semantic R&D Group, 2026