summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level3/ls/files/validateschema1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/testcases/tests/level3/ls/files/validateschema1.xml')
-rw-r--r--test/testcases/tests/level3/ls/files/validateschema1.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/testcases/tests/level3/ls/files/validateschema1.xml b/test/testcases/tests/level3/ls/files/validateschema1.xml
new file mode 100644
index 0000000..72def22
--- /dev/null
+++ b/test/testcases/tests/level3/ls/files/validateschema1.xml
@@ -0,0 +1,23 @@
+<!--
+
+Copyright (c) 2001-2004 World Wide Web Consortium,
+(Massachusetts Institute of Technology, Institut National de
+Recherche en Informatique et en Automatique, Keio University). All
+Rights Reserved. This program is distributed under the W3C's Software
+Intellectual Property License. This program is distributed in the
+hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+PURPOSE.
+
+See W3C License http://www.w3.org/Consortium/Legal/ for more details.
+
+-->
+
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" >
+
+ <xsd:element name="elt0">
+ <xsd:complexType/>
+ </xsd:element>
+
+</xsd:schema>
+