diff options
author | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-08 07:25:32 +0000 |
---|---|---|
committer | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-08 07:25:32 +0000 |
commit | 43e57a42832ea8b4ceb0317f3c9028a4174ffa7b (patch) | |
tree | f5ed9074b8d7b89b2dd5b22d326f63be103e7551 /common/res/resources/schemas/XMLSchema-instance.xsd | |
parent | 10889e9dea2cc2f70b475e6ff7af37fdba1621d9 (diff) | |
download | moa-id-spss-43e57a42832ea8b4ceb0317f3c9028a4174ffa7b.tar.gz moa-id-spss-43e57a42832ea8b4ceb0317f3c9028a4174ffa7b.tar.bz2 moa-id-spss-43e57a42832ea8b4ceb0317f3c9028a4174ffa7b.zip |
Adapted project directory structure to suit the new maven based build process.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@909 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'common/res/resources/schemas/XMLSchema-instance.xsd')
-rw-r--r-- | common/res/resources/schemas/XMLSchema-instance.xsd | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/common/res/resources/schemas/XMLSchema-instance.xsd b/common/res/resources/schemas/XMLSchema-instance.xsd deleted file mode 100644 index f47577b8a..000000000 --- a/common/res/resources/schemas/XMLSchema-instance.xsd +++ /dev/null @@ -1,37 +0,0 @@ -<?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> |