ProvisionAgreementsType

Version 24.1 by Artur K. on 2026/05/29 12:24

  

https://purl.semanticip.org/linked-data/sdmx/ML/structure/ProvisionAgreementsType page_white_text TTL
owl:Class
Provision Agreements Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
structure
complexType

ProvisionAgreementsType describes the structure of the provision agreements container. It contains one or more 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="ProvisionAgreementsType">
  <xs:annotation>
   <xs:documentation>ProvisionAgreementsType describes the structure of the provision agreements container. It contains one or more 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="ProvisionAgreement" type="ProvisionAgreementType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>ProvisionAgreement provides the details of a provision agreement, which is an agreement for a data provider to report data against a flow.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:ProvisionAgreement ;
    owl:allValuesFrom sip-sdmx-ML-structure:ProvisionAgreementType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:ProvisionAgreement ;
    owl:minQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML-structure:ProvisionAgreementType
] ;

© Semantic R&D Group, 2026