- From: Avin Patel <vze49rz3@verizon.net>
- Date: Mon, 23 Dec 2002 15:20:05 -0500
- To: "xmlschema" <xmlschema-dev@w3.org>
Hi All, How can change the inbuilt date & time pattern, I.a. date has the pattern CCYY-MM-DD, I want to change this pattern to CCYYMMDD. So following notation is correct: <xsd:simpleType name="MyDate" type="date"> <xsd:restriction> <xsd:pattern value="CCYYMMDD"/> </xsd:restriction> </xsd:simpleType> Thank you, Avin Patel
Received on Monday, 23 December 2002 15:20:28 UTC