I have a model query that lists all messages in a sequence diagram and their message number.
The diagram has new message groups, so the message numbers are: 1.0 1.1 1.2 2.0 2.1 2.2 2.3 2.4 3.0 etc etc
I query t_connector.SeqNo and the result is: 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 etc
New message groups are ignored. Everything else is OK. Any idea where I can get the message numbers the way they are displayed in the diagram? EA 13.10 Thanks!!!