summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_moa-sig/src/main/resources/config/zuseSchema/XMLSchema-instance.xsd
diff options
context:
space:
mode:
authorThomas <>2021-03-16 16:28:35 +0100
committerThomas <>2021-03-16 16:28:35 +0100
commit70004e7814f01e866a9a13a6ff51337e260fcad9 (patch)
tree06ab4bf0b307d28438526ed82e2f0969d40e8d97 /eaaf_modules/eaaf_module_moa-sig/src/main/resources/config/zuseSchema/XMLSchema-instance.xsd
parent7864448fd040b26b5921cfc63afa68ef2cb90c03 (diff)
downloadEAAF-Components-70004e7814f01e866a9a13a6ff51337e260fcad9.tar.gz
EAAF-Components-70004e7814f01e866a9a13a6ff51337e260fcad9.tar.bz2
EAAF-Components-70004e7814f01e866a9a13a6ff51337e260fcad9.zip
some small updates in moa-spss module
Diffstat (limited to 'eaaf_modules/eaaf_module_moa-sig/src/main/resources/config/zuseSchema/XMLSchema-instance.xsd')
-rw-r--r--eaaf_modules/eaaf_module_moa-sig/src/main/resources/config/zuseSchema/XMLSchema-instance.xsd37
1 files changed, 37 insertions, 0 deletions
diff --git a/eaaf_modules/eaaf_module_moa-sig/src/main/resources/config/zuseSchema/XMLSchema-instance.xsd b/eaaf_modules/eaaf_module_moa-sig/src/main/resources/config/zuseSchema/XMLSchema-instance.xsd
new file mode 100644
index 00000000..f47577b8
--- /dev/null
+++ b/eaaf_modules/eaaf_module_moa-sig/src/main/resources/config/zuseSchema/XMLSchema-instance.xsd
@@ -0,0 +1,37 @@
+<?xml version='1.0'?>
+<!DOCTYPE xs:schema SYSTEM "XMLSchema.dtd" [
+<!ELEMENT p ANY>
+<!ELEMENT a ANY>
+<!ATTLIST a href CDATA #IMPLIED>
+<!ELEMENT hr ANY>
+<!ELEMENT h1 ANY>
+<!ELEMENT br ANY>
+]>
+<xs:schema targetNamespace="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns="http://www.w3.org/1999/xhtml">
+ <xs:annotation>
+ <xs:documentation>
+ <h1>XML Schema instance namespace</h1>
+ <p>See <a href="http://www.w3.org/TR/xmlschema-1/">the XML Schema
+ Recommendation</a> for an introduction</p>
+
+
+ <hr />
+ $Date: 2001/03/16 20:25:57 $<br />
+ $Id: XMLSchema-instance.xsd,v 1.4 2001/03/16 20:25:57 ht Exp $
+ </xs:documentation>
+ </xs:annotation>
+ <xs:annotation>
+ <xs:documentation><p>This schema should never be used as such:
+ <a href="http://www.w3.org/TR/xmlschema-1/#no-xsi">the XML
+ Schema Recommendation</a> forbids the declaration of
+ attributes in this namespace</p>
+ </xs:documentation>
+ </xs:annotation>
+
+ <xs:attribute name="nil"/>
+ <xs:attribute name="type"/>
+ <xs:attribute name="schemaLocation"/>
+ <xs:attribute name="noNamespaceSchemaLocation"/>
+</xs:schema>