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.
我想要类似的东西:
<element> <complexType> <sequence> ... </sequence> </complexType> </element>
我真的需要 complexType 级别吗?或者有足够的:
<element> <sequence> ... </sequence> </element>
?
谢谢!
如果要重复使用 complexType,例如:
<element> <complexType> <sequence> ... </sequence> </complexType> <complexType> <sequence> ... </sequence> </complexType> </element>
那么是的,你需要复杂类型