view etc/schema/xhtml-param.rnc @ 96652:a77be0c2c2f7

Two additional files checked.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 13 Jul 2008 20:39:14 +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 }?