Book a Demo

Author Topic: Including Tag Values and Attribute in RTF Doc  (Read 3328 times)

mds

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Including Tag Values and Attribute in RTF Doc
« on: January 09, 2008, 07:22:54 am »
I am trying to create a RTF Document/Template for a Use Case Realization Report. I have a logical diagram which contains multiple elements from three different classes.  I include the package name, and the logical diagram.  I am able to display the elements within the diagram and the elements notes.  I would also like to display the Tagged values and attributes for each element.  This is where I am having the problem.  I can not seem to get them to display in the report.  EA has an existing template called Interaction Messages which contains a lot of what I want. I could use it but it is not exactly what I want.  I have been trying to figure out how they included the tagged values and attribute information into the report.  

Any help would be greatly appreciated.


This is what I have included in my template.
package >
{Pkg.Name}
{Pkg.Notes}
diagram >
{Diagram.DiagramImg}
Figure {Diagram.Figure}: {Diagram.Name} {Diagram.Type}

element >
Element: {Element.Name}
{Element.Notes}
< element
< diagram
element >

Tagged Values
tagged value >
{ElementTagVal.Name} = {ElementTagVal.Value}
< tagged value

Attribute
attribute >
{Att.Name}
tagged value >
Attribute Tagged Values
{FeatTagVal.Name} = {FeatTagVal.Value}
< tagged value
< attribute

child elements >
< child elements
< element
package element >
< package element
child packages >
< child packages
< package