sshyran / genxdm

Automatically exported from code.google.com/p/genxdm
0 stars 0 forks source link

Schema parse does not allow union types to have memberTypes of union #134

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
An xsd:union with a memberTypes attribute which references another type of 
xsd:union will cause a parse error.  Any simple type should be allowed, and a 
union is a simple type.

Note: the issue/fix is in the XmlSchemaConverter.convertMemberTypes method.

Original issue reported on code.google.com by joe.bays...@gmail.com on 15 Jul 2013 at 7:23

GoogleCodeExporter commented 8 years ago
r460.  Amended XmlSchemaConverter.convertMemberTypes to allow unions to have 
memberTypes of union.

Original comment by joe.bays...@gmail.com on 15 Jul 2013 at 7:58