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 29443 - [XSD1.1] CharClassNoEsc prose
Summary: [XSD1.1] CharClassNoEsc prose
Status: NEW
Alias: None
Product: XML Schema
Classification: Unclassified
Component: Datatypes: XSD Part 2 (show other bugs)
Version: 1.1 only
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: David Ezell
QA Contact: XML Schema comments list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-09 20:51 UTC by Michael Kay
Modified: 2016-02-09 20:51 UTC (History)
1 user (show)

See Also:


Attachments

Description Michael Kay 2016-02-09 20:51:43 UTC
In G.4.1, it is incorrectly stated that:

A single unescaped character (SingleCharNoEsc) is any character except '[' or ']'. 

The corresponding production rule in the grammar is correct, and translates to:

A single unescaped character (SingleCharNoEsc) is any character except '\', '[' or ']'.