0

I have a XML schema (.xsd) for my java web service, I added annotations to my file for documentation.

I have read that I can easily make the schema self-documenting by adding a stylesheet to it if I have annotations.

Anyone knows what does that mean and how can I do that? What kind of stylesheet, how and where can i add that?

Sean Patrick Floyd
  • 292,901
  • 67
  • 465
  • 588
Spring
  • 11,333
  • 29
  • 116
  • 185

1 Answers1

0

There are at least two tools listed here:

http://www.w3.org/XML/Schema

one called xsddoc and one called XSDDoc (!)

I've come across others but can't locate them right now.

Michael Kay
  • 156,231
  • 11
  • 92
  • 164