StructuredCollection - GraphΒΆ

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_StructuredCollection [ label = "{<id>StructuredCollection | \l \l| <StructuredCollection_isStructuredBy_association> isStructuredBy \l \l}" tooltip = "CollectionsPattern:StructuredCollection" ] subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] DDI4_RelationStructure [ label = "{<id>DDI_RelationStructure}" tooltip = "CollectionsPattern:RelationStructure" href = "../Package/CollectionsPattern/RelationStructure/index.html" ] DDI4_SimpleCollection [ label = "{<id>DDI_SimpleCollection}" tooltip = "CollectionsPattern:SimpleCollection" href = "../Package/CollectionsPattern/SimpleCollection/index.html" ] } DDI4_StructuredCollection -> DDI4_SimpleCollection [arrowhead=onormal color="#000000"]; DDI4_StructuredCollection:StructuredCollection_isStructuredBy_association -> DDI4_RelationStructure [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isStructuredBy" fontcolor="black" color="#00000"]; }