- From: <bugzilla@jessica.w3.org>
- Date: Tue, 18 Oct 2011 11:06:19 +0000
- To: public-xml-schema-testsuite@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14490
Summary: Test PopenContent s3_4_1si06
Product: XML Schema Test Suite
Version: 2006-11-06
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: IBM tests
AssignedTo: cmsmcq@blackmesatech.com
ReportedBy: mike@saxonica.com
QAContact: public-xml-schema-testsuite@w3.org
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.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 18 October 2011 11:06:23 UTC