Skip to content

Commit

Permalink
[#281] Add new attributes: transaction/provider-org/@type & transacti…
Browse files Browse the repository at this point in the history
…on/receiver-org/@type
  • Loading branch information
dalepotter committed Nov 20, 2015
1 parent 9bf13af commit d20d3b1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions iati-activities-schema.xsd
Expand Up @@ -1100,6 +1100,13 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="type" use="optional" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The type of organisation providing the funds.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
Expand Down Expand Up @@ -1148,6 +1155,13 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="type" use="optional" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The type of organisation receiving the funds.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute processContents="lax" namespace="##other"/>
</xsd:complexType>
</xsd:element>
Expand Down

0 comments on commit d20d3b1

Please sign in to comment.