view etc/schema/xhtml-param.rnc @ 102961:4d83e5b1225b

(src) <gdb.ini>: Don't replace the line with x_error_quitter; instead append "set environment NAME" to the end. Set NAME and USERNAME in the environment to the same value.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 14 Apr 2009 10:37:21 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

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