This version is DEPRECATED, v2.03 is the latest version
This version is DEPRECATED, v2.03 is the latest 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.
The type of measurement for the indicator value
This value must be of type xsd:string.
This value must be on the IndicatorMeasure codelist.
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). Defaults to true if omitted.
This value must be of type xsd:boolean.
The indicator
element acts as a container for other elements.
It is also contained within a result
element.
Example usage of indicator
in context of result
element.
Example indicator
with the IndicatorMeasure
code of 1 (Unit).
This example also declares that the data is ascending
, via a boolean:
<result type="1" aggregation-status="1">
<title>Result 1 title</title>
<description>Result 1 description text</description>
<indicatormeasure="1"ascending="1">
<title>Indicator 1 title</title>
<description>Indicator 1 description text</description>
<baseline year="2012" value="10">
<comment>Baseline comment text</comment>
</baseline>
<period>
<period-start iso-date="2013-01-01" />
<period-end iso-date="2013-03-31" />
<target value="10">
<comment>Target comment text</comment>
</target>
<actual value="11">
<comment>Actual comment text</comment>
</actual>
</period>
</indicator>
</result>
The indicator
element can be repeated within any result
element:
<result type="1" aggregation-status="1">
<title>Result 1 title</title>
<description>Result 1 description text</description>
<indicatormeasure="1"ascending="1">
<title>Indicator 1 title</title>
<description>Indicator 1 description text</description>
<baseline year="2012" value="10"/>
<period>
<period-start iso-date="2013-01-01"/>
<period-end iso-date="2013-03-31"/>
<target value="10"/>
<actual value="11"/>
</period>
</indicator>
<indicatormeasure="1"ascending="1">
<title>Indicator 2 title</title>
<description>Indicator 2 description text</description>
<baseline year="2012" value="10"/>
<period>
<period-start iso-date="2013-04-01"/>
<period-end iso-date="2013-06-30"/>
<target value="11"/>
<actual value="12"/>
</period>
</indicator>
</result>
Find the source of this documentation on github: