iati-activities/iati-activity/reporting-org
This is the reference page for the XML element reporting-org
.
The organisation issuing the report. May be a primary source (reporting on its own activity as donor, implementing agency, etc) or a secondary source (reporting on the activities of another organisation).
Specifying the @ref attribute is mandatory. May contain the organisation name as content.
All activities in an activity xml file must contain the same @ref AND this @ref must be the same as the iati-identifier recorded in the registry publisher record of the account under which this file is published.
This element must occur once and only once (within each parent element).
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}.
This attribute is required.
This value must be of type xsd:string.
1.1.3: The activity identifier must be different to the organisation identifier of the reporting organisation.
1.14.1: The reporting-org identifier should not start or end with spaces or newlines.
1.14.8: The reporting organisation id must start with an approved agency code.
1.14.13: The reporting-org identifier must not contain any of the symbols /, &, | or ?.
The type of organisation issuing the report. See IATI codelist for values.
This attribute is required.
This value must be of type xsd:string.
This value must be on the OrganisationType codelist.
A flag indicating that the reporting organisation of this activity is acting as a secondary reporter. A secondary reporter is one that reproduces data on the activities of an organisation for which it is not directly responsible. This does not include a publisher officially assigned as a proxy to report on behalf of another.
This value must be of type xsd:boolean.
Example reporting-org
for an iati-activity
An example organisation @ref
of AA-AAA-123456789 is declared.
The @type
attribute declares a valid code (40) from the OrganisationType codelist.
The optional @secondary-reporter
boolean is included, for illustration.
<reporting-org ref="AA-AAA-123456789" type="40" secondary-reporter="0">
<narrative>Organisation name</narrative>
<narrative xml:lang="fr">Nom de l'organisme</narrative>
</reporting-org>
The definition of the @ref
attributed was updated.
The definition of the @secondary-reporter
attributed was updated.
Freetext is no longer allowed with this element. It should now be declared with the new child narrative
element.
The @secondary-reporter
was introduced in 1.04.
Find the source of this documentation on github: