Current File : //proc/self/root/kunden/usr/share/emacs/27.2/etc/schema/xhtml-param.rnc
# 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 }?