MetadataStructureComponentsType

Last modified by Artur K. on 2026/06/05 16:22

  

https://purl.semanticip.org/linked-data/sdmx/ML/structure/MetadataStructureComponentsType page_white_text TTL
owl:Class
Metadata Structure Components Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
structure
complexType

MetadataStructureComponentsType describes the structure of the grouping of the sets of the components that make up the metadata structure definition.

SDMXStructureMetadataStructure.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MetadataStructureComponentsType">
  <xs:annotation>
   <xs:documentation>MetadataStructureComponentsType describes the structure of the grouping of the sets of the components that make up the metadata structure definition.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
   <xs:extension base="MetadataStructureComponentsBaseType">
    <xs:sequence>
     <xs:element ref="MetadataAttributeList" />
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>

 

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

© Semantic R&D Group, 2026