If 2 identical enum fields are declared in the XML, there will be 2 different enumerated types generated. Proposed solution is to only declare an enumerated type, if there are no identical enum declared already. Should be easy to implement.
If 2 identical enum fields are declared in the XML, there will be 2 different enumerated types generated.
Proposed solution is to only declare an enumerated type, if there are no identical enum declared already. Should be easy to implement.