| (:*******************************************************:) | |
| (: Test: op-logical-or-085.xq :) | |
| (: Written By: Lalith Kumar :) | |
| (: Date: Thu May 12 05:53:51 2005 :) | |
| (: Purpose: Logical 'or' using nonNegativeInteger values:) | |
| (:*******************************************************:) | |
| <return> | |
| { xs:nonNegativeInteger(1) or xs:nonNegativeInteger(0) } | |
| </return> |