Re: UPA example

Pete Cordell wrote:

  Hi

> Personally I think that, subject to occurrence constraints, the
> particle that is currently gobbling up input, should have
> priority (i.e. they're greedy).

  So the following, from the current example:

    <xs:sequence maxOccurs="unbound">
       <xs:element ref="elem"/>
       <xs:any namespace="##targetNamespace" maxOccurs="unbound"/>
    </xs:sequence>

would be valid, while a bit of an obfuscation because the maxOccurs on
the sequence won't be taken into account.  Right?

  Is the above quote what tells XML Schema 1.1?  If yes, where it is in
the WD?

  Regards,

--drkm

























      _____________________________________________________________________________ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr

Received on Wednesday, 25 June 2008 12:11:23 UTC