summaryrefslogtreecommitdiff
path: root/etc/schema
diff options
context:
space:
mode:
authorSam Steingold <sds@gnu.org>2010-11-05 15:30:18 -0400
committerSam Steingold <sds@gnu.org>2010-11-05 15:30:18 -0400
commit6e373c1afbf1d95475bc9cbc191f0bf646c30360 (patch)
tree83fc89b570e9d4741680ad518ce502d5a96da5ab /etc/schema
parent6e8d7c4713addc4943876368b5e37df5ac856589 (diff)
downloademacs-6e373c1afbf1d95475bc9cbc191f0bf646c30360.tar.gz
chapter, part, section are all DocBook elements
Diffstat (limited to 'etc/schema')
-rw-r--r--etc/schema/schemas.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/schema/schemas.xml b/etc/schema/schemas.xml
index da4539e0ac3..314bdf1145f 100644
--- a/etc/schema/schemas.xml
+++ b/etc/schema/schemas.xml
@@ -39,7 +39,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. -->
<documentElement prefix="" localName="article" typeId="DocBook"/>
<documentElement prefix="" localName="book" typeId="DocBook"/>
+ <documentElement prefix="" localName="chapter" typeId="DocBook"/>
+ <documentElement prefix="" localName="part" typeId="DocBook"/>
<documentElement prefix="" localName="refentry" typeId="DocBook"/>
+ <documentElement prefix="" localName="section" typeId="DocBook"/>
<documentElement localName="RDF" typeId="RDF"/>
<documentElement prefix="rdf" typeId="RDF"/>