[Bug 16777] Is the content model for override a sequence or a choice?

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