Good thought, but I should have mentioned that this is part of a schema
defining the input in a BizTalk receive pipeline. The format is required to
check that the application generates the date in the correct format.
"Martin Honnen" wrote:
[color=blue]
>
>
> ZagrebMike wrote:
>[color=green]
> > I want to create a simpleType that will constrain an element to be a date of
> > the form dd/mm/yyyy.[/color]
>
> Consider using the predefined xs:date data type. If you need a different
> format when representing dates later you can always transform from
> yyyy-mm-dd to your format while using the predefined type in your XML
> means any schema aware software will understand values to be of the type
> date.
>
>
> --
>
> Martin Honnen --- MVP XML
>
http://JavaScript.FAQTs.com/
>[/color]