iati-activities¶
iati-activities
This is the reference page for the XML element iati-activities
.
Definition¶
Top-level list of one or more IATI activity records.
Attributes¶
- @version
A number indicating the IATI specification version in use. This is mandatory and must be a valid version.
This attribute is required.
This value must be of type xsd:string.
This value must be on the Version codelist.
- @generated-datetime
A date/time stamp for when this file was generated. This is not necessarily the last-updated date for the individual activity records in it. Use of this attribute is highly recommended, to allow recipients to know when a file has been updated.
This value must be of type xsd:dateTime.
- @linked-data-default
If a publisher chooses to publish linked data about their IATI activities then allowing them to declare where this data is published would support discovery of it, and any additional information they may choose to publish as Linked Data alongside it.
This attribute is a URI path upon which an activity identifier can be appended to get a differentiable URI for any activity contained within a file.
Where a publisher declares using one of these properties that authoritative linked data is accessible for an activity then consuming applications that are generating Linked Data from an IATI XML file should assert an owl:sameAs relationship to the relevant URI.
This value must be of type xsd:anyURI.
Example Usage¶
Example usage of iati-activities
.
@generated-datetime
attribute.@version
attribute declares a valid code (2.x) from the Version codelist.@linked-data-default
attribute is also included.<iati-activities generated-datetime="2014-09-10T07:15:37Z" version="2.03" linked-data-default="http://data.example.org/">
The iati-activities
element acts as a container for other sub-elements. It is closed as follows:
</iati-activities>