You are viewing VERSION 2.01 of IATI Standard Reference View another version
fss
iati-activities/iati-activity/fss
This is the reference page for the XML element fss
.
Definition
This section allows entry of data required for the OECD DAC Forward Spending Survey at an activity level.
Rules
This element must occur no more than once (within each parent element).
Attributes
- @extraction-date
The exact date when the information was collected or extracted from donors’ aid management systems.
This attribute is required.
This value must be of type xsd:date.
- @priority
True if the partner country is a priority partner country.
This value must be of type xsd:boolean.
- @phaseout-year
If there are plans to phase out operations from the partner country, this column shows the projected year of last disbursements.
This value must be of type xsd:decimal.
Example Usage
Example of fss
of an iati-activity
.
An example date is declared in the @extraction-date
attribute.
This example date format conform to the xsd:date standard - for most cases YYYY-MM-DD is sufficient.
This example declares the attribute @phaseout-year
as 2016.
A @priority
boolean 1 declares that this is a partner country priority.
<fssextraction-date="2014-05-06"priority="1"phaseout-year="2016">
<forecastyear="2014"value-date="2013-07-03"currency="GBP">10000</forecast>
</fss>
Changelog
1.03
New in 1.03
Added the optional fss
element and its child elements
Developer tools
Find the source of this documentation on github:
Subelements