| DIAGRAM | Deep View specific tag |
| ID | Unique ID number identifying elements associated with this diagram |
| Name | Name of the diagram as it appears in list of new file types |
| template | GraphViz diagram layout, ex TB: top to bottom, LR left to right. See GraphViz spec for more |
Node
| NODE | Deep View specific tag |
| diagOwner | Diagram ID node is associated with |
| id | Unique ID number used when Deep View saves diagram to file |
| name | Node name as it appears in Deep View interface (see screenshot) |
| template | Visio specific |
| stencil | Visio specific |
| shape | GraphViz shape |
| fill color | GraphViz background color |
| font color | GraphViz font color |
Link
| LINK | Deep View specific tag |
| diag owner | Diagram ID node is associated with |
| id | Unique ID number used when Deep View saves diagram to file |
| name | Link name as it appears in Deep View interface when creating
link (see screenshot) |
| template | Visio specifc |
| stencil | Visio specifc |
| to Display | short term indicating link direction (to) when displayed in Deep View tree (see screenshot) |
| from Display | short term indicating link direction (from) when displayed in Deep View tree |
| to Create | Phrase when creating a link. Indicates the destination node of a link (see screenshot) |
| From Create | Phrase when creating a link. Indicates the source node of a link |
| String Type |
Link name as it appears in Deep View tree view. Usually same as link name. ERD is counter example (see screenshot) |
| style | GraphViz: specifies the line style (bold, dotted, etc) |
| tail | GraphViz: specifies symbol draw on a link tail |
| head | GraphViz: specifies symbol draw on a link head |
| color | GraphViz: specifies color of link |