Hello

I would like to model an entity(ET) in XML that has a repeatable element.
Code:
<ET id="list">
   <ELEM name="description" type="string/>
   <ELEM name="list_entry" type="string"/>         
</ET>
I want the list_entry to be repeatable - is it just a case adding another tag
How best to do this?

thank you