iati-organisation ================= ``iati-organisations/iati-organisation`` This is the reference page for the XML element ``iati-organisation``. .. index:: single: 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 ~~~~~~~~~~ .. _iati-organisations/iati-organisation/.last-updated-datetime: @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-datetime`` must not be more recent than the current date .. _iati-organisations/iati-organisation/.xml:lang: @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 :doc:`Language codelist `. ``@xml:lang`` must exist, otherwise all ``lang`` must exist. .. _iati-organisations/iati-organisation/.default-currency: @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 :doc:`Currency codelist `. ``@default-currency`` must exist, otherwise all ``currency`` must exist. Example Usage ~~~~~~~~~~~~~ Example usage of ``iati-organisation``. | This element is a parent for other child elements. | This example provides a dateTime of *2014-09-10T07:15:37Z* for the ``@last-updated-datetime`` attribute. | A dateTime in UTC time is indicated by adding a *Z* behind the time | This example dateTime format conforms to the *xsd:dateTime* standard. | The ``@xml:lang`` attribute declares a valid code (*en*) from the *Language* codelist. | The ``@default-currency`` attribute declares a valid code (*EUR*) from the *Currency* codelist. .. literalinclude:: ../organisation-standard-example-annotated.xml :language: xml :start-after: :end-before: The ``iati-organisation`` element acts as a container for other sub-elements. It is closed as follows: .. literalinclude:: ../organisation-standard-example-annotated.xml :language: xml :start-after: :end-before: Changelog ~~~~~~~~~ 2.01 ^^^^ | The ``version`` attribute was `removed `__ Developer tools ~~~~~~~~~~~~~~~ Find the source of this documentation on github: * `Schema `_ * `Extra Documentation `_ Subelements ~~~~~~~~~~~ .. toctree:: :titlesonly: :maxdepth: 1 iati-organisation/organisation-identifier iati-organisation/name iati-organisation/reporting-org iati-organisation/total-budget iati-organisation/recipient-org-budget iati-organisation/recipient-region-budget iati-organisation/recipient-country-budget iati-organisation/total-expenditure iati-organisation/document-link