iati-organisation¶
iati-organisations/iati-organisation
This is the reference page for the XML element iati-organisation.
Definition¶
Top-level element for a single IATI organisation report.
Rules¶
This element must occur at least once (within each parent element).
Attributes¶
- @last-updated-datetime
The last date/time that the data for this specific organisation was updated. This date must change whenever the value of any field changes.
This value must be of type xsd:dateTime.
- @xml:lang
A code specifying the default language of text in this organisation. It is recommended that wherever possible only codes from ISO 639-1 are used.
This value must be on the Language codelist.
- @default-currency
Default ISO 4217 currency code for all financial values in this activity report. If this is not declared then the currency attribute MUST be specified for all monetary values.
This value must be of type xsd:string.
This value must be on the Currency codelist.
Example Usage¶
Example usage of iati-organisation.
<iati-organisation default-currency="EUR" last-updated-datetime="2014-09-10T07:15:37Z" xml:lang="en">
The iati-organisation element acts as a container for other sub-elements. It is closed as follows:
</iati-organisation>