view etc/schema/xhtml-param.rnc @ 107136:00c6bb12d924

* arc-mode.el (archive-unique-fname): Make directories for nested archives. (Bug#5540)
author Juri Linkov <juri@jurta.org>
date Fri, 12 Feb 2010 21:35:45 +0200
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 }?