diff options
Diffstat (limited to 'libxml2/test/schemas/582887-common.xsd')
-rw-r--r-- | libxml2/test/schemas/582887-common.xsd | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libxml2/test/schemas/582887-common.xsd b/libxml2/test/schemas/582887-common.xsd deleted file mode 100644 index c1c385d..0000000 --- a/libxml2/test/schemas/582887-common.xsd +++ /dev/null @@ -1,8 +0,0 @@ -<?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> |