Hi All, i used following template to generate a traceability matrix...
-------------------------------------------
package >
package element >
requirement >
< requirement
< package element
element >
requirement >
< requirement
connector >
source >
element >
{Element.Name}
< element
< source
target >
element >
{Element.Name}
< element...
< target
< connector
child elements >
< child elements
< element
child packages >
< child packages
< package
-----------------------------------
I was happy, but still a problem affect this traceability matrix...
Let's do an example...
Suppose i have 3 software requirements called: SRS1, SRS2 and SRS3
Suppose i have 2 system requirements called: SYS1 and SYS2
Suppose the relations between requirements are:
SYS1 SYS2
SRS1 X
SRS2 X
SRS3 X X
Using previously described template i obtained
SRS1 --> SYS1
SRS2 --> SYS2
SRS3 --> SYS1
SRS3 --> SYS2
This is not my goal... i would obtain
SRS1 --> SYS1
SRS2 --> SYS2
SRS3 --> SYS1, SYS2
without repeat two times SRS3, because is not good to see/present.
Is there anyone helping me...suppling a template for this objective?

Yet many thanks to the people of thys forum!!!!!