I’d like to have something like:
<element>
<complexType>
<sequence>
...
</sequence>
</complexType>
</element>
Do I really need the complexType level?
Or would it be enough to have:
<element>
<sequence>
...
</sequence>
</element>
?
Thanks!
If you’re going to repeat the use of the complexType, such as:
Then yes, you need the complextype