You are viewing VERSION 1.05 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
period
iati-activities/iati-activity/result/indicator/period
This is the reference page for the XML element period
.
Definition
The period covered for the results reported. Multiple periods can be reported for a single indicator.
Example Usage
Example usage of period
in context of an indicator
in a result
element.
A date in ISO 8601 format (YYYY-MM-DD) is required for the period-start
and period-end
dates of the reporting period
:
<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