LevelParentChild

Parent-child specialization of OrderRelation between Levels within a NodeSet. The inherited type property is set to “total” to specify that the parent-child relationships among Levels in any given NodeSet define a linear sequence.

Extends

OrderRelation

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_LevelParentChild [ label = "{<id>LevelParentChild | \l \l| <LevelParentChildparent> parent \l| <LevelParentChildchild> child \l \l}" tooltip = "Representations:LevelParentChild" ] subgraph Representations { label = "Representations" node [ color = "#000000" ] DDI4_Level [ label = "{<id>Level | \l \l| <Levelgroups> groups \l| <LevelisDefinedBy> isDefinedBy \l \l}" tooltip = "Representations:Level" ]; } subgraph Collections { label = "Collections" node [ color = "#FF0044" ] DDI4_OrderRelation [ label = "{<id>OrderRelation | + type : OrderRelationshipType \l + criteria : StructuredString \l + isRegularHierarchy : xs:boolean \l + label : Label \l + definition : StructuredString \l + description : StructuredString \l \l \l| <OrderRelationpredecessor> predecessor \l| <OrderRelationsuccessor> successor \l \l}" tooltip = "Collections:OrderRelation" ]; } DDI4_LevelParentChild -> DDI4_OrderRelation [arrowhead=empty color="#000000" ]; DDI4_LevelParentChild:LevelParentChildparent -> DDI4_Level [ arrowhead=none labeldistance=1.9 taillabel="0..1" headlabel="1..1" edgetooltip="parent" fontcolor="black" color="#00000"]; DDI4_LevelParentChild:LevelParentChildchild -> DDI4_Level [ arrowhead=none labeldistance=1.9 taillabel="0..1" headlabel="1..1" edgetooltip="child" fontcolor="black" color="#00000"]; }