summaryrefslogtreecommitdiff
path: root/test/schemas/any7_1.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/any7_1.xsd')
-rwxr-xr-xtest/schemas/any7_1.xsd13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/schemas/any7_1.xsd b/test/schemas/any7_1.xsd
deleted file mode 100755
index 546904f..0000000
--- a/test/schemas/any7_1.xsd
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- targetNamespace="urn:test:foo"
- elementFormDefault="qualified">
- <xs:element name="foo">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="bar"/>
- <xs:any namespace="##other" processContents="lax"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-</xs:schema> \ No newline at end of file