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