- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 06 Oct 2005 16:46:35 +0000
- To: www-xml-schema-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2019
sandygao@ca.ibm.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Priority|P2 |P1
------- Additional Comments From sandygao@ca.ibm.com 2005-10-06 16:46 -------
In summary, the proposed changes are:
1. The definition of "metacharacter" in Appendix F from
A metacharacter is either ., \, ?, *, +, {, } (, ), [ or ].
to
A metacharacter is either ., \, ?, *, +, {, } (, ), |, [ or ].
2. Production #10 in Appendix F from
[10] Char ::= [^.\?*+()|#x5B#x5D]
to
[10] Char ::= [^.\?*+{}()|#x5B#x5D]
Received on Thursday, 6 October 2005 16:46:40 UTC