Hi Jorge, You've found a bug. It should still report an error in 1.1.
There's an index into a table which is off by one and that's allowing more instances of 'test' to go through. I've just committed a fix [1] for this defect to SVN. If you wanted to try patching the source it's only a one line change. Thanks. [1] http://svn.apache.org/viewvc?view=revision&revision=1062852 Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [email protected] E-mail: [email protected] Jorge Williams <[email protected]> wrote on 01/24/2011 01:03:40 AM: > I'm attaching a small example: > > Validating the instance document with 2.11.0 returns: > > [Error] test.xml:7:11: cvc-complex-type.2.4.f: 'test' can occur a maximum of > '5' times in the current sequence. This limit was exceeded. No child element > is expected at this point. > > That's correct, but performing the same validation with the Schema 1.1. beta > version doesn't return an error. Am I missing something? Shouldn't this > still fail validation in 1.1? > > Thanks, > > -jOrGe W. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
