view etc/schema/xhtml-bdo.rnc @ 91529:54941ca420b8

(Complex Text Layout support libraries): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Tue, 05 Feb 2008 02:17:46 +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