TIBCOSoftware / genxdm

GenXDM: XQuery/XPath Data Model API, bridges, and processors for tree-model neutral access to XML.
http://www.genxdm.org/
9 stars 4 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 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 9 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