Tied Status
<tied-status></tied-status>
From the schema
Optional element to override the top-level default-tied-status element (pooled, etc.) on a transaction-by-transaction basis if needed. 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
- Must be on: Tied Status Codelist
Tied Status
Example Usage
The code should be declared in any usage of this element:
<tied-status code="5"/>
Additionally, a text description of the code can be provided:
<tied-status code="5">Untied</tied-status>
Where this text description is in a language that differs from the default, then this should be declared accordingly:
<tied-status code="5" xml:lang="fr">Aide non-liee</tied-status>