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