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_SentinelValueDomain [ label = "{<id>SentinelValueDomain | + platformType : ExternalControlledVocabularyEntry \l \l \l| <SentinelValueDomain_takesConceptsFrom_association> takesConceptsFrom \l| <SentinelValueDomain_describedValueDomain_association> describedValueDomain \l| <SentinelValueDomain_enumeratedValueDomain_association> enumeratedValueDomain \l \l}" tooltip = "Representations:SentinelValueDomain" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_SentinelConceptualDomain [ label = "{<id>DDI_SentinelConceptualDomain}" tooltip = "Conceptual:SentinelConceptualDomain" href = "../Package/Conceptual/SentinelConceptualDomain/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_SentinelValueDomain -> DDI4_ValueDomain [arrowhead=onormal color="#000000"]; DDI4_SentinelValueDomain:SentinelValueDomain_takesConceptsFrom_association -> DDI4_SentinelConceptualDomain [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="takesConceptsFrom" fontcolor="black" color="#00000"]; DDI4_SentinelValueDomain:SentinelValueDomain_describedValueDomain_association -> DDI4_ValueAndConceptDescription [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="describedValueDomain" fontcolor="black" color="#00000"]; DDI4_SentinelValueDomain:SentinelValueDomain_enumeratedValueDomain_association -> DDI4_EnumerationDomain [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="enumeratedValueDomain" fontcolor="black" color="#00000"]; }