Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 744 Bytes

File metadata and controls

30 lines (21 loc) · 744 Bytes

Example Usage

The narrative child element can be used to declare freetext for the description of a result.

        <description>
                <narrative>Indicator title</narrative>
                <narrative xml:lang="fr">Indicator titre</narrative>
        </description>

The narrative element can be repeated for any language additional to the default language set in iati-activity, by using the @xml:lang attribute:

        <description>
                <narrative>Indicator title</narrative>
                <narrative xml:lang="fr">Indicator titre</narrative>
        </description>

Changelog

2.01

The narrative element was introduced in 2.01.