Merge from emacs--rel--22
[bpt/emacs.git] / etc / schema / schemas.xml
CommitLineData
8cd39fb3
MH
1<locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
2 <transformURI fromPattern="*.xml" toPattern="*.rnc"/>
3
4 <uri pattern="*.xsl" typeId="XSLT"/>
5 <uri pattern="*.html" typeId="XHTML"/>
6 <uri pattern="*.rng" typeId="RELAX NG"/>
7 <uri pattern="*.rdf" typeId="RDF"/>
8
9 <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/>
10 <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/>
11 <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/>
12 <namespace ns="http://relaxng.org/ns/structure/1.0" typeId="RELAX NG"/>
13 <namespace ns="http://thaiopensource.com/ns/locating-rules/1.0"
14 uri="locate.rnc"/>
15
16 <documentElement localName="stylesheet" typeId="XSLT"/>
17 <documentElement prefix="xsl" localName="transform" typeId="XSLT"/>
18
19 <documentElement localName="html" typeId="XHTML"/>
20
21 <documentElement localName="grammar" typeId="RELAX NG"/>
22
23 <documentElement prefix="" localName="article" typeId="DocBook"/>
24 <documentElement prefix="" localName="book" typeId="DocBook"/>
25
26 <documentElement localName="RDF" typeId="RDF"/>
27 <documentElement prefix="rdf" typeId="RDF"/>
28
29 <documentElement localName="locatingRules" uri="locate.rnc"/>
30
31 <typeId id="XSLT" uri="xslt.rnc"/>
32 <typeId id="RELAX NG" uri="relaxng.rnc"/>
33 <typeId id="XHTML" uri="xhtml.rnc"/>
34 <typeId id="DocBook" uri="docbook.rnc"/>
35 <typeId id="RDF" uri="rdfxml.rnc"/>
36</locatingRules>
ab4c34c6
MB
37
38<!-- arch-tag: 1fde96fa-b401-4033-8514-c4990b1e18a5
39 (do not change this comment) -->