- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 24 Jan 2007 18:46:59 +0000
- To: public-xml-schema-testsuite@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4146 ------- Comment #1 from zafara@microsoft.com 2007-01-24 18:46 ------- This is identical to the case in bug 4146. The derived particle is being checked against its substitution group head in the base type which expanded to a choice particle. we end up checking particle: <element ref="test:restrictedBasicBit" maxOccurs="unbounded"/> to a valid restriction of the one in the expanded substitution group (in to a choice) in the base: <element name="restrictedBasicBit" type="test:restrictedBasicBitType" /> which should fail.
Received on Wednesday, 24 January 2007 18:47:08 UTC