DataStructuresType

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

  

https://purl.semanticip.org/linked-data/sdmx/ML/DataStructuresType page_white_text TTL
owl:Class
Data Structures Type
complexType

DataStructuresType describes the structure of the data structure definitions container. It contains one or more data structure definition, which can be explicitly detailed or referenced from an external structure document or registry service.

SDMXStructure.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataStructuresType">
  <xs:annotation>
   <xs:documentation>DataStructuresType describes the structure of the data structure definitions container. It contains one or more data structure definition, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="DataStructure" type="DataStructureType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>DataStructure provides the details of a data structure definition, which is defined as a collection of metadata concepts, their structure and usage when used to collect or disseminate data.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:DataStructure ;
    owl:allValuesFrom sip-sdmx-ML:DataStructureType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:DataStructure ;
    owl:minQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML:DataStructureType
] ;

© Semantic R&D Group, 2026