website¶
iati-activities/iati-activity/contact-info/website
This is the reference page for the XML element website.
Definition¶
The contact web address. May be repeated for multiple sites.
Rules¶
The text in this element must be of type xsd:anyURI.
This element may occur any number of times.
Example Usage¶
Example website within contact-info of an iati-activity.
<contact-info type="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>transparency@example.org</email>
<website>http://www.example.org</website>
<mailing-address>
<narrative>Transparency House, The Street, Town, City, Postcode</narrative>
</mailing-address>
</contact-info>