Table of contents
l:CodeType
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_Code [ label = "{<id>Code | + representation : ValueString \l \l \l| <Code_denotes_association> denotes \l \l}" tooltip = "Representations:Code" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Category [ label = "{<id>DDI_Category}" tooltip = "Conceptual:Category" href = "../Package/Conceptual/Category/index.html" ] } subgraph Representations { label = "Representations" node [ color = "#0000ff" ] DDI4_Designation [ label = "{<id>DDI_Designation}" tooltip = "Representations:Designation" href = "../Package/Representations/Designation/index.html" ] } DDI4_Code -> DDI4_Designation [arrowhead=onormal color="#000000"]; DDI4_Code:Code_denotes_association -> DDI4_Category [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="denotes" fontcolor="black" color="#00000"]; }