Hello What is the recommended approach to represent multi-structure chain relationships in erlang ? eg. CertEnvelope --> CertChain --> Cert Attribute(s) In C, one would use a pEnv->pChain->pAttrib and work with the fields. How does one do it in Erlang ? Thanks in advance. -- oo@@oo