Re: Validation issues

2014-07-21 Thread Peter Keller
Dear Joseph, On Wed, 2014-07-16 at 10:15 -0700, jgagnon wrote: I have written an application that generates XML files that represent test cases for a collection of types defined by an XML schema. Some of these types contain elements that are abstract. The logic locates all concrete

Re: Validation issues

2014-07-21 Thread Peter Keller
On Mon, 2014-07-21 at 05:50 -0700, jgagnon wrote: Sorry for the confusion. My application does not deal with the Java implementation of any of the schema types. It uses the information from the schema to determine test cases to generate and then uses the XMLBeans API (mainly XmlCursor) to

Re: Validation issues

2014-07-20 Thread Michael Pigott
in context: http://xmlbeans.996285.n3.nabble.com/Validation-issues-tp7520.html Sent from the XMLBeans User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@xmlbeans.apache.org For additional commands, e

validation issues - more elements than maxOccurs

2005-09-06 Thread Sherman, Dennis (END-CHI)
I'm using XMLBeans 2.0.0 to create schema documents for Google Scholar (http://scholar.google.com/scholar/libraries.html for full information, http://scholar.google.com/scholar/institutional_links.xml and http://scholar.google.com/scholar/institutional_holdings.xml for relevant schema) I'm having