IATI/IATI-Standard-SSOT

BUG: Definition of iati-organisation/document-link on reference site is wrong (v2.03 only)

andylolz opened this issue · 3 comments

The definition of document-link within the org standard for v2.03 says:

The recipient country that is the focus of the document. May be repeated for multiple countries.

That’s not correct at all. In the v2.03 schema, documentLinkWithReceipientCountry [sic] extends documentLinkBase, but I guess there’s some problem related to fetching the first xsd:annotation or something.

I don’t know if extra hierarchy has been added elsewhere resulting in similar bugs, but probably worth checking.

Would be nice to also fix the typo in documentLinkWithRec[e]ipientCountry.

I guess there are two possible approaches to fixing this:

  1. Undo the DRYing up in the schema that has caused this
  2. Make Schema2Doc (in this repo) support the new DRYed up schema

This was fixed in #210. Closing.