view etc/schema/xhtml-param.rnc @ 94317:8f25e59015ea

Tom Tromey <tromey at redhat.com> (easy-mmode-define-keymap): Document keywords. Add :suppress.
author Glenn Morris <rgm@gnu.org>
date Thu, 24 Apr 2008 05:47:18 +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 }?