diff options
Diffstat (limited to 'etc/schema')
-rw-r--r-- | etc/schema/schemas.xml | 3 |
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"/> |