You are viewing VERSION 2.01 of IATI Standard Reference View another version
Important notice:
Organisations involved in addressing the COVID-19 pandemic are encouraged to publish data on their spending and activities using the IATI Standard. See COVID-19 IATI publishing guidance.
Discover how to access data by reading Guidance: Accessing and Using IATI COVID-19 Data
You are viewing VERSION 2.01 of IATI Standard Reference View another version
iati-activities/iati-activity/conditions
This is the reference page for the XML element conditions
.
Specific terms and conditions attached to the activity that, if not met, may influence the delivery of commitments made by participating organisations.
This element must occur no more than once (within each parent element).
A yes/no (1/0) value stating whether there are conditions attached to the activity. It is strongly recommended that this attribute is reported, even if there are no conditions attached (i.e. attached=”0”)
This attribute is required.
This value must be of type xsd:boolean.
Example conditions
for an iati-activity
.
This element is a parent for condition
child element(s).
The @attached
0 boolean is included, for illustration of no conditions.
<conditions attached="0"/>
The @attached
1 boolean is included, for illustration of conditions.
<conditions attached="1">
...
</conditions>
Full example with all child elements:
<conditions attached="1">
<condition type="1">
<narrative>Conditions text</narrative>
<narrative xml:lang="fr">Conditions texte</narrative>
</condition>
</conditions>
Find the source of this documentation on github: