CDISP0774W

The attributes of the XML element name element cannot be flattened because the XML attribute name attribute conflicts with a nested element of the same name.

The name of an XML element is the same as the name of an XML attribute, which keeps the attributes from being flattened and uses a map<rstring,rstring> to represent the attributes.
If it is possible, modify the input XML to avoid the problem.