File: spv-structure.gv

package info (click to toggle)
pspp 0.10.2-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 39,500 kB
  • ctags: 21,483
  • sloc: ansic: 226,289; sh: 13,141; xml: 11,886; perl: 1,000; lisp: 597; makefile: 119
file content (25 lines) | stat: -rw-r--r-- 562 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
digraph spv_structure {
   "heading" -> "pageSetup" [label="?"];
   "heading" -> "label";
   "heading" -> "container" [label="*"];
   "heading" -> "heading" [label="*"];

   "container" -> "label";
   "container" -> "table" [label="*"];
   "container" -> "text" [label="*"];

   "text" -> "html";

   "table" -> "tableStructure";

   "tableStructure" -> "dataPath";

   "pageSetup" -> "pageHeader";
   "pageSetup" -> "pageFooter";

   "pageHeader" -> "pageParagraph" [label="*"];

   "pageFooter" -> "pageParagraph" [label="*"];

   "pageParagraph" -> "text";
}