summaryrefslogtreecommitdiff
path: root/test/schemas/group0_0.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/group0_0.xsd')
-rw-r--r--test/schemas/group0_0.xsd18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/schemas/group0_0.xsd b/test/schemas/group0_0.xsd
deleted file mode 100644
index 7dfa393..0000000
--- a/test/schemas/group0_0.xsd
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:group name="name">
- <xs:choice>
- <xs:element name="name" type="xs:string"/>
- <xs:sequence>
- <xs:element name="first-name" type="xs:string"/>
- <xs:element name="middle-name" type="xs:string" minOccurs="0"/>
- <xs:element name="last-name" type="xs:string"/>
- </xs:sequence>
- </xs:choice>
- </xs:group>
- <xs:element name="author">
- <xs:complexType>
- <xs:group ref="name"/>
- </xs:complexType>
- </xs:element>
-</xs:schema>