- From: Richard Tobin <richard@cogsci.ed.ac.uk>
- Date: Wed, 26 Apr 2000 15:12:10 +0100
- To: www-xml-schema-comments@w3.org
The use of named model groups allows content models that are not regular
expressions.  For example:
  <s:group name="recur">
    <s:sequence>
      <s:element name="open"/>
      <s:group ref="recur" minOccurs="0" maxOccurs="unbounded"/>
      <s:element name="close"/>
    </s:sequence>
  </s:group>
Useful though this would be, it is probably not intended.
-- Richard
Received on Wednesday, 26 April 2000 10:12:14 UTC