Level

The Level describes the nesting structure of a hierarchical collection.

Extends

Collection

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_Level [ label = "{<id>Level | \l \l| <Levelgroups> groups \l| <LevelisDefinedBy> isDefinedBy \l \l}" tooltip = "Representations:Level" ] subgraph Representations { label = "Representations" node [ color = "#000000" ] DDI4_Node [ label = "{<id>Node | \l \l| <Nodecontains> contains \l| <NodetakesMeaningFrom> takesMeaningFrom \l \l}" tooltip = "Representations:Node" ]; } subgraph Conceptual { label = "Conceptual" node [ color = "#218559" ] DDI4_Concept [ label = "{<id>Concept | \l \l| \l \l}" tooltip = "Conceptual:Concept" ]; } subgraph Collections { label = "Collections" node [ color = "#FF0044" ] DDI4_Collection [ label = "{<id>Collection | + type : CollectionType \l \l \l| <Collectioncontains> contains \l| <CollectionisOrderedBy> isOrderedBy \l \l}" tooltip = "Collections:Collection" ]; } DDI4_Level -> DDI4_Collection [arrowhead=empty color="#000000" ]; DDI4_Node -> DDI4_Level:Levelgroups [arrowhead=odiamond labeldistance=1.9 taillabel="1..n" headlabel="1..1" edgetooltip="groups" fontcolor="black" color="#00000"]; DDI4_Level:LevelisDefinedBy -> DDI4_Concept [ arrowhead=none labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="isDefinedBy" fontcolor="black" color="#00000"]; }