How can I get XML comments to appear in generated XSD?

bigboss1

New Member
If I have \[code\]XML\[/code\] documents that follow the following pattern, how can I generate \[code\]XSDs\[/code\] for these documents but convert the comments to annotation tags?\[code\]<ELEMENT1> <!-- documentation text .... --> <ELEMENT2> <ELEMENT3>ABC</ELEMENT3> </ELEMENT2> <!-- documentation text .... --> <ELEMENT4> <ELEMENT5>0534564117</ELEMENT5> <ELEMENT6>123456</ELEMENT6> <ELEMENT7>090314b4-fc7d-42c5-b382-a5b745671ee32b</ELEMENT7> </ELEMENT4></ELEMENT1>\[/code\]
 
Back
Top