summaryrefslogtreecommitdiffstats
path: root/libxml2/test/schemas/bug323510_1.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/schemas/bug323510_1.xsd')
-rw-r--r--libxml2/test/schemas/bug323510_1.xsd12
1 files changed, 12 insertions, 0 deletions
diff --git a/libxml2/test/schemas/bug323510_1.xsd b/libxml2/test/schemas/bug323510_1.xsd
new file mode 100644
index 0000000..8b047ce
--- /dev/null
+++ b/libxml2/test/schemas/bug323510_1.xsd
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
+
+ <xs:element name="foo">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="bar" minOccurs="1" maxOccurs="unbounded"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+
+</xs:schema> \ No newline at end of file