C# serializable classes to xsd
Is there a way of outputing xml schemas (xsd) from serialisable c# classes? I hav开发者_运维百科e had a look about the web but im not sure im searching for the right stuff.
Thanks
You're looking for XSD.exe http://msdn.microsoft.com/en-us/library/x6c1kb0s.aspx
Point it at a .dll and it will generate schemas for your classes.
Xsd2Code works well
http://xsd2code.codeplex.com/
精彩评论