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.
@last-updated-datetimemust not be more recent than the current date
- @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. If this is not declared then the xml:lang attribute MUST be specified for each narrative element.
This value should be on the Language codelist.
@xml:langmust exist, otherwise alllangmust exist.
- @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.
@default-currencymust exist, otherwise allcurrencymust exist.
Example Usage¶
Example usage of iati-organisation.
@last-updated-datetime attribute.@xml:lang attribute declares a valid code (en) from the Language codelist.@default-currency attribute declares a valid code (EUR) from the Currency codelist. <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>