view etc/schema/xhtml-param.rnc @ 97169:63a6c0699387

(Inserting Text): Move DEL to deletion node. (Moving Point): Add additional alternative key bindings. Describe line-move-visual. (Erasing): Describe DEL. (Basic Undo, Blank Lines, Arguments): Copyedit. (Continuation Lines): Mention Visual Line mode. (Position Info): Move extended discussion to mule.texi.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 31 Jul 2008 19:29:50 +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 }?