- I created an XSD schema and have put in some documentation via the tag.
- from the XSD i generated Java classes using Jaxb (from within eclipse - jdk1.6)
- i now plan to use my java classes as "source" and modify them as per requirements that come up
- I will generate XSD back from modified Java classes to keep the XSD in-sync.
in this process any "documentation" on the XSD gets lost. (i.e. when i generate it from Java). Is there some way to get around this? Thanks.