mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
9 lines
238 B
Text
9 lines
238 B
Text
# 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 }?
|