GroupingType

Version 21.1 by Artur K. on 2026/05/27 17:22

  

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

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:ComponentList ;
    owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:ComponentList ;
    owl:qualifiedCardinality 1 ;
    owl:onDataRange xsd:string
] ;

© Semantic R&D Group, 2026