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_TemporalRelationControlStep [ label = "{<id>TemporalRelationControlStep | + typeOfTemporalRelationship : TemporalRelationSpecification \l \l \l| \l \l}" tooltip = "Workflows:TemporalRelationControlStep" ] subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_WorkflowControlStep [ label = "{<id>DDI_WorkflowControlStep}" tooltip = "Workflows:WorkflowControlStep" href = "../Package/Workflows/WorkflowControlStep/index.html" ] } DDI4_TemporalRelationControlStep -> DDI4_WorkflowControlStep [arrowhead=onormal color="#000000"]; }