Generate XSD Schema from XML File failes and deletes my original XML Schema (XML Actions)
Answered
This function used to work but now fails with the following error:
"Instance 2 Schema generator error" (see attachement). The original XML Schema file is now deleted.

Please sign in to leave a comment.
The XML file is a valid XML Document.
Intellij JetBrains Version 24.3.4.1
The bug is present also in 2026.1 .2 version.
And can be easily verified with any simple XML, for example this one:
<?xml version="1.0" encoding="UTF-8"?>
<RootElement>
<ChildElement>
<ID>ID20000000001</ID>
</ChildElement>
</RootElement>