You are viewing VERSION 2.03 of IATI Standard Reference View another version
period-end
iati-activities/iati-activity/result/indicator/period/period-end
This is the reference page for the XML element period-end
.
Definition
The end of the reporting period.
Rules
This element must occur once and only once (within each parent element).
Attributes
@iso-date
This attribute is required.
This value must be of type xsd:date.
8.6.1: The start date of the indicator period must be before the end date of the indicator period.
Example Usage
Example usage of period-end
within period
, in context of an indicator
in a result
element.
An example date is declared in the @iso-date
attribute.
This example date format conform to the xsd:date standard - for most cases YYYY-MM-DD is sufficient.
<period>
<period-startiso-date="2013-01-01"/>
<period-endiso-date="2013-03-31"/>
<targetvalue="10">
<locationref="AF-KAN"/>
<locationref="KH-PNH"/>
<dimensionname="sex"value="female"/>
<dimensionname="age"value="adult"/>
<comment>
<narrative>Targetcommenttext</narrative>
</comment>
<document-linkformat="application/vnd.oasis.opendocument.text"url="http:www.example.org/docs/result_period_target_en.odt">
<title>
<narrative>ResultsPeriodTargetReport2013</narrative>
</title>
<description>
<narrative>Reportofresultsperiodtarget</narrative>
</description>
<categorycode="A01"/>
<languagecode="en"/>
<document-dateiso-date="2014-02-05"/>
</document-link>
</target>
<actualvalue="11">
<locationref="AF-KAN"/>
<locationref="KH-PNH"/>
<dimensionname="sex"value="female"/>
<dimensionname="age"value="adult"/>
<comment>
<narrative>Actualcommenttext</narrative>
</comment>
<document-linkformat="application/vnd.oasis.opendocument.text"url="http:www.example.org/docs/result_period_actual_en.odt">
<title>
<narrative>ResultsPeriodActualReport2013</narrative>
</title>
<description>
<narrative>Reportofresultsperiodactual</narrative>
</description>
<categorycode="A01"/>
<languagecode="en"/>
<document-dateiso-date="2014-02-05"/>
</document-link>
</actual>
</period>
Developer tools
Find the source of this documentation on github: