summaryrefslogtreecommitdiffstats
path: root/libxml2/test/schemas/list0_1.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/schemas/list0_1.xsd')
-rw-r--r--libxml2/test/schemas/list0_1.xsd13
1 files changed, 0 insertions, 13 deletions
diff --git a/libxml2/test/schemas/list0_1.xsd b/libxml2/test/schemas/list0_1.xsd
deleted file mode 100644
index 8966075..0000000
--- a/libxml2/test/schemas/list0_1.xsd
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
- <xs:element name="test">
- <xs:annotation>
- <xs:documentation>Comment describing your root element</xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element name="string" type="xs:string" minOccurs="2" maxOccurs="3"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-</xs:schema>