MetadataType

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

  

https://purl.semanticip.org/linked-data/sdmx/ML/dsd/MetadataType page_white_text TTL
owl:Class
Metadata Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/data/structurespecific
dsd
complexType

MetadataType describes the structure for reference metadata associated with datasets, groups, series or observations.

SDMXDataStructureSpecific.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MetadataType">
  <xs:annotation>
   <xs:documentation>MetadataType describes the structure for reference metadata associated with datasets, groups, series or observations.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
   <xs:extension base="common:AnnotableType">
    <xs:sequence minOccurs="0">
     <xs:element ref="metadata:Attribute" maxOccurs="unbounded">
      <xs:annotation>
       <xs:documentation>Attribute elements hold the values being reported for reference metadata attributes, which were defined in the related metadata structure definition.</xs:documentation>
      </xs:annotation>
     </xs:element>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>

 

rdfs:subClassOf sip-sdmx-ML-common:AnnotableType ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty metadata:Attribute ;
    owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty metadata:Attribute ;
    owl:minQualifiedCardinality 1 ;
    owl:onDataRange xsd:string
] ;

© Semantic R&D Group, 2026