- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 21 Mar 2006 19:04:35 +0000
- To: www-xml-schema-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3029
Summary: editorial nit in D.2.2 Lexical Mappings
Product: XML Schema
Version: 1.1 only
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: minor
Priority: P2
Component: Datatypes: XSD Part 2
AssignedTo: cmsmcq@w3.org
ReportedBy: andrew.eisenberg@us.ibm.com
QAContact: www-xml-schema-comments@w3.org
D.2.2 Lexical Mappings
This section contains the following:
dayFrag ::= (0 [1-9]) | ([12] digit) | ('3' [01])
This should be:
dayFrag ::= ('0' [1-9]) | ([12] digit) | ('3' [01])
This comment has been entered on behalf of the XML Query and XSL WGs.
Received on Tuesday, 21 March 2006 19:04:43 UTC