- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 19 Jan 2009 15:17:30 +0000
- To: www-xml-schema-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6447 --- Comment #1 from Michael Kay <mike@saxonica.com> 2009-01-19 15:17:30 --- Just to illustrate the absurdity of the rules further: while it is legal to specify (minLength=1, length=6) on a type derived from NMTOKENS, because NMTOKENS has minLength=1, it is not legal to specify (minLength=1, length=6) on a type derived from NMTOKEN, because although NMTOKEN has a minimum length of 1, this is achieved using a pattern facet rather than a minLength facet. -- 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 Monday, 19 January 2009 15:17:39 UTC