Anyone having a good example where RefGUIDList is useful?
It isn't, at least not how the selection of items is implemented in EA.
Selecting multiple items for a RefGUIDList tagged value is really clumsy.
In most circumstances I would opt for multiple RefGUID tagged value with the same name. I know it's not entirely syntactically correct, but it works and is much easier to use.
The
concept of having a tagged value that links to multiple other items can be very useful though. Not so much between elements, because you can use connectors between elements, but for other things such as attributes, associations, operation, ...
If only the GUI to select these linked items would be more user friendly

Things this could be useful for:
- mapping between attributes (attribute from message A is mapped to 3 attributes in datamodel B)
- link state transitions to operations that cause these transitions
- link validation rule elements with the attributes they control.
Geert