view etc/schema/xhtml-bdo.rnc @ 104913:67946512b0fd

(define-derived-mode): Give the mode's map, and syntax and abbrev tables basic docs, if they don't have any.
author Glenn Morris <rgm@gnu.org>
date Thu, 10 Sep 2009 06:21:23 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# Bi-directional Module

bdo = element bdo { bdo.attlist, Inline.model }
bdo.attlist = Core.attrib, lang.attrib, dir.attrib
dir.attrib = attribute dir { "ltr" | "rtl" }
I18n.attrib &= dir.attrib?
Inline.class |= bdo