MultiSet is a subpattern of the collection pattern. MultiSet is an unstructured collection of element references, where duplicates are allowed. MultiSet does not define any additional operations.
Set is a subpattern of the multiSet pattern. Set is like multiSet, except that duplicated are not allowed. Set does not define any additional operations.