summaryrefslogtreecommitdiff
path: root/test/schemas/elem0_0.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/elem0_0.xsd')
-rw-r--r--test/schemas/elem0_0.xsd16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/schemas/elem0_0.xsd b/test/schemas/elem0_0.xsd
deleted file mode 100644
index 2c5bf5f..0000000
--- a/test/schemas/elem0_0.xsd
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:annotation>
- <xsd:documentation>
- Testing min and max occurance attributes on element
- </xsd:documentation>
- </xsd:annotation>
-
- <xsd:element name="doc">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name='a' minOccurs='0' maxOccurs='3'/>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
-</xsd:schema>