Annotation of embedaddon/libxml2/test/schemas/bug313982_0.xsd, revision 1.1.1.1

1.1       misho       1: <?xml version="1.0" encoding="UTF-8"?>
                      2: <xsd:schema targetNamespace="http://www.foo.com" elementFormDefault="qualified"
                      3: xmlns="http://www.foo.com" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
                      4:         <xsd:element name="testDecimalFacet">
                      5:                 <xsd:simpleType>
                      6:                         <xsd:restriction base="xsd:decimal">
                      7:                                 <xsd:minInclusive value="0"/>
                      8:                         </xsd:restriction>
                      9:                 </xsd:simpleType>
                     10:         </xsd:element>
                     11: </xsd:schema>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>