You are viewing VERSION 2.01 of IATI Standard Reference View another 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 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: