You are viewing VERSION 2.01 of IATI Standard Reference View another 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.
Rules
This element must occur no more than once (within each parent element).
Attributes
- @value
The actual measure.
This attribute is required.
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.
The @value
attribute declares an example value of 11
<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>
<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">
<comment>
<narrative>Targetcommenttext</narrative>
</comment>
</target>
<actualvalue="11">
<comment>
<narrative>Actualcommenttext</narrative>
</comment>
</actual>
</period>
</indicator>
</result>
Developer tools
Find the source of this documentation on github:
Subelements