aboutsummaryrefslogtreecommitdiff
path: root/spss.test/resources/schemas/testDocument.schema.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'spss.test/resources/schemas/testDocument.schema.xsd')
-rw-r--r--spss.test/resources/schemas/testDocument.schema.xsd14
1 files changed, 14 insertions, 0 deletions
diff --git a/spss.test/resources/schemas/testDocument.schema.xsd b/spss.test/resources/schemas/testDocument.schema.xsd
new file mode 100644
index 000000000..bb1e1b011
--- /dev/null
+++ b/spss.test/resources/schemas/testDocument.schema.xsd
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Schema fuer testDocument.xml
+-->
+<xsd:schema targetNamespace="http://uri.data.org" xmlns="http://uri.data.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" id="tollesSchema">
+ <xsd:element name="Document">
+ <xsd:complexType mixed="true">
+ <xsd:sequence minOccurs="0" maxOccurs="unbounded">
+ <xsd:any namespace="##any" processContents="lax"/>
+ </xsd:sequence>
+ <xsd:attribute name="attr" type="xsd:ID" use="required"/>
+ </xsd:complexType>
+ </xsd:element>
+</xsd:schema>