Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.4
-
Fix Version/s: 1.0.5
-
Component/s: XML code generator
-
Labels:None
-
Environment:Any
-
Number of attachments :
Description
When serializing a schema using hte SchemaWriter, the anyAttribute child of a complexType (if any) does not get serialized.
To reproduce, simply create an XSD file that uses <anyAttribute>, deserialize into a Schema object, then serialize using SchemaWriter.
Eric, would you mind attaching a fully working (JUnit) test case to reproduce this problem. I know I could do this myself, but I hope you do understand that this gets tedious with an increasing number of bug reports ..
.