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