XML 架构定义工具 (Xsd.exe)
xsd D:/test/ncip_v2_02.xsd /classes /o:D:/test
D:/test/ncip_v2_02.xsd=〉此为xsd所在路径
D:/test=〉此为生成类所在的输出位置
使用xsd文件自动生成C#类
原文:https://www.cnblogs.com/fu609277362/p/14551085.html