view etc/schema/xhtml-param.rnc @ 93252:d5bb646771f8

(image-mode-reapply-winprops): Simplify now that window-configuration-change-hook works buffer-locally.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 26 Mar 2008 15:49:03 +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 }?