iati-organisations/iati-organisation/document-link/category
This is the reference page for the XML element category
.
IATI Document Category Code
This element must occur at least once (within each parent element).
An IATI code defining the category of the document.
This attribute is required.
This value must be of type xsd:string.
This value must be on the DocumentCategory codelist.
Example usage of category
of a document-link
in an iati-organisation
.
This examples declares the DocumentCategory
code B01, using the @code
attribute.
<document-link format="application/vnd.oasis.opendocument.text" url="http://www.example.org/docs/report_en.odt">
<title>
<narrative>Annual Report 2013</narrative>
</title>
<description>
<narrative>Description of the annual report.</narrative>
</description>
<category code="B01" />
<language code="en" />
<document-date iso-date="2014-02-05" />
<recipient-country code="AF">
<narrative>Afghanistan</narrative>
</recipient-country>
</document-link>
The category
element can be repeated in any document-link
.
Example declaring multiple DocumentCategory
codes for the same document-link
:
<document-link format="application/vnd.oasis.opendocument.text" url="http://www.example.org/docs/report_en.odt">
<title>
<narrative>Annual Report 2013</narrative>
<narrative xml:lang="fr">Rapport annuel 2013</narrative>
</title>
<description>
<narrative>Descriptionofthedocument</narrative>
</description>
<category code="B01" />
<category code="B02" />
<category code="B03" />
<language code="en" />
<document-date iso-date="2014-02-05" />
<recipient-country code="AF">
<narrative>Afghanistan</narrative>
</recipient-country>
</document-link>
Freetext is no longer allowed within this element.
Find the source of this documentation on github: