- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 29 Sep 2009 14:14:40 +0000
- To: www-xml-schema-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7756 Summary: Incorrect production for charGroup in regular expression appendix Product: XML Schema Version: 1.1 only Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Datatypes: XSD Part 2 AssignedTo: David_E3@VERIFONE.com ReportedBy: kbraun@obj-sys.com QAContact: www-xml-schema-comments@w3.org CC: cmsmcq@blackmesatech.com I believe the production: charGroup ::= '(' posCharGroup | negCharGroup ')' ( '-' charClassExpr )? should actually be: charGroup ::== ( posCharGroup | negCharGroup ) ( '-' charClassExpr ) ? -- 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, 29 September 2009 14:14:49 UTC