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_CustomInstance [ label = "{<id>CustomInstance | + name : ObjectName \l + purpose : InternationalStructuredString \l + type : CollectionType \l + contains : CustomValueIndicator \l + isOrdered : \l \l \l| <CustomInstance_realizes_association> realizes \l| <CustomInstance_correspondsTo_association> correspondsTo \l| <CustomInstance_definingConcept_association> definingConcept \l \l}" tooltip = "CustomMetadata:CustomInstance" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Concept [ label = "{<id>DDI_Concept}" tooltip = "Conceptual:Concept" href = "../Package/Conceptual/Concept/index.html" ] } subgraph CustomMetadata { label = "CustomMetadata" node [ color = "#0000ff" ] DDI4_CustomStructure [ label = "{<id>DDI_CustomStructure}" tooltip = "CustomMetadata:CustomStructure" href = "../Package/CustomMetadata/CustomStructure/index.html" ] } subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] DDI4_SimpleCollection [ label = "{<id>DDI_SimpleCollection}" tooltip = "CollectionsPattern:SimpleCollection" href = "../Package/CollectionsPattern/SimpleCollection/index.html" ] } subgraph Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_Identifiable [ label = "{<id>DDI_Identifiable}" tooltip = "Identification:Identifiable" href = "../Package/Identification/Identifiable/index.html" ] } DDI4_CustomInstance -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_CustomInstance:CustomInstance_realizes_association -> DDI4_SimpleCollection [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_CustomInstance:CustomInstance_correspondsTo_association -> DDI4_CustomStructure [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="correspondsTo" fontcolor="black" color="#00000"]; DDI4_CustomInstance:CustomInstance_definingConcept_association -> DDI4_Concept [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="definingConcept" fontcolor="black" color="#00000"]; }