Specifies whether the element name should be prepended to the attribute when flattened.
For example, if this is set to the default value of True, <parent child="x" /> will become <datalayerid parent_child="x" />.
If it is set to False, it would output <datalayerid child="x" />. |