Variable: rng-schema-locating-files
rng-schema-locating-files is a customizable variable defined in
rng-loc.el.gz.
Value
("schemas.xml"
"/nix/store/yvwy8dm26cpa1j12ixgs1dyiaw2abdk9-emacs-snapshot/share/emacs/31.0.50/etc/schema/schemas.xml")
Documentation
List of schema locating files.
Source Code
;; Defined in /usr/src/emacs/lisp/nxml/rng-loc.el.gz
(defcustom rng-schema-locating-files rng-schema-locating-files-default
"List of schema locating files."
:type '(repeat file)
:group 'relax-ng)