{
 "0": "xsd:schema",
 "version": "2.03",
 "xmlns:xsd": "http://www.w3.org/2001/XMLSchema",
 "1": [
  {
   "0": "xsd:annotation",
   "1": [
    {
     "0": "xsd:documentation",
     "xml:lang": "en",
     "1": [
      "International Aid Transparency Initiative: Activity-Information Schema\n\n      Release 2.03, 2018-02-19\n\n      NOTE: the xml.xsd and iati-common.xsd schemas must be in the\n      same directory as this one.\n\n      This W3C XML Schema defines an XML document type for information\n      about one or more aid-related activities, following the standard\n      published at http://iatistandard.org/\n\n      This document type may be extended with additional elements and\n      attributes, but they must belong to an explicit XML namespace."
     ]
    }
   ]
  },
  {
   "0": "xsd:include",
   "schemaLocation": "iati-common.xsd"
  },
  {
   "0": "xsd:import",
   "namespace": "http://www.w3.org/XML/1998/namespace",
   "schemaLocation": "xml.xsd"
  },
  {
   "0": "xsd:element",
   "name": "iati-activities",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Top-level list of one or more IATI activity records."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "1",
         "ref": "iati-activity"
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "version",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The version number of the IATI Standard used in this file. This is required and MUST contain a valid IATI Standard version number (e.g., \"2.03\")."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "generated-datetime",
       "type": "xsd:dateTime",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The date/time when this file was generated. This\n            is not necessarily the last-updated date for the\n            individual activity records in it. Use of this attribute\n            is highly recommended, to allow recipients to know when a\n            file has been updated."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "linked-data-default",
       "type": "xsd:anyURI",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "If a publisher chooses to publish linked data about their\n            IATI activities then allowing them to declare where this\n            data is published would support discovery of it, and any\n            additional information they may choose to publish as\n            Linked Data alongside it.\n\n            This attribute is a URI path upon which an activity\n            identifier can be appended to get a differentiable URI\n            for any activity contained within a file.\n\n            Where a publisher declares using one of these properties\n            that authoritative linked data is accessible for an\n            activity then consuming applications that are generating\n            Linked Data from an IATI XML file should assert an\n            owl:sameAs relationship to the relevant URI."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "iati-activity",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Top-level element for a single IATI activity report."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "ref": "iati-identifier"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "ref": "reporting-org"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "title",
         "type": "textRequiredType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A short, human-readable title that contains a meaningful\n              summary of the activity. May be repeated for different\n              languages."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "1",
         "name": "description",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A longer, human-readable description containing a\n              meaningful description of the activity. May be repeated\n              for different languages."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "1",
               "ref": "narrative"
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "type",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "The type of description being provided. This is not\n                  required if only one general description of the activity\n                  is reported."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "1",
         "ref": "participating-org"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "other-identifier"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "ref": "activity-status"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "1",
         "ref": "activity-date"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "contact-info"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "ref": "activity-scope"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "recipient-country"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "recipient-region"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "location"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "sector"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "tag"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "ref": "country-budget-items"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "humanitarian-scope"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "policy-marker"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "ref": "collaboration-type"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "ref": "default-flow-type"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "ref": "default-finance-type"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "default-aid-type"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "ref": "default-tied-status"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "budget"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "planned-disbursement"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "ref": "capital-spend"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "transaction"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "document-link",
         "type": "documentLinkBase"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "related-activity"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "legacy-data"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "ref": "conditions"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "result"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "ref": "crs-add"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "ref": "fss"
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "last-updated-datetime",
       "type": "xsd:dateTime",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The last date/time that the data for this specific\n            activity was updated.  This date must change whenever the\n            value of any field changes."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "ref": "xml:lang",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A code specifying the default language of text in this activity. It is recommended that wherever possible only codes from ISO 639-1 are used. If this is not declared then the xml:lang attribute MUST be specified for each narrative element."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "default-currency",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "Default ISO 4217 alphabetic currency code for all\n            financial values in this activity report. If this is not\n            declared then the currency attribute MUST be specified for\n            all monetary values."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "humanitarian",
       "type": "xsd:boolean",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A flag to indicate that this activity relates entirely\n            or partially to humanitarian aid."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "hierarchy",
       "type": "xsd:int",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The hierarchical level within the reporting organisation's\n            subdivision of its units of aid. (eg activity = 1;\n            sub-activity = 2; sub-sub-activity = 3). If hierarchy is\n            not reported then 1 is assumed. If multiple levels are\n            reported then, to avoid double counting, financial\n            transactions should only be reported at the lowest\n            hierarchical level."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "linked-data-uri",
       "type": "xsd:anyURI",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A Linked Data URI for a given activity (overrides\n            iati-activities/\\@linked-data-default if set)"
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "budget-not-provided",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A code indicating the reason why this activity does not contain any iati-activity/budget elements. The attribute MUST only be used when no budget elements are present."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "iati-identifier",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "A globally unique identifier for the activity.\n\n        This MUST be prefixed with EITHER the current IATI organisation identifier for the reporting organisation (reporting-org/\\@ref) \n        OR \n        a previous identifier reported in other-identifier, and suffixed with the organisation’s own activity identifier. \n        \n        The prefix and the suffix should be separated by a hyphen \"-\".\n\n        Once an activity has been reported to IATI its identifier MUST NOT be changed in subsequent updates."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:simpleContent",
       "1": [
        {
         "0": "xsd:extension",
         "base": "xsd:string",
         "1": [
          {
           "0": "xsd:anyAttribute",
           "namespace": "##other",
           "processContents": "lax"
          }
         ]
        }
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "participating-org",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "An organisation involved with the activity. May be a donor, fund, agency, etc. Specifying the @ref identifier is strongly recommended. May contain the organisation name as narrative.\n\n        If the reporting organisation plays a role in the activity it should be repeated here. One organisation may play more than one role (eg, funding and implementing): in such a case each role should be reported and the name of the organisation repeated."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "narrative"
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "ref",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "Machine-readable identification string for the organisation issuing the report. Must be in the format {RegistrationAgency}-{RegistrationNumber} where {RegistrationAgency} is a valid code in the Organisation Registration Agency code list and {RegistrationNumber} is a valid identifier issued by the {RegistrationAgency}. If this is not present then the narrative MUST contain the name of the organisation."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "type",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The type of organisation issuing the report. See IATI codelist for values."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "role",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "An IATI code describing the organisation's role in the activity (donor, agency, etc.)."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "activity-id",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A valid activity identifier published by the participating organisation which points to the activity that it has published to IATI that describes its role in this activity."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "crs-channel-code",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "Under CRS++ Reporting Directives this code identifies the implementing agency. Codes ending in '00' are generic and are similar to the OrganisationType code."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "activity-scope",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The geographical scope of the activity: regional, national,\n        sub-national, etc."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "code",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The geographical scope. See IATI codelist for values."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "recipient-country",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "A country that will benefit from this activity. If a specific\n        country is not known the recipient-region element should be\n        used instead. For geographical location, use the location\n        element.\n\n        Multiple countries and regions can be reported, in which case\n        the percentage attribute MUST be used to specify the share of\n        total commitments across all reported countries and regions.\n\n        The country can also be specified at transaction rather than\n        activity level. If recipient-country OR recipient-region are\n        reported at the transaction level, ALL transactions MUST\n        contain a recipient-country or recipient-region element and\n        iati-activity/recipient-country\n        and iati-activity/recipient-region MUST NOT be used."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "narrative"
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "code",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "ISO 3166-1 alpha-2 code for the country."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "percentage",
       "type": "xsd:decimal",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The percentage of total commitments or total activity budget to this item. Content must be a decimal number between 0 and 100 inclusive, with no percentage sign. Percentages for all reported countries and regions within a vocabulary MUST add up to 100."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "recipient-region",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "A supranational geopolitical region that will benefit from\n        this activity. For sub-national geographical location, use the\n        location element.\n\n        Multiple countries and regions can be reported, in which case\n        the percentage attribute MUST be used to specify the share of\n        total commitments across all reported countries and regions.\n        \n        Recipient-region must not be used merely to describe the\n        region of a country reported in recipient-country. It must be used\n        only if the region is a recipient in addition to the country.\n\n        Region can also be reported at transaction rather than\n        activity level. \n        \n        IF transaction/recipient-country AND/OR transaction/recipient-region are used\n        THEN \n        ALL transaction elements MUST contain a recipient-country and/or recipient-region element \n        AND iati-activity/recipient-region and iati-activity/recipient-region MUST NOT be used \n        AND each transaction MUST only contain one recipient-country or recipient-region."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "narrative"
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "code",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "Either an OECD DAC or UN region code. Codelist is\n            determined by vocabulary attribute."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "vocabulary",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "An IATI code for the vocabulary from which the region code\n            is drawn. If it is not present 1 - 'OECD DAC' is assumed."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "vocabulary-uri",
       "type": "xsd:anyURI",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The URI where this vocabulary is defined. If the vocabulary is 99 (reporting organisation), the URI where this internal vocabulary is defined. This is an optional field, but it is strongly recommended that all publishers use it to ensure that the meaning of their codes are fully understood by data users."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "percentage",
       "type": "xsd:decimal",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The percentage of total commitments or total activity budget to this item. Content must be a decimal number between 0 and 100 inclusive, with no percentage sign. Percentages for all reported countries and regions within a vocabulary MUST add up to 100."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "collaboration-type",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The type of collaboration involved in the activity's\n        disbursements, e.g. \"bilateral\" or \"multilateral\"."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "code",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A code from the OECD DAC CRS \"Bi_Multi\" codelist."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "default-flow-type",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Whether the activity is funded by Official Development\n        Assistance (ODA), Other Official Flows (OOF), etc"
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "code",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A code from the OECD DAC CRS \"Type of flow\" codelist"
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "default-aid-type",
   "type": "aidTypeBase",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The type of aid being supplied (project-type intervention,\n        budget support, debt relief, etc.). This element specifies a\n        default for all the activity's financial transactions; it can\n        be overridden at the individual transaction level."
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "default-finance-type",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The type of finance (e.g. grant, loan, debt relief, etc). This\n        the default value for all transactions in the activity report;\n        it can be overridden by individual transactions."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "code",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A code from the OECD DAC CRS \"Type of finance\" codelist"
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "other-identifier",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "An other identifier for the activity. This may be a publishers\n        own identifier that it wishes to record with the activity.\n        This element is also used to trace changes to activity\n        identifiers, for example when and organisation has changed\n        it's organisation identifier."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "owner-org",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "Where applicable, the organisation that owns the other\n              identifier being reported. \n              \n              When used, either other-identifier/owner-org/\\@ref or\n              other-identifier/owner-org/narrative/text() MUST be\n              present."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "ref": "narrative"
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "ref",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An organisation identifier. This is NOT MANDATORY\n                  but when used MUST contain a valid organisation\n                  identifier."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "ref",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The identifier you wish to report.\n            This can be used to report a number of different types\n            of identifiers. See the OtherIdentifierType codelist\n            for details and options."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "type",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The type of identifier being reported, taken from\n            the OtherIdentifierType codelist."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "sector",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "A recognised code, from a recognised vocabulary, classifying\n        the purpose of the activity. Sector MUST EITHER be reported\n        here OR at transaction level for ALL transactions"
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "narrative",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The description of a sector defined by the reporting\n              organisation. (Only to be used when the reporting\n              organisation's own vocabulary is being used)."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "vocabulary",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "An IATI code for the vocabulary (see codelist) used for sector classifications. If omitted, OECD DAC 5-digit Purpose Codes are assumed.\n\n            It is recommended that OECD DAC 5-digit Purpose Codes are used wherever possible. It is also recommended that if a publisher has its own classification system or systems then the vocabularies 99 or 98 (Reporting Organisation's own vocabularies) should be used in addition to DAC codes.\n\n            Publishers using 98 or 99 must also include a narrative in the narrative element.\n\n            Note that if multiple sector codes are used in multiple vocabularies, then each vocabulary’s percentages should add up to 100.\n\n            Sector can also be reported at the transaction level rather than the activity level. Sector must only be reported at EITHER transaction level OR activity level."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "vocabulary-uri",
       "type": "xsd:anyURI",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The URI where this vocabulary is defined. If the vocabulary is 99 or 98 (reporting organisation), the URI where this internal vocabulary is defined. This is an optional field, but it is strongly recommended that all publishers use it to ensure that the meaning of their codes are fully understood by data users."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "code",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The code for the sector."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "percentage",
       "type": "xsd:decimal",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The percentage of total commitments or total activity budget to this item. Content must be a decimal number between 0 and 100 inclusive, with no percentage sign. All reported sectors from the same vocabulary MUST add up to 100."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "activity-date",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The planned and actual start and completion dates of the\n        activity. Start dates may reflect either the commencement of\n        funding, planning or physical activity. End dates should,\n        wherever possible, reflect the ending of physical activity.\n\n        The narrative content may contain text (e.g. 2011Q1) for\n        accurately recording less specific dates such as month,\n        quarter, or year."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "narrative"
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "type",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "An IATI code defining the type of activity date being reported."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "iso-date",
       "type": "xsd:date",
       "use": "required"
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "activity-status",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The current status of the activity. See codelist for values."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "code",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "An IATI code defining the current status of the activity."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "contact-info",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Contact information for the activity.  Specify whatever is\n        available.  You may repeat this element for each contact\n        person."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "organisation",
         "type": "textRequiredType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The name of the organisation to contact for more\n              information about the activity."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "department",
         "type": "textRequiredType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The department within the organisation to contact for more\n              information about the activity."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "person-name",
         "type": "textRequiredType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The name of the contact person for the activity."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "job-title",
         "type": "textRequiredType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The job title of the contact person at the organisation."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "telephone",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The contact telephone number. May be repeated for\n              multiple numbers."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:simpleContent",
             "1": [
              {
               "0": "xsd:extension",
               "base": "xsd:string",
               "1": [
                {
                 "0": "xsd:anyAttribute",
                 "namespace": "##other",
                 "processContents": "lax"
                }
               ]
              }
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "email",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The contact email address. May be repeated for multiple\n              addresses."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:simpleContent",
             "1": [
              {
               "0": "xsd:extension",
               "base": "xsd:string",
               "1": [
                {
                 "0": "xsd:anyAttribute",
                 "namespace": "##other",
                 "processContents": "lax"
                }
               ]
              }
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "website",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The contact web address. May be repeated for multiple sites."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:simpleContent",
             "1": [
              {
               "0": "xsd:extension",
               "base": "xsd:anyURI",
               "1": [
                {
                 "0": "xsd:anyAttribute",
                 "namespace": "##other",
                 "processContents": "lax"
                }
               ]
              }
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "mailing-address",
         "type": "textRequiredType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The contact mailing address."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "type",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The type of contact. See IATI codelist for values."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "default-tied-status",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Whether the aid is untied, tied, or partially tied. This\n        element specifies a default for all the activity's financial\n        transactions; it can be overridden at the individual\n        transaction level.\n\n        If an activity is partially tied it is recommended that tied\n        and untied commitments are reported as separate transactions\n        and that transaction/tied-status is used to classify them."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "code",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "An IATI code interpreting the usage of Columns 36-38 of the\n            CRS++ reporting format. (Amount tied, Amount partially\n            untied, Amount tied)"
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "humanitarian-scope",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Classification of emergencies, appeals and other humanitarian\n        events and actions."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "narrative",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The description of the code specified."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "type",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A code for the type of event or action being classified."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "vocabulary",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A code for a recognised vocabulary of terms classifying the\n            event or action."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "vocabulary-uri",
       "type": "xsd:anyURI",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A URI for the vocabulary specified which provides access to\n            the list of codes and descriptions."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "code",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A code for the event or action from the vocabulary specified."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "policy-marker",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "A policy or theme addressed by the activity. This element was\n        designed for the reporting of OECD DAC CRS policy markers\n        (columns 20-23 and 28-31 of the CRS++ reporting format) but\n        the vocabulary attribute allows it use by other (including\n        local) systems. This element can be repeated for each policy\n        marker."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "narrative",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A description of the policy marker. This MUST ONLY be\n              used if vocabulary is 99 (the reporting\n              organisation's own marker vocabulary). May be repeated\n              for multiple languages."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "vocabulary",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "An IATI code for the vocabulary to be used to define\n            policy markers. If omitted then the OECD DAC vocabulary is\n            assumed."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "vocabulary-uri",
       "type": "xsd:anyURI",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "If the vocabulary is 99 (reporting organisation), the URI\n            where this internal vocabulary is defined."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "code",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A policy marker code from the codelist specified in the\n            vocabulary."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "significance",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "An OECD DAC CRS code indicating the significance of the policy marker\n            for this activity. This attribute MUST be used for all OECD DAC CRS\n            vocabularies."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "capital-spend",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The percentage of the total commitment that is for capital\n        spending"
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "percentage",
       "type": "xsd:decimal",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The percentage of the total commitment allocated to or planned for capital expenditure. Content must be a decimal number between 0 and 100 inclusive, with no percentage sign."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "transaction",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Transactions recording committed or actual funds flowing in or\n        out of an aid activity."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "transaction-type",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The type of the transaction (e.g. commitment,\n              disbursement, expenditure, etc.)."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "A code from the specified vocabulary."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "transaction-date",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The date on which the transaction was made or (in the\n              case of commitments) agreed. The narrative content may\n              contain text (e.g. 2011Q1) for accurately recording less\n              specific dates such as month, quarter, or year."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "iso-date",
             "type": "xsd:date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "value",
         "type": "currencyType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The amount of the contribution."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "description",
         "type": "textRequiredType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A human-readable description of the transaction."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "provider-org",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "For incoming funds this is the organisation from which\n              the transaction originated. If omitted on outgoing funds\n              the reporting-org is assumed."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "ref": "narrative",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The name of the organisation. This can be repeated\n                    in multiple languages"
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "ref",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "Machine-readable identification string for the organisation issuing the report. Must be in the format {RegistrationAgency}-{RegistrationNumber} where {RegistrationAgency} is a valid code in the Organisation Registration Agency code list and {RegistrationNumber} is a valid identifier issued by the {RegistrationAgency}. If this is not present then the narrative MUST contain the name of the organisation."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "provider-activity-id",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "If incoming funds are being provided from the budget\n                  of another activity that is reported to IATI, it is\n                  strongly recommended that this should record the\n                  provider's unique IATI activity identifier for that\n                  activity."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "type",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "The type of organisation providing the funds."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "receiver-org",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The organisation receiving the money from the transaction (if omitted on incoming funds then the receiver organisation is assumed to be the reporting organisation)."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "ref": "narrative",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The name of the organisation. This can be repeated in multiple languages"
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "ref",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "Machine-readable identification string for the organisation issuing the report. Must be in the format {RegistrationAgency}-{RegistrationNumber} where {RegistrationAgency} is a valid code in the Organisation Registration Agency code list and {RegistrationNumber} is a valid identifier issued by the {RegistrationAgency}. If this is not present then the narrative MUST contain the name of the organisation."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "receiver-activity-id",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "If outgoing funds are being provided to another activity that is reported to IATI, this may, if possible, record the unique IATI activity identifier for that activity."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "type",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "The type of organisation receiving the funds."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "disbursement-channel",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The channel through which the funds will flow for this transaction, from an IATI codelist."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An IATI code defining channels of disbursement"
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "sector",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A recognised code, from a recognised vocabulary, classifying the purpose of this transaction.\n\n              If this element is used then ALL transaction elements should contain a transaction/sector element and iati-activity/sector should NOT be used.\n\n              This element can be used multiple times, but only one sector can be reported per vocabulary."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "ref": "narrative",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The free text description of the reporting organisation's own sector definition. This can be repeated in multiple languages"
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "vocabulary",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An IATI code for the vocabulary (codelist) used for sector classifications. If omitted, OECD DAC 5-digit Purpose Codes are assumed.\n\n                  It is recommended that OECD DAC 5-digit Purpose Codes are used wherever possible. It is also recommended that if a publisher has its own classification system or systems, then the vocabularies 99 or 98 (Reporting Organisation's own vocabularies) should be used in addition to the DAC codes.\n\n                  Note that at transaction level, only one sector per vocabulary can be reported."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "vocabulary-uri",
             "type": "xsd:anyURI",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "The URI where this vocabulary is defined. If the vocabulary is 99 or 98 (reporting organisation), the URI where this internal vocabulary is defined. This is an optional field, but it is strongly recommended that all publishers use it to ensure that the meaning of their codes are fully understood by data users."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "The code for the sector."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "recipient-country",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A country that will benefit from this transaction. If a specific country is not known the recipient-region element should be used instead.\n\n              IF transaction/recipient-country AND/OR transaction/recipient-region are used \n              THEN \n              ALL transaction elements MUST contain a recipient-country or recipient-region element \n              AND (iati-activity/recipient-country AND iati-activity/recipient-region MUST NOT be used)"
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "ref": "narrative"
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "ISO 3166-1 alpha-2 code for the country."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "recipient-region",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A supranational geopolitical region that will benefit from this transaction. If a specific country is not known, then this element MUST be used.\n\n              If transaction/recipient-country AND/OR transaction/recipient-region are used \n              THEN ALL transaction elements MUST contain a recipient-country or recipient-region element \n              AND (iati-activity/recipient-country AND iati-activity/recipient-region MUST NOT be used)"
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "ref": "narrative"
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "Either an OECD DAC or UN region code. Codelist is determined by vocabulary attribute."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "vocabulary",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An IATI code for the vocabulary from which the region code is drawn. If it is not present 1 - 'OECD DAC' is assumed."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "vocabulary-uri",
             "type": "xsd:anyURI",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "The URI where this vocabulary is defined. If the vocabulary is 99 (reporting organisation), the URI where this internal vocabulary is defined. This is an optional field, but it is strongly recommended that all publishers use it to ensure that the meaning of their codes are fully understood by data users."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "flow-type",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "Optional element to override the top-level default-flow-type element."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "A code from the OECD DAC CRS \"Type of flow\" codelist"
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "finance-type",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "Optional element to override the top-level default-finance-type element on a transaction-by-transaction basis, if needed."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "A code from the OECD DAC CRS \"Type of finance\" codelist"
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "aid-type",
         "type": "aidTypeBase",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "Optional element to override the top-level default-aid-type element (debt relief, etc.) on a transaction-by-transaction basis if needed."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "tied-status",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "Optional element to override the top-level default-tied-status element on a transaction-by-transaction basis if needed."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An IATI code interpreting the usage of Columns 36-38 of the CRS++ reporting format. (Amount tied, Amount partially untied, Amount tied)"
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "ref",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "An internal reference linking this transaction back to the publisher's financial management system."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "humanitarian",
       "type": "xsd:boolean",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A flag to indicate that this transaction relates entirely or partially to humanitarian aid. If the entire activity relates to humanitarian aid this should be reported using iati-activity/\\@humanitarian, rather than for each transaction."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "location",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "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. Any number of locations may be reported."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "location-reach",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "Does this location describe where the activity takes place or where the intended beneficiaries reside?"
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An IATI code for the geographic scope of the activity."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "location-id",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A unique code describing the location according to a recognised gazetteer or administrative boundary repository. Administrative areas should only be reported here if the location being defined is the administrative area itself. For describing the administrative area/s within which a more specific location falls the location/administrative element should be used."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "A code from the gazetteer or administrative boundary repository specified by the vocabulary"
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "vocabulary",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An IATI code for a recognised gazetteer or administrative boundary repository."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "name",
         "type": "textRequiredType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The human-readable name for the location."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "description",
         "type": "textRequiredType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A description that qualifies the location, not the activity."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "activity-description",
         "type": "textRequiredType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "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."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "administrative",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "Coded identification of national and sub-national divisions according to recognised administrative boundary repositories. Multiple levels may be reported."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "The code for the administrative area being reported from the vocabulary specified."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "vocabulary",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An IATI code for a recognised administrative boundary repository."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "level",
             "type": "xsd:nonNegativeInteger",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "A number defining a subdivision within a hierarchical system of administrative areas. The precise system for defining the particular meaning of each @level value is determined by the @vocabulary being used."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "point",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The point element is based on a subset of the GML 3.3 Point element."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "1",
               "name": "pos",
               "type": "xsd:string",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The latitude and longitude coordinates in the format \"lat lng\""
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "srsName",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "The name of the spatial reference system used by the coordinates.\n\n                  Always: http://www.opengis.net/def/crs/EPSG/0/4326"
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "exactness",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "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."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "A code from the Geographic Exactness Codelist."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "location-class",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "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)."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "A code from the Location Class codelist"
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "feature-designation",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A more refined coded classification of the type of feature referred to by this location."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "A feature designation code form the authorised list (maintained by the US National Geospatial-Intelligence Agency)"
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "ref",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "An internal reference that describes the location in the reporting organisation’s own system."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "tag",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Categorisations from established taxonomies that enrich the classification of the activity but that, unlike those reported in the sector element, cannot be associated with percentage splits on finances."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "narrative"
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "code",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The code for the tag as defined in the specified vocabulary."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "vocabulary",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "An IATI code for the vocabulary or taxonomy (see non-embedded codelist) used for tag classifications."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "vocabulary-uri",
       "type": "xsd:anyURI",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The URI where this vocabulary is defined."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "country-budget-items",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "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."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "1",
         "name": "budget-item",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "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."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "0",
               "name": "description",
               "type": "textRequiredType",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "A longer, human-readable description of the budget-item. May be repeated for different languages."
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "A code for the budget-item from the vocabulary specified."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "percentage",
             "type": "xsd:decimal",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "When multiple budget-item elements are declared within a single country-budget-items element, then, for each vocabulary used, the percentage values should sum 100%."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "vocabulary",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "An IATI 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)."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "related-activity",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Another separately reported IATI activity that is related to this one. The ‘type’ attribute describes the type of relationship: (eg. parent, child, multifunded). It is strongly recommended that linkage between activities in a hierarchical group should always be managed by use of this element with @type of 1 (parent) or 2 (child)."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "ref",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A valid activity identifier (as defined in iati-activity/iati-identifier)."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "type",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "An IATI code for the type of relationship"
           ]
          }
         ]
        }
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "legacy-data",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The legacy data element allows for the reporting of values held in a field in the reporting organisation's system which is similar, but not identical to an IATI element."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "name",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The original field name in the reporting organisation's system"
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "value",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The original field value in the reporting organisation's system"
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "iati-equivalent",
       "type": "xsd:NMTOKEN",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The name of the equivalent IATI element."
           ]
          }
         ]
        }
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "result",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "A container for reporting outputs, outcomes, impacts and other results that stem directly from the activity. This may be repeated for each type of result reported."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "ref": "title"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "ref": "description"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "document-link",
         "type": "documentLinkResultBase"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "reference",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A reference element to allow for the coded identification of a results framework."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "A code from the codelist identified in vocabulary that identifies a results framework."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "vocabulary",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "A code for the results framework vocabulary. The code must be a valid value in the ResultVocabulary codelist."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "vocabulary-uri",
             "type": "xsd:anyURI",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "The URI where this vocabulary is defined. If the vocabulary is 99 (reporting organisation), the URI where this internal vocabulary is defined. This is an optional field, but it is strongly recommended that all publishers use it to ensure that the meaning of their codes are fully understood by data users."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "1",
         "name": "indicator",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The indicator(s) that meet the results. There can be multiple indicators for each result."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "1",
               "ref": "title"
              },
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "0",
               "ref": "description"
              },
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "name": "document-link",
               "type": "documentLinkResultBase"
              },
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "name": "reference",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "A standardised means of identifying the indicator from a code in a recognised vocabulary. Multiple vocabularies may be specified, but each vocabulary may be specified only once for each indicator."
                   ]
                  }
                 ]
                },
                {
                 "0": "xsd:complexType",
                 "1": [
                  {
                   "0": "xsd:sequence",
                   "1": [
                    {
                     "0": "xsd:any",
                     "maxOccurs": "unbounded",
                     "minOccurs": "0",
                     "namespace": "##other",
                     "processContents": "lax"
                    }
                   ]
                  },
                  {
                   "0": "xsd:attribute",
                   "name": "vocabulary",
                   "type": "xsd:string",
                   "use": "required",
                   "1": [
                    {
                     "0": "xsd:annotation",
                     "1": [
                      {
                       "0": "xsd:documentation",
                       "xml:lang": "en",
                       "1": [
                        "A code for a recognised vocabulary of indicators. The value for this field should appear in the IndicatorVocabulary codelist."
                       ]
                      }
                     ]
                    }
                   ]
                  },
                  {
                   "0": "xsd:attribute",
                   "name": "code",
                   "type": "xsd:string",
                   "use": "required",
                   "1": [
                    {
                     "0": "xsd:annotation",
                     "1": [
                      {
                       "0": "xsd:documentation",
                       "xml:lang": "en",
                       "1": [
                        "A code for an indicator defined in the specified vocabulary specified."
                       ]
                      }
                     ]
                    }
                   ]
                  },
                  {
                   "0": "xsd:attribute",
                   "name": "indicator-uri",
                   "type": "xsd:anyURI",
                   "use": "optional",
                   "1": [
                    {
                     "0": "xsd:annotation",
                     "1": [
                      {
                       "0": "xsd:documentation",
                       "xml:lang": "en",
                       "1": [
                        "The URI where this vocabulary is defined. If the vocabulary is 99 (reporting organisation), the URI where this internal vocabulary is defined. This is an optional field, but it is strongly recommended that all publishers use it to ensure that the meaning of their codes are fully understood by data users."
                       ]
                      }
                     ]
                    }
                   ]
                  },
                  {
                   "0": "xsd:anyAttribute",
                   "namespace": "##other",
                   "processContents": "lax"
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "name": "baseline",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The baseline value for the indicator"
                   ]
                  }
                 ]
                },
                {
                 "0": "xsd:complexType",
                 "1": [
                  {
                   "0": "xsd:sequence",
                   "1": [
                    {
                     "0": "xsd:element",
                     "maxOccurs": "unbounded",
                     "minOccurs": "0",
                     "name": "location",
                     "type": "resultLocationBase"
                    },
                    {
                     "0": "xsd:element",
                     "maxOccurs": "unbounded",
                     "minOccurs": "0",
                     "ref": "dimension"
                    },
                    {
                     "0": "xsd:element",
                     "maxOccurs": "unbounded",
                     "minOccurs": "0",
                     "name": "document-link",
                     "type": "documentLinkResultBase"
                    },
                    {
                     "0": "xsd:element",
                     "maxOccurs": "1",
                     "minOccurs": "0",
                     "ref": "comment"
                    },
                    {
                     "0": "xsd:any",
                     "maxOccurs": "unbounded",
                     "minOccurs": "0",
                     "namespace": "##other",
                     "processContents": "lax"
                    }
                   ]
                  },
                  {
                   "0": "xsd:attribute",
                   "name": "iso-date",
                   "type": "xsd:date",
                   "use": "optional"
                  },
                  {
                   "0": "xsd:attribute",
                   "name": "year",
                   "type": "xsd:positiveInteger",
                   "use": "required",
                   "1": [
                    {
                     "0": "xsd:annotation",
                     "1": [
                      {
                       "0": "xsd:documentation",
                       "xml:lang": "en",
                       "1": [
                        "The year the baseline value was taken (yyyy)"
                       ]
                      }
                     ]
                    }
                   ]
                  },
                  {
                   "0": "xsd:attribute",
                   "name": "value",
                   "type": "xsd:string",
                   "use": "optional",
                   "1": [
                    {
                     "0": "xsd:annotation",
                     "1": [
                      {
                       "0": "xsd:documentation",
                       "xml:lang": "en",
                       "1": [
                        "The baseline value.\n\n                        The @value should be omitted for qualitative measures.\n\n                        The @value must be included for non-qualitative measures.\n\n                        The @value should be a valid number for all non-qualitative measures."
                       ]
                      }
                     ]
                    }
                   ]
                  },
                  {
                   "0": "xsd:anyAttribute",
                   "namespace": "##other",
                   "processContents": "lax"
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "name": "period",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The period covered for the results reported. Multiple periods can be reported for a single indicator."
                   ]
                  }
                 ]
                },
                {
                 "0": "xsd:complexType",
                 "1": [
                  {
                   "0": "xsd:sequence",
                   "1": [
                    {
                     "0": "xsd:element",
                     "maxOccurs": "1",
                     "minOccurs": "1",
                     "name": "period-start",
                     "1": [
                      {
                       "0": "xsd:annotation",
                       "1": [
                        {
                         "0": "xsd:documentation",
                         "xml:lang": "en",
                         "1": [
                          "The start of the reporting period."
                         ]
                        }
                       ]
                      },
                      {
                       "0": "xsd:complexType",
                       "1": [
                        {
                         "0": "xsd:sequence",
                         "1": [
                          {
                           "0": "xsd:any",
                           "maxOccurs": "unbounded",
                           "minOccurs": "0",
                           "namespace": "##other",
                           "processContents": "lax"
                          }
                         ]
                        },
                        {
                         "0": "xsd:attribute",
                         "name": "iso-date",
                         "type": "xsd:date",
                         "use": "required"
                        },
                        {
                         "0": "xsd:anyAttribute",
                         "namespace": "##other",
                         "processContents": "lax"
                        }
                       ]
                      }
                     ]
                    },
                    {
                     "0": "xsd:element",
                     "maxOccurs": "1",
                     "minOccurs": "1",
                     "name": "period-end",
                     "1": [
                      {
                       "0": "xsd:annotation",
                       "1": [
                        {
                         "0": "xsd:documentation",
                         "xml:lang": "en",
                         "1": [
                          "The end of the reporting period."
                         ]
                        }
                       ]
                      },
                      {
                       "0": "xsd:complexType",
                       "1": [
                        {
                         "0": "xsd:sequence",
                         "1": [
                          {
                           "0": "xsd:any",
                           "maxOccurs": "unbounded",
                           "minOccurs": "0",
                           "namespace": "##other",
                           "processContents": "lax"
                          }
                         ]
                        },
                        {
                         "0": "xsd:attribute",
                         "name": "iso-date",
                         "type": "xsd:date",
                         "use": "required"
                        },
                        {
                         "0": "xsd:anyAttribute",
                         "namespace": "##other",
                         "processContents": "lax"
                        }
                       ]
                      }
                     ]
                    },
                    {
                     "0": "xsd:element",
                     "maxOccurs": "unbounded",
                     "minOccurs": "0",
                     "name": "target",
                     "1": [
                      {
                       "0": "xsd:annotation",
                       "1": [
                        {
                         "0": "xsd:documentation",
                         "xml:lang": "en",
                         "1": [
                          "The target milestone for this period"
                         ]
                        }
                       ]
                      },
                      {
                       "0": "xsd:complexType",
                       "1": [
                        {
                         "0": "xsd:sequence",
                         "1": [
                          {
                           "0": "xsd:element",
                           "maxOccurs": "unbounded",
                           "minOccurs": "0",
                           "name": "location",
                           "type": "resultLocationBase"
                          },
                          {
                           "0": "xsd:element",
                           "maxOccurs": "unbounded",
                           "minOccurs": "0",
                           "ref": "dimension"
                          },
                          {
                           "0": "xsd:element",
                           "maxOccurs": "1",
                           "minOccurs": "0",
                           "ref": "comment"
                          },
                          {
                           "0": "xsd:element",
                           "maxOccurs": "unbounded",
                           "minOccurs": "0",
                           "name": "document-link",
                           "type": "documentLinkResultBase"
                          },
                          {
                           "0": "xsd:any",
                           "maxOccurs": "unbounded",
                           "minOccurs": "0",
                           "namespace": "##other",
                           "processContents": "lax"
                          }
                         ]
                        },
                        {
                         "0": "xsd:attribute",
                         "name": "value",
                         "type": "xsd:string",
                         "use": "optional",
                         "1": [
                          {
                           "0": "xsd:annotation",
                           "1": [
                            {
                             "0": "xsd:documentation",
                             "xml:lang": "en",
                             "1": [
                              "The target value.\n\n                              The @value should be omitted for qualitative measures.\n\n                              The @value must be included for non-qualitative measures.\n\n                              The @value should be a valid number for all non-qualitative measures."
                             ]
                            }
                           ]
                          }
                         ]
                        }
                       ]
                      }
                     ]
                    },
                    {
                     "0": "xsd:element",
                     "maxOccurs": "unbounded",
                     "minOccurs": "0",
                     "name": "actual",
                     "1": [
                      {
                       "0": "xsd:annotation",
                       "1": [
                        {
                         "0": "xsd:documentation",
                         "xml:lang": "en",
                         "1": [
                          "A record of the achieved result for this period."
                         ]
                        }
                       ]
                      },
                      {
                       "0": "xsd:complexType",
                       "1": [
                        {
                         "0": "xsd:sequence",
                         "1": [
                          {
                           "0": "xsd:element",
                           "maxOccurs": "unbounded",
                           "minOccurs": "0",
                           "name": "location",
                           "type": "resultLocationBase"
                          },
                          {
                           "0": "xsd:element",
                           "maxOccurs": "unbounded",
                           "minOccurs": "0",
                           "ref": "dimension"
                          },
                          {
                           "0": "xsd:element",
                           "maxOccurs": "1",
                           "minOccurs": "0",
                           "ref": "comment"
                          },
                          {
                           "0": "xsd:element",
                           "maxOccurs": "unbounded",
                           "minOccurs": "0",
                           "name": "document-link",
                           "type": "documentLinkResultBase"
                          },
                          {
                           "0": "xsd:any",
                           "maxOccurs": "unbounded",
                           "minOccurs": "0",
                           "namespace": "##other",
                           "processContents": "lax"
                          }
                         ]
                        },
                        {
                         "0": "xsd:attribute",
                         "name": "value",
                         "type": "xsd:string",
                         "use": "optional",
                         "1": [
                          {
                           "0": "xsd:annotation",
                           "1": [
                            {
                             "0": "xsd:documentation",
                             "xml:lang": "en",
                             "1": [
                              "The actual measure.\n\n                              The @value should be omitted for qualitative measures.\n                              \n                              The @value must be included for non-qualitative measures.\n\n                              The @value should be a valid number for all non-qualitative measures."
                             ]
                            }
                           ]
                          }
                         ]
                        }
                       ]
                      }
                     ]
                    },
                    {
                     "0": "xsd:any",
                     "maxOccurs": "unbounded",
                     "minOccurs": "0",
                     "namespace": "##other",
                     "processContents": "lax"
                    }
                   ]
                  },
                  {
                   "0": "xsd:anyAttribute",
                   "namespace": "##other",
                   "processContents": "lax"
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "measure",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An IATI code defining the unit of measure in which the value is reported."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "ascending",
             "type": "xsd:boolean",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "The behaviour of the indicator: \"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)."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "aggregation-status",
             "type": "xsd:boolean",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "Flag indicating whether the data in the result set are suitable for aggregation."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "type",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "An IATI code for the type of result being reported."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "aggregation-status",
       "type": "xsd:boolean",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "Flag indicating whether the data in the result set are suitable for aggregation."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "conditions",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Specific terms and conditions attached to the activity that, if not met, may influence the delivery of commitments made by participating organisations."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "condition",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The text of a specific condition attached to the activity. Organisation-wide terms and conditions that apply to all activities should not be reported here, but in either iati-organisation/document-link or iati-activity-document-link"
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "1",
               "ref": "narrative"
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "type",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An IATI code defining the type of condition."
                 ]
                }
               ]
              }
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "attached",
       "type": "xsd:boolean",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "Whether there are conditions attached to the activity. It is strongly recommended that this attribute is reported, even if there are no conditions attached (i.e. attached=\"0\")"
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "budget",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The value of the activity's budget for each financial quarter or year over the lifetime of the activity. The purpose of this element is to provide predictability for recipient planning on an annual basis. The status explains whether the budget being reported is indicative or has been formally committed. The value should appear within the BudgetStatus codelist. If the @status attribute is not present, the budget is assumed to be indicative. The sum of budgets may or may not match the sum of commitments, depending on a publisher’s business model and legal frameworks."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "period-start",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The start of the budget period."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "iso-date",
             "type": "xsd:date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "period-end",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The end of the period (which must not be greater than one year)"
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "iso-date",
             "type": "xsd:date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "value",
         "type": "currencyType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The budget for this period."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "type",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "Whether this is the original budget (prepared when the original commitment was made) or has subsequently been revised"
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "status",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The status explains whether the budget being reported is indicative or has been formally committed. The value should appear within the BudgetStatus codelist. If the @status attribute is not present, the budget is assumed to be indicative."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "planned-disbursement",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The planned disbursement element should only be used to report specific planned cash transfers. These should be reported for a specific date or a meaningfully predictable period. These transactions should be reported in addition to budgets - which are typically annual breakdowns of the total activity commitment."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "period-start",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The exact date of the planned disbursement OR the starting date of the period in which this specific disbursement will be made."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "iso-date",
             "type": "xsd:date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "period-end",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The ending date for the period in which this specific disbursement will be made."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "iso-date",
             "type": "xsd:date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "value",
         "type": "currencyType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The amount that is planned to be disbursed in the specified currency."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "provider-org",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The organisation from which the planned disbursement will originate.\n              If omitted the reporting-org is assumed."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "ref": "narrative",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The name of the organisation. This can be repeated in multiple languages"
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "ref",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "Machine-readable identification string for the organisation issuing the report. Must be in the format {RegistrationAgency}-{RegistrationNumber} where {RegistrationAgency} is a valid code in the Organisation Registration Agency code list and {RegistrationNumber} is a valid identifier issued by the {RegistrationAgency}. If this is not present then the narrative MUST contain the name of the organisation."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "provider-activity-id",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "The identifier for the activity in which the planned disbursement will be reported. If omitted the current activity is assumed."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "type",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "The type of organisation providing the funds."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "receiver-org",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The organisation receiving the money from the planned disbursement."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "ref": "narrative",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The name of the organisation. This can be repeated in multiple languages"
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "ref",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "Machine-readable identification string for the organisation issuing the report. Must be in the format {RegistrationAgency}-{RegistrationNumber} where {RegistrationAgency} is a valid code in the Organisation Registration Agency code list and {RegistrationNumber} is a valid identifier issued by the {RegistrationAgency}. If this is not present then the narrative MUST contain the name of the organisation."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "receiver-activity-id",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "If outgoing funds are being provided to another activity that is reported to IATI, this may, if possible, record the unique IATI activity identifier for that activity."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "type",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "The type of organisation receiving the funds."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "type",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "Whether this is an original plan (prepared when the original commitment was made) or has subsequently been revised."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "crs-add",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Additional items specific to CRS++ reporting."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "other-flags",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "This covers the four CRS++ columns titled:\n              \"Free standing technical cooperation\";\n              \"Programme-based approach\";\n              \"Investment project\";\n              \"Associated financing\""
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An IATI code describing the equivalent CRS++ columns"
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "significance",
             "type": "xsd:boolean",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "Whether the flag applies. If 'false' do not report the flag"
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "loan-terms",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "Loan repayment terms and interest rates"
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "0",
               "name": "repayment-type",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The type of loan repayment"
                   ]
                  }
                 ]
                },
                {
                 "0": "xsd:complexType",
                 "1": [
                  {
                   "0": "xsd:sequence",
                   "1": [
                    {
                     "0": "xsd:any",
                     "maxOccurs": "unbounded",
                     "minOccurs": "0",
                     "namespace": "##other",
                     "processContents": "lax"
                    }
                   ]
                  },
                  {
                   "0": "xsd:attribute",
                   "name": "code",
                   "type": "xsd:string",
                   "use": "required",
                   "1": [
                    {
                     "0": "xsd:annotation",
                     "1": [
                      {
                       "0": "xsd:documentation",
                       "xml:lang": "en",
                       "1": [
                        "An IATI codelist tabulating CRS-specified values for the type of Repayment."
                       ]
                      }
                     ]
                    }
                   ]
                  },
                  {
                   "0": "xsd:anyAttribute",
                   "namespace": "##other",
                   "processContents": "lax"
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "0",
               "name": "repayment-plan",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "Number of repayments per annum."
                   ]
                  }
                 ]
                },
                {
                 "0": "xsd:complexType",
                 "1": [
                  {
                   "0": "xsd:sequence",
                   "1": [
                    {
                     "0": "xsd:any",
                     "maxOccurs": "unbounded",
                     "minOccurs": "0",
                     "namespace": "##other",
                     "processContents": "lax"
                    }
                   ]
                  },
                  {
                   "0": "xsd:attribute",
                   "name": "code",
                   "type": "xsd:string",
                   "use": "required",
                   "1": [
                    {
                     "0": "xsd:annotation",
                     "1": [
                      {
                       "0": "xsd:documentation",
                       "xml:lang": "en",
                       "1": [
                        "An IATI codelist tabulating CRS-specified values for the number of repayments per annum."
                       ]
                      }
                     ]
                    }
                   ]
                  },
                  {
                   "0": "xsd:anyAttribute",
                   "namespace": "##other",
                   "processContents": "lax"
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "0",
               "name": "commitment-date",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The CRS++ reported commitment date"
                   ]
                  }
                 ]
                },
                {
                 "0": "xsd:complexType",
                 "1": [
                  {
                   "0": "xsd:sequence",
                   "1": [
                    {
                     "0": "xsd:any",
                     "maxOccurs": "unbounded",
                     "minOccurs": "0",
                     "namespace": "##other",
                     "processContents": "lax"
                    }
                   ]
                  },
                  {
                   "0": "xsd:attribute",
                   "name": "iso-date",
                   "type": "xsd:date",
                   "use": "required"
                  },
                  {
                   "0": "xsd:anyAttribute",
                   "namespace": "##other",
                   "processContents": "lax"
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "0",
               "name": "repayment-first-date",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "First Repayment Date."
                   ]
                  }
                 ]
                },
                {
                 "0": "xsd:complexType",
                 "1": [
                  {
                   "0": "xsd:sequence",
                   "1": [
                    {
                     "0": "xsd:any",
                     "maxOccurs": "unbounded",
                     "minOccurs": "0",
                     "namespace": "##other",
                     "processContents": "lax"
                    }
                   ]
                  },
                  {
                   "0": "xsd:attribute",
                   "name": "iso-date",
                   "type": "xsd:date",
                   "use": "required"
                  },
                  {
                   "0": "xsd:anyAttribute",
                   "namespace": "##other",
                   "processContents": "lax"
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "0",
               "name": "repayment-final-date",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "Final Repayment Date."
                   ]
                  }
                 ]
                },
                {
                 "0": "xsd:complexType",
                 "1": [
                  {
                   "0": "xsd:sequence",
                   "1": [
                    {
                     "0": "xsd:any",
                     "maxOccurs": "unbounded",
                     "minOccurs": "0",
                     "namespace": "##other",
                     "processContents": "lax"
                    }
                   ]
                  },
                  {
                   "0": "xsd:attribute",
                   "name": "iso-date",
                   "type": "xsd:date",
                   "use": "required"
                  },
                  {
                   "0": "xsd:anyAttribute",
                   "namespace": "##other",
                   "processContents": "lax"
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "rate-1",
             "type": "xsd:decimal",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "Interest Rate. If an ODA loan with variable interest rate, report the variable rate here and the reference fixed rate as rate-2\n\n                  Enter the rate without the percentage sign."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "rate-2",
             "type": "xsd:decimal",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "Second Interest Rate.  If an ODA loan with variable interest rate, report the variable rate as rate-1 and the reference fixed rate here\n\n                  Enter the rate without the percentage sign."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "loan-status",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The status of loan and interest repayments for the most recently reported financial year"
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "0",
               "name": "interest-received",
               "type": "xsd:decimal",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "Interest received during the reporting year"
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "0",
               "name": "principal-outstanding",
               "type": "xsd:decimal",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The amount of principal owed on the loan at the end of the reporting year."
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "0",
               "name": "principal-arrears",
               "type": "xsd:decimal",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "Arrears of principal at the end of the year. Included in principal-outstanding"
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "0",
               "name": "interest-arrears",
               "type": "xsd:decimal",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "Arrears of interest at the end of the year"
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "year",
             "type": "xsd:decimal",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "CRS Reporting Year (CRS++ Column 1)"
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "ref": "currency",
             "use": "optional"
            },
            {
             "0": "xsd:attribute",
             "ref": "value-date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "0",
         "name": "channel-code",
         "type": "xsd:string",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The CRS channel code for this activity. This should only be used for reporting to CRS. The code list contains both organisation types and names of organisations. For non-CRS purposes these should be reported using the participating-org element."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "fss",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "This section allows entry of data required for the OECD DAC Forward Spending Survey at an activity level."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "forecast",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A container to hold separate forecasts for each of the years specified Text() holds the forecast value for each year."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:simpleContent",
             "1": [
              {
               "0": "xsd:extension",
               "base": "xsd:decimal",
               "1": [
                {
                 "0": "xsd:attribute",
                 "name": "year",
                 "type": "xsd:decimal",
                 "use": "required",
                 "1": [
                  {
                   "0": "xsd:annotation",
                   "1": [
                    {
                     "0": "xsd:documentation",
                     "xml:lang": "en",
                     "1": [
                      "The calendar year that the forward spend covers"
                     ]
                    }
                   ]
                  }
                 ]
                },
                {
                 "0": "xsd:attribute",
                 "ref": "currency",
                 "use": "optional"
                },
                {
                 "0": "xsd:attribute",
                 "ref": "value-date",
                 "use": "optional"
                },
                {
                 "0": "xsd:anyAttribute",
                 "namespace": "##other",
                 "processContents": "lax"
                }
               ]
              }
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "extraction-date",
       "type": "xsd:date",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The exact date when the information was collected or extracted from donors' aid management systems."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "priority",
       "type": "xsd:boolean",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "True if the partner country is a priority partner country."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "phaseout-year",
       "type": "xsd:decimal",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "If there are plans to phase out operations from the partner country, this column shows the projected year of last disbursements."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:complexType",
   "name": "aidTypeBase",
   "1": [
    {
     "0": "xsd:sequence",
     "1": [
      {
       "0": "xsd:any",
       "maxOccurs": "unbounded",
       "minOccurs": "0",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    },
    {
     "0": "xsd:attribute",
     "name": "code",
     "type": "xsd:string",
     "use": "required",
     "1": [
      {
       "0": "xsd:annotation",
       "1": [
        {
         "0": "xsd:documentation",
         "xml:lang": "en",
         "1": [
          "A code from the specified vocabulary."
         ]
        }
       ]
      }
     ]
    },
    {
     "0": "xsd:attribute",
     "name": "vocabulary",
     "type": "xsd:string",
     "1": [
      {
       "0": "xsd:annotation",
       "1": [
        {
         "0": "xsd:documentation",
         "xml:lang": "en",
         "1": [
          "A code for the vocabulary aid-type classifications. If omitted the AidType (OECD DAC) codelist is assumed. The code must be a valid value in the AidTypeVocabulary codelist.\n\n          Each selected vocabulary should only be used once for each activity (iati-activity/default-aid-type) or transaction (iati-activity/transaction/aid-type). All activities and/or transactions should contain a code from the DAC Type of Aid Vocabulary. The above guidelines should be converted to rules at the next integer upgrade."
         ]
        }
       ]
      }
     ]
    },
    {
     "0": "xsd:anyAttribute",
     "namespace": "##other",
     "processContents": "lax"
    }
   ]
  },
  {
   "0": "xsd:complexType",
   "name": "documentLinkResultBase",
   "1": [
    {
     "0": "xsd:complexContent",
     "1": [
      {
       "0": "xsd:extension",
       "base": "documentLinkBase",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A link to an online, publicly accessible web page or document expanding on the result."
           ]
          }
         ]
        }
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:complexType",
   "name": "resultLocationBase",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "A location already defined and described in the iati-activity/location element."
       ]
      }
     ]
    },
    {
     "0": "xsd:sequence",
     "1": [
      {
       "0": "xsd:any",
       "maxOccurs": "unbounded",
       "minOccurs": "0",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    },
    {
     "0": "xsd:attribute",
     "name": "ref",
     "type": "xsd:string",
     "use": "optional",
     "1": [
      {
       "0": "xsd:annotation",
       "1": [
        {
         "0": "xsd:documentation",
         "xml:lang": "en",
         "1": [
          "A cross-reference to the internal reference assigned to a defined location: iati-activity/location/\\@ref."
         ]
        }
       ]
      }
     ]
    },
    {
     "0": "xsd:anyAttribute",
     "namespace": "##other",
     "processContents": "lax"
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "dimension",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "A category used for disaggregating the result by gender, age, etc."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "name",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "Freetext description of a category being disaggregated."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "value",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "Description of the value being disaggregated."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:annotation",
   "1": [
    {
     "0": "xsd:documentation",
     "xml:lang": "en",
     "1": [
      "International Aid Transparency Initiative: Common Markup Components\n\n      Release 2.03, 2018-02-19\n\n      This schema is not meant to be used on its own: it contains\n      common shared markup components for the IATI activities and\n      organisations schemas.  It must be in the same directory as\n      iati-activities-schema.xsd and iati-organisations-schema.xsd\n      (together with xml.xsd)."
     ]
    }
   ]
  },
  {
   "0": "xsd:import",
   "namespace": "http://www.w3.org/XML/1998/namespace",
   "schemaLocation": "xml.xsd"
  },
  {
   "0": "xsd:element",
   "name": "narrative",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The free text name or description of the item being described. This can\n        be repeated in multiple languages."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:simpleContent",
       "1": [
        {
         "0": "xsd:extension",
         "base": "xsd:string",
         "1": [
          {
           "0": "xsd:attribute",
           "ref": "xml:lang",
           "use": "optional",
           "1": [
            {
             "0": "xsd:annotation",
             "1": [
              {
               "0": "xsd:documentation",
               "xml:lang": "en",
               "1": [
                "A code specifying the language of text in this element. It is recommended that wherever possible only codes from ISO 639-1 are used. If not present, the default language is assumed."
               ]
              }
             ]
            }
           ]
          },
          {
           "0": "xsd:anyAttribute",
           "namespace": "##other",
           "processContents": "lax"
          }
         ]
        }
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "title",
   "type": "textRequiredType",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "A short, human-readable title."
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "description",
   "type": "descriptionBase",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "A longer, human-readable description."
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "comment",
   "type": "textRequiredType",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "A human-readable comment associated with a piece of aid information."
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "reporting-org",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The organisation issuing the report.\n        May be a primary source (reporting on its own activity as\n        donor, implementing agency, etc) or a secondary source\n        (reporting on the activities of another organisation).\n\n        Specifying the @ref attribute is mandatory.\n        May contain the organisation name as content.\n\n        All activities in an activity xml file must contain the same\n        @ref AND this @ref must be the same as the iati-identifier\n        recorded in the registry publisher record of the account under\n        which this file is published."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "1",
         "ref": "narrative",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The name of the organisation. May be repeated for\n              different languages."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "ref",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "Machine-readable identification string for the organisation issuing the report. Must be in the format {RegistrationAgency}-{RegistrationNumber} where {RegistrationAgency} is a valid code in the Organisation Registration Agency code list and {RegistrationNumber} is a valid identifier issued by the {RegistrationAgency}."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "type",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The type of organisation issuing the report. See IATI codelist for values."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "secondary-reporter",
       "type": "xsd:boolean",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A flag indicating that the reporting organisation of this activity is acting as a secondary reporter. A secondary reporter is one that reproduces data on the activities of an organisation for which it is not directly responsible. This does not include a publisher officially assigned as a proxy to report on behalf of another."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:attribute",
   "name": "value-date",
   "type": "xsd:date",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The date to be used for determining the exchange rate for\n        currency conversions."
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:complexType",
   "name": "descriptionBase",
   "1": [
    {
     "0": "xsd:sequence",
     "1": [
      {
       "0": "xsd:element",
       "maxOccurs": "unbounded",
       "minOccurs": "1",
       "ref": "narrative"
      },
      {
       "0": "xsd:any",
       "maxOccurs": "unbounded",
       "minOccurs": "0",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    },
    {
     "0": "xsd:anyAttribute",
     "namespace": "##other",
     "processContents": "lax"
    }
   ]
  },
  {
   "0": "xsd:complexType",
   "name": "textType",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Data type for an element that may contain human-readable text\n        in different languages."
       ]
      }
     ]
    },
    {
     "0": "xsd:sequence",
     "1": [
      {
       "0": "xsd:element",
       "maxOccurs": "unbounded",
       "minOccurs": "0",
       "ref": "narrative"
      },
      {
       "0": "xsd:any",
       "maxOccurs": "unbounded",
       "minOccurs": "0",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    },
    {
     "0": "xsd:anyAttribute",
     "namespace": "##other",
     "processContents": "lax"
    }
   ]
  },
  {
   "0": "xsd:complexType",
   "name": "textRequiredType",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Data type for an element that must contain human-readable text.\n        The information may be repeated in different languages."
       ]
      }
     ]
    },
    {
     "0": "xsd:sequence",
     "1": [
      {
       "0": "xsd:element",
       "maxOccurs": "unbounded",
       "minOccurs": "1",
       "ref": "narrative"
      },
      {
       "0": "xsd:any",
       "maxOccurs": "unbounded",
       "minOccurs": "0",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    },
    {
     "0": "xsd:anyAttribute",
     "namespace": "##other",
     "processContents": "lax"
    }
   ]
  },
  {
   "0": "xsd:complexType",
   "name": "documentLinkBase",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "A link to an online, publicly accessible web page or document."
       ]
      }
     ]
    },
    {
     "0": "xsd:sequence",
     "1": [
      {
       "0": "xsd:element",
       "maxOccurs": "1",
       "minOccurs": "1",
       "ref": "title"
      },
      {
       "0": "xsd:element",
       "maxOccurs": "1",
       "minOccurs": "0",
       "name": "description",
       "type": "descriptionBase",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A description of the document contents, or guidance on where to access the relevant information in the document."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:element",
       "maxOccurs": "unbounded",
       "minOccurs": "1",
       "name": "category",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "IATI Document Category Code"
           ]
          }
         ]
        },
        {
         "0": "xsd:complexType",
         "1": [
          {
           "0": "xsd:sequence",
           "1": [
            {
             "0": "xsd:any",
             "maxOccurs": "unbounded",
             "minOccurs": "0",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          },
          {
           "0": "xsd:attribute",
           "name": "code",
           "type": "xsd:string",
           "use": "required",
           "1": [
            {
             "0": "xsd:annotation",
             "1": [
              {
               "0": "xsd:documentation",
               "xml:lang": "en",
               "1": [
                "An IATI code defining the category of the document."
               ]
              }
             ]
            }
           ]
          },
          {
           "0": "xsd:anyAttribute",
           "namespace": "##other",
           "processContents": "lax"
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:element",
       "maxOccurs": "unbounded",
       "minOccurs": "0",
       "name": "language",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The ISO 639-1 language code in which target document is written, e.g. \"en\". Can be repeated to describe multi-lingual documents."
           ]
          }
         ]
        },
        {
         "0": "xsd:complexType",
         "1": [
          {
           "0": "xsd:sequence",
           "1": [
            {
             "0": "xsd:any",
             "maxOccurs": "unbounded",
             "minOccurs": "0",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          },
          {
           "0": "xsd:attribute",
           "name": "code",
           "type": "xsd:string",
           "use": "required",
           "1": [
            {
             "0": "xsd:annotation",
             "1": [
              {
               "0": "xsd:documentation",
               "xml:lang": "en",
               "1": [
                "ISO 639-1 language code"
               ]
              }
             ]
            }
           ]
          },
          {
           "0": "xsd:anyAttribute",
           "namespace": "##other",
           "processContents": "lax"
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:element",
       "maxOccurs": "1",
       "minOccurs": "0",
       "name": "document-date",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The date of publication of the document that is being linked to."
           ]
          }
         ]
        },
        {
         "0": "xsd:complexType",
         "1": [
          {
           "0": "xsd:sequence",
           "1": [
            {
             "0": "xsd:any",
             "maxOccurs": "unbounded",
             "minOccurs": "0",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          },
          {
           "0": "xsd:attribute",
           "name": "iso-date",
           "type": "xsd:date",
           "use": "required"
          },
          {
           "0": "xsd:anyAttribute",
           "namespace": "##other",
           "processContents": "lax"
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:any",
       "maxOccurs": "unbounded",
       "minOccurs": "0",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    },
    {
     "0": "xsd:attribute",
     "name": "url",
     "type": "xsd:anyURI",
     "use": "required",
     "1": [
      {
       "0": "xsd:annotation",
       "1": [
        {
         "0": "xsd:documentation",
         "xml:lang": "en",
         "1": [
          "The target URL of the external document, e.g. \"http://www.example.org/doc.odt\"."
         ]
        }
       ]
      }
     ]
    },
    {
     "0": "xsd:attribute",
     "name": "format",
     "type": "xsd:string",
     "use": "required",
     "1": [
      {
       "0": "xsd:annotation",
       "1": [
        {
         "0": "xsd:documentation",
         "xml:lang": "en",
         "1": [
          "An IANA code for the MIME type of the document being referenced, e.g. \"application/pdf\"."
         ]
        }
       ]
      }
     ]
    },
    {
     "0": "xsd:anyAttribute",
     "namespace": "##other",
     "processContents": "lax"
    }
   ]
  },
  {
   "0": "xsd:complexType",
   "name": "currencyType",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Data type for an element containing a currency value."
       ]
      }
     ]
    },
    {
     "0": "xsd:simpleContent",
     "1": [
      {
       "0": "xsd:extension",
       "base": "xsd:decimal",
       "1": [
        {
         "0": "xsd:attribute",
         "ref": "currency",
         "use": "optional"
        },
        {
         "0": "xsd:attribute",
         "ref": "value-date",
         "use": "required"
        },
        {
         "0": "xsd:anyAttribute",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:attribute",
   "name": "currency",
   "type": "xsd:string",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "A three letter ISO 4217 code for the original currency of the\n        amount. This is required for all currency amounts unless\n        the iati-organisation/\\@default-currency attribute is\n        specified."
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:annotation",
   "1": [
    {
     "0": "xsd:documentation",
     "xml:lang": "en",
     "1": [
      "International Aid Transparency Initiative: Organisation-Information Schema\n\n      Release 2.03, 2018-02-19\n\n      NOTE: the xml.xsd and iati-common.xsd schemas must be in the\n      same directory as this one.\n\n      This W3C XML Schema defines an XML document type for information\n      about an aid organisation, following the standard published at\n      http://iatistandard.org\n\n      This document type may be extended with additional elements and\n      attributes, but they must belong to an explicit XML namespace."
     ]
    }
   ]
  },
  {
   "0": "xsd:include",
   "schemaLocation": "iati-common.xsd"
  },
  {
   "0": "xsd:import",
   "namespace": "http://www.w3.org/XML/1998/namespace",
   "schemaLocation": "xml.xsd"
  },
  {
   "0": "xsd:element",
   "name": "iati-organisations",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Top-level list of one or more IATI organisation records."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "1",
         "ref": "iati-organisation"
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "version",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A number indicating the IATI Standard version in use.\n            This is mandatory and must be a valid version."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "generated-datetime",
       "type": "xsd:dateTime",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A date/time stamp for when this file was generated. This\n            is not necessarily the last-updated date for the\n            individual activity records in it. Use of this attribute\n            is highly recommended, to allow recipients to know when a\n            file has been updated."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "iati-organisation",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Top-level element for a single IATI organisation report."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "organisation-identifier",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "Machine-readable identification string for the organisation issuing the report. Must be in the format {RegistrationAgency}-{RegistrationNumber} where {RegistrationAgency} is a valid code in the Organisation Registration Agency code list and {RegistrationNumber} is a valid identifier issued by the {RegistrationAgency}."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "ref": "name"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "ref": "reporting-org"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "total-budget"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "recipient-org-budget"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "recipient-region-budget"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "recipient-country-budget"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "ref": "total-expenditure"
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "document-link",
         "type": "documentLinkWithReceipientCountry"
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "last-updated-datetime",
       "type": "xsd:dateTime",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The last date/time that the data for this specific\n            organisation was updated.  This date must change whenever\n            the value of any field changes."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "ref": "xml:lang",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A code specifying the default language of text in this organisation. It is recommended that wherever possible only codes from ISO 639-1 are used. If this is not declared then the xml:lang attribute MUST be specified for each narrative element."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "default-currency",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "Default ISO 4217 currency code for all financial values in\n            this activity report. If this is not declared then the\n            currency attribute MUST be specified for all monetary\n            values."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "name",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The human-readable name of the organisation."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "1",
         "ref": "narrative"
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "total-budget",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The total-budget element allows for the reporting of the organisation's\n        own budget. The recommendation is that, where and when possible, the\n        organisation's total annual planned budget for each of the next three\n        years is reported. The status explains whether the budget being reported\n        is indicative or has been formally committed. The value should appear\n        within the BudgetStatus codelist. If the @status attribute is not present,\n        the budget is assumed to be indicative."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "period-start",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The start of the budget period."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "iso-date",
             "type": "xsd:date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "period-end",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The end of the period (which must not be greater than one year)"
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "iso-date",
             "type": "xsd:date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "value",
         "type": "currencyType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The total value of the organisation's aid budget for\n              this period."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "budget-line",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A breakdown of the total budget into sub-totals. The\n              breakdown is determined by the reporting organisation\n              and described in the narrative. The period covered is\n              the same as that covered by the parent total-budget\n              element. The sum of budget-line values does not have to\n              equal the value given in the parent element."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "1",
               "name": "value",
               "type": "currencyType",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The budget sub-total. The definition of the\n                    sub-division is determined by\n                    iati-organisation/total-budget/budget-line/narrative"
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "1",
               "ref": "narrative"
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "ref",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An internal reference for this budget line taken\n                  from the reporting organisation's own system.\n                  Optional."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "status",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The status explains whether the budget being reported is indicative or has\n            been formally committed. The value should appear within the BudgetStatus\n            codelist. If the @status attribute is not present, the budget is assumed\n            to be indicative."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "recipient-org-budget",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The recipient-org-budget element allows for the reporting of\n        forward looking budgets for each institution which receives\n        core funding from the reporting organisation. The\n        recommendation is that, where and when possible, annual\n        planned budgets for each recipient institution for each of the\n        next three financial years are reported. This is primarily\n        applicable to donors but any provider of core funding is\n        expected to use it. Earmarked budgets should be reported at\n        activity-level through the Activity Standard. The status\n        explains whether the budget being reported is indicative or\n        has been formally committed. The value should appear within\n        the BudgetStatus codelist. If the @status attribute is not\n        present, the budget is assumed to be indicative."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "recipient-org",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The organisation that will receive the funds."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "1",
               "ref": "narrative",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The name of the organisation. This can be repeated in multiple languages."
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "ref",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "Machine-readable identification string for the organisation issuing the report. Must be in the format {RegistrationAgency}-{RegistrationNumber} where {RegistrationAgency} is a valid code in the Organisation Registration Agency code list and {RegistrationNumber} is a valid identifier issued by the {RegistrationAgency}. If this is not present then the narrative MUST contain the name of the organisation."
                 ]
                }
               ]
              }
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "period-start",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The start of the budget period."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "iso-date",
             "type": "xsd:date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "period-end",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The end of the period (which must not be greater than one year)"
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "iso-date",
             "type": "xsd:date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "value",
         "type": "currencyType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The total value of the money budgeted to be disbursed to\n              the specified recipient organisation during this time\n              period."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "budget-line",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A breakdown of the recipient organisation's budget into\n              sub-totals. The breakdown is determined by the\n              reporting organisation and described in the narrative.\n              The period covered is the same as that covered by the\n              parent recipient-org-budget element. The sum of\n              budget-line values does not have to equal the value\n              given in the parent element."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "1",
               "name": "value",
               "type": "currencyType",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The budget sub-total. The definition of the\n                    sub-division is determined by\n                    iati-organisation/recipient-org-budget/budget-line/narrative"
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "1",
               "ref": "narrative"
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "ref",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An internal reference for this budget line taken\n                  from the reporting organisation's own system.\n                  Optional."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "status",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The status explains whether the budget being reported is indicative or has\n            been formally committed. The value should appear within the BudgetStatus\n            codelist. If the @status attribute is not present, the budget is assumed\n            to be indicative."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "recipient-region-budget",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The recipient-region-budget element allows for the reporting of forward\n        looking budgets where the organisation maintains region-wide, rather than\n        or in addition to country-specific budgets. The recommendation is that,\n        where and when possible, the organisation’s total annual planned budget\n        for each of the next three financial years is reported for each recipient\n        region. This must NOT include an aggregation of budgets reported in the\n        recipient-country-budget element. It is strongly recommended that\n        publishers report to existing defined regions wherever possible. The\n        status explains whether the budget being reported is indicative or has\n        been formally committed. The value should appear within the BudgetStatus\n        codelist. If the @status attribute is not present, the budget is assumed\n        to be indicative."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "recipient-region",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The supranational geographic region where funds have been allocated."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "ref": "narrative"
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "vocabulary",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An IATI code for the vocabulary from which the region code is\n                  drawn. If it is not present, code 1 ('OECD DAC') is assumed."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "vocabulary-uri",
             "type": "xsd:anyURI",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "The URI where this vocabulary is defined. If the vocabulary is 99 (reporting organisation), the URI where this internal vocabulary is defined. This is an optional field, but it is strongly recommended that all publishers use it to ensure that the meaning of their codes are fully understood by data users."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "Either an OECD DAC, UN region code or (if code ‘99’ Reporting\n                  organisation is selected for recipient-region/\\@vocabulary) a\n                  code from your internal vocabulary. \n                  \n                  The codelist is determined by the vocabulary attribute. \n                  \n                  The value in recipient-region/\\@code\n                  should appear within the Region codelist, if the vocabulary\n                  code 1 ('OECD DAC') is used."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "period-start",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The start of the budget period."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "iso-date",
             "type": "xsd:date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "period-end",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The end of the period (which must not be greater than one year)"
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "iso-date",
             "type": "xsd:date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "value",
         "type": "currencyType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The total value of the money budgeted to be disbursed to\n              the specified region during this time period.  This\n              element is required."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "budget-line",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A breakdown of the recipient region’s budget into sub-totals. The\n              breakdown is determined by the reporting organisation and described\n              in the narrative. The period covered is the same as that covered by\n              the parent recipient-region-budget element. The sum of budget-line\n              values does not have to equal the value given in the parent element."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "1",
               "name": "value",
               "type": "currencyType",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The budget sub-total. The definition of the\n                    sub-division is determined by\n                    iati-organisation/recipient-region-budget/budget-line/narrative"
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "1",
               "ref": "narrative"
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "ref",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An internal reference for this budget line taken\n                  from the reporting organisation's own system.\n                  Optional."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "status",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The status explains whether the budget being reported is indicative or has\n            been formally committed. The value should appear within the BudgetStatus\n            codelist. If the @status attribute is not present, the budget is assumed\n            to be indicative."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "recipient-country-budget",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The recipient-country-budget element allows for the reporting of\n        forward looking budgets for each country in which the organisation\n        operates. The recommendation is that, where and when possible, the\n        organisation's total annual planned budget for each of the next\n        three financial years is reported for each recipient country.\n        It is strongly recommended that the start and end of the reported\n        financial years match those of the recipient country's\n        budgetary/planning cycle. The status explains whether the budget\n        being reported is indicative or has been formally committed. The\n        value should appear within the BudgetStatus codelist. If the\n        @status attribute is not present, the budget is assumed to be\n        indicative."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "recipient-country",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The recipient country."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "ref": "narrative"
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "code",
             "type": "xsd:string",
             "use": "required",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "ISO 3166-1 alpha-2 code for the country."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "period-start",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The start of the budget period."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "iso-date",
             "type": "xsd:date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "period-end",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The end of the period (which must not be greater than one year)"
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "iso-date",
             "type": "xsd:date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "value",
         "type": "currencyType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The total value of the money budgeted to be disbursed to\n              the specified country during this time period.  This\n              element is required."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "budget-line",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A breakdown of the recipient country's budget into\n              sub-totals.  The breakdown is determined by the\n              reporting organisation and described in the narrative.\n              The period covered is the same as that covered by the\n              parent recipient-country-budget element. The sum of\n              budget-line values does not have to equal the value\n              given in the parent element."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "1",
               "name": "value",
               "type": "currencyType",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The budget sub-total. The definition of the\n                    sub-division is determined by\n                    iati-organisation/recipient-country-budget/budget-line/narrative"
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "1",
               "ref": "narrative"
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "ref",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An internal reference for this budget line taken\n                  from the reporting organisation's own system.\n                  Optional."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "status",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The status explains whether the budget being reported is indicative or has\n            been formally committed. The value should appear within the BudgetStatus\n            codelist. If the @status attribute is not present, the budget is assumed\n            to be indicative."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:element",
   "name": "total-expenditure",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "The total-expenditure element allows for the reporting of the\n        organisation’s international development expenditure. The\n        recommendation is that, where and when possible, the organisation’s\n        total expenditure for each of the past three years is reported.\n        The expense line allows publishers to record further breakdown."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:sequence",
       "1": [
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "period-start",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The start of the budget period."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "iso-date",
             "type": "xsd:date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "period-end",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The end of the period (which must not be greater than one year)"
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "iso-date",
             "type": "xsd:date",
             "use": "required"
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "1",
         "minOccurs": "1",
         "name": "value",
         "type": "currencyType",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "The total value of the organisation's aid expenditure for\n              this period."
             ]
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:element",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "name": "expense-line",
         "1": [
          {
           "0": "xsd:annotation",
           "1": [
            {
             "0": "xsd:documentation",
             "xml:lang": "en",
             "1": [
              "A breakdown of the total expenditure into sub-totals.\n              The breakdown is determined by the reporting\n              organisation and described in the narrative. The period\n              covered is the same as that covered by the parent\n              total-expenditure element. The sum of expenditure-line\n              values does not have to equal the value given in the\n              parent element."
             ]
            }
           ]
          },
          {
           "0": "xsd:complexType",
           "1": [
            {
             "0": "xsd:sequence",
             "1": [
              {
               "0": "xsd:element",
               "maxOccurs": "1",
               "minOccurs": "1",
               "name": "value",
               "type": "currencyType",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "The expenditure sub-total. The definition of the\n                    sub-division is determined by\n                    iati-organisation/total-expenditure/expenditure-line/narrative"
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:element",
               "maxOccurs": "unbounded",
               "minOccurs": "1",
               "ref": "narrative"
              },
              {
               "0": "xsd:any",
               "maxOccurs": "unbounded",
               "minOccurs": "0",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            },
            {
             "0": "xsd:attribute",
             "name": "ref",
             "type": "xsd:string",
             "use": "optional",
             "1": [
              {
               "0": "xsd:annotation",
               "1": [
                {
                 "0": "xsd:documentation",
                 "xml:lang": "en",
                 "1": [
                  "An internal reference for this expenditure line taken\n                  from the reporting organisation’s own system. Optional."
                 ]
                }
               ]
              }
             ]
            },
            {
             "0": "xsd:anyAttribute",
             "namespace": "##other",
             "processContents": "lax"
            }
           ]
          }
         ]
        },
        {
         "0": "xsd:any",
         "maxOccurs": "unbounded",
         "minOccurs": "0",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:complexType",
   "name": "documentLinkWithReceipientCountry",
   "1": [
    {
     "0": "xsd:complexContent",
     "1": [
      {
       "0": "xsd:extension",
       "base": "documentLinkBase",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A link to an online, publicly accessible web page or document."
           ]
          }
         ]
        },
        {
         "0": "xsd:sequence",
         "1": [
          {
           "0": "xsd:element",
           "maxOccurs": "unbounded",
           "minOccurs": "0",
           "name": "recipient-country",
           "1": [
            {
             "0": "xsd:annotation",
             "1": [
              {
               "0": "xsd:documentation",
               "xml:lang": "en",
               "1": [
                "The recipient country that is the focus of the document.\n                May be repeated for multiple countries."
               ]
              }
             ]
            },
            {
             "0": "xsd:complexType",
             "1": [
              {
               "0": "xsd:sequence",
               "1": [
                {
                 "0": "xsd:element",
                 "maxOccurs": "unbounded",
                 "minOccurs": "0",
                 "ref": "narrative"
                },
                {
                 "0": "xsd:any",
                 "maxOccurs": "unbounded",
                 "minOccurs": "0",
                 "namespace": "##other",
                 "processContents": "lax"
                }
               ]
              },
              {
               "0": "xsd:attribute",
               "name": "code",
               "type": "xsd:string",
               "use": "required",
               "1": [
                {
                 "0": "xsd:annotation",
                 "1": [
                  {
                   "0": "xsd:documentation",
                   "xml:lang": "en",
                   "1": [
                    "ISO 3166-1 alpha-2 code for the country."
                   ]
                  }
                 ]
                }
               ]
              },
              {
               "0": "xsd:anyAttribute",
               "namespace": "##other",
               "processContents": "lax"
              }
             ]
            }
           ]
          }
         ]
        }
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xsd:annotation",
   "1": [
    {
     "0": "xsd:documentation",
     "xml:lang": "en",
     "1": [
      "International Aid Transparency Initiative: Registry Record Extension Schema\n\n      Release 2.03, Unreleased\n\n      This W3C XML schema is an extension to the IATI standards to add\n      information specific to the IATI registry. Like all IATI\n      extensions, this schema is in a separate namespace to\n      distinguish it from IATI standards-based markup.\n\n      The root ir:registry-record element (assuming \"ir\" is the prefix\n      bound to the \"http://iatiregistry.org/ns/record#\" namespace) may\n      be inserted anywhere in an IATI document, but will normally\n      appear as a child of iati-activities, iati-activity, or\n      iati-organization."
     ]
    }
   ]
  },
  {
   "0": "xsd:import",
   "namespace": "http://www.w3.org/XML/1998/namespace",
   "schemaLocation": "xml.xsd"
  },
  {
   "0": "xsd:element",
   "name": "registry-record",
   "1": [
    {
     "0": "xsd:annotation",
     "1": [
      {
       "0": "xsd:documentation",
       "xml:lang": "en",
       "1": [
        "Root of an IATI registry record.  Note that this element and\n        its children not in the default namespace, to distinguish them\n        from the core IATI standard markup."
       ]
      }
     ]
    },
    {
     "0": "xsd:complexType",
     "1": [
      {
       "0": "xsd:choice",
       "maxOccurs": "unbounded",
       "minOccurs": "0",
       "1": [
        {
         "0": "xsd:any",
         "namespace": "##other",
         "processContents": "lax"
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "ref": "xml:lang",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The language of any human-readable text in this element\n            (such as the value of the @title attribute)."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "file-id",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A unique identifier for this file of IATI information.\n            Note that this identifier applies to the file, not to the\n            individual activities or organizations described in it."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "source-url",
       "type": "xsd:anyURI",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The source URL for this file: the most up-to-date version\n            of the file will always be available for download at that\n            location."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "publisher-id",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The IATI identifier for the publishing organization\n            (required, since any organization using the IATI registry\n            will have an IATI identifier).  This information is\n            identical to iati-activity/reporting-org/@ref."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "publisher-role",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The role of the publisher in the activity (if any).  This\n            information is identical to the value of\n            iati-activity/participating-org/@role for the reporting\n            organization."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "contact-email",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "An email address that the registry can use for queries\n            about the information.  This information is identical to\n            the value of iati-activity/contact-info/email"
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "donor-id",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The identifier for the donor whose information is reported\n            in this file.  If information for multiple donors is\n            included (as is often the case with non-governmental aid\n            projects), then this should contain the identifier for the\n            donor making the largest known contribution.  This\n            information is identical to the value of\n            participating-org/@ref with @role=\"donor\""
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "donor-type",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The type code for the donor listed in the @donor-id attribute."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "donor-country",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The ISO 3166-2 alpha2 code for the donor listed in the\n            @donor-id attribute.  This attribute may not be\n            appropriate for international agencies and NGOs, but\n            should always be specified for national donors."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "title",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The title of the document."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "activity-period",
       "type": "xsd:string",
       "use": "optional",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The period of time covered by the information in this\n            file, specified using ISO 8601 format.  For example, the\n            period between the year 2010 and the year 2011 would be\n            specified as \"2010/2011\".  The period between April 1,\n            2010 and March 31, 2011 would be specified as\n            \"2010-04-01/2011-03-31\".\n\n            This information is identical to the combined values of\n            the iati-activity/activity-date @period-start and\n            @period-end attributes."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "last-updated-datetime",
       "type": "xsd:dateTime",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The most recent date and time that any of the data for\n            this organisation or activity changed.  This date is\n            identical to the value of the\n            iati-activity/@last-updated-datetime and\n            iati-organisation/@last-updated-datetime attributes."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "generated-datetime",
       "type": "xsd:dateTime",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "The date and time that this file was generated, in ISO\n            8601 format.  This value is identical to the value of the\n            iati-activities/@generated-datetime attribute."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "verification-status",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A code specifying whether the information in this record has been verified.\n\n            See http://iatistandard.org/codelists/verification_status"
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "format",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A MIME type describing the content of the file,\n            e.g. \"application/x-iati+xml\" for an IATI XML file.\n\n            See http://iatistandard.org/codelists/file_format for a partial list"
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:attribute",
       "name": "license",
       "type": "xsd:string",
       "use": "required",
       "1": [
        {
         "0": "xsd:annotation",
         "1": [
          {
           "0": "xsd:documentation",
           "xml:lang": "en",
           "1": [
            "A text name of a license (e.g. \"Creative Commons\").  May\n            be replaced with a code list in the future."
           ]
          }
         ]
        }
       ]
      },
      {
       "0": "xsd:anyAttribute",
       "namespace": "##other",
       "processContents": "lax"
      }
     ]
    }
   ]
  },
  {
   "0": "xs:annotation",
   "1": [
    {
     "0": "xs:documentation",
     "1": [
      {
       "0": "div",
       "1": [
        {
         "0": "h1",
         "1": [
          "About the XML namespace"
         ]
        },
        {
         "0": "div",
         "class": "bodytext",
         "1": [
          {
           "0": "p",
           "1": [
            "This schema document describes the XML namespace, in a form\n      suitable for import by other schema documents."
           ]
          },
          {
           "0": "p",
           "1": [
            "See",
            {
             "0": "a",
             "href": "http://www.w3.org/XML/1998/namespace.html",
             "1": [
              "http://www.w3.org/XML/1998/namespace.html"
             ]
            },
            "and",
            {
             "0": "a",
             "href": "http://www.w3.org/TR/REC-xml",
             "1": [
              "http://www.w3.org/TR/REC-xml"
             ]
            },
            "for information \n      about this namespace."
           ]
          },
          {
           "0": "p",
           "1": [
            "Note that local names in this namespace are intended to be\n      defined only by the World Wide Web Consortium or its subgroups.\n      The names currently defined in this namespace are listed below.\n      They should not be used with conflicting semantics by any Working\n      Group, specification, or document instance."
           ]
          },
          {
           "0": "p",
           "1": [
            "See further below in this document for more information about",
            {
             "0": "a",
             "href": "#usage",
             "1": [
              "how to refer to this schema document from your own\n      XSD schema documents"
             ]
            },
            "and about",
            {
             "0": "a",
             "href": "#nsversioning",
             "1": [
              "the\n      namespace-versioning policy governing this schema document"
             ]
            },
            "."
           ]
          }
         ]
        }
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xs:attribute",
   "name": "lang",
   "1": [
    {
     "0": "xs:annotation",
     "1": [
      {
       "0": "xs:documentation",
       "1": [
        {
         "0": "div",
         "1": [
          {
           "0": "h3",
           "1": [
            "lang (as an attribute name)"
           ]
          },
          {
           "0": "p",
           "1": [
            "denotes an attribute whose value\n       is a language code for the natural language of the content of\n       any element; its value is inherited.  This name is reserved\n       by virtue of its definition in the XML specification."
           ]
          }
         ]
        },
        {
         "0": "div",
         "1": [
          {
           "0": "h4",
           "1": [
            "Notes"
           ]
          },
          {
           "0": "p",
           "1": [
            "Attempting to install the relevant ISO 2- and 3-letter\n      codes as the enumerated possible values is probably never\n      going to be a realistic possibility."
           ]
          },
          {
           "0": "p",
           "1": [
            "See BCP 47 at",
            {
             "0": "a",
             "href": "http://www.rfc-editor.org/rfc/bcp/bcp47.txt",
             "1": [
              "http://www.rfc-editor.org/rfc/bcp/bcp47.txt"
             ]
            },
            "and the IANA language subtag registry at",
            {
             "0": "a",
             "href": "http://www.iana.org/assignments/language-subtag-registry",
             "1": [
              "http://www.iana.org/assignments/language-subtag-registry"
             ]
            },
            "for further information."
           ]
          },
          {
           "0": "p",
           "1": [
            "The union allows for the 'un-declaration' of xml:lang with\n      the empty string."
           ]
          }
         ]
        }
       ]
      }
     ]
    },
    {
     "0": "xs:simpleType",
     "1": [
      {
       "0": "xs:union",
       "memberTypes": "xs:language",
       "1": [
        {
         "0": "xs:simpleType",
         "1": [
          {
           "0": "xs:restriction",
           "base": "xs:string",
           "1": [
            {
             "0": "xs:enumeration",
             "value": ""
            }
           ]
          }
         ]
        }
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xs:attribute",
   "name": "space",
   "1": [
    {
     "0": "xs:annotation",
     "1": [
      {
       "0": "xs:documentation",
       "1": [
        {
         "0": "div",
         "1": [
          {
           "0": "h3",
           "1": [
            "space (as an attribute name)"
           ]
          },
          {
           "0": "p",
           "1": [
            "denotes an attribute whose\n       value is a keyword indicating what whitespace processing\n       discipline is intended for the content of the element; its\n       value is inherited.  This name is reserved by virtue of its\n       definition in the XML specification."
           ]
          }
         ]
        }
       ]
      }
     ]
    },
    {
     "0": "xs:simpleType",
     "1": [
      {
       "0": "xs:restriction",
       "base": "xs:NCName",
       "1": [
        {
         "0": "xs:enumeration",
         "value": "default"
        },
        {
         "0": "xs:enumeration",
         "value": "preserve"
        }
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xs:attribute",
   "name": "base",
   "type": "xs:anyURI",
   "1": [
    {
     "0": "xs:annotation",
     "1": [
      {
       "0": "xs:documentation",
       "1": [
        {
         "0": "div",
         "1": [
          {
           "0": "h3",
           "1": [
            "base (as an attribute name)"
           ]
          },
          {
           "0": "p",
           "1": [
            "denotes an attribute whose value\n       provides a URI to be used as the base for interpreting any\n       relative URIs in the scope of the element on which it\n       appears; its value is inherited.  This name is reserved\n       by virtue of its definition in the XML Base specification."
           ]
          },
          {
           "0": "p",
           "1": [
            "See",
            {
             "0": "a",
             "href": "http://www.w3.org/TR/xmlbase/",
             "1": [
              "http://www.w3.org/TR/xmlbase/"
             ]
            },
            "for information about this attribute."
           ]
          }
         ]
        }
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xs:attribute",
   "name": "id",
   "type": "xs:ID",
   "1": [
    {
     "0": "xs:annotation",
     "1": [
      {
       "0": "xs:documentation",
       "1": [
        {
         "0": "div",
         "1": [
          {
           "0": "h3",
           "1": [
            "id (as an attribute name)"
           ]
          },
          {
           "0": "p",
           "1": [
            "denotes an attribute whose value\n       should be interpreted as if declared to be of type ID.\n       This name is reserved by virtue of its definition in the\n       xml:id specification."
           ]
          },
          {
           "0": "p",
           "1": [
            "See",
            {
             "0": "a",
             "href": "http://www.w3.org/TR/xml-id/",
             "1": [
              "http://www.w3.org/TR/xml-id/"
             ]
            },
            "for information about this attribute."
           ]
          }
         ]
        }
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xs:attributeGroup",
   "name": "specialAttrs",
   "1": [
    {
     "0": "xs:attribute",
     "ref": "xml:base"
    },
    {
     "0": "xs:attribute",
     "ref": "xml:lang"
    },
    {
     "0": "xs:attribute",
     "ref": "xml:space"
    },
    {
     "0": "xs:attribute",
     "ref": "xml:id"
    }
   ]
  },
  {
   "0": "xs:annotation",
   "1": [
    {
     "0": "xs:documentation",
     "1": [
      {
       "0": "div",
       "1": [
        {
         "0": "h3",
         "1": [
          "Father (in any context at all)"
         ]
        },
        {
         "0": "div",
         "class": "bodytext",
         "1": [
          {
           "0": "p",
           "1": [
            "denotes Jon Bosak, the chair of \n      the original XML Working Group.  This name is reserved by \n      the following decision of the W3C XML Plenary and \n      XML Coordination groups:"
           ]
          },
          {
           "0": "blockquote",
           "1": [
            {
             "0": "p",
             "1": [
              "In appreciation for his vision, leadership and\n\tdedication the W3C XML Plenary on this 10th day of\n\tFebruary, 2000, reserves for Jon Bosak in perpetuity\n\tthe XML name \"xml:Father\"."
             ]
            }
           ]
          }
         ]
        }
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xs:annotation",
   "1": [
    {
     "0": "xs:documentation",
     "1": [
      {
       "0": "div",
       "id": "usage",
       "xml:id": "usage",
       "1": [
        {
         "0": "h2",
         "1": [
          {
           "0": "a",
           "name": "usage",
           "1": [
            "About this schema document"
           ]
          }
         ]
        },
        {
         "0": "div",
         "class": "bodytext",
         "1": [
          {
           "0": "p",
           "1": [
            "This schema defines attributes and an attribute group suitable\n      for use by schemas wishing to allow",
            {
             "0": "code",
             "1": [
              "xml:base"
             ]
            },
            ",",
            {
             "0": "code",
             "1": [
              "xml:lang"
             ]
            },
            ",",
            {
             "0": "code",
             "1": [
              "xml:space"
             ]
            },
            "or",
            {
             "0": "code",
             "1": [
              "xml:id"
             ]
            },
            "attributes on elements they define."
           ]
          },
          {
           "0": "p",
           "1": [
            "To enable this, such a schema must import this schema for\n      the XML namespace, e.g. as follows:"
           ]
          },
          {
           "0": "pre",
           "1": [
            "<schema . . .>\n           . . .\n           <import namespace=\"http://www.w3.org/XML/1998/namespace\"\n                      schemaLocation=\"http://www.w3.org/2001/xml.xsd\"/>"
           ]
          },
          {
           "0": "p",
           "1": [
            "or"
           ]
          },
          {
           "0": "pre",
           "1": [
            "<import namespace=\"http://www.w3.org/XML/1998/namespace\"\n                      schemaLocation=\"http://www.w3.org/2009/01/xml.xsd\"/>"
           ]
          },
          {
           "0": "p",
           "1": [
            "Subsequently, qualified reference to any of the attributes or the\n      group defined below will have the desired effect, e.g."
           ]
          },
          {
           "0": "pre",
           "1": [
            "<type . . .>\n           . . .\n           <attributeGroup ref=\"xml:specialAttrs\"/>"
           ]
          },
          {
           "0": "p",
           "1": [
            "will define a type which will schema-validate an instance element\n      with any of those attributes."
           ]
          }
         ]
        }
       ]
      }
     ]
    }
   ]
  },
  {
   "0": "xs:annotation",
   "1": [
    {
     "0": "xs:documentation",
     "1": [
      {
       "0": "div",
       "id": "nsversioning",
       "xml:id": "nsversioning",
       "1": [
        {
         "0": "h2",
         "1": [
          {
           "0": "a",
           "name": "nsversioning",
           "1": [
            "Versioning policy for this schema document"
           ]
          }
         ]
        },
        {
         "0": "div",
         "class": "bodytext",
         "1": [
          {
           "0": "p",
           "1": [
            "In keeping with the XML Schema WG's standard versioning\n      policy, this schema document will persist at",
            {
             "0": "a",
             "href": "http://www.w3.org/2009/01/xml.xsd",
             "1": [
              "http://www.w3.org/2009/01/xml.xsd"
             ]
            },
            "."
           ]
          },
          {
           "0": "p",
           "1": [
            "At the date of issue it can also be found at",
            {
             "0": "a",
             "href": "http://www.w3.org/2001/xml.xsd",
             "1": [
              "http://www.w3.org/2001/xml.xsd"
             ]
            },
            "."
           ]
          },
          {
           "0": "p",
           "1": [
            "The schema document at that URI may however change in the future,\n      in order to remain compatible with the latest version of XML\n      Schema itself, or with the XML namespace itself.  In other words,\n      if the XML Schema or XML namespaces change, the version of this\n      document at",
            {
             "0": "a",
             "href": "http://www.w3.org/2001/xml.xsd",
             "1": [
              "http://www.w3.org/2001/xml.xsd"
             ]
            },
            "will change accordingly; the version at",
            {
             "0": "a",
             "href": "http://www.w3.org/2009/01/xml.xsd",
             "1": [
              "http://www.w3.org/2009/01/xml.xsd"
             ]
            },
            "will not change."
           ]
          },
          {
           "0": "p",
           "1": [
            "Previous dated (and unchanging) versions of this schema \n      document are at:"
           ]
          },
          {
           "0": "ul",
           "1": [
            {
             "0": "li",
             "1": [
              {
               "0": "a",
               "href": "http://www.w3.org/2009/01/xml.xsd",
               "1": [
                "http://www.w3.org/2009/01/xml.xsd"
               ]
              }
             ]
            },
            {
             "0": "li",
             "1": [
              {
               "0": "a",
               "href": "http://www.w3.org/2007/08/xml.xsd",
               "1": [
                "http://www.w3.org/2007/08/xml.xsd"
               ]
              }
             ]
            },
            {
             "0": "li",
             "1": [
              {
               "0": "a",
               "href": "http://www.w3.org/2004/10/xml.xsd",
               "1": [
                "http://www.w3.org/2004/10/xml.xsd"
               ]
              }
             ]
            },
            {
             "0": "li",
             "1": [
              {
               "0": "a",
               "href": "http://www.w3.org/2001/03/xml.xsd",
               "1": [
                "http://www.w3.org/2001/03/xml.xsd"
               ]
              }
             ]
            }
           ]
          }
         ]
        }
       ]
      }
     ]
    }
   ]
  }
 ]
}