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>
Please follow https://youtrack.jetbrains.com/issue/IJPL-163156/Generate-XSD-Schema-from-XML-file-failed-in-IntelliJ-IDEA-2024.2.x
This is happening in JetBrains Rider 2026.1 too
The link to the issue in the previous comment doesn't resolve…