- From: <bugzilla@jessica.w3.org>
- Date: Tue, 25 Oct 2011 08:19:30 +0000
- To: public-xml-schema-testsuite@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14556
Summary: WildZ013 is valid under XSD 1.1
Product: XML Schema Test Suite
Version: 2006-11-06
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Microsoft tests
AssignedTo: cmsmcq@blackmesatech.com
ReportedBy: mike@saxonica.com
QAContact: public-xml-schema-testsuite@w3.org
Microsoft test WildZ013 purports to be an invalid schema (it requires an
inexpressible wildcard union). This union becomes expressible in XSD 1.1
(indeed, all unions are expressible in XSD 1.1), and the validity therefore
needs to change.
Note: the schema test file is named test328873i.xsd. The union in question is
between the two attribute groups:
<xs:attributeGroup name="attG1-54">
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:attributeGroup>
<xs:attributeGroup name="attG2-54">
<xs:anyAttribute namespace="##local b c" processContents="lax"/>
</xs:attributeGroup>
and the union is constructed under clause 5.2 of 3.10.6.3 Attribute Wildcard
Union, and is effectively not(a).
--
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, 25 October 2011 08:19:33 UTC