result
iati-activities/iati-activity/result
This is the reference page for the XML element result
.
Definition
A container for reporting outputs, outcomes, impacts and other results that stem directly from the activity. This may be repeated for each type of result reported.
Rules
This element may occur any number of times.
Attributes
- @type
An IATI code for the type of result being reported.
This attribute is required.
This value must be of type xsd:string.
This value must be on the ResultType codelist.
- @aggregation-status
Boolean flag indicating whether the data in the result set are suitable for aggregation.
This value must be of type xsd:boolean.
Example Usage
Example result
for an iati-activity
.
This element is a parent for other child elements.
The @type
attribute declares a valid code (1) from the ResultType codelist.
The @aggregation-status
1 boolean is included, for illustration of suitability for aggregation.
<result type="1" aggregation-status="1">
...
</result>
Full example with all child elements:
<resulttype="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>
<reference vocabulary="1" code="3429" />
<reference vocabulary="7" code="861" />
<reference vocabulary="99" code="B1" indicator-uri="http://example.com/indicators.html" />
<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">
<location ref="AF-KAN" />
<location ref="KH-PNH" />
<dimension name="sex" value="female" />
<dimension name="age" value="adult" />
<comment>
<narrative>Target comment text</narrative>
</comment>
</target>
<actual value="11">
<location ref="AF-KAN" />
<location ref="KH-PNH" />
<dimension name="sex" value="female" />
<dimension name="age" value="adult" />
<comment>
<narrative>Actual comment text</narrative>
</comment>
</actual>
</period>
</indicator>
</result>
The result
element can be repeated in any iati-activity
.
Developer tools
Find the source of this documentation on github:
Subelements