XSD Simple collection of elements?



How would I define the following structure in XSD ?



<root>
<myElement name="a">
<myElement name="b">
<myElement name="c">
<myElement name="d">
</root>


I can't seem to find the correct XSD definition. It's not a group, nor a sequence nor anything else.


No comments:

Post a Comment