SubstantiveValueDomain - 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_SubstantiveValueDomain [ label = "{<id>SubstantiveValueDomain | \l \l| <SubstantiveValueDomain_takesConceptsFrom_association> takesConceptsFrom \l| <SubstantiveValueDomain_describedValueDomain_association> describedValueDomain \l| <SubstantiveValueDomain_enumeratedValueDomain_association> enumeratedValueDomain \l \l}" tooltip = "Representations:SubstantiveValueDomain" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_SubstantiveConceptualDomain [ label = "{<id>DDI_SubstantiveConceptualDomain}" tooltip = "Conceptual:SubstantiveConceptualDomain" href = "../Package/Conceptual/SubstantiveConceptualDomain/index.html" ] } subgraph Representations { label = "Representations" node [ color = "#0000ff" ] DDI4_EnumerationDomain [ label = "{<id>DDI_EnumerationDomain}" tooltip = "Representations:EnumerationDomain" href = "../Package/Representations/EnumerationDomain/index.html" ] DDI4_ValueAndConceptDescription [ label = "{<id>DDI_ValueAndConceptDescription}" tooltip = "Representations:ValueAndConceptDescription" href = "../Package/Representations/ValueAndConceptDescription/index.html" ] DDI4_ValueDomain [ label = "{<id>DDI_ValueDomain}" tooltip = "Representations:ValueDomain" href = "../Package/Representations/ValueDomain/index.html" ] } DDI4_SubstantiveValueDomain -> DDI4_ValueDomain [arrowhead=onormal color="#000000"]; DDI4_SubstantiveValueDomain:SubstantiveValueDomain_takesConceptsFrom_association -> DDI4_SubstantiveConceptualDomain [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="takesConceptsFrom" fontcolor="black" color="#00000"]; DDI4_SubstantiveValueDomain:SubstantiveValueDomain_describedValueDomain_association -> DDI4_ValueAndConceptDescription [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="describedValueDomain" fontcolor="black" color="#00000"]; DDI4_SubstantiveValueDomain:SubstantiveValueDomain_enumeratedValueDomain_association -> DDI4_EnumerationDomain [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="enumeratedValueDomain" fontcolor="black" color="#00000"]; }