You are viewing VERSION 2.02 of IATI Standard Reference View another version
indicator
iati-activities/iati-activity/result/indicator
This is the reference page for the XML element indicator
.
Definition
The indicator(s) that meet the results. There can be multiple indicators for each result.
Rules
This element must occur at least once (within each parent element).
Attributes
- @measure
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.
- @ascending
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
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.
<resulttype="1"aggregation-status="1">
<title>
<narrative>Resulttitle</narrative>
</title>
<description>
<narrative>Resultdescriptiontext</narrative>
</description>
<indicatormeasure="1"ascending="1">
<title>
<narrative>Indicatortitle</narrative>
</title>
<description>
<narrative>Indicatordescriptiontext</narrative>
</description>
<referencevocabulary="1"code="3429"/>
<referencevocabulary="7"code="861"/>
<referencevocabulary="99"code="B1"indicator-uri="http://example.com/indicators.html"/>
<baselineyear="2012"value="10">
<comment>
<narrative>Baselinecommenttext</narrative>
</comment>
</baseline>
<period>
<period-startiso-date="2013-01-01"/>
<period-endiso-date="2013-03-31"/>
<targetvalue="10">
<locationref="AF-KAN"/>
<locationref="KH-PNH"/>
<dimensionname="sex"value="female"/>
<dimensionname="age"value="adult"/>
<comment>
<narrative>Targetcommenttext</narrative>
</comment>
</target>
<actualvalue="11">
<locationref="AF-KAN"/>
<locationref="KH-PNH"/>
<dimensionname="sex"value="female"/>
<dimensionname="age"value="adult"/>
<comment>
<narrative>Actualcommenttext</narrative>
</comment>
</actual>
</period>
</indicator>
</result>
The indicator
element can be repeated in any result
of an iati-activity
.
Developer tools
Find the source of this documentation on github:
Subelements