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_CustomItem [ label = "{<id>CustomItem | + maxOccurs : \l + minOccurs : \l + key : \l \l \l| <CustomItem_uses_association> uses \l| <CustomItem_hasConcept_association> hasConcept \l| <CustomItem_comparesTo_association> comparesTo \l| <CustomItem_realizes_association> realizes \l \l}" tooltip = "CustomMetadata:CustomItem" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Concept [ label = "{<id>DDI_Concept}" tooltip = "Conceptual:Concept" href = "../Package/Conceptual/Concept/index.html" ] DDI4_RepresentedVariable [ label = "{<id>DDI_RepresentedVariable}" tooltip = "Conceptual:RepresentedVariable" href = "../Package/Conceptual/RepresentedVariable/index.html" ] } 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" ] } subgraph Representations { label = "Representations" node [ color = "#0000ff" ] DDI4_ValueDomain [ label = "{<id>DDI_ValueDomain}" tooltip = "Representations:ValueDomain" href = "../Package/Representations/ValueDomain/index.html" ] } DDI4_CustomItem -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_CustomItem:CustomItem_uses_association -> DDI4_ValueDomain [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="uses" fontcolor="black" color="#00000"]; DDI4_CustomItem:CustomItem_hasConcept_association -> DDI4_Concept [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="hasConcept" fontcolor="black" color="#00000"]; DDI4_CustomItem:CustomItem_comparesTo_association -> DDI4_RepresentedVariable [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="comparesTo" fontcolor="black" color="#00000"]; DDI4_CustomItem:CustomItem_realizes_association -> DDI4_CollectionMember [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }