Build XSD from class file

  • Thread starter Thread starter MAF
  • Start date Start date
M

MAF

I have a class file that was built by the custom tool, but I no longer have
the associated xsd file. Is there any way to regenerate the xsd file from
my class file?
 
you can use the xsd.exe in the .net framework to reverse engineer an
assembly into an XSD file.

HTH

Ollie Riches
 
Back
Top