view etc/schema/xhtml-param.rnc @ 109090:4de0b34e2c2e

* ruler-mode.el (ruler--save-header-line-format): Fix typos.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 01 Jul 2010 01:32:01 -0400
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 }?