Edit

kc3-lang/libxml2/test/schemas/bug313982_0.xsd

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2005-08-22 16:01:43
    Hash : 4f917e24
    Message : 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

  • test/schemas/bug313982_0.xsd
  • <?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>