Well the child can also have children, just like in your graph you attached. This is then one level down in your graph.
Note that the root is of the same type as the children. (MyNode can be parent, child, grandchild etc.) The children are just put inside the root. Then you can continue and put children into these children. This is how you get the tree structure. I hope this is somehow clear. Best, Andre
