view etc/schema/xhtml-param.rnc @ 105577:d6307924111b

(list_processes_1): Use long format in printf, and cast argument.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Tue, 13 Oct 2009 01:03:46 +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 }?