summaryrefslogtreecommitdiff
path: root/test/schemas/choice_2.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/choice_2.xsd')
-rw-r--r--test/schemas/choice_2.xsd13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/schemas/choice_2.xsd b/test/schemas/choice_2.xsd
deleted file mode 100644
index 9f2b094..0000000
--- a/test/schemas/choice_2.xsd
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element name="doc">
- <xs:complexType>
- <xs:sequence>
- <xs:choice minOccurs="1" maxOccurs="3">
- <xs:element name="a"/>
- <xs:element name="b"/>
- </xs:choice>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-</xs:schema>