blob: fb370acc1054a039f1772069f1bdacbfa4b4c63c [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-083.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:53:51 2005 :)
(: Purpose: Logical 'or' using nonNegativeInteger values:)
(:*******************************************************:)
<return>
{ xs:nonNegativeInteger(0) or xs:nonNegativeInteger(0) }
</return>