- From: <bugzilla@jessica.w3.org>
- Date: Fri, 02 Mar 2012 09:18:32 +0000
- To: www-xml-schema-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16182 --- Comment #4 from Andreas Meissl <am_spamfaenger@gmx.at> 2012-03-02 09:18:31 UTC --- I think simply changing the order doesn't help. It will still allow values like "##target" which are now valid anyURIs but are not listed in the enumerations - and have no special meaning. Also changing the order doesn't prohibit something like: "##any ##other" which will not match any of the enumerations of the "specialNamespaceList" but is in XSD 1.1 a valid list of anyURIs. I suggest to use a restriction of anyURI which prohibits values starting with "##" (using a pattern) instead of anyURI as memberType in basicNamespaceList. -- 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 09:18:34 UTC