Default Flow Type
<default-flow-type></default-flow-type>
From the schema
The type of assistance provided, e.g. Official Development Assistance (ODA). Type types will be defined by IATI. For the value of the @code attribute, see http://iatistandard.org/codelists/flow_type
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-flow-type/@code
- Must be on: Flow Type Codelist
Default Flow Type
Example Usage
The code should be declared in any usage of this element:
<default-flow-type code="10"/>
Additionally, a text description of the code can be provided:
<default-flow-type code="10">ODA</default-flow-type>
Where this text description is in a language that differs from the default, then this should be declared accordingly:
<default-flow-type code="10" xml:lang="fr"> APD</default-flow-type>