conditions

iati-activities/iati-activity/conditions

This is the reference page for the XML element conditions.

Definition

Specific terms and conditions attached to the activity that, if not met, may influence the delivery of commitments made by participating organisations.

Rules

This element must occur no more than once (within each parent element).

Attributes

@attached

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 Usage

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>

Developer tools

Find the source of this documentation on github:

Subelements