| parent_project_id_namespace | The identifier namespace for the parent in this parent-child project pair [part 1 of 4-component composite primary key] | Required | string | This will be the value of id_namespace in the row in project.tsv corresponding to the parent project referenced in this row. If your program has not registered multiple CFDE identifier namespaces, this will be exactly the same value for all rows. |
| parent_project_local_id | The ID of the containing (parent) project in this parent-child project pair [part 2 of 4-component composite primary key] | Required | string | This will be the value of local_id in the row in project.tsv corresponding to the parent project referenced in this row. |
| child_project_id_namespace | The identifier namespace for the child in this parent-child project pair [part 3 of 4-component composite primary key] | Required | string | This will be the value of id_namespace in the row in project.tsv corresponding to the child project referenced in this row. If your program has not registered multiple CFDE identifier namespaces, this will be exactly the same value for all rows. |
| child_project_local_id | The ID of the contained (child) project in this parent-child project pair [part 4 of 4-component composite primary key] | Required | string | This will be the value of local_id in the row in project.tsv corresponding to the child project referenced in this row. |