- https://purl.semanticip.org/linked-data/sdmx/ML/ProvisionAgreementsType
TTL - 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>