up vote 1 down vote favorite
1
share [g+] share [fb]

You can find the schema. So how can I visualise it to see dependencies, packages and such things?

link|improve this question

Belongs on stackoverflow.com – Stefan Thyberg Jul 29 '09 at 19:37
feedback

migrated from superuser.com Jul 29 '09 at 22:43

This question came from our site for computer enthusiasts and power users.

2 Answers

I'm not so sure about XVCG or Dotty, but it seems what you're trying to do is reverse-engineer an XML file into some form of UML diagram. There are a bunch of options you can take, varying between paid and free -- the paid options tend to work a lot faster and may allow better exporting unless of course you don't mind coding something to do the job.

Disclaimer: I have no affiliation with the below, I have purely used them before in different use cases.

  1. Oxygen XML: Provides a simple IDE with which to edit and view XML schema. Can export to different formats (from which you can transport over to Dotty/XVCG?)
  2. DTDChart: A shareware/freeware app which takes in any DTD format and transforms it into a relative chart/diagram. Fairly simple to use to get output but doesn't provide any real export functionality other than the diagram.
  3. hyperModel: An Eclipse plug-in, can take most good XML DTD and turn it into a relevant UML diagram. From there you can save it in various interoperable UML formats, e.g. IBM Architect, MagicDraw.
  4. Altova XMLSpy: Load up an XML Schema and format it for different viewing formats.
  5. Research papers on converting XML to UML should you wish to create your own tool to do the job: Reverse Engineering of XML Schemas to Conceptual Diagrams, Reverse engineering XML documents into DTD Graph with SAX and XMI.

I have personally found Altova XMLSpy and Oxygen XML to give me the best results. However you may wish to create your own parser to complete your task.

link|improve this answer
feedback

Try XSD DIAGRAM at http://regis.cosnier.free.fr/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.