NodeParentChild

Parent-child specialization of OrderRelation between Nodes within a NodeSet. The inherited type property is set to “partial” to specify that the parent-child relationships among Nodes define a tree structure.

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_NodeParentChild [ label = "{<id>NodeParentChild | \l \l| <NodeParentChildparent> parent \l| <NodeParentChildchild> child \l \l}" tooltip = "Representations:NodeParentChild" ] 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 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_NodeParentChild -> DDI4_OrderRelation [arrowhead=empty color="#000000" ]; DDI4_NodeParentChild:NodeParentChildparent -> DDI4_Node [ arrowhead=none labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="parent" fontcolor="black" color="#00000"]; DDI4_NodeParentChild:NodeParentChildchild -> DDI4_Node [ arrowhead=none labeldistance=1.9 taillabel="0..1" headlabel="1..1" edgetooltip="child" fontcolor="black" color="#00000"]; }