Can we have embedded schema inside an embedded schema ?

Hi everyone, I have a database design where I have to store some keys and then that key will have some sub keys.I am planning to do it with embedded schema for keys and then have one more embedded schema inside that for sub keys. How to go about it ?