facet-whiteSpace_0.xsd 327 B

123456789101112
  1. <?xml version="1.0"?>
  2. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  3. targetNamespace="http://FOO" xmlns="http://FOO">
  4. <xsd:element name="foo">
  5. <xsd:simpleType>
  6. <xsd:restriction base="xsd:string">
  7. <xsd:whiteSpace value="replace"/>
  8. </xsd:restriction>
  9. </xsd:simpleType>
  10. </xsd:element>
  11. </xsd:schema>