InstanceQuestion - GraphΒΆ

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_InstanceQuestion [ label = "{<id>InstanceQuestion | + name : ObjectName \l \l \l| <InstanceQuestion_instantiates_association> instantiates \l \l}" tooltip = "DataCapture:InstanceQuestion" ] subgraph DataCapture { label = "DataCapture" node [ color = "#0000ff" ] DDI4_InstrumentComponent [ label = "{<id>DDI_InstrumentComponent}" tooltip = "DataCapture:InstrumentComponent" href = "../Package/DataCapture/InstrumentComponent/index.html" ] DDI4_RepresentedQuestion [ label = "{<id>DDI_RepresentedQuestion}" tooltip = "DataCapture:RepresentedQuestion" href = "../Package/DataCapture/RepresentedQuestion/index.html" ] } DDI4_InstanceQuestion -> DDI4_InstrumentComponent [arrowhead=onormal color="#000000"]; DDI4_InstanceQuestion:InstanceQuestion_instantiates_association -> DDI4_RepresentedQuestion [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="instantiates" fontcolor="black" color="#00000"]; }