I developed an XML schema for the application I wrote. Now I want to document a valid structure for the end user, however I cannot come up with any natural way to do this. I have seen things like xs3p, which essentially converts the xsd schema into an HTML representation, however this doesn't seem like good documentation to me; the user does not need to know anything about schemes in order to understand what he is allowed to do.
Any ideas how to document this? Any programs / editors / graphics or just concepts that I can build on?
source
share