How to visualize an XML schema programatically? [closed]
The open source command line java application xsdvi creates an interactive diagram in SVG format from an XML Schema Definition. The generated SVG file can be displayed by a modern web browser where the user can expand and collapse the tree by mouse clicking. Here is an example of a generated diagram http://xsdvi.sourceforge.net/ipo.svg The software … Read more