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.
我正在尝试为 JDF 格式生成类,可从此处获得。我尝试使用 xsd.exe 工具,弹出的错误/警告是:
“架构验证警告:类型未声明,或者不是简单类型。”
没错,该类型是在导入的 XSD 文件中定义的,并且确实是一种复杂类型。
当我在 Altova 中打开 XSD 架构时,一切都像魅力一样,因此架构本身似乎没有任何问题。
您必须将所有引用的 XSD 文件提供给 XSD.exe:
xsd.exe schema1.xsd schema2.xsd schema3.xsd /c