I refer to Type inheritance, so I could have a Type hierarchy like:
– Project
---- Web dev Project
---- SEO Project
---- Brochure Project
The need for this is that there are many fields common to all Projects, but there are also some fields specific only to each particular type of Project. Right now the only ways to model this in FIbery are unsatisfactory – See: How to best model Hierarchical Types?