Table of contents
digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_ElseIfAction [ label = "{<id>ElseIfAction | + condition : CommandCode \l \l \l| <ElseIfAction_executes_association> executes \l \l}" tooltip = "StructuredDataTypes:ElseIfAction" ] subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_WorkflowStepSequence [ label = "{<id>DDI_WorkflowStepSequence}" tooltip = "Workflows:WorkflowStepSequence" href = "../Package/Workflows/WorkflowStepSequence/index.html" ] } DDI4_ElseIfAction -> DDI4_ [arrowhead=onormal color="#000000"]; DDI4_ElseIfAction:ElseIfAction_executes_association -> DDI4_WorkflowStepSequence [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="executes" fontcolor="black" color="#00000"]; }