EnumerationDomain - 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_EnumerationDomain [ label = "{<id>EnumerationDomain | + type : CollectionType \l + name : ObjectName \l + purpose : InternationalStructuredString \l + isOrdered : \l \l \l| <EnumerationDomain_references_association> references \l| <EnumerationDomain_usesLevelStructure_association> usesLevelStructure \l| <EnumerationDomain_definingConcept_association> definingConcept \l \l}" tooltip = "Representations:EnumerationDomain" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_CategorySet [ label = "{<id>DDI_CategorySet}" tooltip = "Conceptual:CategorySet" href = "../Package/Conceptual/CategorySet/index.html" ] DDI4_Concept [ label = "{<id>DDI_Concept}" tooltip = "Conceptual:Concept" href = "../Package/Conceptual/Concept/index.html" ] } subgraph Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_AnnotatedIdentifiable [ label = "{<id>DDI_AnnotatedIdentifiable}" tooltip = "Identification:AnnotatedIdentifiable" href = "../Package/Identification/AnnotatedIdentifiable/index.html" ] } subgraph Representations { label = "Representations" node [ color = "#0000ff" ] DDI4_LevelStructure [ label = "{<id>DDI_LevelStructure}" tooltip = "Representations:LevelStructure" href = "../Package/Representations/LevelStructure/index.html" ] } DDI4_EnumerationDomain -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_EnumerationDomain:EnumerationDomain_references_association -> DDI4_CategorySet [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="references" fontcolor="black" color="#00000"]; DDI4_EnumerationDomain:EnumerationDomain_usesLevelStructure_association -> DDI4_LevelStructure [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="usesLevelStructure" fontcolor="black" color="#00000"]; DDI4_EnumerationDomain:EnumerationDomain_definingConcept_association -> DDI4_Concept [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="definingConcept" fontcolor="black" color="#00000"]; }