This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 3029 - editorial nit in D.2.2 Lexical Mappings
Summary: editorial nit in D.2.2 Lexical Mappings
Status: CLOSED FIXED
Alias: None
Product: XML Schema
Classification: Unclassified
Component: Datatypes: XSD Part 2 (show other bugs)
Version: 1.1 only
Hardware: PC Windows XP
: P2 minor
Target Milestone: ---
Assignee: C. M. Sperberg-McQueen
QA Contact: XML Schema comments list
URL:
Whiteboard:
Keywords: resolved
Depends on:
Blocks:
 
Reported: 2006-03-21 19:04 UTC by Andrew Eisenberg
Modified: 2006-09-06 14:33 UTC (History)
0 users

See Also:


Attachments

Description Andrew Eisenberg 2006-03-21 19:04:34 UTC
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.
Comment 1 C. M. Sperberg-McQueen 2006-09-01 22:31:13 UTC
Thank you; you're quite right.  This has now been fixed.