summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatternsvalidator/files/other_valid_schema.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xmlpatternsvalidator/files/other_valid_schema.xsd')
-rw-r--r--tests/auto/xmlpatternsvalidator/files/other_valid_schema.xsd12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/xmlpatternsvalidator/files/other_valid_schema.xsd b/tests/auto/xmlpatternsvalidator/files/other_valid_schema.xsd
new file mode 100644
index 0000000000..850ed9252a
--- /dev/null
+++ b/tests/auto/xmlpatternsvalidator/files/other_valid_schema.xsd
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+ <xsd:element name="olleh">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="dlrow" type="xsd:string" maxOccurs="unbounded"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+
+</xsd:schema>