Re: Interaction between redefine+include breaks augmenting a base schema's element with new attributes

2016-06-10 Thread Michael Glavassevich
Would also need to review what the standard actually says to determine whether there's a bug. Xerces generally tries its best to strictly follow the rules from the XML Schema specification and sometimes those rules (e.g. type restriction) defy what many users would expect. Michael Glavassevich

Re: Interaction between redefine+include breaks augmenting a base schema's element with new attributes

2016-06-10 Thread David Costanzo
From: Mukul Gandhi> I would suggest, to open a bug report in Xerce's JIRA with following > qualifications [snip] Thanks Mukul, I'll open a JIRA ticket as you suggest. I'll be sure to attach all the files that are needed to reproduce the issue, as I don't think I'd be able to implement a pa

Re: Interaction between redefine+include breaks augmenting a base schema's element with new attributes

2016-06-10 Thread David Costanzo
From: David Costanzo > Thanks Mukul, I'll open a JIRA ticket as you suggest. As I went to open the ticket in JIRA, I found that Mukul Gandhi already fixed it. https://issues.apache.org/jira/browse/XERCESJ-1591 Thank you, Mukul! The fix was made in the xml-schema-1.1-dev branch that has not be