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
<result type="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>
<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">
<comment>
<narrative>Target comment text</narrative>
</comment>
</target>
<actualvalue="11">
<comment>
<narrative>Actual comment text</narrative>
</comment>
</actual>
</period>
</indicator>
</result>
Developer tools
Find the source of this documentation on github:
Subelements