owner-org¶
iati-activities/iati-activity/other-identifier/owner-org
This is the reference page for the XML element owner-org.
Definition¶
Where applicable, the organisation that owns the other identifier being reported. When used, then either other-identifier/owner-org/@ref or other-identifier/owner-org/narrative/text() MUST be present.
Rules¶
This element must occur no more than once (within each parent element).
Attributes¶
- @ref
An organisation identifier. This is NOT MANDATORY but when used MUST contain a valid organisation identifier.
This value must be of type xsd:string.
Example Usage¶
Example owner-org of an other-identifier of an iati-activity.
An example organisation @ref of AA-AAA-123456789 is declared.
<other-identifier ref="ABC123-XYZ" type="A1">
<owner-org ref="AA-AAA-123456789">
<narrative>Organisation name</narrative>
</owner-org>
</other-identifier>