view etc/schema/xhtml-param.rnc @ 108142:087c3dc49930

(bug-reference-url-format): Mark as `safe-local-variable' if the value is a string or a function, as documented and implemented on 2010-04-02.
author Sam Steingold <sds@gnu.org>
date Tue, 27 Apr 2010 11:13:42 -0400
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 }?