RepresentedQuestion - GraphΒΆ

d:QuestionItemType

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_RepresentedQuestion [ label = "{<id>RepresentedQuestion | + questionText : DynamicText \l + questionIntent : InternationalStructuredString \l + estimatedResponseTimeInSeconds : \l \l \l| <RepresentedQuestion_hasRepresentedVariable_association> hasRepresentedVariable \l \l}" tooltip = "DataCapture:RepresentedQuestion" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_RepresentedVariable [ label = "{<id>DDI_RepresentedVariable}" tooltip = "Conceptual:RepresentedVariable" href = "../Package/Conceptual/RepresentedVariable/index.html" ] } subgraph DataCapture { label = "DataCapture" node [ color = "#0000ff" ] DDI4_Capture [ label = "{<id>DDI_Capture}" tooltip = "DataCapture:Capture" href = "../Package/DataCapture/Capture/index.html" ] } DDI4_RepresentedQuestion -> DDI4_Capture [arrowhead=onormal color="#000000"]; DDI4_RepresentedQuestion:RepresentedQuestion_hasRepresentedVariable_association -> DDI4_RepresentedVariable [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasRepresentedVariable" fontcolor="black" color="#00000"]; }