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_ScaleResponseDomain [ label = "{<id>ScaleResponseDomain | \l \l| \l \l}" tooltip = "DataCapture:ScaleResponseDomain" ] subgraph DataCapture { label = "DataCapture" node [ color = "#0000ff" ] DDI4_ResponseDomain [ label = "{<id>DDI_ResponseDomain}" tooltip = "DataCapture:ResponseDomain" href = "../Package/DataCapture/ResponseDomain/index.html" ] } DDI4_ScaleResponseDomain -> DDI4_ResponseDomain [arrowhead=onormal color="#000000"]; }