Hi,
I would like to modelize a functional view of the SI with the data expected or provided in each component.
The aim is to follow the data life cycle and provide an accurate word documentation.
My topic is how to describe the data and to link with the component.
If I use an exposed interface, I can’t set some attributes
If I use an exposed interface with a Element « interface » (with my attributes including), I have no traceability between my exposed interface and my element.
I could use an exposed interface and use a realize relationships with an artefact but I think it could be improved.
Do you have a better way?
Thanks