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