title¶
iati-activities/iati-activity/title
This is the reference page for the XML element title
.
Definition¶
A short, human-readable title that contains a meaningful summary of the activity. May be repeated for different languages.
Rules¶
This element must occur once and only once (within each parent element).
Example Usage¶
Example title
for an iati-activity
:
<title>
<narrative>Activity title</narrative>
<narrative xml:lang="fr">Titre de l'activité</narrative>
<narrative xml:lang="es">Título de la actividad</narrative>
</title>
Changelog¶
2.01¶
Freetext is no longer allowed with this element. It should now be declared with the new child narrative
element.