Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
<?xml version='1.0'?>
2
<!DOCTYPE xs:schema SYSTEM "XMLSchema.dtd" [
3
<!ELEMENT p ANY>
4
<!ELEMENT a ANY>
5
<!ATTLIST a href CDATA #IMPLIED>
6
<!ELEMENT hr ANY>
7
<!ELEMENT h1 ANY>
8
<!ELEMENT br ANY>
9
]>
10
<xs:schema targetNamespace="http://www.w3.org/2001/XMLSchema-instance"
11
           xmlns:xs="http://www.w3.org/2001/XMLSchema"
12
           xmlns="http://www.w3.org/1999/xhtml">
13
  <xs:annotation>
14
   <xs:documentation>
15
    <h1>XML Schema instance namespace</h1>
16
    <p>See <a href="http://www.w3.org/TR/xmlschema-1/">the XML Schema
17
       Recommendation</a> for an introduction</p>
18
 
19
 
20
    <hr />
21
    $Date: 2001/03/16 20:25:57 $<br />
22
    $Id: XMLSchema-instance.xsd,v 1.4 2001/03/16 20:25:57 ht Exp $
23
  </xs:documentation>
24
 </xs:annotation>
25
 <xs:annotation>
26
  <xs:documentation><p>This schema should never be used as such:
27
                    <a href="http://www.w3.org/TR/xmlschema-1/#no-xsi">the XML
28
                    Schema Recommendation</a> forbids the declaration of
29
                    attributes in this namespace</p>
30
  </xs:documentation>
31
 </xs:annotation>
32
 
33
 <xs:attribute name="nil"/>
34
 <xs:attribute name="type"/>
35
 <xs:attribute name="schemaLocation"/>
36
 <xs:attribute name="noNamespaceSchemaLocation"/>
37
</xs:schema>