summaryrefslogtreecommitdiff
path: root/test/schemas/facet-whiteSpace_0.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/facet-whiteSpace_0.xsd')
-rw-r--r--test/schemas/facet-whiteSpace_0.xsd12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/schemas/facet-whiteSpace_0.xsd b/test/schemas/facet-whiteSpace_0.xsd
new file mode 100644
index 0000000..83ef142
--- /dev/null
+++ b/test/schemas/facet-whiteSpace_0.xsd
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://FOO" xmlns="http://FOO">
+
+ <xsd:element name="foo">
+ <xsd:simpleType>
+ <xsd:restriction base="xsd:string">
+ <xsd:whiteSpace value="replace"/>
+ </xsd:restriction>
+ </xsd:simpleType>
+ </xsd:element>
+</xsd:schema> \ No newline at end of file