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_CategorySet [ label = "{<id>CategorySet | + contains : CategoryIndicator \l \l \l| <CategorySet_isStructuredBy_association> isStructuredBy \l \l}" tooltip = "Conceptual:CategorySet" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_CategoryRelationStructure [ label = "{<id>DDI_CategoryRelationStructure}" tooltip = "Conceptual:CategoryRelationStructure" href = "../Package/Conceptual/CategoryRelationStructure/index.html" ] DDI4_ConceptSystem [ label = "{<id>DDI_ConceptSystem}" tooltip = "Conceptual:ConceptSystem" href = "../Package/Conceptual/ConceptSystem/index.html" ] } DDI4_CategorySet -> DDI4_ConceptSystem [arrowhead=onormal color="#000000"]; DDI4_CategorySet:CategorySet_isStructuredBy_association -> DDI4_CategoryRelationStructure [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isStructuredBy" fontcolor="black" color="#00000"]; }