Book a Demo

Author Topic: RTF include diagram elements - childs?  (Read 2235 times)

gloubi

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
RTF include diagram elements - childs?
« on: August 02, 2006, 05:12:47 am »
Hello,

* I have a package containing only 1 diagram.  
* The diagram references _requirements_ located in other packages
* In the diagram properties, I checked "Document each contained element in RTF
* I generate a RTF using the template below
* I get it all nice (see RTF output below the used template)

But on each requirement, I added changes (View->Maintenance->Element Changes) and I would like to include them in the generated document.

Problem is that the RTF elements are included via the diagram.  So in the RTF sections hierarchy, if I check "Change" under "Package Element" or under "Element" the change I want is not included (because it is the change of the Diagram->Element->Package Element->Requirement and not just a change under my package).

Hope you got it :-)

Any work-around ?

----------------------------------------------------------
package >
package element >
model document >
< model document
< package element
diagram >
element >
{Element.Name}
Package{Element.ParentPackage}Introduced in release{Element.Version}
Status{Element.Status}
Description{Element.Notes}
HistoryLast updated in release {Element.Phase}

< element.
< diagram
child packages >
< child packages
< package
----------------------------------------------------------

RTF OUTPUT
----------------------------------------------------------
BR020 In case of a FER or a BER, only the one playing the BFR role can nominate and only the variable part is subject to nomination
PackageBalanceIntroduced in release1.0
STATUSProposed
DESCRIPTION
HISTORYLast updated in release 9.1

BR094 A FER or a BER cannot be specified for an Injection Access Right, only for an Offtake Access Right.
PackageBalanceIntroduced in release1.0
STATUSProposed
DESCRIPTION
HISTORYLast updated in release 9.1
-------------------------------------------------------------