Issue with XSD 1.1 assertions with dateTime and duration...

2012-05-17 Thread Jorge Williams
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";>

Re: Issue with XSD 1.1 assertions with dateTime and duration...

2012-05-17 Thread Mukul Gandhi
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

Re: Issue with XSD 1.1 assertions with dateTime and duration...

2012-05-17 Thread Jorge Williams
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, >