You are viewing VERSION 2.03 of IATI Standard Reference View another version
comment
iati-activities/iati-activity/result/indicator/period/target/comment
This is the reference page for the XML element comment
.
Definition
A human-readable comment associated with a piece of aid information.
Rules
This element must occur no more than once (within each parent element).
Example Usage
Example usage of comment
for target
:
<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>
Changelog
2.01
Freetext is no longer allowed with this element. It should now be declared with the new child narrative
element.
Developer tools
Find the source of this documentation on github:
Subelements