Mercurial > emacs
annotate etc/schema/schemas.xml @ 112448:9e4388bac77b
* etc/images/README: Add 2011 to copyright years for (un)checked.xpm.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 23 Jan 2011 17:30:35 -0800 |
parents | ef719132ddfa |
children |
rev | line source |
---|---|
112218
376148b31b5e
Add 2011 to FSF/AIST copyright years.
Glenn Morris <rgm@gnu.org>
parents:
111901
diff
changeset
|
1 <!-- Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. |
99430
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
2 |
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
3 This file is part of GNU Emacs. |
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
4 |
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
5 GNU Emacs is free software: you can redistribute it and/or modify |
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
6 it under the terms of the GNU General Public License as published by |
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
7 the Free Software Foundation, either version 3 of the License, or |
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
8 (at your option) any later version. |
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
9 |
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
10 GNU Emacs is distributed in the hope that it will be useful, |
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
11 but WITHOUT ANY WARRANTY; without even the implied warranty of |
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
13 GNU General Public License for more details. |
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
14 |
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
15 You should have received a copy of the GNU General Public License |
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
16 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> |
1134aeecb7be
Add copyright notice.
Chong Yidong <cyd@stupidchicken.com>
parents:
86379
diff
changeset
|
17 |
86361 | 18 <locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0"> |
19 <transformURI fromPattern="*.xml" toPattern="*.rnc"/> | |
20 | |
21 <uri pattern="*.xsl" typeId="XSLT"/> | |
22 <uri pattern="*.html" typeId="XHTML"/> | |
23 <uri pattern="*.rng" typeId="RELAX NG"/> | |
24 <uri pattern="*.rdf" typeId="RDF"/> | |
111901
4bb97b6fa4d3
* lisp/files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
Chong Yidong <cyd@stupidchicken.com>
parents:
106815
diff
changeset
|
25 <uri pattern="*.dbk" typeId="DocBook"/> |
4bb97b6fa4d3
* lisp/files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
Chong Yidong <cyd@stupidchicken.com>
parents:
106815
diff
changeset
|
26 |
86361 | 27 <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/> |
28 <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/> | |
29 <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/> | |
30 <namespace ns="http://relaxng.org/ns/structure/1.0" typeId="RELAX NG"/> | |
31 <namespace ns="http://thaiopensource.com/ns/locating-rules/1.0" | |
32 uri="locate.rnc"/> | |
33 | |
34 <documentElement localName="stylesheet" typeId="XSLT"/> | |
35 <documentElement prefix="xsl" localName="transform" typeId="XSLT"/> | |
36 | |
37 <documentElement localName="html" typeId="XHTML"/> | |
38 | |
39 <documentElement localName="grammar" typeId="RELAX NG"/> | |
40 | |
41 <documentElement prefix="" localName="article" typeId="DocBook"/> | |
42 <documentElement prefix="" localName="book" typeId="DocBook"/> | |
111412
cc7702f421a0
chapter, part, section are all DocBook elements
Sam Steingold <sds@gnu.org>
parents:
111399
diff
changeset
|
43 <documentElement prefix="" localName="chapter" typeId="DocBook"/> |
cc7702f421a0
chapter, part, section are all DocBook elements
Sam Steingold <sds@gnu.org>
parents:
111399
diff
changeset
|
44 <documentElement prefix="" localName="part" typeId="DocBook"/> |
111399
301579b5b1b0
identify "refentry" as DocBook
Sam Steingold <sds@gnu.org>
parents:
106815
diff
changeset
|
45 <documentElement prefix="" localName="refentry" typeId="DocBook"/> |
111412
cc7702f421a0
chapter, part, section are all DocBook elements
Sam Steingold <sds@gnu.org>
parents:
111399
diff
changeset
|
46 <documentElement prefix="" localName="section" typeId="DocBook"/> |
86361 | 47 |
48 <documentElement localName="RDF" typeId="RDF"/> | |
49 <documentElement prefix="rdf" typeId="RDF"/> | |
111399
301579b5b1b0
identify "refentry" as DocBook
Sam Steingold <sds@gnu.org>
parents:
106815
diff
changeset
|
50 |
86361 | 51 <documentElement localName="locatingRules" uri="locate.rnc"/> |
52 | |
53 <typeId id="XSLT" uri="xslt.rnc"/> | |
54 <typeId id="RELAX NG" uri="relaxng.rnc"/> | |
55 <typeId id="XHTML" uri="xhtml.rnc"/> | |
56 <typeId id="DocBook" uri="docbook.rnc"/> | |
57 <typeId id="RDF" uri="rdfxml.rnc"/> | |
58 </locatingRules> |