I want to create a XSD schema which is valid for both type of XML file:
<caption>
<tt>blah</tt>
</caption>
and
<tt>blah</tt>
And I tried minOccurs
for caption but as it is the root it can't be minOccurs = 0
times. So, how to achieve this?