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_SamplePopulationResult [ label = "{<id>SamplePopulationResult | + sizeOfSample : \l + strataName : \l + sampleDate : Date \l \l \l| <SamplePopulationResult_sampleUnitType_association> sampleUnitType \l| <SamplePopulationResult_populationSampled_association> populationSampled \l \l}" tooltip = "SamplingMethodology:SamplePopulationResult" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Population [ label = "{<id>DDI_Population}" tooltip = "Conceptual:Population" href = "../Package/Conceptual/Population/index.html" ] DDI4_UnitType [ label = "{<id>DDI_UnitType}" tooltip = "Conceptual:UnitType" href = "../Package/Conceptual/UnitType/index.html" ] } subgraph Methodologies { label = "Methodologies" node [ color = "#0000ff" ] DDI4_Result [ label = "{<id>DDI_Result}" tooltip = "Methodologies:Result" href = "../Package/Methodologies/Result/index.html" ] } DDI4_SamplePopulationResult -> DDI4_Result [arrowhead=onormal color="#000000"]; DDI4_SamplePopulationResult:SamplePopulationResult_sampleUnitType_association -> DDI4_UnitType [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="sampleUnitType" fontcolor="black" color="#00000"]; DDI4_SamplePopulationResult:SamplePopulationResult_populationSampled_association -> DDI4_Population [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="populationSampled" fontcolor="black" color="#00000"]; }