view etc/schema/xhtml-param.rnc @ 97903:fa91a1ebb701

(BUILD_CHAR_GLYPH): New macro. (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct the menu.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 31 Aug 2008 19:36:51 +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 }?