iati-organisations/iati-organisation/document-link/title
This is the reference page for the XML element title
.
A short, human-readable title.
This element must occur once and only once (within each parent element).
Example usage of title
of a document-link
in an iati-organisation
.
<document-link format="application/vnd.oasis.opendocument.text" url="http://www.example.org/docs/report_en.odt">
<title>
<narrative>Annual Report 2013</narrative>
</title>
<category code="B01" />
<language code="en" />
<document-date iso-date="2014-02-05" />
<recipient-country code="AF">
<narrative>Afghanistan</narrative>
</recipient-country>
</document-link>
Freetext is no longer allowed with this element. It should now be declared with the new child narrative
element.
Find the source of this documentation on github: