摘要:
------------------------------网上参考资料C# 利用自带xsd.exe工具操作XML-如通过XML生成xsd文件:http://blog.sina.com.cn/s/blog_7a8de3410100xlyl.htmlxsd文件转换为实体类:http://code.3rbang.com/xsdtoclass/如何动态根据一个业务实体类型创建XSD架构文件:http://developer.51cto.com/art/200908/143058.htmusing System; using System.Collections.Generic; using Syst 阅读全文