My application uses an XML file of some complexity for configuration. It's not much - about two dozen elements - but still non-trivial.
Currently I'm writing XML schema for it, and was wondering if there was a tool which would generate documentation from this schema? Something human-readable that can be used by a person who has to write the XML file. Definitely with the possibility of including my own comments for each XML element.