summaryrefslogtreecommitdiff
path: root/test/schemas/582887-attribute.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/582887-attribute.xsd')
-rw-r--r--test/schemas/582887-attribute.xsd12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/schemas/582887-attribute.xsd b/test/schemas/582887-attribute.xsd
deleted file mode 100644
index 75d7d4a..0000000
--- a/test/schemas/582887-attribute.xsd
+++ /dev/null
@@ -1,12 +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:simpleType name="test-attribute">
- <xs:restriction base="xs:string">
- <xs:enumeration value="this" />
- </xs:restriction>
- </xs:simpleType>
-
-</xs:schema>