MetadataProvisionAgreementsType

Version 17.1 by Artur K. on 2026/05/27 11:02

  

https://purl.semanticip.org/linked-data/sdmx/ML/MetadataProvisionAgreementsType page_white_text TTL
owl:Class
Metadata Provision Agreements Type
complexType

MetadataProvisionAgreementsType describes the structure of the metadata provision agreements container. It contains one or more metadata provision agreement, 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="MetadataProvisionAgreementsType">
  <xs:annotation>
   <xs:documentation>MetadataProvisionAgreementsType describes the structure of the metadata provision agreements container. It contains one or more metadata provision agreement, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="MetadataProvisionAgreement" type="MetadataProvisionAgreementType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>MetadataProvisionAgreement provides the details of a metadata provision agreement, which is an agreement for a metadata provider to report reference metadata against a flow.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

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

© Semantic R&D Group, 2026