Variable: rng-c-anchored-keyword-re

rng-c-anchored-keyword-re is a variable defined in rng-cmpct.el.gz.

Value

"\\`\\(\\(?:attribute\\|d\\(?:atatypes\\|efault\\|iv\\)\\|e\\(?:lement\\|mpty\\|xternal\\)\\|grammar\\|in\\(?:clude\\|herit\\)\\|list\\|mixed\\|n\\(?:amespace\\|otAllowed\\)\\|parent\\|st\\(?:art\\|ring\\)\\|t\\(?:ext\\|oken\\)\\)\\)\\'"

Documentation

Regular expression to match a keyword in the compact syntax.

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/rng-cmpct.el.gz
(defconst rng-c-anchored-keyword-re
  (concat "\\`\\(" (regexp-opt rng-c-keywords) "\\)\\'")
  "Regular expression to match a keyword in the compact syntax.")