You are viewing VERSION 1.05 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
Important :
Les organisations participant à la lutte contre la pandémie de COVID-19 sont encouragées à publier des données sur leurs activités et leurs dépenses conformément à la norme de l’IITA. Lignes directrices de l’IITA concernant la publication de données relatives à la COVID-19.
Découvrez comment accéder à ces données en consultant le document suivant : Accéder aux lignes directrices sur la consultation et l’utilisation de données relatives à la COVID-19
You are viewing VERSION 1.05 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
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.
A machine readable code describing the type of thing being referenced. The value should be available on a related codelist.
This value must be of type xsd:string.
This value must be on the ContactType codelist.
This element acts as a container for other sub elements.
Example contact-info
that declares ContactType
code 1:
<contact-info type="1">
....
</contact-info>
Example contact-info
containing all possible child elements: organisation
; person-name
; job-title
; mailing-address
; telephone
; email
; website
<contact-info type="1">
<organisation>Agency A</organisation>
<person-name>A. Example</person-name>
<job-title>Transparency Lead</job-title>
<telephone>0044111222333444</telephone>
<email>[email protected]</email>
<mailing-address>Transparency House, The Street, Town, City, Postcode</mailing-address>
<website>http://www.example.org</website>
</contact-info>
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):
Find the source of this documentation on github: