Community
Participate
Working Groups
If a xsd includes another xsd, the insertion order is lost. I've created an example schema where this fails in org.eclipse.sapphire.test plugin, schemas/xml/xsd/0001a.xsd. I've added an include directive and a new element named element2. Basically the root cause is that the included files overwrite the schema location and the namespace. I've also added a new test called "testChildSchemaParsing"
Fix has been checked in on 4/20. This bug provides the example schema and provides a unit test.
Please update headers of changed files. That applies to plugin.xml and xsd files.
I don't see any header information in the xsd files.
Please add headers. You can copy ones from another xml file, such as plugin.xml.
headers added.
Verified. Closing.