[Bug 8474] declaration for 'restriction' in XMLSchema.dtd needs update

http://www.w3.org/Bugs/Public/show_bug.cgi?id=8474

C. M. Sperberg-McQueen <cmsmcq@blackmesatech.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needsDrafting               |needsReview

--- Comment #1 from C. M. Sperberg-McQueen <cmsmcq@blackmesatech.com> 2010-11-27 00:43:14 UTC ---
The required change is in the Structures spec:  change

  <!-- This is used in part2 -->
  <!ENTITY % restriction1 '((%mgs; | %group;)?)'>

to 

  <!-- This is used in part2 -->
  <!ENTITY % restriction1 '(%openContent;, (%mgs; | %group;)?)'>

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 27 November 2010 00:43:16 UTC