Mercurial > emacs
annotate etc/schema/schemas.xml @ 111412:cc7702f421a0
chapter, part, section are all DocBook elements
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Fri, 05 Nov 2010 15:30:18 -0400 |
parents | 301579b5b1b0 |
children | c00190a8c8ef |
rev | line source |
---|---|
106815 | 1 <!-- Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 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"/> | |
111399
301579b5b1b0
identify "refentry" as DocBook
Sam Steingold <sds@gnu.org>
parents:
106815
diff
changeset
|
25 |
86361 | 26 <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/> |
27 <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/> | |
28 <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/> | |
29 <namespace ns="http://relaxng.org/ns/structure/1.0" typeId="RELAX NG"/> | |
30 <namespace ns="http://thaiopensource.com/ns/locating-rules/1.0" | |
31 uri="locate.rnc"/> | |
32 | |
33 <documentElement localName="stylesheet" typeId="XSLT"/> | |
34 <documentElement prefix="xsl" localName="transform" typeId="XSLT"/> | |
35 | |
36 <documentElement localName="html" typeId="XHTML"/> | |
37 | |
38 <documentElement localName="grammar" typeId="RELAX NG"/> | |
39 | |
40 <documentElement prefix="" localName="article" typeId="DocBook"/> | |
41 <documentElement prefix="" localName="book" typeId="DocBook"/> | |
111412
cc7702f421a0
chapter, part, section are all DocBook elements
Sam Steingold <sds@gnu.org>
parents:
111399
diff
changeset
|
42 <documentElement prefix="" localName="chapter" typeId="DocBook"/> |
cc7702f421a0
chapter, part, section are all DocBook elements
Sam Steingold <sds@gnu.org>
parents:
111399
diff
changeset
|
43 <documentElement prefix="" localName="part" typeId="DocBook"/> |
111399
301579b5b1b0
identify "refentry" as DocBook
Sam Steingold <sds@gnu.org>
parents:
106815
diff
changeset
|
44 <documentElement prefix="" localName="refentry" typeId="DocBook"/> |
111412
cc7702f421a0
chapter, part, section are all DocBook elements
Sam Steingold <sds@gnu.org>
parents:
111399
diff
changeset
|
45 <documentElement prefix="" localName="section" typeId="DocBook"/> |
86361 | 46 |
47 <documentElement localName="RDF" typeId="RDF"/> | |
48 <documentElement prefix="rdf" typeId="RDF"/> | |
111399
301579b5b1b0
identify "refentry" as DocBook
Sam Steingold <sds@gnu.org>
parents:
106815
diff
changeset
|
49 |
86361 | 50 <documentElement localName="locatingRules" uri="locate.rnc"/> |
51 | |
52 <typeId id="XSLT" uri="xslt.rnc"/> | |
53 <typeId id="RELAX NG" uri="relaxng.rnc"/> | |
54 <typeId id="XHTML" uri="xhtml.rnc"/> | |
55 <typeId id="DocBook" uri="docbook.rnc"/> | |
56 <typeId id="RDF" uri="rdfxml.rnc"/> | |
57 </locatingRules> | |
86379 | 58 |
59 <!-- arch-tag: 1fde96fa-b401-4033-8514-c4990b1e18a5 | |
60 (do not change this comment) --> |