I'm looking for an open source tool to generate diagrams from XML Schema documents, similar to the Logical Model View in oXygen or the diagrams in XML Spy's Schema Editor.
|
|
The command line java application xsdvi creates interactive diagrams in SVG format from XML Schema documents. By mouse clicking you can expand and collapse nodes in the generated diagram. http://sourceforge.net/projects/xsdvi/ Here is an example of a generated diagram http://xsdvi.sourceforge.net/ipo.svg The software seems to have been written by Václav Slavětínský in 2008 as part of his Bachelor thesis at the University of Economics, Prague, Czech Republic. The thesis (PDF) and the web site have been written mostly in the Czech language. That is probably the reason this software has stayed mostly unknown since its initial release. There have been only about 150 downloads in total up til January 2012. |
||||
|
|
|
Eclipse does basically what Altova's product does as far as the link you shared. Just download/update eclipse with the web and xml plug-ins/components. It has both visual and graphical views. I have found it to be quick for development, but am not sure if you can print the views easily. Nice wiki entry showing what I am talking about: http://wiki.eclipse.org/index.php/Introduction_to_the_XSD_Editor |
|||
|
|
Try XSD Diagram. It's a freeware app that runs Windows (.NET Framework 2.0 required). The diagrams look pretty much like XMLSpy but without color. I ran into one problem on my machine; I could only print the diagram by first opening the Print Preview window and then selecting print from there. I couldn't get it to print from the main window. |
|||||||
|
|
I ran across XmlSchemaToGraph tonight, details are:
URI can be 'http://' or 'file:/' form. You can then convert the dot file to an image using graphviz or one of the other 'dot' friendly graph layout tools. Here's an example image I produced using this method against the index.xsd generated by doxygen.
|
|||
|
|
|
This is more of a hint than an answer. Using ruby and graphviz one can turn XML documents into visual counterparts, as this snippets shows. However, effort must be put in to write a generic script that turns any XSD into colorful graphviz charts, but I imagine, a lot of people would be happy about a single (ruby) script which performs such a task. Another - at least free - solution could be the community edition of liquid xml studio. |
|||
|
|
Hypermodel is a plugin for eclipse which does pretty neat diagrams using graphviz/dot. http://xmlmodeling.com/hypermodel Import XSD, then open your imported .uml, select an element, right click -> 'Open With'->'Class Dynagram'. The result is a browseable uml class diagram of your XSD, with the ability to see subgraphs and collapse/expand the hierarchy. I guess that's why they called it dynagram. You can also export the rendering to png, svg, tiff. It will look like this:
|
||||
|
|
|
Check out StarUML I have used it to reverse engineer from source code and it worked pretty well. |
|||||||
|
|
hyperModel is an Eclipse plug-in that can reverse engineer UML diagrams from XML schema. The nice thing about Oxygen and XML Spy is their schema centric diagramming capabilities. hyperModel, like startUML is focused on an implementation neutral UML view rather than giving you direct visibility into the XML structure. I don't know of any open source tools that match XML Spy or Oxygen's schema-centric graphical view. |
|||
|
|
|
The CAM XML Editor open source tool can ingest an XSD schema and then create either a UML physical model in XMI or a Mindmap graphical view that is fully interactive - similar to how 'Spy and Oxygen do. The XMI formats are either ArgoUML or XMI 2.1 compatible. Having it as a Mindmap is extra cool though - since tools like Freemind can then render that to JPG, PNG, PDF, SVG and HTML for you. We are also working on generating logic models also for a future release. |
|||
|
|
|
I am not sure about this, but doesn't Firefox do your job? |
|||||
|

