ImplementedInstrument - 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_ImplementedInstrument [ label = "{<id>ImplementedInstrument | + displayLabel : LabelForDisplay \l + typeOfInstrument : ExternalControlledVocabularyEntry \l + uri : \l + name : ObjectName \l + usage : InternationalStructuredString \l \l \l| <ImplementedInstrument_usesConceptualInstrument_association> usesConceptualInstrument \l \l}" tooltip = "DataCapture:ImplementedInstrument" ] subgraph DataCapture { label = "DataCapture" node [ color = "#0000ff" ] DDI4_ConceptualInstrument [ label = "{<id>DDI_ConceptualInstrument}" tooltip = "DataCapture:ConceptualInstrument" href = "../Package/DataCapture/ConceptualInstrument/index.html" ] } subgraph Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_AnnotatedIdentifiable [ label = "{<id>DDI_AnnotatedIdentifiable}" tooltip = "Identification:AnnotatedIdentifiable" href = "../Package/Identification/AnnotatedIdentifiable/index.html" ] } DDI4_ImplementedInstrument -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_ImplementedInstrument:ImplementedInstrument_usesConceptualInstrument_association -> DDI4_ConceptualInstrument [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="usesConceptualInstrument" fontcolor="black" color="#00000"]; }