Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / etc / schema / xhtml-param.rnc
1 # Param Module
2
3 param = element param { param.attlist }
4 param.attlist =
5 id.attrib,
6 attribute name { text },
7 attribute value { text }?,
8 attribute valuetype { "data" | "ref" | "object" }?,
9 attribute type { ContentType.datatype }?