- From: <bugzilla@jessica.w3.org>
- Date: Thu, 01 Mar 2012 17:27:00 +0000
- To: public-xml-schema-testsuite@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16182
Summary: wildC035 and wildC036 valid for XSD 1.1?
Product: XML Schema Test Suite
Version: 2006-11-06
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Microsoft tests
AssignedTo: cmsmcq@blackmesatech.com
ReportedBy: am_spamfaenger@gmx.at
QAContact: public-xml-schema-testsuite@w3.org
In my opinion the test cases wildC035 and wildC036 of set
MS-Wildcards2006-07-15 are valid for XSD 1.1. wildC035 specifies a wildcard
with namespace="##target" and wildC036 with namespace="##all".
The XML representation for the namespace attribute of xs:any is as follows:
namespace = ((##any | ##other) | List of (anyURI | (##targetNamespace |
##local)) )
So the two testcases don't use one of the special values "##any", "##other",
"##targetNamespace" and "##local". But the definition of anyURI in XSD 1.1
doesn't prohibit values starting with "##". So "##target" and "##all" are valid
values for anyURI and therefore the two test cases should have expected result
valid for XSD 1.1.
--
Configure bugmail: https://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 Thursday, 1 March 2012 17:27:02 UTC