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