Variable: rng-c-datatype-decls
rng-c-datatype-decls is a variable defined in rng-cmpct.el.gz.
Value
nil
Documentation
Alist of datatype declarations.
Contains a list of pairs (PREFIX . URI) where PREFIX is a string and URI is a symbol.
Source Code
;; Defined in /usr/src/emacs/lisp/nxml/rng-cmpct.el.gz
(defvar rng-c-datatype-decls nil
"Alist of datatype declarations.
Contains a list of pairs (PREFIX . URI) where PREFIX is a string
and URI is a symbol.")