Hey Guys,
I'm working off of the latest 1.1 branch. I have the following schema:
http://www.w3.org/2001/XMLSchema";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:tst="http://www.rackspace.com/test/simple";
targetNamespace="http://www.rackspace.com/test/simple";>
Hi Jorge,
With my quick analysis of your use-case, I can conclude that this
may be a possible bug (and quite likely in our XSD 1.1 XPath2 engine).
As a workaround, I can find the following expression to be working
correctly though,
(xs:dateTime - xs:dateTime) le xs:dayTimeDuration
You may rep
On May 17, 2012, at 2:56 PM, Mukul Gandhi wrote:
> Hi Jorge,
> With my quick analysis of your use-case, I can conclude that this
> may be a possible bug (and quite likely in our XSD 1.1 XPath2 engine).
>
> As a workaround, I can find the following expression to be working
> correctly though,
>