- From: <bugzilla@jessica.w3.org>
- Date: Sun, 21 Oct 2012 14:47:41 +0000
- To: www-xml-schema-comments@w3.org
Received on Sunday, 21 October 2012 14:47:42 UTC
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16777
--- Comment #5 from Priscilla Walmsley <pwalmsley@datypic.com> ---
The change looks correct to me.  
To nitpick, the way the DTD for Schemas was edited there are two sets of
unnecessary parentheses.  The edited version looks like this:
(
                      ((%annotation; | %simpleType; | %complexType; 
                      | %group; | %attributeGroup;) |
                       %element; | %attribute; | %notation;)*)>
when it could just be:
                      (%annotation; | %simpleType; | %complexType; 
                      | %group; | %attributeGroup; |
                       %element; | %attribute; | %notation;)*>
Minor detail, though.
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Sunday, 21 October 2012 14:47:42 UTC