Data member
A data member is a child member associated with a parent member in a parent-child hierarchy. A data member contains the data value for its parent member, rather than the aggregated value for the parent's children.
Parent member
A parent member is a member of a parent-child hierarchy that contains the aggregated value of its children.