Table of contents
c:UniverseType
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_Universe [ label = "{<id>Universe | + isInclusive : \l + descriptiveText : InternationalStructuredString \l \l \l| <Universe_narrowsUnitType_association> narrowsUnitType \l| <Universe_usesConcept_association> usesConcept \l \l}" tooltip = "Conceptual:Universe" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Concept [ label = "{<id>DDI_Concept}" tooltip = "Conceptual:Concept" href = "../Package/Conceptual/Concept/index.html" ] DDI4_UnitType [ label = "{<id>DDI_UnitType}" tooltip = "Conceptual:UnitType" href = "../Package/Conceptual/UnitType/index.html" ] } DDI4_Universe -> DDI4_Concept [arrowhead=onormal color="#000000"]; DDI4_Universe:Universe_narrowsUnitType_association -> DDI4_UnitType [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="narrowsUnitType" fontcolor="black" color="#00000"]; DDI4_Universe:Universe_usesConcept_association -> DDI4_Concept [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="usesConcept" fontcolor="black" color="#00000"]; }