How to document an XML Schema?
- by lucas clemente
I have developed a XML schema for an application I wrote. Now I want to document the valid structure for the end user, however I can't come up with any natural way to do this. I've seen things like xs3p, which essentially converts a xsd schema to a HTML representation, however that doesn't look like good documentation to me; the user shouldn't need to know anything about schemas to understand what he is allowed to do.
Any ideas how to document this? Any programs / editors / graphical solutions or simply concepts I can build on?