title¶
iati-activities/iati-activity/title
This is the reference page for the XML element title.
Definition¶
Data type for an element that must contain human-readable text. The information may be repeated in 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.