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_ClassificationIndexEntry [ label = "{<id>ClassificationIndexEntry | + entry : InternationalString \l + validDates : DateRange \l + codingInstruction : CommandCode \l \l \l| <ClassificationIndexEntry_realizes_association> realizes \l \l}" tooltip = "Representations:ClassificationIndexEntry" ] subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] DDI4_CollectionMember [ label = "{<id>DDI_CollectionMember}" tooltip = "CollectionsPattern:CollectionMember" href = "../Package/CollectionsPattern/CollectionMember/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_ClassificationIndexEntry -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_ClassificationIndexEntry:ClassificationIndexEntry_realizes_association -> DDI4_CollectionMember [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }