MS SQL Server DateTime Type

Thanks all for answers to my nillable question.  I now have a question
regarding DateTime Datatypes.  As the current spec states a valid
DateTime DataType would appear in an instance document like so.
 
<validDateTime>2001-08-02T17:30:00</validDateTime>

How would one create a MS SQL Server DateTime?  The only thing that I
can think of is to use a facet.  Any thoughts?

<validSQLServerDateTime>8/2/2001 5:30:00 PM</validSQLServerDateTime>

Thanks,

Sean

Received on Thursday, 27 September 2001 01:30:16 UTC