Default Tied Status
<default-tied-status></default-tied-status>
From the schema
Specify whether the aid is untied, tied, or partially tied, using a code list created by IATI. The content is free text that can optionally provide more detail. For the value of the @code attribute, see http://iatistandard.org/codelists/tied_status
This element is of the type "codeReqType" as described in the IATI Common schema
Data type for an element that refers to an object that must have a code.
value | use | description |
---|---|---|
@code | required | Machine-readable code for the entity being described. |
This element also references "textAtts"
Attribute group for elements containing free text content.
value | use | description |
---|---|---|
@xml:lang | optional | http://www.w3.org/XML/1998/namespace |
Standard compliance test(s) for /default-tied-status/@code
- Must be on: Tied Status Codelist
Default Tied Status
Example Usage
The code should be declared in any usage of this element:
<default-tied-status code="5"/>
Additionally, a text description of the code can be provided:
<default-tied-status code="5">Untied</default-tied-status>
Where this text description is in a language that differs from the default, then this should be declared accordingly:
<default-tied-status code="5" xml:lang="fr">Aide non-liee</default-tied-status>