view etc/schema/xhtml-param.rnc @ 102874:5c62d70b7ef3

(rmail-expunge-and-save): Let rmail-expunge show the message. (rmail-quit): Mark summary unmodified. (rmail-expunge): Doc fix. Always show a message. (Bug#2763)
author Glenn Morris <rgm@gnu.org>
date Tue, 07 Apr 2009 03:01:08 +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 }?