view etc/schema/xhtml-param.rnc @ 96619:029de4e224b6

(Fvertical_motion): Restore hscroll before moving to goal column.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 12 Jul 2008 03:19:38 +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 }?