1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
emacs/etc/schema/xhtml-param.rnc
2007-11-23 06:58:00 +00:00

10 lines
238 B
Plaintext

# 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 }?