You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2004/03/24 00:25:52 UTC

DO NOT REPLY [Bug 27882] - incorrect validation of restrictions of any

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27882>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27882

incorrect validation of restrictions of any





------- Additional Comments From mboos@ca.ibm.com  2004-03-23 23:25 -------
What is taking place is that the sequence which includes inner2 and inner3 is
"pointless", so inner2 and inner3 are being included in the larger sequence. [1]
This means that only inner2 is checked against the any for compatability. inner3
does not map to a particle and is not emptiable, thus making the derivation
invalid. [2]

[1] http://www.w3.org/TR/xmlschema-1/#cos-particle-restrict
[2] http://www.w3.org/TR/xmlschema-1/#rcase-Recurse

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org