- From: <bugzilla@jessica.w3.org>
- Date: Fri, 02 Mar 2012 08:57:37 +0000
- To: www-xml-schema-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16182
Michael Kay <mike@saxonica.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cmsmcq@blackmesatech.com,
| |mike@saxonica.com
Component|Microsoft tests |Structures: XSD Part 1
Version|2006-11-06 |1.1 only
AssignedTo|cmsmcq@blackmesatech.com |David_E3@VERIFONE.com
Product|XML Schema Test Suite |XML Schema
QAContact|public-xml-schema-testsuite |www-xml-schema-comments@w3.
|@w3.org |org
--- Comment #3 from Michael Kay <mike@saxonica.com> 2012-03-02 08:57:37 UTC ---
The relevant types (basicNamespaceList and specialNamespaceList) are defined
like this:
<xs:union memberTypes="xs:anyURI">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="##targetNamespace"/>
<xs:enumeration value="##local"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
I think what is needed is for the order of the union to be reversed, so the
token comes before the anyURI.
I'm reclassifying this as a spec bug.
--
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 Friday, 2 March 2012 08:57:45 UTC