RE: (Date to Date) instead of (Date to String)

2005-08-03 Thread Radu Preotiuc-Pietro
Hm, there is not enough information in your message to tell. If you had xs:element name=DATE_CREATION type=xs:date minOccurs=0/ then I would have been surprised to see a String return type. But since your type is Date which looks like a user-defined type, then it's possible that it maps to

Re: (Date to Date) instead of (Date to String)

2005-08-03 Thread Celinio Fernandes
xs:simpleType name=Date xs:restriction base=xs:string xs:minLength value=0/ xs:pattern value=(\d\d/\d\d/\d\d\d\d \d\d:\d\d:\d\d){0,1}/ /xs:restriction /xs:simpleType You are right, thanks ! - Original Message - From: Radu Preotiuc-Pietro [EMAIL PROTECTED] To: