Child entities duplicate parent entity attributes. E.g.
Entity A
string1
Entity B
parent entity: A
string1
string2
string1 shouldn't appear in entity B.
I believe line 76 of NSEntityDescription+xmlElement.m should first filter out the properties that are in the parent entities, recursively.