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/condition
This is the reference page for the XML element condition
.
The text of a specific condition attached to the activity. Organisation-wide terms and conditions that apply to all activities should not be reported here, but in either iati-organisation/document-link or iati-activity-document-link
This element may occur any number of times.
An IATI code defining the type of condition.
This attribute is required.
This value must be of type xsd:string.
This value must be on the ConditionType codelist.
Example condition
child element of conditions
of an iati-activity
.
The @type
attribute declares a valid code (1) from the ConditionType codelist.
<conditions attached="1">
<condition type="1">
<narrative>Conditions text</narrative>
<narrative xml:lang="fr">Conditions texte</narrative>
</condition>
</conditions>
The condition
element can be repeated in any conditions
of an iati-activity
.
Freetext is no longer allowed with this element. It should now be declared with the new child narrative
element.
It was always the intention of the standard that a condition could be specified in different languages but the schema has never allowed it.
This has now been fixed.
Find the source of this documentation on github: