constraints for non-deterministic constructs

Are there any constraints in the Schema defnition that prohibit using
constructs like the following?

<complexType>
  <choice>
    <sequence>
      <element ref="A">
    </sequence>
    <choice>
      <element ref="A">
      <element ref="B">
    </choice>
  </choice>
</complexType>

If I got the element "A" I wouldn't be able to decide if this element
would match the sequence or the choice.

thanks
    Heiko

--- --- --- --- --- --- --- --- --- --- ---

Software AG Germany    
DBMS Open Systems Development (XML)
Uhlandstrasse 12
D-64297  Darmstadt
Germany

Phone: +49-6151-921247       
Fax:     +49-6151-921613           
Email:  mailto:Heiko.Weber@softwareag.com
Web:     http://www.softwareag.com

Received on Friday, 9 March 2001 09:23:09 UTC