You are viewing VERSION 1.05 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
tied-status
iati-activities/iati-activity/transaction/tied-status
This is the reference page for the XML element tied-status
.
Definition
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
Attributes
- @code
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 TiedStatus codelist.
- @xml:lang
ISO 2 letter code specifying the language of text in this element.
This value should be on the Language codelist.
Example Usage
Example usage of tied-status
in context of transaction
element.
Example declaring the TiedStatus
code 5 (Untied):
The tied-status
element can override the default-tied-status
value set in iati-activity
:
<transactionref="1234">
<valuecurrency="EUR"value-date="2012-01-01">1000</value>
<description>Transactiondescriptiontext</description>
<transaction-typecode="IF"/>
<provider-orgprovider-activity-id="BB-BBB-123456789-1234AA"ref="BB-BBB-123456789">AgencyB</provider-org>
<receiver-orgreceiver-activity-id="AA-AAA-123456789-1234"ref="AA-AAA-123456789">AgencyA</receiver-org>
<transaction-dateiso-date="2012-01-01"/>
<flow-typecode="20"/>
<finance-typecode="111"/>
<aid-typecode="A02"/>
<tied-statuscode="5"/>
<disbursement-channelcode="1"/>
</transaction>
Developer tools
Find the source of this documentation on github: