[Bug 4146] MS Element tests: elemZ026

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