view etc/schema/xhtml-param.rnc @ 110571:fd5269f6af5a

nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers for prettier summary display.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sat, 25 Sep 2010 15:07:55 +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 }?