name¶
iati-organisations/iati-organisation/name
This is the reference page for the XML element name
.
Definition¶
The human-readable name of the organisation.
Rules¶
This element must occur once and only once (within each parent element).
Example Usage¶
Example of name
of an iati-organisation
.
<name>
<narrative>Organisation name</narrative>
<narrative xml:lang="fr">Nom de l'organisme</narrative>
</name>
Changelog¶
2.01¶
Freetext is no longer allowed with this element. It should now be declared with the new child narrative
element.