XML Schema generator?

M

matomira

I want to generate an XML Schema from sample XML documents.
What's the best tool available?

Thanks
 
T

Tjerk Wolterink

I want to generate an XML Schema from sample XML documents.
What's the best tool available?

Thanks

I do not think that is completely possible.
A xml schema defines when an xml is valid.

How could you ever derive a scheme of an xml document?
Maybe it can be possible but youre never 100% sure.

For example:

<a>
<b/>
</a>

schema's possible (in pseudo-schema notation):
a b (a with one b)
a b+ (a with multiples b)
a b? (a with optionally b)

Wich schema should you choose?
 
M

matomira

Stylus Studio comes with such a generator. But I think you can't use
multiple files as input.
I don't know if there are others.

Thanks
 
R

Rikard Land

I want to generate an XML Schema from sample XML documents.
XMLSpy does this. However, when I try to validate the document
according to the newly generated schema, one would assume the file
should be valid, but it is not... the schema requires some editing
before the document passes validation.

Of course, you have to edit the schema anyway, and add/relax e.g. the
generated constraints, optionality etc. in the way you want it.

Regards,
Rikard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top