Hi I'm a little confused about something when making a relational model from an ER diagram.

Say I have an entity "User" which has it's own primary key and 2 other entities "Child" and "Adult" which also have unique primary keys.

Child & Adult are connected to User via seperate 1:1 relationships "is":

Child -------- is -------- User -------- is -------- Adult...