Hi. This bug still seems to be valid. (or is valid again?)
The upstream bug is still in stage "NEW". Attached is a far simpler example, which triggers the bug. "bugged.xsd" is a schema, that should validate "test.xml", but does not. "workaround.xsd" is an equivalent schema, which does validate the "test.xml" file. It seems people either do not design their schemas the "bugged" way. If anyone is interested, the schema that triggered this bug for me in the first place is this one: http://www.omg.org/spec/XMI/20131001/XMI.xsd Regards Andre
bugged.xsd
Description: XML document
<root xmlns="http://www.example.com" > <child/> </root>
workaround.xsd
Description: XML document

