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_BooleanResponseDomain [ label = "{<id>BooleanResponseDomain | \l \l| <BooleanResponseDomain_forCategory_association> forCategory \l \l}" tooltip = "DataCapture:BooleanResponseDomain" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Category [ label = "{<id>DDI_Category}" tooltip = "Conceptual:Category" href = "../Package/Conceptual/Category/index.html" ] } subgraph DataCapture { label = "DataCapture" node [ color = "#0000ff" ] DDI4_ResponseDomain [ label = "{<id>DDI_ResponseDomain}" tooltip = "DataCapture:ResponseDomain" href = "../Package/DataCapture/ResponseDomain/index.html" ] } DDI4_BooleanResponseDomain -> DDI4_ResponseDomain [arrowhead=onormal color="#000000"]; DDI4_BooleanResponseDomain:BooleanResponseDomain_forCategory_association -> DDI4_Category [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="forCategory" fontcolor="black" color="#00000"]; }