iati-activities/iati-activity/contact-info
This is the reference page for the XML element contact-info
.
Contact information for the activity. Specify whatever is available. You may repeat this element for each contact person.
This element may occur any number of times.
The type of contact. See IATI codelist for values.
This value must be of type xsd:string.
This value must be on the ContactType codelist.
Example contact-info
for an iati-activity
.
This element is a parent for other child elements.
The @type
attribute declares a valid code (1) from the ContactType codelist.
<contact-info type="1">
...
</contact-info>
Full example with all child elements:
<contact-infotype="1">
<organisation>
<narrative>Agency A</narrative>
</organisation>
<department>
<narrative>Department B</narrative>
</department>
<person-name>
<narrative>A. Example</narrative>
</person-name>
<job-title>
<narrative>Transparency Lead</narrative>
</job-title>
<telephone>0044111222333444</telephone>
<email>[email protected]</email>
<website>http://www.example.org</website>
<mailing-address>
<narrative>Transparency House, The Street, Town, City, Postcode</narrative>
</mailing-address>
</contact-info>
The optional contact-info/department
element was added.
Added the optional contact-info/website
element.
Added the optional contact-info/@type
attribute.
Changed the following subelements of contact-info to allow multiple-language versions explicitly (no change to parsing; purely semantic):
organisation
person-name
job-title
mailing-address
Find the source of this documentation on github: