You are viewing VERSION 2.03 of IATI Standard Reference View another version
person-name
iati-activities/iati-activity/contact-info/person-name
This is the reference page for the XML element person-name
.
Definition
The name of the contact person for the activity.
Rules
This element must occur no more than once (within each parent element).
Example Usage
Example person-name
within contact-info
of an iati-activity
<contact-infotype="1">
<organisation>
<narrative>AgencyA</narrative>
</organisation>
<department>
<narrative>DepartmentB</narrative>
</department>
<person-name>
<narrative>A.Example</narrative>
</person-name>
<job-title>
<narrative>TransparencyLead</narrative>
</job-title>
<telephone>0044111222333444</telephone>
<email>[email protected]</email>
<website>http://www.example.org</website>
<mailing-address>
<narrative>TransparencyHouse,TheStreet,Town,City,Postcode</narrative>
</mailing-address>
</contact-info>
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