You are viewing VERSION 1.04 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
You are viewing VERSION 1.04 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
iati-organisations/iati-organisation/document-link/category
This is the reference page for the XML element category
.
IATI Document Category Code
For the value of the @code attribute, see http://iatistandard.org/codelists/document_category
Machine readable code for the entity being described. The value should be available on a related codelist.
This value must be of type xsd:string.
This value must be on the DocumentCategory codelist.
ISO 2 letter code specifying the language of text in this element.
This value should be on the Language codelist.
Example usage of category
in context of document-link
element:
<document-link format="application/vnd.oasis.opendocument.text" url="http:www.example.org/docs/report_en.odt">
<categorycode="B01"/>
<language code="en" />
<title>Annual Report 2013</title>
</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">
<categorycode="B01"/>
<categorycode="B02"/>
<categorycode="B03"/>
<language code="en" />
<title>Annual Report 2013</title>
</document-link>
Find the source of this documentation on github: