You are viewing VERSION 2.02 of IATI Standard Reference View another version
To search for organisations and projects in IATI data, see IATI data access tools
You are viewing VERSION 2.02 of IATI Standard Reference View another version
iati-activities/iati-activity/result/indicator/reference
This is the reference page for the XML element reference
.
A standardised means of identifying the indicator from a code in a recognised vocabulary. Multiple vocabularies may be specified, but each vocabulary may be specified only once for each indicator.
This element may occur any number of times.
8.11.1: A reference code must only be declared at result OR result indicator level.
A code for a recognised vocabulary of indicators. The value for this field should appear in the IndicatorVocabulary codelist.
This attribute is required.
This value must be of type xsd:string.
This value should be on the IndicatorVocabulary codelist.
A code for an indicator defined in the specified vocabulary specified.
This attribute is required.
This value must be of type xsd:string.
If the vocabulary is 99 (reporting organisation), the URI where this internal vocabulary is defined.
This value must be of type xsd:anyURI.
Example of reference
in the context of an indicator
of a result
element.
This example declares use of @vocabulary
1, with a @code
of 3429:
<reference vocabulary="1" code="3429" />
If a publisher uses a vocabulary of 99 (i.e. ‘Reporting Organisation’), then the @indicator-uri
attribute should also be used, for example:
<reference vocabulary="99" code="B1" indicator-uri="http://example.com/indicators.html" />
The reference
element can be repeated in any indicator
:
<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>
<referencevocabulary="1"code="3429"/>
<referencevocabulary="7"code="861"/>
<referencevocabulary="99"code="B1"indicator-uri="http://example.com/indicators.html"/>
<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">
<location ref="AF-KAN" />
<location ref="KH-PNH" />
<dimension name="sex" value="female" />
<dimension name="age" value="adult" />
<comment>
<narrative>Target comment text</narrative>
</comment>
</target>
<actual value="11">
<location ref="AF-KAN" />
<location ref="KH-PNH" />
<dimension name="sex" value="female" />
<dimension name="age" value="adult" />
<comment>
<narrative>Actual comment text</narrative>
</comment>
</actual>
</period>
</indicator>
</result>
The optional reference
element was added.
Find the source of this documentation on github: