Hi everybody,
I created a new documentation template, based on the architecture template. I inserteted external requirments in a table. After generating the document each external requirement apperas in the correct element section. The problem is, that not all the requiremts, which are realized by this element, are written in one table, but in one table per requirment. That means, if an element realizes e.g. three requirements, there are three requirement tables with each one entry instead of one table with three entries.
The code in the template is:
{Pkg.Name}
{Pkg.Notes}
diagram >
{Diagram.Notes}
{Diagram.DiagramImg}
Figure: {Diagram.Figure}
< diagram
element >
{Element.Name}
{Element.Notes}
model document >
< model document
external requirements >
Requirements
Id Phase Details
{ElemExtRequirement.Name} {ElemExtRequirement.Phase} {ElemExtRequirement.Notes}
< external requirements
custom property >
< custom property
"Id","Phase","Details" are the first line entries of a 3x2 table, the ElemExtRequirement.* values are the entries of the second line. The "< external requirements" tag comes directly after the table with no extra line in between as described in the template generator tutorial.
I would be happy, if someone could help me, thanks in advance!
Kind regards
Sebastian