Working on a project where we use xsd to validate our xml schema.
The boss wants every field documented/To have a description and needless to say he does not want to spend any money on tools.
Before I reinvent the wheel, is there any free tool to generate and edit document from an xsd.
I did google but they all seem to be pay ones and the free one dont seem to be doing what I am after
any suggestions?
thanks
You should use xsd:annotation to document the schema at field level. Almost all of the major XML IDE’s can display this documentation contextually (i.e. when focused on a particular element or attribute) and can also generate the documentation for your entire schema in whichever format you desire (pdf, html etc).