Nate
Nate

Reputation: 19442

XSD Visualization?

I've been working with a lot of semi-complicated XSD's lately and am wondering: What are some of the better tools for working with XML schema? Are there any graphical tools?

Standalone or Eclipse-based are ideal as we aren't a .net shop.

Upvotes: 17

Views: 29611

Answers (6)

Colin
Colin

Reputation: 596

We use Liquid Xml Studio, it make life so much easier, with diagrams you can actually understand and edit directly. We used the free version for ages, and have now managed to get the boss to pay for the full version.

alt text
(source: liquid-technologies.com)

Upvotes: 3

Hightower
Hightower

Reputation: 1008

I have been hunting for tools to visualise XSD files for a long while now. and as already stated. my top two are

  • Altova XML Spy
    • Best features and great look and feel. prohibitively expensive for the small user.
  • Liquid XML Studio
    • Really good alternative to Altova, does things a little differently, but its worth finding out the methods in LiquidXML

Outside of those two, I personally struggle to find tools which can present all the information visually (especially long XSD Files). this includes listing the enumeration values of elements.

If you just need a quick method to view XSD files visually, I quite like these two viewing tools.

Upvotes: 5

Justin Smith
Justin Smith

Reputation: 433

If you don't want to use Eclipse, or you already use Netbeans, there is an XSD Editing plugin that Geertjan describes how to install on his blog: https://blogs.oracle.com/geertjan/entry/xml_schema_editor_in_netbeans

I may be mistaken, but I think this XSD Editor used to be bundled with the IDE, and I feel like it still should be. Either way, it works really well, especially on top of the Netbeans platform.

Upvotes: 0

marc_s
marc_s

Reputation: 754200

Try:

There are plenty others, too - but I prefer one of those two.

Marc

Upvotes: 3

zvikico
zvikico

Reputation: 9825

I find the Eclipse standard XSD editor to be OK. See some screenshots here. You can install it from the standard update site.

Upvotes: 8

mirezus
mirezus

Reputation: 14246

I think it's worth it: Altova XMLSPY

Upvotes: 2

Related Questions