This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14490 - Test PopenContent s3_4_1si06
Summary: Test PopenContent s3_4_1si06
Status: RESOLVED DUPLICATE of bug 13889
Alias: None
Product: XML Schema Test Suite
Classification: Unclassified
Component: IBM tests (show other bugs)
Version: 2006-11-06
Hardware: PC All
: P2 normal
Target Milestone: XSD 1.1 PR
Assignee: C. M. Sperberg-McQueen
QA Contact: XML Schema Test Suite mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-18 11:06 UTC by Michael Kay
Modified: 2011-10-24 15:51 UTC (History)
2 users (show)

See Also:


Attachments

Description Michael Kay 2011-10-18 11:06:19 UTC
This schema purports to be invalid on the grounds that the base type has a wildcard that is not a subset of the wildcard in a type derived by extension.

The base wildcard is

 <openContent mode="interleave">
  <any processContents="lax"/>
 </openContent>

and the extension wildcard appears in the schema document as

   <openContent mode="interleave">
    <any processContents="lax" notQName="hi"/>	<!-- invalid -->
   </openContent>

In the component model, the open content wildcard is the wildcard union of the wildcards defined on the base type and the extension type (which in this case is actually the same as the wildcard on the base type). The wildcard on the base type is a subset of this union wildcard, so it seems to me that there is no error.
Comment 1 Sandy Gao 2011-10-21 16:30:53 UTC
This is a duplicate of bug 13889, which has been fixed in CVS.
Comment 2 Michael Kay 2011-10-24 15:51:04 UTC

*** This bug has been marked as a duplicate of bug 13889 ***