AgentAssociation - GraphΒΆ

r:ContributorType

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_AgentAssociation [ label = "{<id>AgentAssociation | + agentName : BibliographicName \l + role : PairedExternalControlledVocabularyEntry \l \l \l| <AgentAssociation_associatedAgent_association> associatedAgent \l \l}" tooltip = "StructuredDataTypes:AgentAssociation" ] subgraph Agents { label = "Agents" node [ color = "#0000ff" ] DDI4_Agent [ label = "{<id>DDI_Agent}" tooltip = "Agents:Agent" href = "../Package/Agents/Agent/index.html" ] } DDI4_AgentAssociation -> DDI4_ [arrowhead=onormal color="#000000"]; DDI4_AgentAssociation:AgentAssociation_associatedAgent_association -> DDI4_Agent [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="associatedAgent" fontcolor="black" color="#00000"]; }