I have creted a replicant, using or with container , and max=2, it is showing both the modules,under this container, which is again containers,i just want , at max there should be a single instance of any module .I mean no module should be repeated.I don't know how to restrict that?
I mean to say that, i have 2 container items(Modules) as child elements of container -or . I want to fix the maximum number of instances of particular module.For example, in container 'X', we have two child items 'A' and 'B'. I want that 'A' can have at most 2 instances. 'B' can have at most 1 instance.How can we achieve that?
Sounds like you maybe want to use a "choice" element instead of an or-container?