view etc/schema/xhtml-param.rnc @ 103102:789636652cc9

* variables.texi (File Local Variables): Note that read-circle is bound to nil when reading file-local variables. * streams.texi (Input Functions): Document read-circle. (Output Variables): Add xref to Circular Objects.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 29 Apr 2009 03:13:16 +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 }?