You are viewing VERSION 1.05 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
actual
iati-activities/iati-activity/result/indicator/period/actual
This is the reference page for the XML element actual
.
Definition
A record of the achieved result for this period.
Attributes
- @value
The actual measure.
This value must be of type xsd:string.
Example Usage
Example usage of actual
within period
, in context of an indicator
in a result
element.
Example of a actual
value of 11
<resulttype="1"aggregation-status="1">
<title>Result1title</title>
<description>Result1descriptiontext</description>
<indicatormeasure="1"ascending="1">
<title>Indicator1title</title>
<description>Indicator1descriptiontext</description>
<baselineyear="2012"value="10">
<comment>Baselinecommenttext</comment>
</baseline>
<period>
<period-startiso-date="2013-01-01"/>
<period-endiso-date="2013-03-31"/>
<targetvalue="10">
<comment>Targetcommenttext</comment>
</target>
<actualvalue="11">
<comment>Actualcommenttext</comment>
</actual>
</period>
</indicator>
</result>
Developer tools
Find the source of this documentation on github:
Subelements