Init-Files/site-lisp/nxml-mode-20041004/schema/xhtml-param.rnc
2012-03-22 07:16:09 -07:00

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