mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
10 lines
238 B
Plaintext
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 }?
|