You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by Andrew Newton <an...@research.netsol.com> on 2001/02/05 19:51:01 UTC

Xerces-J 1.3.0 schema question

Hello,

The schema web page for Xerces-J reads:

 "Finally, note that in all model groups fewer 
 than 8 elements must be used."

Am I reading this correctly by assuming it means
this won't work:

    <sequence> <!-- or 'choice' or 'all' -->
      <element name="e1" ...
      ....
      <element name="e9" ...
    </sequence>

-Andy