summaryrefslogtreecommitdiff
path: root/test/schemas/import0_0.imp
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/import0_0.imp')
-rw-r--r--test/schemas/import0_0.imp13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/schemas/import0_0.imp b/test/schemas/import0_0.imp
deleted file mode 100644
index ce446d8..0000000
--- a/test/schemas/import0_0.imp
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema targetNamespace="http://example.net/xmlschema2"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns="http://example.net/xmlschema2"
- elementFormDefault="qualified" attributeFormDefault="unqualified">
-
-<xs:simpleType name="tfoo">
- <xs:restriction base="xs:NMTOKEN">
- <xs:maxLength value="2"/>
- </xs:restriction>
-</xs:simpleType>
-
-</xs:schema>