Right now we have a Child_PID_List element on the root of the Process Object, for specifing the PIDs of the children spawned by the Process. Since we've agreed that the best way to capture relationships between Processes is through Related_Objects (which can capture the parent/child relationship), we should deprecate this element, along with the ChildPIDListType.
This will be removed in 3.0, but we need to modify the annotations to discourage its use and recommend using actual RelatedObjects as of 2.1 (see #151)
Right now we have a Child_PID_List element on the root of the Process Object, for specifing the PIDs of the children spawned by the Process. Since we've agreed that the best way to capture relationships between Processes is through Related_Objects (which can capture the parent/child relationship), we should deprecate this element, along with the ChildPIDListType.