view etc/schema/xhtml-param.rnc @ 91224:3ce31df2ea58

(fontset_find_font): Don't prefer a font of supplementary charset.
author Kenichi Handa <handa@m17n.org>
date Mon, 10 Dec 2007 06:23:41 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# Param Module

param = element param { param.attlist }
param.attlist =
  id.attrib,
  attribute name { text },
  attribute value { text }?,
  attribute valuetype { "data" | "ref" | "object" }?,
  attribute type { ContentType.datatype }?