Update copyright year to 2014 by running admin/update-copyright.
[emacs.git] / etc / schema / schemas.xml
blobb23913b2ec6c1506eb32e5713d5360e8bc7ae2f5
1 <!-- Copyright (C) 2003-2004, 2007-2014 Free Software Foundation, Inc.
3 This file is part of GNU Emacs.
5 GNU Emacs is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation, either version 3 of the License, or
8 (at your option) any later version.
10 GNU Emacs is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>. -->
18 <locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
19   <transformURI fromPattern="*.xml" toPattern="*.rnc"/>
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"/>
25   <uri pattern="*.dbk" typeId="DocBook"/>
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"/>
34   <documentElement localName="stylesheet" typeId="XSLT"/>
35   <documentElement prefix="xsl" localName="transform" typeId="XSLT"/>
37   <documentElement localName="html" typeId="XHTML"/>
39   <documentElement localName="grammar" typeId="RELAX NG"/>
41   <documentElement prefix="" localName="article" typeId="DocBook"/>
42   <documentElement prefix="" localName="book" typeId="DocBook"/>
43   <documentElement prefix="" localName="chapter" typeId="DocBook"/>
44   <documentElement prefix="" localName="part" typeId="DocBook"/>
45   <documentElement prefix="" localName="refentry" typeId="DocBook"/>
46   <documentElement prefix="" localName="section" typeId="DocBook"/>
48   <documentElement localName="RDF" typeId="RDF"/>
49   <documentElement prefix="rdf" typeId="RDF"/>
51   <documentElement localName="locatingRules" uri="locate.rnc"/>
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>