Skip to content

Commit

Permalink
[#86] Rearrange schema element order
Browse files Browse the repository at this point in the history
Note: this change is merely presentational, and places no constraints on
the order the elements must be supplied in IATI XML.
  • Loading branch information
Bjwebb committed Apr 22, 2014
1 parent a871fb1 commit 1a73ab0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions iati-activities-schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
<xsd:element ref="country-budget-items" />
<xsd:element ref="policy-marker"/>
<xsd:element ref="collaboration-type"/>
<xsd:element ref="default-finance-type"/>
<xsd:element ref="default-flow-type"/>
<xsd:element ref="default-finance-type"/>
<xsd:element ref="default-aid-type"/>
<xsd:element ref="default-tied-status"/>
<xsd:element ref="budget"/>
Expand Down Expand Up @@ -489,7 +489,7 @@
<xsd:element name="contact-info">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Contact information for the activity. Specify whatever is
Contact information for the act. Specify whatever is
available. You may repeat this element for each contact
person.
</xsd:documentation>
Expand Down Expand Up @@ -782,27 +782,27 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="aid-type" type="codeReqType">
<xsd:element name="finance-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.
default-finance-type element on a
transaction-by-transaction basis, if needed.

For the value of the @code attribute, see
http://iatistandard.org/codelists/aid_type
http://iatistandard.org/codelists/finance_type
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="finance-type" type="codeReqType">
<xsd:element name="aid-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.
default-aid-type element (debt relief, etc.) on a
transaction-by-transaction basis if needed.

For the value of the @code attribute, see
http://iatistandard.org/codelists/finance_type
http://iatistandard.org/codelists/aid_type
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Expand Down

0 comments on commit 1a73ab0

Please sign in to comment.