This version is DEPRECATED, v2.03 is the latest version
This version is DEPRECATED, v2.03 is the latest version
iati-organisations/iati-organisation
This is the reference page for the XML element iati-organisation
.
Top-level element for a single IATI organisation report.
The schema states that this element must have at least 1 subelement.
A number indicating the IATI specification version in use. Defaults to “1.0” if not specified. It is required to specify this attribute if the document is using features specific to an IATI specification other than the initial 1.0 version.
This value must be of type xsd:decimal.
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.
ISO 2 letter code specifying the language of text in this element.
This value should be on the Language codelist.
Default ISO 4217 currency code for all financial values in this organisation report.
This value must be of type xsd:string.
This value must be on the Currency codelist.
Example of iati-organisation
with last updated-datetime
of on 6th May 2014.
Language set as en (English) and a default-currency
to EUR (Euros).
The optional version
of 1.04 is also stated:
<iati-organisation default-currency="EUR" last-updated-datetime="2014-05-06T10:15:37" xml:lang="en" version="1.04">
The iati-organisation
element acts as a container for other sub-elements. It is closed as follows:
<!--document-link-language starts-->
<document-link format="application/vnd.oasis.opendocument.text" url="http:www.example.org/docs/report_fr.odt">
<category code="B01" />
<language code="fr" />
<title>Annual Report 2013</title>
<title xml:lang="fr">Rapport annuel 2013</title>
</document-link>
<!--document-link-language ends-->
<!--document-link-lang starts-->
<document-link format="application/vnd.oasis.opendocument.text" url="http:www.example.org/docs/report_en.odt">
<category code="B01" />
<language code="en" />
<title>Annual Report 2013</title>
<title xml:lang="fr">Rapport annuel 2013</title>
</document-link>
<!--document-link-lang ends-->
<!--multi-cat-document-link starts-->
<document-link format="application/vnd.oasis.opendocument.text" url="http:www.example.org/docs/report_en.odt">
<category code="B01" />
<category code="B02" />
<category code="B03" />
<language code="en" />
<title>Annual Report 2013</title>
</document-link>
<!--multi-cat-document-link ends-->
</iati-organisation>
Find the source of this documentation on github: