Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
针对 xsd 工作,我需要向客户提供所有必填字段的列表
有没有办法可以在 c# 中快速完成?或使用免费工具?
文件很大,我想避免手动操作
谢谢
你可以试试 xsd2code 这是一个 codeplex 项目。请参见此处这在您的代码中创建基于 Xsd 格式的类。
这是一个集成到您的视觉工作室的免费工具,可以帮助您找到必要的字段。它还允许您轻松地为 xsd 架构创建代码。