You are viewing VERSION 2.02 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.
<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>
<referencevocabulary="1"code="3429"/>
<referencevocabulary="7"code="861"/>
<referencevocabulary="99"code="B1"indicator-uri="http://example.com/indicators.html"/>
<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">
<locationref="AF-KAN"/>
<locationref="KH-PNH"/>
<dimensionname="sex"value="female"/>
<dimensionname="age"value="adult"/>
<comment>
<narrative>Targetcommenttext</narrative>
</comment>
</target>
<actualvalue="11">
<locationref="AF-KAN"/>
<locationref="KH-PNH"/>
<dimensionname="sex"value="female"/>
<dimensionname="age"value="adult"/>
<comment>
<narrative>Actualcommenttext</narrative>
</comment>
</actual>
</period>
</indicator>
</result>
Developer tools
Find the source of this documentation on github: