Merge from emacs-23; up to 2010-06-29T18:17:31Z!cyd@stupidchicken.com.
[bpt/emacs.git] / etc / schema / xhtml-param.rnc
CommitLineData
8cd39fb3
MH
1# Param Module
2
3param = element param { param.attlist }
4param.attlist =
5 id.attrib,
6 attribute name { text },
7 attribute value { text }?,
8 attribute valuetype { "data" | "ref" | "object" }?,
9 attribute type { ContentType.datatype }?