The allowRepeats attribute specifies whether a counter can select the same item more than once in a row.
<counter>
Name | Type | Description |
---|---|---|
boolean | boolean | True or false. |
The following shows that a counter cannot sample the same item more than once in a row.
<counter myCounter>
/ select=noreplace(1,1,1,2,2,2,3,3,3)
/ allowRepeats=false
</counter>