Node

A combination of a category and related attributes.

Extends

Member

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_Node [ label = "{<id>Node | \l \l| <Nodecontains> contains \l| <NodetakesMeaningFrom> takesMeaningFrom \l \l}" tooltip = "Representations:Node" ] 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" ]; } subgraph Conceptual { label = "Conceptual" node [ color = "#218559" ] DDI4_Category [ label = "{<id>Category | \l \l| \l \l}" tooltip = "Conceptual:Category" ]; } subgraph Collections { label = "Collections" node [ color = "#FF0044" ] DDI4_Member [ label = "{<id>Member | + label : Label \l + definition : StructuredString \l + description : StructuredString \l \l \l| \l \l}" tooltip = "Collections:Member" ]; } DDI4_Node -> DDI4_Member [arrowhead=empty color="#000000" ]; DDI4_Designation -> DDI4_Node:Nodecontains [arrowhead=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="contains" fontcolor="black" color="#00000"]; DDI4_Node:NodetakesMeaningFrom -> DDI4_Category [ arrowhead=none labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="takesMeaningFrom" fontcolor="black" color="#00000"]; }