[
Lists Home |
Date Index |
Thread Index
]
hi!
how can i define in xml schema that the element 'basket'
can hold an unlimited amount of 'apple' and 'oranges' elements,
in any mixed order.
so it could be:
<basket>
<orange />
</basket>
or
<basket>
<orange />
<orange />
<orange />
<apple />
</basket>
and so on..
any advice? i've been seeking with google, but didnt find any
solution for it.
thanks alot!
ciao!
florian
|