开发者

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/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜