> i'm trying to define an xml schema for validation with a restriction on
> dateTime element based on another dateTime Element.
[quoted text clipped - 3 lines]
>
> Is it possible to define such restrictions in XSD?
No. It might be possible with Schematron if that supports XSLT/XPath 2.0.

Signature
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Joris van Lier - 23 May 2008 15:45 GMT
>> i'm trying to define an xml schema for validation with a restriction on
>> dateTime element based on another dateTime Element.
[quoted text clipped - 5 lines]
>
> No. It might be possible with Schematron if that supports XSLT/XPath 2.0.
Thanks Martin, i'll have to rethink my approach, for now i'll validate that
part in C#.