blob: 7840e830bb7ac7119a090d5437454ed36aa4413f [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-086.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(1) }
</return>