QualityStatement - GraphΒΆ

r:QualityStatementType

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_QualityStatement [ label = "{<id>QualityStatement | + name : ObjectName \l + displayLabel : LabelForDisplay \l + overview : InternationalStructuredString \l + rationale : InternationalStructuredString \l + usage : InternationalStructuredString \l \l \l| <QualityStatement_usesStandard_association> usesStandard \l \l}" tooltip = "StudyRelated:QualityStatement" ] subgraph StudyRelated { label = "StudyRelated" node [ color = "#0000ff" ] DDI4_Standard [ label = "{<id>DDI_Standard}" tooltip = "StudyRelated:Standard" href = "../Package/StudyRelated/Standard/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_QualityStatement -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_QualityStatement:QualityStatement_usesStandard_association -> DDI4_Standard [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="usesStandard" fontcolor="black" color="#00000"]; }