Skip to content

Instantly share code, notes, and snippets.

@Bjwebb
Created March 17, 2014 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bjwebb/9603033 to your computer and use it in GitHub Desktop.
Save Bjwebb/9603033 to your computer and use it in GitHub Desktop.
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="1.03">
<xsd:annotation>
<xsd:documentation xml:lang="en">
International Aid Transparency Initiative: Activity-Information Schema
Release 1.03, 2012-09-06
NOTE: the xml.xsd and iati-common.xsd schemas must be in the
same directory as this one.
This W3C XML Schema defines an XML document type for information
about one or more aid-related activities, following the standard
published at http://iatistandard.org/
This document type may be extended with additional elements and
attributes, but they must belong to an explicit XML namespace.
</xsd:documentation>
</xsd:annotation>
<xsd:include schemaLocation="iati-common.xsd"/>
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
<xsd:element name="iati-activities">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Top-level list of one or more IATI activity records.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="iati-activity"/>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute name="version" type="xsd:decimal" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A number indicating the IATI specification version in use.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="generated-datetime" type="xsd:dateTime" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A date/time stamp for when this file was generated. This
is not necessarily the last-updated date for the
individual activity records in it. Uses ISO 8601 date
format, e.g. "2010-03-12T18:45:00+01:00". Use of this
attribute is highly recommended, to allow recipients to
know when a file has been updated.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="linked-data-default" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
IATI publishers are not obliged to publish their own
Linked Data. However, if a publisher chooses to publish
linked data about their IATI activities then allowing them
to declare where this data is published would support
discovery of it, and any additional information they may
choose to publish as Linked Data alongside it.
This attribute is URI path upon which an activity
identifier can be appended to get a dereferenceable URI
for any activity contained within a file.
Where a publisher declares using one of these properties
that authoritative linked data is accessible for an
activity then consuming applications that are generating
Linked Data from an IATI XML file should assert an
owl:sameAs relationship to the relevant URI.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="iati-activity">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Top-level element for a single IATI activity report.
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
For the value of the @default-currency attribute, see
http://dev.iatistandard.org/codelists/Currency/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element ref="activity-website"/>
<xsd:element ref="reporting-org"/>
<xsd:element ref="participating-org"/>
<xsd:element ref="activity-scope"/>
<xsd:element ref="recipient-country"/>
<xsd:element ref="recipient-region"/>
<xsd:element ref="collaboration-type"/>
<xsd:element ref="default-flow-type"/>
<xsd:element ref="default-aid-type"/>
<xsd:element ref="default-finance-type"/>
<xsd:element ref="iati-identifier"/>
<xsd:element ref="other-identifier"/>
<xsd:element ref="title"/>
<xsd:element ref="description"/>
<xsd:element ref="sector"/>
<xsd:element ref="activity-date"/>
<xsd:element ref="activity-status"/>
<xsd:element ref="contact-info"/>
<xsd:element ref="default-tied-status"/>
<xsd:element ref="policy-marker"/>
<xsd:element ref="location"/>
<xsd:element ref="capital-spend"/>
<xsd:element ref="transaction"/>
<xsd:element ref="result"/>
<xsd:element ref="conditions"/>
<xsd:element ref="budget"/>
<xsd:element ref="planned-disbursement"/>
<xsd:element ref="country-budget-items"/>
<xsd:element ref="related-activity"/>
<xsd:element ref="document-link"/>
<xsd:element ref="legacy-data"/>
<xsd:element ref="crs-add"/>
<xsd:element ref="fss"/>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute name="version" type="xsd:decimal" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A number indicating the IATI specification version in use.
Defaults to "1.0" if not specified. It is required to
specify this attribute if the document is using features
specific to an IATI specification other than the initial
1.0 version.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="last-updated-datetime" type="xsd:dateTime" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The last date/time that the data for this specific
activity was updated. This date must change whenever the
value of any field changes.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="xml:lang"/>
<xsd:attribute name="default-currency" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Default ISO 4217 currency code for all financial values in
this activity report.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="hierarchy" type="xsd:int" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The hierarchical level within the reporting organisation's
subdivision of its units of aid. (eg activity = 1;
sub-activity = 2; sub-sub-activity = 3). If hierarchy is
not reported then 1 is assumed. If multiple levels are
reported then, to avoid double counting, financial
transactions should only be reported at the lowest
hierarchical level.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="linked-data-uri" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A Linked Data URI for a given activity (overrides
iati-activities/@linked-data-default if set)
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="activity-website">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A link to a web site providing more information about the aid
activity. Multiple versions of the link may appear for
different languages.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:anyURI">
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="participating-org">
<xsd:annotation>
<xsd:documentation xml:lang="en">
An organisation (including the reporting organisation)
involved with the activity. May be a donor, fund, agency,
etc. Specifying the @ref and @role attributes is
strongly recommended. May contain the organisation name as
content.
For the value of the @type attribute, see
http://dev.iatistandard.org/codelists/OrganisationType/
For the value of the @role attribute, see
http://dev.iatistandard.org/codelists/OrganisationRole/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref="textAtts"/>
<xsd:attribute ref="ref" use="optional"/>
<xsd:attribute ref="type" use="optional"/>
<xsd:attribute name="role" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A code describing the organisation's role in the activity
(donor, agency, etc.).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="activity-scope" type="codeType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
What geographical area does the activity encompass?
eg. Global, Regional, Multi-National, National, Multiple
(sub-national) administrative areas, etc
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/ActivityScope/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="recipient-country">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A partner country that will benefit from this activity. This
element is primarily for administrative and geopolitical
purposes. If a specific country is not known, the activity
report can use the recipient-region element instead. For
geographical location, use the location element.
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/Country/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute ref="code" use="required"/>
<xsd:attributeGroup ref="textAtts"/>
<xsd:attribute ref="percentage" use="optional"/>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="recipient-region">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A geopolitical region (above the country level) that will
benefit from this activity. This element is primarily for
administrative and geopolitical purposes. If the specific
country/-ies are known, the activity report can use the
recipient-country element instead. For geographical location,
use the location element.
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/Region/
For the value of the @vocabulary attribute, see
http://dev.iatistandard.org/codelists/RegionVocabulary/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute ref="code" use="optional"/>
<xsd:attribute name="vocabulary" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The vocabulary from which the region code is drawn. If it
is not present 1 - 'OECD DAC' is assumed.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attributeGroup ref="textAtts"/>
<xsd:attribute ref="percentage" use="optional"/>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="collaboration-type" type="codeReqType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The type of collaboration involved in the project's
disbursements, e.g. "bilateral" or "multilateral".
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/CollaborationType/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="default-flow-type" type="codeReqType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
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://dev.iatistandard.org/codelists/FlowType/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="default-aid-type" type="codeReqType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The type of aid being supplied (budget support, debt relief,
etc.). This element specifies a default for all the
activity's financial transactions; it can be overridden at the
individual transaction level.
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/AidType/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="default-finance-type" type="codeReqType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The type of finance (e.g. debt relief). The types will be
defined by IATI. This the default value for all transactions
in the activity report; it can be overridded by individual
transactions.
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/FinanceType/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="other-identifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">
An alternative, non-IATI identifier for the activity. This
identifier is not guaranteed to be unique or persistent (it
depends on the owner organisation's policies, not IATI's).
If other-identifier is present then either @owner-ref or
@owner-name must be present
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:attribute name="owner-ref" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
An identifier for the owner of this identifier.
For guidance on constructing the value of the @ref
attribute, see http://iatistandard.org/org-ref
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="owner-name" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Free text providing a human-readable name for the owner
of this identifier.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="sector">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Sector code and name.
Either the @code attribute or descriptive text content must be
present.
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/Sector/
For the value of the @vocabulary attribute, see
http://dev.iatistandard.org/codelists/Vocabulary/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref="textAtts"/>
<xsd:attribute ref="code" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The code for the sector. If the vocabulary is "DAC" or
missing then the CRS Sector Code should be used.
Code is not mandatory but highly recommended. Either code
or description must be present.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vocabulary" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The vocabulary (codelist) used for sector
classifications. If omitted, assume DAC. "DAC" codes
should be used wherever possible. It is also recommended
that if a publisher has its own classification system then
the vocabulary "RO" (Reporting Organisation's own
vocabulary" should be used in addition to "DAC". NB that
if multiple sector codes are used in multiple vocabularies
then each vocabulary's percentages should add up to 100%.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="percentage" use="optional"/>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="activity-date">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The planned and actual start and completion dates of the
activity. Start dates may reflect either the commencement of
funding, planning or physical activity. End dates should,
wherever possible, reflect the ending of physical activity.
Dates should be in ISO 8601 date YYYY-MM-DD format, e.g.
2010-10-01.
The text content may contain a general date text (e.g. 2011Q1)
for recording less specific dates such as month, quarter, or
year.
For the value of the @type attribute, see
http://dev.iatistandard.org/codelists/ActivityDateType/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute ref="type" use="required"/>
<xsd:attributeGroup ref="textAtts"/>
<xsd:attribute name="iso-date" type="xsd:date" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
An activity milestone date in ISO 8601 date format,
e.g. "2010-12-01".
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="activity-status" type="codeType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The current status of the project (e.g. "planned"), using a
list defined by IATI.
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/ActivityStatus/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="contact-info">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Contact information for the project. Specify whatever is
available. You may repeat this element for each contact
person.
For the value of the @type attribute, see
http://dev.iatistandard.org/codelists/ContactType/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="organisation" type="textType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The organisation to contact for more information about the
activity.
This is required if content-info is included.
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="person-name" type="textType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The name of the contact person at the organisation.
If person-name is present then either person-name/text()
or job-title/text() must be present
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="job-title" type="textType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The job title of the contact person at the organisation.
You may repeat this element for different languages.
If person-name is present then either person-name/text()
or job-title/text() must be present
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="telephone">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The contact telephone number, if available. May be
repeated for multiple numbers.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="email" type="plainType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The contact email address, if available. May be
repeated for multiple addresses.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="mailing-address">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The contact mailing address, if available.
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:attributeGroup ref="textAtts"/>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="website" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The contact web address, if available. May be repeated
for multiple sites.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute ref="type" use="optional"/>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="default-tied-status" type="codeReqType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
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://dev.iatistandard.org/codelists/TiedStatus/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="policy-marker">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A policy or theme addressed by the activity. A text
description of the theme appears in the content, and a formal
identifier appears in the @ref attribute. The @vocabulary
attribute can also help to segment the markers into separate
vocabularies. This element can be repeated for each policy
marker.
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/PolicyMarker/
For the value of the @vocabulary attribute, see
http://dev.iatistandard.org/codelists/Vocabulary/
For the value of the @significance attribute, see
http://dev.iatistandard.org/codelists/PolicySignificance/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref="textAtts"/>
<xsd:attribute ref="code" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Policy marker code. If vocabulary is missing or "DAC" use
the IATI Policy Marker Code list which is based on columns
20-23 and 28-31 of the CRS++ reporting format.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vocabulary" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Policy vocabulary used. Default is "DAC", but "RO" may also
be used for publisher's own markers.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="significance" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The significance of the policy marker for this activity
(e.g. principal or significant), from a list defined by
IATI. If a marker is not significant, the policy-marker
element will not be present.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="capital-spend">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The percentage of the total commitment that is for capital
spending
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute ref="percentage" use="required"/>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="transaction">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Committed or actual money flowing in or out of an aid
activity.The @ref attribute allows uniquely identifying a
transaction, to match it up with the corresponding in- or
outflow in a different activity.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="value" type="currencyType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The amount of the contribution (or its value, if in
kind).
For the value of the @currency attribute, see
http://dev.iatistandard.org/codelists/Currency/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="description" type="textType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A human-readable description of the transaction.
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="transaction-type" type="codeReqType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The type of the transaction (e.g. commitment,
disbursement, expenditure, etc.). The @ref attribute
contains a code defined by IATI, and the content is an
optional free-text description of the type.
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/TransactionType/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="provider-org">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The organisation providing the money for the
transaction (if omitted, the provider organisation is
the reporting organisation).
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute ref="ref" use="optional"/>
<xsd:attribute name="provider-activity-id" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
If the funds are being provided from the budget of
another activity that is reported to IATI, this
should record the unique IATI activity identifier for
that activity.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="receiver-org">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The organisation receiving the money from the
transaction (if omitted, then the receiver
organisation is the reporting organisation).
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute ref="ref" use="optional"/>
<xsd:attribute name="receiver-activity-id" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
If the funds are being provided to another activity
that is reported to IATI, this should record the
unique IATI activity identifier for that activity.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="transaction-date">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A milestone date for this transaction (such as the
decision date, disbursement date, etc.).
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="iso-date" type="xsd:date" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The ISO 8601 version of the transaction date.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="flow-type" type="codeReqType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Optional element to override the top-level
default-flow-type element.
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/FlowType/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="aid-type" type="codeReqType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Optional element to override the top-level
default-aid-type element (debt relief, etc.) on a
transaction-by-transaction basis if needed.
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/AidType/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="finance-type" type="codeReqType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Optional element to override the top-level
default-finance-type element on a
transaction-by-transaction basis, if needed.
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/FinanceType/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tied-status" type="codeReqType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
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://dev.iatistandard.org/codelists/TiedStatus/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="disbursement-channel" type="codeReqType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The channel through which the funds will flow for this
transaction, from an IATI code list.
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/DisbursementChannel/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute ref="ref" use="optional"/>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="location">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The sub-national geographical identification of the target
locations of an activity. These can be described by gazetteer
reference, coordinates, administrative areas or a textual
description.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="location-reach" type="codeType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Does this location provide describe where the activity
takes place or where the intended beneficiaries reside?
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/GeographicLocationReach/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="location-id">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A unique code describing the location according to a
recognised gazetteer or administrative boundary
repository.
For the value of the @vocabulary attribute, see
http://dev.iatistandard.org/codelists/GeographicVocabulary/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute ref="code" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A code from the gazetteer or administrative boundary
repository specified by the vocabulary
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vocabulary" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A code for a recognised gazetteer or administrative
boundary respository.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="location-type" type="codeReqType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Deprecated since 1.04
The type of location (e.g. "PCL" for a political
entity), from an IATI-defined subset of the UCPD/Aiddata
code list.
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/LocationType/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="name" type="textType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The human-readable name for the location. May be
repeated in different languages.
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="description" type="textType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A description that qualifies the location, not the
activity.
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="activity-description" type="textType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A description that qualifies the activity taking place at
the location. This should not duplicate information
provided in the main activity description, and should
typically be used to distinguish between activities at
multiple locations within a single iati-activity record.
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="administrative">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Coded identification of national and sub-national
divisions according to recognised administrative
boundary repositories. Multiple levels may be reported.
For the value of the @vocabulary attribute, see
http://dev.iatistandard.org/codelists/GeographicVocabulary/
For the value of the @country attribute, see
http://dev.iatistandard.org/codelists/Country/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute ref="code" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The code for the administrative area being reported
from the vocabulary specified.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vocabulary" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The code for a recognised administrative boundary.
repository
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="level" type="xsd:positiveInteger" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
An integer indicating the hierarchical level being
reported. Level 0 is the national boundary, level 1
is the first-level administrative sub-division, etc.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="country" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Deprecated since 1.04
The ISO 3166-1 alpha2 code for the country
(e.g. "GB" for the United Kingdom).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="adm1" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Deprecated since 1.04
The UNSALB level-one administrative code for a
subdivision of a country.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="adm2" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Deprecated since 1.04
The UNSALB level-two administrative code for a
subdivision of a country.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="point">
<xsd:complexType>
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="coordinates" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The latitude and longitude coordinates in the
format "lat lng"
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:attribute name="srsName" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The name of the spatial reference system used by the
coordinates.
Always: http://www.opengis.net/def/crs/EPSG/0/4326
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="supporting-information">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Defines whether the location represents the most
distinct point reasonably possible for this type of
activity or is an approximation due to lack of more
detailed information.
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/GeographicSupportingInformation/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute ref="code" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A code from the Supporting-Information Code list.
1 = Exact, 2 = Approximate
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="location-class">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Whether the location refers to a structure, a populated
place (e.g. city or village), an administrative
division, or another topological feature
(e.g. river, nature reserve).
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/GeographicLocationClass/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute ref="code" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A code from the Location Class code list
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="feature-designation">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A more refined coded classification of the type of
feature referred to by this location.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute ref="code" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A feature designation code form the authorised list
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="coordinates">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Deprecated since 1.04
Geodetic coordinates for the location (latitude, longitude).
For the value of the @precision attribute, see
http://dev.iatistandard.org/codelists/GeographicalPrecision/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute name="latitude" type="xsd:decimal" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Deprecated since 1.04
The decimal latitude (north is positive), e.g. "45.5"
for 45.5 degrees north (45 degrees 30 minutes).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="longitude" type="xsd:decimal" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Deprecated since 1.04
The decimal longitude (east is positive), e.g. "-75.5"
for 75.5 degrees west (74 degrees 30 minutes).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="precision" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Deprecated since 1.04
An IATI-defined subset of UCPD precision codes for
the location (e.g. "2" for within 25 km of the
specified latitude/longitude).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="gazetteer-entry">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Deprecated since 1.04
Identifier for this location's entry in a geographical
gazetteer, such as GEOnet. The entry identifier is the
element content.
For the value of the @gazetteer-ref attribute, see
http://dev.iatistandard.org/codelists/GazetteerAgency/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute name="gazetteer-ref" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Deprecated since 1.04
Reference to the gazetteer containing the entry.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute ref="ref" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Deprecated since 1.04
An internal reference that uniquely describes the location
in the reporting organisation's own system.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="percentage" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Deprecated since 1.04
If more than one location is reported, percentage of
activity commitment allocated to this location
(if available).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="country-budget-items">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Recipient country budget items.
This item encodes the alignment of activities with both the
functional and administrative classifications used in the
recipient country's Chart of Accounts. This applies to both
on- and off-budget activities.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="budget-item">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Identifier for a single item in the recipient-country
budget. If more than one identifier is reported the
percentage share must be reported and all percentages
should add up to 100 percent.
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/BudgetIdentifier/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="description"/>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:choice>
<xsd:attribute ref="code" use="required"/>
<xsd:attribute ref="percentage" use="required"/>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:choice>
<xsd:attribute name="vocabulary" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A code for the common functional classification or country
system (This allows for common codes, country-specific, or
any other classification agreed between countries and
donors).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="related-activity">
<xsd:annotation>
<xsd:documentation xml:lang="en">
XX.XX Related Activity
Another IATI activity related to this one. The 'type'
attribute describes the type of relationship (e.g. parent,
sibling). This does not need to be used to express funding
relationships, since those are covered in individual
transactions.
For the value of the @type attribute, see
http://dev.iatistandard.org/codelists/RelatedActivityType/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref="textAtts"/>
<xsd:attribute ref="ref" use="required"/>
<xsd:attribute ref="type" use="required"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="legacy-data">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Hold a single name=value pair of legacy data. This element is
*not* for adding new data types; instead, it holds the
original (non-IATI) value or code for an existing data type.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The original field name.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="value" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The original field value.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="iati-equivalent" type="xsd:NMTOKEN" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The name of the equivalent IATI element (if available).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="result">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A measurable result of aid work.
For the value of the @type attribute, see
http://dev.iatistandard.org/codelists/ResultType/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="title"/>
<xsd:element ref="description"/>
<xsd:element name="indicator">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The indicator(s) that meet the results. There can be
multiple indicators for each result.
For the value of the @measure attribute, see
http://dev.iatistandard.org/codelists/IndicatorMeasure/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="title"/>
<xsd:element ref="description"/>
<xsd:element name="baseline">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The baseline value for the indicator
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="comment"/>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute name="year" type="xsd:positiveInteger" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The year the baseline value was taken
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="value" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The baseline value.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="period">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The period covered for the results
reported. Multiple periods can be reported for a
single indicator.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="period-start" type="dateType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The start of the reporting period
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="period-end" type="dateType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The end of the reporting period
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="target">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The target milestone for this period
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="comment"/>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute name="value" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The target value.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="actual">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A record of the achieved result for this period.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="comment"/>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute name="value" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The actual measure.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute name="measure" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The type of measurement for the indicator value
e.g. unit, percentage, NDP.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ascending" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
True if the indicator improves from small to large
(e.g. clinics built); false if it improves from
large to small (e.g. cases of a disease). Defaults
to true if omitted.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute ref="type" use="required"/>
<xsd:attribute name="aggregation-status" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Boolean flag indicating whether the data in the result set
are suitable for aggregation.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:complexType name="indicatorOutcomeType" mixed="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Content type for a baseline or actual/planned outcome for an
indicator.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="year" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The year of the baseline or outcome.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="value" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The value of the baseline or outcome.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attributeGroup ref="textAtts"/>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
<xsd:element name="conditions">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Conditions attached to the activity.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="condition">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Description of one condition attached to the activity.
For the value of the @type attribute, see
http://dev.iatistandard.org/codelists/ConditionType/
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute ref="type" use="required"/>
<xsd:attributeGroup ref="textAtts"/>
</xsd:complexType>
</xsd:element>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute name="attached" type="xsd:boolean" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A yes/no (1/0) value stating whether there are conditions
attached to the activity.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="budget">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The value of the aid activity's budget for each financial year
as in the original project document.
For the value of the @type attribute, see
http://dev.iatistandard.org/codelists/BudgetType/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="period-start" type="dateType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The starting date for the budget period, in ISO 8601
format (e.g. 2010-04-01 for 1 April 2010). This element
must be present.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="period-end" type="dateType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The ending date for the budget period, in ISO 8601
format (e.g. 2011-03-31 for 31 March 2011). This
element must be present.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="value" type="currencyType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The total value of the organisation's aid budget for
this period. This element is required.
For the value of the @currency attribute, see
http://dev.iatistandard.org/codelists/Currency/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute ref="type" use="optional"/>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="planned-disbursement">
<xsd:annotation>
<xsd:documentation xml:lang="en">
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="period-start" type="dateType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The starting date for the disbursement period, in ISO 8601
format (e.g. 2010-04-01 for 1 April 2010). This element
must be present.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="period-end" type="dateType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The ending date for the disbursement period, in ISO 8601
format (e.g. 2011-03-31 for 31 March 2011). This
element must be present.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="value" type="currencyType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The amount to be disbursed in the specified currency.
For the value of the @currency attribute, see
http://dev.iatistandard.org/codelists/Currency/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute name="updated" type="xsd:date" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The date on which this line of information was last
updated. Previous updates for the same period should also
be reported.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="crs-add">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Additional items specific to CRS++ reporting.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="aidtype-flag">
<xsd:annotation>
<xsd:documentation xml:lang="en">
This covers the four CRS++ fields titled:
"Free standing technical cooperation";
"Programme-based approach";
"Investment project";
"Associated financing"
For the value of the @code attribute, see
http://dev.iatistandard.org/codelists/AidTypeFlag/
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute ref="code" use="required"/>
<xsd:attribute name="significance" type="xsd:boolean" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Does this flag apply? If 'false' do not report the flag
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="loan-terms">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Loan repayment terms and interest rates
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="repayment-type" type="codeType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Type of Repayment.
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="repayment-plan" type="codeType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Number of repayments per annum.
For the value of the @xml:lang attribute, see
http://dev.iatistandard.org/codelists/Language/
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="commitment-date" type="dateType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Commitment date. The date must be in ISO 8601
format (YYYY-MM-DD).
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="repayment-first-date" type="dateType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
First Repayment Date. The date must be in ISO
8601 format (YYYY-MM-DD).
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="repayment-final-date" type="dateType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Final Repayment Date. The date must be in ISO
8601 format (YYYY-MM-DD).
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute name="rate-1" type="xsd:decimal" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Interest Rate. If an ODA loan with variable
interest rate, report the variable rate here and
the reference fixed rate as rate-2
Enter the rate without the percentage sign.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rate-2" type="xsd:decimal" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Second Interest Rate. If an ODA loan with
variable interest rate, report the variable rate
as rate-1 and the reference fixed rate here
Enter the rate without the percentage sign.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="loan-status">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The status of loan and interest repayments for the most
recently reported financial year
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="interest-received" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Interest received during the reporting year
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="principal-outstanding" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The amount of principal owed on the loan at the
end of the reporting year.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="principal-arrears" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Arrears of principal at the end of the
year. Included in principal-outstanding
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interest-arrears" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Arrears of interest at the end of the year
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute name="year" type="xsd:decimal" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
CRS Reporting Year (CRS++ Column 1)
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="currency" use="optional"/>
<xsd:attribute ref="value-date" use="required"/>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="fss">
<xsd:annotation>
<xsd:documentation xml:lang="en">
This section allows entry of data required for the OECD
DAC Forward Spending Survey at an activity level.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="forecast">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A container to hold separate forecasts for each of
the years specified
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="year" type="xsd:decimal" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The calendar year that the forward spend covers
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="currency" use="optional"/>
<xsd:attribute ref="value-date" use="optional"/>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute name="extraction-date" type="xsd:date" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The exact date when the information was collected or
extracted from donors' aid management systems.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="priority" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
True if the partner country is a priority partner country.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="phaseout-year" type="xsd:decimal" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">
If there are plans to phase out operations from the
partner country, this column shows the projected
year of last disbursements.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
</xsd:schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment