CodeListResponseDomain - GraphΒΆ

d:CodeDomainType

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_CodeListResponseDomain [ label = "{<id>CodeListResponseDomain | \l \l| <CodeListResponseDomain_usesCodeList_association> usesCodeList \l| <CodeListResponseDomain_specifyOtherResponseDomain_association> specifyOtherResponseDomain \l| <CodeListResponseDomain_specifyOtherCorrespondingCode_association> specifyOtherCorrespondingCode \l \l}" tooltip = "DataCapture:CodeListResponseDomain" ] subgraph DataCapture { label = "DataCapture" node [ color = "#0000ff" ] DDI4_ResponseDomain [ label = "{<id>DDI_ResponseDomain}" tooltip = "DataCapture:ResponseDomain" href = "../Package/DataCapture/ResponseDomain/index.html" ] } subgraph Representations { label = "Representations" node [ color = "#0000ff" ] DDI4_Code [ label = "{<id>DDI_Code}" tooltip = "Representations:Code" href = "../Package/Representations/Code/index.html" ] DDI4_CodeList [ label = "{<id>DDI_CodeList}" tooltip = "Representations:CodeList" href = "../Package/Representations/CodeList/index.html" ] } DDI4_CodeListResponseDomain -> DDI4_ResponseDomain [arrowhead=onormal color="#000000"]; DDI4_CodeListResponseDomain:CodeListResponseDomain_usesCodeList_association -> DDI4_CodeList [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="usesCodeList" fontcolor="black" color="#00000"]; DDI4_CodeListResponseDomain:CodeListResponseDomain_specifyOtherResponseDomain_association -> DDI4_ResponseDomain [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="specifyOtherResponseDomain" fontcolor="black" color="#00000"]; DDI4_CodeListResponseDomain:CodeListResponseDomain_specifyOtherCorrespondingCode_association -> DDI4_Code [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="specifyOtherCorrespondingCode" fontcolor="black" color="#00000"]; }