vote up 1 vote down star
1

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

flag

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

migrated from superuser.com

1 Answer

vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

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