Re: [xml-dev] date type validation with XML Schema

From
Chiusano Joseph <>
To
lgngri <>
Date
2003-11-25T15:52:28Z
ID
<>
Thread
Re: [xml-dev] date type validation with XML Schema
Leo,

This cannot be done with XML Schema - it will need to be done by other
means in which you can capture the current date and do the proper
comparisons.

Kind Regards,
Joe Chiusano
Booz | Allen | Hamilton

> lgngri wrote:
> 
> Hi,
> 
> I need to validate a Date Of Birth element which is of date data type.
> Specifically, I need to validate the age range of this element against
> current date. In other words, the person represented by the record as
> of today must not be older than 85 and younger than 17. I could use
> minIncl or maxIncl but this would force me to re-generate XML schema
> daily based upon the current date. Is there anything can be done with
> xs:duration or any other way?
> 
> Any help is greatly appreciated.
> 
> Regards,
> Leo