I have an XSD group, which in turn inherits a schema from different XSDs, and I need to create an XML file for testing purposes with this XSD. I use oXygen XML Editor to do this, but when I try to do it, it does not work for me, and it says, please determine the root of the node, but that does not allow me to do this. So, if someone worked with oxygenXML, suppose there might be something for this?
Additional question: how can we check an incoming XML file with an XSD that inherits a schema from another XSD? here the fact is that I have one input XML file, where I have about 57 XSDs, some of which inherit the scheme from other XSDs.
source
share