view etc/schema/xhtml-param.rnc @ 110253:f81515cea5ce

nnml.el (nnml-save-nov): Remove some debugging-related messages.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 06 Sep 2010 23:54:07 +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 }?