Generating XML from XSD

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.

+3
source share
3 answers

You can use XMLSPY . Using XMLSPY, you can generate XSD / DTD from XML or generate simple XML (without values) from XSD and validate XML using XSD.

+4
source

Since oXygen is commercial software, why not ask in your forum or just contact them for support ?

+1
source

- BizTalk . Visual Studio XSD . XSD, generate XML .

Microsoft

http://msdn.microsoft.com/en-us/library/aa302296.aspx

0

Source: https://habr.com/ru/post/1720734/


All Articles