[Home] [By Thread] [By Date] [Recent Entries]


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


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member