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?