view etc/schema/xhtml-bdo.rnc @ 87662:22a3b3069f85

Add 2008 to copyright years.
author Glenn Morris <rgm@gnu.org>
date Wed, 09 Jan 2008 04:21:56 +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