SamplingGoal - 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_SamplingGoal [ label = "{<id>SamplingGoal | + overallTargetSampleSize : \l + overallTargetSamplePercent : \l + targetSampleSize : TargetSample \l \l \l| \l \l}" tooltip = "SamplingMethodology:SamplingGoal" ] subgraph Methodologies { label = "Methodologies" node [ color = "#0000ff" ] DDI4_Goal [ label = "{<id>DDI_Goal}" tooltip = "Methodologies:Goal" href = "../Package/Methodologies/Goal/index.html" ] } DDI4_SamplingGoal -> DDI4_Goal [arrowhead=onormal color="#000000"]; }