view etc/schema/xhtml-bdo.rnc @ 93719:5673edec9392

Update for coptic and french name changes.
author Glenn Morris <rgm@gnu.org>
date Sat, 05 Apr 2008 19:15:40 +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