You are viewing VERSION 1.04 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
You are viewing VERSION 1.04 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
iati-activities/iati-activity/result
This is the reference page for the XML element result
.
A measurable result of aid work.
A machine readable code describing the type of thing being referenced. The value should be available on a related codelist.
This value must be of type xsd:string.
This value must be on the ResultType codelist.
Boolean flag indicating whether the data in the result set are suitable for aggregation.
This value must be of type xsd:boolean.
The result
element is a container for other sub-elements. It is used to contain data for a result set.
Example result
that uses ResultType
code 1 (Output). This result
is suitable for aggregation, as the aggregation-status
boolean is set to 1:
<result type="1" aggregation-status="1">
...
</result>
<resulttype="1"aggregation-status="1">
<title>Result 1 title</title>
<description>Result 1 description text</description>
<indicator measure="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 result
element can be repeated within any iati-activity
:
<resulttype="1"aggregation-status="1">
<title>Result 1 title</title>
<description>Result 1 description text</description>
<indicator measure="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>
</result>
<resulttype="1"aggregation-status="1">
<title>Result 2 title</title>
<description>Result 2 description text</description>
<indicator measure="1" ascending="1">
<title>Indicator 1 title</title>
<description>Indicator 1 description text</description>
<baseline year="2012" value="110"/>
<period>
<period-start iso-date="2013-01-01"/>
<period-end iso-date="2013-03-31"/>
<target value="110"/>
<actual value="111"/>
</period>
</indicator>
</result>
Find the source of this documentation on github: