TargetSample - 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_TargetSample [ label = "{<id>TargetSample | + isPrimary : \l + targetSize : \l + targetPercent : \l \l \l| <TargetSample_hasUnitType_association> hasUnitType \l| <TargetSample_fromUniverse_association> fromUniverse \l \l}" tooltip = "StructuredDataTypes:TargetSample" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_UnitType [ label = "{<id>DDI_UnitType}" tooltip = "Conceptual:UnitType" href = "../Package/Conceptual/UnitType/index.html" ] DDI4_Universe [ label = "{<id>DDI_Universe}" tooltip = "Conceptual:Universe" href = "../Package/Conceptual/Universe/index.html" ] } DDI4_TargetSample -> DDI4_ [arrowhead=onormal color="#000000"]; DDI4_TargetSample:TargetSample_hasUnitType_association -> DDI4_UnitType [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="hasUnitType" fontcolor="black" color="#00000"]; DDI4_TargetSample:TargetSample_fromUniverse_association -> DDI4_Universe [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="fromUniverse" fontcolor="black" color="#00000"]; }