view etc/schema/xhtml-param.rnc @ 111276:23bef14261e1

Silence gnus-util.el compilation. * lisp/gnu/gnus-util.el (iswitchb-read-buffer): Declare rather than autoload. (gnus-iswitchb-completing-read): Require iswitchb. (gnus-select-frame-set-input-focus): Silence compiler.
author Glenn Morris <rgm@gnu.org>
date Sun, 31 Oct 2010 18:34:55 -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 }?