How to convert xsd to human readable documentation?

xml, xsd

Solution

xs3p might do what you want (see also their SourceForce page).

Problem

We have a few XML based interfaces that is quite well documented in XSD schemas. The interfaces are now going to be publicly available and we would like to create reference documentation for them. Is there a tool that can automatically convert XSD files into some more readable format?

Original source

Related problems