You are viewing VERSION 2.01 of IATI Standard Reference View another version
Important :
Les organisations participant à la lutte contre la pandémie de COVID-19 sont encouragées à publier des données sur leurs activités et leurs dépenses conformément à la norme de l’IITA. Lignes directrices de l’IITA concernant la publication de données relatives à la COVID-19.
Découvrez comment accéder à ces données en consultant le document suivant : Accéder aux lignes directrices sur la consultation et l’utilisation de données relatives à la COVID-19
You are viewing VERSION 2.01 of IATI Standard Reference View another version
iati-activities/iati-activity/result/indicator/baseline
This is the reference page for the XML element baseline
.
The baseline value for the indicator
This element must occur no more than once (within each parent element).
The year the baseline value was taken (yyyy)
This attribute is required.
This value must be of type xsd:positiveInteger.
The baseline value.
This attribute is required.
This value must be of type xsd:string.
Example of baseline
in context of an indicator
in a result
element.
This example declares @year
as 2012, with a @value
of 10:
<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>
<actual value="11">
<comment>
<narrative>Actual comment text</narrative>
</comment>
</actual>
</period>
</indicator>
</result>
Find the source of this documentation on github: