Hi all,
I'm running into some schema warnings regarding worksheets and authored page breaks.
Suppose I have a worksheet with an <introduction> that I want on the first page (containing instructions, etc), and nothing below it. Page 2 would then start an <exercise>. The following works, but results in a warning:
<page>
<introduction>
...
</introduction>
</page>
Similarly, if page and introduction are swapped. I looked in the sample article, and I can't find examples of this setup. Is there a cleaner way?
Also, related to this, if an <exercise> has multiple <task>'s that span multiple pages, how would I go about adding page breaks? Obviously it would have to go <exercise> and then <page>, but this too results in a schema warning.
Thanks!
Kyle