Hi,
An exception is raised upon parsing when the following content is present
in a XSD file:
<xsd:simpleType name="example">
<xsd:restriction base="xsd:dateTime">
<minInclusive value="1901-01-01T00:00:00" />
<maxInclusive value="2036-12-31T23:59:59" />
</xsd:restriction>
</xsd:simpleType>
However, the following content is OK:
<xsd:simpleType name="example">
<xsd:restriction base="xsd:dateTime">
<minInclusive value="1901-01-01" />
<maxInclusive value="2036-12-31" />
</xsd:restriction>
</xsd:simpleType>
Hope this helps!
Regards,
Florian
vivek
schema parser
None
Public
|
Date: 2008-09-16 18:01 Fixed this..The method XmlUtils::parseInt was throwing an exception.I made |
|
Date: 2008-09-02 08:13
|
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2008-09-16 18:14 | vivek200120 |
| close_date | - | 2008-09-16 18:14 | vivek200120 |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use