title
iati-activities/iati-activity/document-link/title
This is the reference page for the XML element title
.
Definition
A short, human-readable title.
Rules
This element must occur once and only once (within each parent element).
Example Usage
Example usage of title
of a document-link
in an iati-activity
.
<document-link format="application/vnd.oasis.opendocument.text" url="http:www.example.org/docs/report_en.odt">
<title>
<narrative>Project Report 2013</narrative>
<narrative xml:lang="fr">Rapport de projet 2013</narrative>
</title>
<category code="A01" />
<language code="en" />
</document-link>
Changelog
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:
Subelements