Hash :
4f917e24
Author :
Date :
2005-08-22T16:01:43
applied patch from Kuba Nowakowski fixing bug #313982 also added the test * xmlschemastypes.c: applied patch from Kuba Nowakowski fixing bug #313982 * result/schemas/bug313982* test/schemas/bug313982*: also added the test case to the regression suite. Daniel
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://www.foo.com" elementFormDefault="qualified"
xmlns="http://www.foo.com" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="testDecimalFacet">
<xsd:simpleType>
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:schema>