Imported from previous forum
Is it okay to have static template references to templates that contain fields named the same as the referencing template? The example below has a template entry with a reference to the template Named. Both templates contain a scalar “name”.
<template name="Named">
<string name="name"/>
<string name="ns"/>
</template>
Jake