In a tree structure, the term children is most often used to specifiy the tree nodes which are contained by a single parent node. These children nodes themselves may have their own children. On this site, the term children is used in a strict manner and is used to specify ONLY the immediate child nodes of a particular parent.

If a particular parent contains child nodes which contain more child nodes, those child nodes of the children would be considered descendant nodes to the parent.