Skip to content

Commit

Permalink
[#68] Add narrative to recipient-country and recipient-region
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Sep 3, 2014
1 parent 895ec34 commit 6330f1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iati-activities-schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="narrative" minOccurs="0" maxOccurs="unbounded">
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="code" type="xsd:string" use="required">
Expand Down Expand Up @@ -372,6 +373,7 @@
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="narrative" minOccurs="0" maxOccurs="unbounded">
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="code" type="xsd:string" use="required">
Expand Down Expand Up @@ -1102,6 +1104,7 @@
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="narrative" minOccurs="0" maxOccurs="unbounded">
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="code" type="xsd:string" use="required">
Expand Down Expand Up @@ -1132,6 +1135,7 @@
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="narrative" minOccurs="0" maxOccurs="unbounded">
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="code" type="xsd:string" use="required">
Expand Down
2 changes: 2 additions & 0 deletions iati-organisations-schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="narrative" minOccurs="0" maxOccurs="unbounded">
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="code" type="xsd:string" use="required">
Expand Down Expand Up @@ -553,6 +554,7 @@
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="narrative" minOccurs="0" maxOccurs="unbounded">
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="code" type="xsd:string" use="required">
Expand Down

0 comments on commit 6330f1c

Please sign in to comment.