CodeList - GraphΒΆ

l:CodeListType

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_CodeList [ label = "{<id>CodeList | + contains : CodeIndicator \l \l \l| <CodeList_realizes_association> realizes \l| <CodeList_isStructuredBy_association> isStructuredBy \l \l}" tooltip = "Representations:CodeList" ] subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] DDI4_StructuredCollection [ label = "{<id>DDI_StructuredCollection}" tooltip = "CollectionsPattern:StructuredCollection" href = "../Package/CollectionsPattern/StructuredCollection/index.html" ] } subgraph Representations { label = "Representations" node [ color = "#0000ff" ] DDI4_CodeRelationStructure [ label = "{<id>DDI_CodeRelationStructure}" tooltip = "Representations:CodeRelationStructure" href = "../Package/Representations/CodeRelationStructure/index.html" ] DDI4_EnumerationDomain [ label = "{<id>DDI_EnumerationDomain}" tooltip = "Representations:EnumerationDomain" href = "../Package/Representations/EnumerationDomain/index.html" ] } DDI4_CodeList -> DDI4_EnumerationDomain [arrowhead=onormal color="#000000"]; DDI4_CodeList:CodeList_realizes_association -> DDI4_StructuredCollection [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_CodeList:CodeList_isStructuredBy_association -> DDI4_CodeRelationStructure [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="isStructuredBy" fontcolor="black" color="#00000"]; }