view etc/schema/xhtml-param.rnc @ 102818:076b74f811b6

(diary-cyclic): Check for +ve N.
author Glenn Morris <rgm@gnu.org>
date Thu, 02 Apr 2009 06:33:18 +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 }?