summaryrefslogtreecommitdiff
path: root/test/schemas/582887-common.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/582887-common.xsd')
-rw-r--r--test/schemas/582887-common.xsd8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/schemas/582887-common.xsd b/test/schemas/582887-common.xsd
new file mode 100644
index 0000000..c1c385d
--- /dev/null
+++ b/test/schemas/582887-common.xsd
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns="http://www.example.org/test-import-case"
+ targetNamespace="http://www.example.org/test-import-case">
+ <xs:include schemaLocation="./582887-element.xsd" />
+ <xs:include schemaLocation="./582887-attribute.xsd" />
+
+</xs:schema>