bug309338_1.xsd 340 B

12345678910111213
  1. <?xml version="1.0"?>
  2. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  3. xmlns:f="urn:test:foo"
  4. targetNamespace="urn:test:foo">
  5. <xsd:element name="foo" type="f:fooType"/>
  6. <xsd:simpleType name="fooType">
  7. <xsd:restriction base="xsd:decimal">
  8. <xsd:minExclusive value="0"/>
  9. </xsd:restriction>
  10. </xsd:simpleType>
  11. </xsd:schema>