CustomValue - 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_CustomValue [ label = "{<id>CustomValue | + value : ValueString \l + key : \l \l \l| <CustomValue_correspondsTo_association> correspondsTo \l| <CustomValue_comparesTo_association> comparesTo \l| <CustomValue_realizes_association> realizes \l \l}" tooltip = "CustomMetadata:CustomValue" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_InstanceVariable [ label = "{<id>DDI_InstanceVariable}" tooltip = "Conceptual:InstanceVariable" href = "../Package/Conceptual/InstanceVariable/index.html" ] } subgraph CustomMetadata { label = "CustomMetadata" node [ color = "#0000ff" ] DDI4_CustomItem [ label = "{<id>DDI_CustomItem}" tooltip = "CustomMetadata:CustomItem" href = "../Package/CustomMetadata/CustomItem/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_Identifiable [ label = "{<id>DDI_Identifiable}" tooltip = "Identification:Identifiable" href = "../Package/Identification/Identifiable/index.html" ] } DDI4_CustomValue -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_CustomValue:CustomValue_correspondsTo_association -> DDI4_CustomItem [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="correspondsTo" fontcolor="black" color="#00000"]; DDI4_CustomValue:CustomValue_comparesTo_association -> DDI4_InstanceVariable [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="comparesTo" fontcolor="black" color="#00000"]; DDI4_CustomValue:CustomValue_realizes_association -> DDI4_CollectionMember [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }