view etc/schema/xhtml-param.rnc @ 87569:a9700a12dbad

(tpu-load-xkeys): Recommend to run the tpu-mapper command rather than load the tpu-mapper package.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 04 Jan 2008 06:52:17 +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 }?