As an user I want to be able to configure attribute templates that can be used in multiple element templates, so that I can used common attributes between different templates. For example, create three templates representing 3 different kinds of motor but each template can use an attribute template consisting of input current, input voltage, casing temperature.
Where this would be really helpful is not just for the attributes themselves but also analyses that utilize those attributes as inputs. Not only would multiple inheritance or combining smaller, modular templates to create larger ones prevent the need to replicate attributes across templates, but also analyses, where keeping multiple copies in sync is more painful.