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/result/indicator
This is the reference page for the XML element indicator
.
The indicator(s) that meet the results. There can be multiple indicators for each result.
This element must occur at least once (within each parent element).
An IATI code defining the unit of measure in which the value is reported.
This attribute is required.
This value must be of type xsd:string.
This value must be on the IndicatorMeasure codelist.
A boolean describing the behaviour of the indicator. It is “true” if the indicator improves from small to large (e.g. clinics built); false if it improves from large to small (e.g. cases of a disease).
This value must be of type xsd:boolean.
Example usage of indicator
in a result
of an iati-activity
.
This element is a parent for other child elements. It is also contained within a result
element.
The @measure
attribute declares a valid code (1) from the IndicatorMeasure codelist.
The @ascending
boolean of 1 also declares that the data is asscending.
<result type="1" aggregation-status="1">
<title>
<narrative>Result title</narrative>
</title>
<description>
<narrative>Result description text</narrative>
</description>
<indicator measure="1" ascending="1">
<title>
<narrative>Indicator title</narrative>
</title>
<description>
<narrative>Indicator description text</narrative>
</description>
<baseline year="2012" value="10">
<comment>
<narrative>Baseline comment text</narrative>
</comment>
</baseline>
<period>
<period-start iso-date="2013-01-01" />
<period-end iso-date="2013-03-31" />
<target value="10">
<comment>
<narrative>Target comment text</narrative>
</comment>
</target>
<actual value="11">
<comment>
<narrative>Actual comment text</narrative>
</comment>
</actual>
</period>
</indicator>
</result>
The indicator
element can be repeated in any result
of an iati-activity
.
Find the source of this documentation on github: