contact-info ============ ``iati-activities/iati-activity/contact-info`` This is the reference page for the XML element ``contact-info``. .. index:: single: contact-info Definition ~~~~~~~~~~ Contact information for the activity. Specify whatever is available. You may repeat this element for each contact person. Rules ~~~~~ This element may occur any number of times. Attributes ~~~~~~~~~~ .. _iati-activities/iati-activity/contact-info/.type: @type The type of contact. See IATI codelist for values. This value must be of type xsd:string. This value must be on the :doc:`ContactType codelist `. Example Usage ~~~~~~~~~~~~~ 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. .. code-block:: xml ... | Full example with all child elements: .. literalinclude:: ../../activity-standard-example-annotated.xml :language: xml :start-after: :end-before: Changelog ~~~~~~~~~ 2.01 ^^^^ The optional ``contact-info/department`` element was `added `__. 1.03 ^^^^ 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 Developer tools ~~~~~~~~~~~~~~~ Find the source of this documentation on github: * `Schema `_ * `Extra Documentation `_ Subelements ~~~~~~~~~~~ .. toctree:: :titlesonly: :maxdepth: 1 contact-info/organisation contact-info/department contact-info/person-name contact-info/job-title contact-info/telephone contact-info/email contact-info/website contact-info/mailing-address