Is it possible to define such element as HTML’s “font” tag, which can contain all three types of subelements?
For example, I can write
<font size=3>This is <b>the</b> text</font>
How can I define is XSD, that font can contain:
1) attribute size
2) nested element B
3) text arount it
?
Thanks
Define the type as Content Type Mixed.