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_Unit [ label = "{<id>Unit | + displayLabel : LabelForDisplay \l + name : ObjectName \l + definition : InternationalStructuredString \l \l \l| <Unit_hasUnitType_association> hasUnitType \l \l}" tooltip = "Conceptual:Unit" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_UnitType [ label = "{<id>DDI_UnitType}" tooltip = "Conceptual:UnitType" href = "../Package/Conceptual/UnitType/index.html" ] } subgraph Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_AnnotatedIdentifiable [ label = "{<id>DDI_AnnotatedIdentifiable}" tooltip = "Identification:AnnotatedIdentifiable" href = "../Package/Identification/AnnotatedIdentifiable/index.html" ] } DDI4_Unit -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_Unit:Unit_hasUnitType_association -> DDI4_UnitType [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasUnitType" fontcolor="black" color="#00000"]; }