view etc/schema/xhtml-param.rnc @ 111133:d9b0552c39a6

Remove duplicate definition of tty-defined-color-alist. * src/xfaces.c (syms_of_xfaces) <tty-defined-color-alist>: Sync doc with Lisp version. * lisp/term/tty-colors.el (tty-defined-color-alist): Remove duplicate definition of C variable.
author Glenn Morris <rgm@gnu.org>
date Sat, 23 Oct 2010 18:48:39 -0700
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 }?