summaryrefslogtreecommitdiff
path: root/etc/schema/xhtml-param.rnc
blob: 8a921ca9b34ab5988f367a902c5c9ea760dde331 (plain)
1
2
3
4
5
6
7
8
9
# 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 }?