Code

A Designation for a Category.

Extends

Designation

Properties

Name Type Cardinality
value Value 1..1

value

Specified value of the code

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_Code [ label = "{<id>Code | + value : Value \l \l \l| <CodehasCategory> hasCategory \l \l}" tooltip = "Representations:Code" ] subgraph Conceptual { label = "Conceptual" node [ color = "#218559" ] DDI4_Category [ label = "{<id>Category | \l \l| \l \l}" tooltip = "Conceptual:Category" ]; } subgraph Representations { label = "Representations" node [ color = "#000000" ] DDI4_Designation [ label = "{<id>Designation | + label : Label \l + description : StructuredString \l \l \l| <DesignationhasVocabulary> hasVocabulary \l \l}" tooltip = "Representations:Designation" ]; } DDI4_Code -> DDI4_Designation [arrowhead=empty color="#000000" ]; DDI4_Category -> DDI4_Code:CodehasCategory [arrowhead=odiamond labeldistance=1.9 taillabel="1..1" headlabel="0..n" edgetooltip="hasCategory" fontcolor="black" color="#00000"]; }