1 digraph spv_structure {
2 "heading" -> "pageSetup" [label="?"];
4 "heading" -> "container" [label="*"];
5 "heading" -> "heading" [label="*"];
7 "container" -> "label";
8 "container" -> "table" [label="*"];
9 "container" -> "text" [label="*"];
13 "table" -> "tableStructure";
15 "tableStructure" -> "dataPath";
17 "pageSetup" -> "pageHeader";
18 "pageSetup" -> "pageFooter";
20 "pageHeader" -> "pageParagraph" [label="*"];
22 "pageFooter" -> "pageParagraph" [label="*"];
24 "pageParagraph" -> "text";