File: xhtml-param.rnc

package info (click to toggle)
nxml-mode 20041004-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,476 kB
  • ctags: 1,106
  • sloc: lisp: 27,512; xml: 686; makefile: 118; sh: 117
file content (9 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (17)
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 }?