]> code.delx.au - gnu-emacs/blob - etc/schema/schemas.xml
Add 2009 to copyright years.
[gnu-emacs] / etc / schema / schemas.xml
1 <!-- Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
2
3 This file is part of GNU Emacs.
4
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.
9
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.
14
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/>. -->
17
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"/>
25
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"/>
42
43 <documentElement localName="RDF" typeId="RDF"/>
44 <documentElement prefix="rdf" typeId="RDF"/>
45
46 <documentElement localName="locatingRules" uri="locate.rnc"/>
47
48 <typeId id="XSLT" uri="xslt.rnc"/>
49 <typeId id="RELAX NG" uri="relaxng.rnc"/>
50 <typeId id="XHTML" uri="xhtml.rnc"/>
51 <typeId id="DocBook" uri="docbook.rnc"/>
52 <typeId id="RDF" uri="rdfxml.rnc"/>
53 </locatingRules>
54
55 <!-- arch-tag: 1fde96fa-b401-4033-8514-c4990b1e18a5
56 (do not change this comment) -->