Parent
In terms of a Note Tree structure, a "parent" is a node that has child objects (nodes created one level underneath the parent).
The parent node defines inheritance for children objects created underneath. It controls what child objects can be created underneath it, as well as what information is passed to and from the parent and child nodes.