Open luciansmith opened 8 months ago
Error 99107 is correct because the namespace "appear1" mimics l3v1 package namespace and indeed has the required so printing the warning that this package cannot be interpreted is correct.
Error 10102 should not be reported as you accurately say it is not attempting to be in the sbml namespace
We test for error 99107 in the file 99107-fail-01-06-10102.xml, but the problem it detects is, I believe, not actually an error. The file defines a new namespace 'appear' and adds a listOfShapes in that namespace, but I believe this is perfectly legal XML, and doesn't impact the SBML specification at all.
Tagging @daemontus for bringing this to our attention.