view etc/schema/docbk-dyntbl.rnc @ 93206:41abeabbef6f

(minibuffer-local-map): For the command file-cache-minibuffer-complete replace keymap minibuffer-local-map with map which is already locally bound to minibuffer-local-map.
author Juri Linkov <juri@jurta.org>
date Tue, 25 Mar 2008 21:48:28 +0000
parents cb572a324e49
children
line wrap: on
line source

# Variant of docbook.rnc that allows the table model to be selected
# dynamically based on the definitions of cals.table.module and
# exchange.table.module.  See dbdyntbl.rnc.

# Document (root) elements
include "dbstart.rnc"

# Notation declarations
include "dbnotn.rnc"

# Information pool
include "dbpool.rnc"

# Dynamic Table Model
include "dbdyntbl.rnc"

# Document hierarchy
include "dbhier.rnc"