view etc/schema/xhtml-param.rnc @ 94749:494fe8a4eeb0

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1150
author Miles Bader <miles@gnu.org>
date Thu, 08 May 2008 09:59:56 +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 }?