view etc/schema/xhtml-param.rnc @ 109472:20f9503a8859

Fix previous change in gnus-summary-bookmark-make-record. 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org> * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in the article buffer, not the summary buffer.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 20 Jul 2010 01:19:04 +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 }?