provider-org ============ ``iati-activities/iati-activity/transaction/provider-org`` This is the reference page for the XML element ``provider-org``. .. index:: single: provider-org Definition ~~~~~~~~~~ For incoming funds this is the organisation from which the transaction originated. If omitted on outgoing funds the reporting-org is assumed. Rules ~~~~~ This element must occur no more than once (within each parent element). Attributes ~~~~~~~~~~ .. _iati-activities/iati-activity/transaction/provider-org/.ref: @ref Machine-readable identification string for the organisation issuing the report. Must be in the format {RegistrationAgency}-{RegistrationNumber} where {RegistrationAgency} is a valid code in the Organisation Registration Agency code list and {RegistrationNumber} is a valid identifier issued by the {RegistrationAgency}. If this is not present then the narrative MUST contain the name of the organisation. This value must be of type xsd:string. ``transaction/provider-org/@ref`` should match the regex ``[^\/\&\|\?]+`` Either ``@ref`` or ``narrative`` must be present. .. _iati-activities/iati-activity/transaction/provider-org/.provider-activity-id: @provider-activity-id If incoming funds are being provided from the budget of another activity that is reported to IATI, it if STRONGLY RECOMMENDED that this should record the provider's unique IATI activity identifier for that activity. This value must be of type xsd:string. .. _iati-activities/iati-activity/transaction/provider-org/.type: @type The type of organisation providing the funds. This value must be of type xsd:string. This value must be on the :doc:`OrganisationType codelist `. Example Usage ~~~~~~~~~~~~~ Example usage of ``provider-org`` of a ``transaction`` in an ``iati-activity``. | This example declares the organisation identifier with the ``@ref`` attribute. | This example declares the type of organisation who provided the funds, using the ``@type`` attribute. .. code-block:: xml Agency B | This example additionally declares the unique ``iati-identifier`` of the reported ``iati-activity`` from where the transaction is provided, with the ``@provider-activity-id`` attribute. .. code-block:: xml Agency B Full example, within a ``transaction``. .. literalinclude:: ../../../activity-standard-example-annotated.xml :language: xml :start-after: :end-before: Changelog ~~~~~~~~~ 2.03 ^^^^ | The definition of the ``@ref`` attribute was `updated `__. 2.02 ^^^^ | The attribute ``@type`` was `added `__. 2.01 ^^^^ | Freetext is no longer allowed with this element. It should now be declared with the new child ``narrative`` element. Developer tools ~~~~~~~~~~~~~~~ Find the source of this documentation on github: * `Schema `_ * `Extra Documentation `_ Subelements ~~~~~~~~~~~ .. toctree:: :titlesonly: :maxdepth: 1 provider-org/narrative