UnitType

A Unit Type is a class of objects of interest.

Extends

Concept

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_UnitType [ label = "{<id>UnitType | \l \l| <UnitTypehasInstance> hasInstance \l \l}" tooltip = "Conceptual:UnitType" ] subgraph Conceptual { label = "Conceptual" node [ color = "#218559" ] DDI4_Unit [ label = "{<id>Unit | + label : Label \l + definition : StructuredString \l \l \l| \l \l}" tooltip = "Conceptual:Unit" ]; DDI4_Concept [ label = "{<id>Concept | \l \l| \l \l}" tooltip = "Conceptual:Concept" ]; } DDI4_UnitType -> DDI4_Concept [arrowhead=empty color="#000000" ]; DDI4_Unit -> DDI4_UnitType:UnitTypehasInstance [arrowhead=odiamond labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="hasInstance" fontcolor="black" color="#00000"]; }