MetadataStructureType

Last modified by Artur K. on 2026/06/05 17:23

  

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

MetadataStructureType is an abstract base type the forms the basis of the structural information for any metadata message. A reference to the metadata structure definition or a metadataflow must be provided. This can be used to determine the structure of the message.

SDMXCommon.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MetadataStructureType" abstract="true">
  <xs:annotation>
   <xs:documentation>MetadataStructureType is an abstract base type the forms the basis of the structural information for any metadata message. A reference to the metadata structure definition or a metadataflow must be provided. This can be used to determine the structure of the message.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
   <xs:restriction base="PayloadStructureType">
    <xs:sequence>
     <xs:choice>
      <xs:element name="ProvisionAgreement" type="ProvisionAgreementReferenceType">
       <xs:annotation>
        <xs:documentation>ProvisionAgreement references a provision agreement which the metadata is reported against.</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name="StructureUsage" type="MetadataflowReferenceType">
       <xs:annotation>
        <xs:documentation>StructureUsage references a metadataflow which the metadata is reported against.</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name="Structure" type="MetadataStructureReferenceType">
       <xs:annotation>
        <xs:documentation>Structure references the metadata structure definition which defines the structure of the metadata.</xs:documentation>
       </xs:annotation>
      </xs:element>
     </xs:choice>
    </xs:sequence>
    <xs:attribute name="dimensionAtObservation" type="ObservationDimensionType" use="prohibited" />
    <xs:attribute name="explicitMeasures" type="xs:boolean" use="prohibited" />
   </xs:restriction>
  </xs:complexContent>
 </xs:complexType>

 

rdfs:subClassOf sip-sdmx-ML-common:PayloadStructureType ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:ProvisionAgreement ;
    owl:allValuesFrom sip-sdmx-ML-common:ProvisionAgreementReferenceType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:ProvisionAgreement ;
    owl:qualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML-common:ProvisionAgreementReferenceType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:StructureUsage ;
    owl:allValuesFrom sip-sdmx-ML-common:MetadataflowReferenceType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:StructureUsage ;
    owl:qualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML-common:MetadataflowReferenceType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML-message:Structure ;
    owl:allValuesFrom sip-sdmx-ML-common:MetadataStructureReferenceType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML-message:Structure ;
    owl:qualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML-common:MetadataStructureReferenceType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:dimensionAtObservation ;
    owl:allValuesFrom sip-sdmx-ML-common:ObservationDimensionType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:dimensionAtObservation ;
    owl:maxQualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML-common:ObservationDimensionType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:explicitMeasures ;
    owl:allValuesFrom xsd:boolean
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:explicitMeasures ;
    owl:maxQualifiedCardinality 1 ;
    owl:onDataRange xsd:boolean
] ;

© Semantic R&D Group, 2026