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.
我在 common.xsd 中定义了一些类型 我有多个 XSD,它们的类型从相同的类型扩展而来。当我生成类时,@XmlSeeAlso 属性会不断更新为最新使用的 xsd。
是否可以告诉编译器在生成公共类时有多个类可以从它扩展?