view etc/schema/xhtml-param.rnc @ 106218:8ccde493b34d

(message-from-style, message-interactive, message-signature): Always set default values from the corresponding mail-* variables. (message-cite-prefix-regexp, message-sendmail-envelope-from) (message-yank-prefix, message-indentation-spaces, message-signature-file) (message-default-headers): Use boundp rather than (featurep 'xemacs) to check if the corresponding mail-* variables exist.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 24 Nov 2009 09:19:09 +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 }?