summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-param.rnc
blob: 641f695eab86db0b2536847e9794fb5fc17a5cb7 (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 }?