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.
我使用 WSCF blue 从 wsdl 生成 Web 服务代码。有时 xsd 中的选择元素会生成到 Item 和 ItemElementName。有时只是项目。在这方面找不到任何逻辑。
答案是模式中必须有相同类型的选择元素。例如 2 个 int 选择或 2 个 string 选择,因此不能仅通过类型知道它。在我的示例中,选择了三种不同的类型 -> 没有 ItemElementName 枚举和属性。