vote up 0 vote down star

I have some XML files and schemas that I would like to document. Everything for this project is documented using NetBeans UML models, Microsoft Word documents, Microsoft Excel spreadsheets, and Microsoft Visio drawings. I'm a fan of self-documentation, but this isn't my choice - external documentation must be produced. How can I depict the XML files and schemas graphically using these tools?

flag

1 Answer

vote up 1 vote down check

Although it depends somewhat on your dtd/schema, there's no reason you couldn't do it in UML. For example, has-a relationships identifying what tags can be nested within others, and attributes can easily be listed on each "class"(aka tag). If you'd prefer to make custom UML shapes for tags (based on classes), that's also an option.

See http://www.ibm.com/developerworks/library/x-umlschem/ for a decent example of this.

link|flag
That's an interesting idea, actually. I'm going to go off and Google more on using UML to represent XML. – Thomas Owens Sep 8 at 14:52
It looks like UML is accepted for this purpose, as proposed by your link as well as this one: xml.com/pub/a/2001/08/22/uml.html – Thomas Owens Sep 8 at 14:55
happy to help. Thanks for the accept. – Jonathan Fingland Sep 8 at 14:57

Your Answer

Get an OpenID
or

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