1<?xml version="1.0" encoding="UTF-8"?> 2<xsd:schema targetNamespace="http://www.foo.com" elementFormDefault="qualified" 3xmlns="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> 12