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>
そうです、complextypeが必要です