In a linked data structure, such as a singly linked list, each node typically contains two parts: a data element (or payload) and a reference (or pointer) to the next node in the sequence. This reference is what allows one node to link to the next node.