view etc/schema/xhtml-param.rnc @ 100947:534e78fa3211

* add-log.el (change-log-search-tag-name): Reflow docstring. (change-log-mode): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 07 Jan 2009 16:59:35 +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 }?