Category - GraphΒΆ

l:CategoryType

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_Category [ label = "{<id>Category | + descriptiveText : InternationalStructuredString \l \l \l| \l \l}" tooltip = "Conceptual:Category" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Concept [ label = "{<id>DDI_Concept}" tooltip = "Conceptual:Concept" href = "../Package/Conceptual/Concept/index.html" ] } DDI4_Category -> DDI4_Concept [arrowhead=onormal color="#000000"]; }