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_Population [ label = "{<id>Population | + timePeriodOfPopulation : DateRange \l \l \l| <Population_composedOf_association> composedOf \l| <Population_narrowsUniverse_association> narrowsUniverse \l| <Population_geographyOfPopulation_association> geographyOfPopulation \l \l}" tooltip = "Conceptual:Population" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Unit [ label = "{<id>DDI_Unit}" tooltip = "Conceptual:Unit" href = "../Package/Conceptual/Unit/index.html" ] DDI4_Universe [ label = "{<id>DDI_Universe}" tooltip = "Conceptual:Universe" href = "../Package/Conceptual/Universe/index.html" ] } subgraph GeographicClassification { label = "GeographicClassification" node [ color = "#0000ff" ] DDI4_GeographicUnit [ label = "{<id>DDI_GeographicUnit}" tooltip = "GeographicClassification:GeographicUnit" href = "../Package/GeographicClassification/GeographicUnit/index.html" ] } DDI4_Population -> DDI4_Universe [arrowhead=onormal color="#000000"]; DDI4_Population:Population_composedOf_association -> DDI4_Unit [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="composedOf" fontcolor="black" color="#00000"]; DDI4_Population:Population_narrowsUniverse_association -> DDI4_Universe [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="narrowsUniverse" fontcolor="black" color="#00000"]; DDI4_Population:Population_geographyOfPopulation_association -> DDI4_GeographicUnit [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="geographyOfPopulation" fontcolor="black" color="#00000"]; }