BUG: Definition of iati-organisation/document-link on reference site is wrong (v2.03 only)
andylolz opened this issue · 3 comments
andylolz commented
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.
andylolz commented
Would be nice to also fix the typo in documentLinkWithRec[e]ipientCountry
.
andylolz commented
I guess there are two possible approaches to fixing this:
- Undo the DRYing up in the schema that has caused this
- Make Schema2Doc (in this repo) support the new DRYed up schema