CodeList

A list of Codes and associated Categories. May be flat or hierarchical.

Extends

NodeSet

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_CodeList [ label = "{<id>CodeList | \l \l| <CodeListhasCode> hasCode \l| <CodeListreferences> references \l| <CodeListrepresents> represents \l \l}" tooltip = "Representations:CodeList" ] subgraph Representations { label = "Representations" node [ color = "#000000" ] DDI4_Code [ label = "{<id>Code | + value : Value \l \l \l| <CodehasCategory> hasCategory \l \l}" tooltip = "Representations:Code" ]; DDI4_CategorySet [ label = "{<id>CategorySet | \l \l| <CategorySethasCategory> hasCategory \l \l}" tooltip = "Representations:CategorySet" ]; DDI4_EnumeratedValueDomain [ label = "{<id>EnumeratedValueDomain | \l \l| <EnumeratedValueDomainreferences> references \l \l}" tooltip = "Representations:EnumeratedValueDomain" ]; DDI4_NodeSet [ label = "{<id>NodeSet | \l \l| <NodeSetisBasedOn> isBasedOn \l| <NodeSetcontains> contains \l| <NodeSethasLevel> hasLevel \l| <NodeSethasNodeParentChild> hasNodeParentChild \l| <NodeSethasNodePartWhole> hasNodePartWhole \l| <NodeSethasNodeSetParentChild> hasNodeSetParentChild \l| <NodeSethasNodeSetPartWhole> hasNodeSetPartWhole \l| <NodeSethasLevelParentChild> hasLevelParentChild \l \l}" tooltip = "Representations:NodeSet" ]; } DDI4_CodeList -> DDI4_NodeSet [arrowhead=empty color="#000000" ]; DDI4_Code -> DDI4_CodeList:CodeListhasCode [arrowhead=odiamond labeldistance=1.9 taillabel="1..n" headlabel="1..n" edgetooltip="hasCode" fontcolor="black" color="#00000"]; DDI4_CodeList:CodeListreferences -> DDI4_CategorySet [ arrowhead=none labeldistance=1.9 taillabel="1..n" headlabel="0..1" edgetooltip="references" fontcolor="black" color="#00000"]; DDI4_CodeList:CodeListrepresents -> DDI4_EnumeratedValueDomain [ arrowhead=none labeldistance=1.9 taillabel="1..n" headlabel="0..n" edgetooltip="represents" fontcolor="black" color="#00000"]; }