Hi,I am trying to get this layout:section_container combination="or" paragraph List_container combination="or" List_item <itemref section_container>But problem is when I select section_container from List_conatiner, it gives me paragraph and List_container. But I only want one of them. Is it possible with OR cotainer and itemref.thanks,Priyank.
<!ELEMENT section_container (paragraph|List_container)*><!ELEMENT paragraph (#CDATA)><!ELEMENT List_container (section_container*)>