Hi,

I'm trying to build a XML Schema for XMLs like that:

Code:
<book>
   <title>...</title>
   <chapter>...</chapter>
   <chapter>...</chapter>
   <chapter>...</chapter>
   <author>...</autor>
</book>
or like that

Code:
<book>
   <title>...</title>
   <author>...</autor>
...